Nit fixes in last change.
[glibc.git] / ChangeLog
blob08a1beca938e218a0a0b3eccecd6085276d647c7
1 2015-05-13  Roland McGrath  <roland@hack.frob.com>
3         * dirent/scandir-tail.c: New file.
4         * dirent/scandir64-tail.c: New file.
5         * dirent/Makefile (routines): Add them.
6         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
7         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
8         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
9         [!SCANDIR] (SCANDIR_TAIL): New macro.
10         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
11         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
12         (SCANDIRAT): Macro removed.
13         (SCANDIR_TAIL): New macro.
14         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
15         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
16         (SCANDIRAT): Just call __opendirat and __scandir_tail.
17         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
18         (READDIR): Macro removed.
19         (SCANDIR_TAIL): New macro.
20         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
21         (SCANDIR_TAIL): New macro.
23         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
24         * dirent/scandir-cancel.c: ... to this new file.
25         * dirent/Makefile (routines): Add it.
26         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
27         * sysdeps/unix/sysv/linux/i386/scandir64.c
28         (SKIP_SCANDIR_CANCEL): Macro removed.
29         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
31         * dirent/tst-scandir.c: New file.
32         * dirent/tst-scandir64.c: New file.
33         * dirent/Makefile (tests): Add them.
35 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
37         [BZ #18409]
38         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
40 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
42         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
43         list.
45 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
47         * benchtests/bench-strcoll.c: New benchmark.
48         * benchtests/Makefile: Generate locales and run benchmark.
49         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
50         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
51         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
52         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
53         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
54         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
55         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
56         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
57         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
58         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
59         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
60         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
61         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
62         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
63         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
64         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
65         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
66         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
67         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
68         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
69         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
70         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
71         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
72         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
74 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
76         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
77         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
79 2015-05-12  Roland McGrath  <roland@hack.frob.com>
81         * posix/uname-values.h: New file.
82         * posix/uname.c: Include that instead of <config-name.h>.
83         * sysdeps/nacl/uname-values.h: New file.
84         * sysdeps/arm/nacl/uname-values.h: New file.
86 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
88         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
89         splitting into fields.
91 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
93         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
94         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
95         * locale/localeinfo.h: Add enum collation_encoding_type.
96         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
97         * programs/ld-collate.c (collate_output): Add encoding type info.
98         * string/strcoll_l.c (STRDIFF): New function.
99         * (STRCOLL): Use STRDIFF to skip over equal prefix.
100         * wcsmbs/wcscoll_l.c: Define STRDIFF.
102 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
104         [BZ #18397]
105         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
106         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
107         <fpu_control.h> instead of <math/fpu_control.c>.
108         * sysdeps/mips/mips32/fpu/Makefile: New file.
110 2015-05-11  Andreas Schwab  <schwab@suse.de>
112         [BZ #18007]
113         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
114         nss_endgrent.
115         (_nss_compat_endgrent): Call nss_endgrent.
116         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
117         nss_endpwent.
118         (_nss_compat_endpwent): Call nss_endpwent.
119         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
120         needent, call nss_setspent only if non-zero.
121         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
122         (internal_endspent): Don't call nss_endspent.
123         (_nss_compat_endspent): Call nss_endspent.
124         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
125         Remove.  All uses removed.
126         (internal_setent): Remove parameter stayopen, add parameter
127         stream.  Use it instead of global variable.
128         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
129         (internal_endent, internal_getent): Add parameter stream.  Use it
130         instead of global variable.
131         (CONCAT(_nss_files_end,ENTNAME))
132         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
133         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
134         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
135         uses removed.
136         (internal_setent, internal_endent): Add parameter stream.  Use it
137         instead of global variable.
138         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
139         stream.
140         (get_next_alias): Add parameter stream.
141         (_nss_files_getaliasent_r): Pass global stream.
142         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
143         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
144         (_nss_files_gethostbyname4_r): Pass local stream to
145         internal_setent, internal_getent and internal_endent.  Remove
146         locking.
148 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
150         * tst-strfmon1.c (tests): Update expected currency symbol.
152 2015-05-08  Roland McGrath  <roland@hack.frob.com>
154         * sysdeps/nacl/gethostname.c: New file.
156 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
158         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
159         and sinh.
160         * math/auto-libm-test-out: Regenerated.
161         * sysdeps/i386/fpu/libm-test-ulps: Update.
162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
164 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
166         [BZ #18125]
167         * stdlib/tst-setcontext3.c: New file.
168         * stdlib/tst-setcontext3.sh: New file.
169         * stdlib/Makefile (tests): Add tst-setcontext3.
170         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
171         to verify test program created output file.
172         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
173         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
174         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
175         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
177 2015-05-06  Roland McGrath  <roland@hack.frob.com>
179         [BZ #18383]
180         * elf/tst-tlsalign.c: New file.
181         * elf/tst-tlsalign-static.c: New file.
182         * elf/tst-tlsalign-lib.c: New file.
183         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
184         (tests-static): Add tst-tlsalign-static.
185         (modules-names): Add tst-tlsalign-lib.
186         (test-xfail-tst-tlsalign): New variable.
187         (test-xfail-tst-tlsalign-static): New variable.
189         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
190         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
192 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
194         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
195         csqrt, erfc, sin and sincos.
196         * math/auto-libm-test-out: Regenerated.
197         * sysdeps/i386/fpu/libm-test-ulps: Update.
198         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
200 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
202         * sysdeps/aarch64/libm-test-ulps: Update.
204 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
206         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
207         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
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-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
214         [BZ #18265]
215         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
216         (wcsncpy): Likewise.
218 2015-05-05  Florian Weimer  <fweimer@redhat.com>
220         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
221         Assume __ASSUME_FALLOCATE is always true.
222         * sysdeps/unix/sysv/linux/posix_fallocate64.c
223         (__posix_fallocate64_l64): Likweise.
224         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
225         (posix_fallocate): Likewise.
226         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
227         (__posix_fallocate64_l64): Likewise.
228         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
229         [!__ASSUME_FALLOCATE]: Add comment.
231 2015-05-05  Florian Weimer  <fweimer@redhat.com>
233         * sysdeps/unix/sysv/linux/i386/Makefile
234         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
235         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
236         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
237         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
238         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
239         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
240         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
242 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
244         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
245         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
246         tgamma.
247         * math/auto-libm-test-out: Regenerated.
248         * sysdeps/i386/fpu/libm-test-ulps: Update.
249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
251 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
253         * math/auto-libm-test-in: Add more tests of tgamma.
254         * math/auto-libm-test-out: Regenerated.
255         * sysdeps/i386/fpu/libm-test-ulps: Update.
256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
258         * math/auto-libm-test-in: Add more tests of tanh.
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         * math/auto-libm-test-in: Add more tests of tan.
264         * math/auto-libm-test-out: Regenerated.
265         * sysdeps/i386/fpu/libm-test-ulps: Update.
266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
268         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
269         * math/auto-libm-test-out: Regenerated.
270         * sysdeps/i386/fpu/libm-test-ulps: Update.
271         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
273         * math/auto-libm-test-in: Add another test of pow.
274         * math/auto-libm-test-out: Regenerated.
275         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
277         * math/auto-libm-test-in: Add more tests of lgamma.
278         * math/auto-libm-test-out: Regenerated.
279         * sysdeps/i386/fpu/libm-test-ulps: Update.
280         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
282         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
283         log1p.
284         * math/auto-libm-test-out: Regenerated.
285         * sysdeps/i386/fpu/libm-test-ulps: Update.
286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
288 2015-05-01  Mark Wielaard  <mjw@redhat.com>
290         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
291         Elf64_Chdr structs and ELFCOMPRESS constants.
293 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
295         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
296         expm1.
297         * math/auto-libm-test-out: Regenerated.
298         * sysdeps/i386/fpu/libm-test-ulps: Update.
299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
301         * math/auto-libm-test-in: Add more tests of erf and erfc.
302         * math/auto-libm-test-out: Regenerated.
303         * sysdeps/i386/fpu/libm-test-ulps: Update.
304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
306 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
308         * config.h.in (HAVE_AARCH64_BE): Add.
310 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
312         * math/auto-libm-test-in: Add more tests of csqrt.
313         * math/auto-libm-test-out: Regenerated.
314         * sysdeps/i386/fpu/libm-test-ulps: Update.
315         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
317         * math/auto-libm-test-in: Add more tests of cosh and sinh.
318         * math/auto-libm-test-out: Regenerated.
319         * sysdeps/i386/fpu/libm-test-ulps: Update.
320         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
322         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
324 2015-04-29  Roland McGrath  <roland@hack.frob.com>
326         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
327         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
329         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
330         (euidaccess, eaccess): Define as weak aliases.
332         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
333         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
334         but __suseconds_t is often 'long int' so some sources assume that
335         type is being used (e.g. they use %ld to print tv_usec).
337 2015-04-29  Florian Weimer  <fweimer@redhat.com>
339         [BZ #18007]
340         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
341         (CVE-2014-8121)
342         * nss/tst-nss-getpwent.c: New file.
343         * nss/Makefile (tests): Add new test.
345 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
347         [BZ #18346]
348         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
349         exponents less than 48 as cases where high part of mantissa needs
350         examining to determine whether argument is integral.
351         * math/libm-test.inc (round_test_data): Add more tests.
353 2015-04-28  Mark Wielaard  <mjw@redhat.com>
355         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
357 2015-04-27  David S. Miller  <davem@davemloft.net>
359         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
360         __tls_get_addr.
361         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
363 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
365         [BZ#18333]
366         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
368 2015-04-27  Florian Weimer  <fweimer@redhat.com>
370         [BZ#18333]
371         * time/tzset.c (parse_tzname): Return error on memory allocation
372         failure.
373         * test-skeleton.c (struct temp_name_list): Change type of name
374         member to non-const.
375         (add_temp_file): Create a copy of the file name.
376         (delete_temp_files): Deallocate memory.
377         (create_temp_file): Add comment.
379 2015-04-24  Florian Weimer  <fweimer@redhat.com>
381         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
382         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
384 2015-04-24  Roland McGrath  <roland@hack.frob.com>
386         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
387         * sysdeps/arm/configure: Regenerated.
389 2015-04-24  Florian Weimer  <fweimer@redhat.com>
391         [BZ #17715]
392         * time/tzfile.c (__tzfile_read): Check for large values of
393         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
394         * time/tzset.c (__tzstring_len): New function, based on the old
395         __tzstring function.
396         (__tzstring): Call __tzstring_len.
397         (parse_tzname): New helper function extracted from
398         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
399         the input string.
400         (parse_offset): New helper function extracted from
401         __tzset_parse_tz.  Replace switch with fallthrough with
402         initialization before sscanf.
403         (parse_rule): Likewise.
404         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
405         new-style function definition.
406         * timezone/Makefile (tests): Add tst-tzset.
407         (tst-tzset.out): Dependencies on time zone files.
408         (tst-tzset-ENV): Set TZDIR.
409         (testdata/XT%): Copy crafted time zone files.
410         * timezone/README: Mention crafted time zone files.
411         * timezone/testdata/XT1, timezone/testdata/XT2,
412         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
413         files.
414         * timezone/tst-tzset.c: New test.
416 2015-04-24  Florian Weimer  <fweimer@redhat.com>
418         * Makeconfig (+gccwarn): Remove -Winline.
420 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
422         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
424 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
426         * NEWS: Mention sysconf() cache information support for s390.
427         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
429 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
431         * math/k_casinh.c (__kernel_casinh): Use __copysign.
432         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
433         (__nearbyint): Likewise.
434         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
435         (copysignl): Likewise.
437 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
439         [BZ #18287]
440         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
441         based on padding.  (CVE-2015-1781)
443 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
445         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
446         libc-vdso.h.
447         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
448         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
449         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
450         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
451         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
452         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
453         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
454         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
455         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
456         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
457         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
458         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
459         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
460         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
461         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
462         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
463         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
464         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
465         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
466         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
467         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
468         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
469         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
471 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
473         * stdlib/setenv.c (__add_to_environ):
474         Dump core quickly if setenv (..., NULL, ...) is called.
475         This time, do it the right way, and pacify GCC with a pragma.
477 2015-04-17  Roland McGrath  <roland@hack.frob.com>
479         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
480         IMAP->l_prev cannot be null, and #if out the code for the contrary
481         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
482         believe that NS (&_dl_ns[NSID]) could point outside the array.
484         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
485         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
486         before using NSID as an index.
488 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
490         [BZ #17825]
491         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
492         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
493         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
495 2015-04-17  Roland McGrath  <roland@hack.frob.com>
497         Add preliminary port to Google Native Client on ARM.
498         * abi-tags (.*-.*-nacl.*): New entry.
499         * sysdeps/arm/nacl: New directory.
500         * sysdeps/nacl: New directory.
502 2015-04-16  David S. Miller  <davem@davemloft.net>
504         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
505         lowlevellock-futex.h
507 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
509         * sysdeps/tile/configure.ac: New file.
510         * sysdeps/tile/configure: Regenerated.
512 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
514         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
515         conditionals for weak_alias and libc_hidden_weak.
516         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
517         libc_hidden_weak and weak_alias.
518         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
519         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
520         and weak_alias for static one.
522 2015-04-15  David S. Miller  <davem@davemloft.net>
524         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
526 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
528         [BZ #18206]
529         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
530           Use signed comparision instead of substraction to avoid
531           overflow bug.
532         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
533           Take the sign of ret.
534         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
535           Do not expect precise return values. Only the sign matters.
536         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
537         * wcsmbs/test-wcsncmp.c: New File.
538         * string/test-strncmp.c: Add wcsncmp support.
540 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
542         [BZ #6792]
543         * math/w_log1p.c: New file.
544         * math/w_log1pf.c: Likewise.
545         * math/w_log1pl.c: Likewise.
546         * math/Makefile (libm-calls): Add w_log1p.
547         * math/s_log1pl.c (log1pl): Remove weak_alias.
548         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
549         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
550         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
551         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
552         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
553         [NO_LONG_DOUBLE] (log1pl): Likewise.
554         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
555         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
556         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
557         (log1p): Remove long_double_symbol.
558         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
559         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
560         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
561         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
562         remove weak_alias for corresponding log1p function.
563         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
564         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
565         * sysdeps/ia64/fpu/w_log1p.c: New file.
566         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
567         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
568         * math/libm-test.inc (log1p_test_data): Add errno expectations.
570 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
572         [BZ #18247]
573         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
574         decimal exponent by 1.
575         * stdlib/tst-strtod-round-data: Add more tests.
576         * stdlib/tst-strtod-round.c (tests): Regenerated.
578 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
580         * math/auto-libm-test-in: Add more tests of clog and clog10.
581         * math/auto-libm-test-out: Regenerated.
582         * sysdeps/i386/fpu/libm-test-ulps: Update.
583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
585 2015-04-09  Roland McGrath  <roland@hack.frob.com>
587         * Makeconfig (module-cppflags): Exclude all .v.i files.
588         (skip-module-cppflags): Variable removed.
590         * configure.ac (libc_config_ok): Initialize before reading
591         preconfigure scripts, not after.
592         * configure: Regenerated.
594         * test-skeleton.c (TIMEOUT): Move #define to top level.
595         (main): Grok environment variable TEST_DIRECT.  If set, print
596         test expectation details into that file and then behave as if
597         given --direct.
599 2015-04-09  Florian Weimer  <fweimer@redhat.com>
601         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
602         warning on 32-bit.
604 2015-04-08  David S. Miller  <davem@davemloft.net>
606         * sysdeps/sparc/fpu/libm-test-ulps: Update.
608 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
610         * math/auto-libm-test-in: Add more tests of atanh.
611         * math/auto-libm-test-out: Regenerated.
612         * sysdeps/i386/fpu/libm-test-ulps: Update.
613         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
615         * math/auto-libm-test-in: Add more tests of atan.
616         * math/auto-libm-test-out: Regenerated.
617         * sysdeps/i386/fpu/libm-test-ulps: Update.
618         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
620 2015-04-08  Florian Weimer  <fweimer@redhat.com>
622         * elf/pldd.c (main): Rewrite to use struct
623         scratch_buffer instead of extend_alloca.
624         * elf/pldd-xx.c (find_maps): Likewise.
625         * grp/initgroups.c: Include <scratch_buffer.h> instead of
626         <alloca.h>.
627         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
628         scratch_buffer instead of extend_alloca.
629         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
630         grp/compat-initgroups.c.
631         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
632         Rewrite to use struct scratch_buffer instead of extend_alloca.
633         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
634         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
636 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
638         * math/auto-libm-test-in: Add more tests of cbrt.
639         * math/auto-libm-test-out: Regenerated.
640         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
642         * math/auto-libm-test-in: Add more tests of cabs.
643         * math/auto-libm-test-out: Regenerated.
644         * sysdeps/i386/fpu/libm-test-ulps: Update.
645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
647         [BZ #18210]
648         [BZ #18211]
649         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
650         (__ieee754_atan2): Set FE_TONEAREST mode for internal
651         computations.
652         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
653         clog10.
654         * math/auto-libm-test-out: Regenerated.
655         * sysdeps/i386/fpu/libm-test-ulps: Update.
656         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
658         [BZ #18197]
659         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
660         (atan): Set FE_TONEAREST mode for internal computations.
661         * math/auto-libm-test-in: Add more tests of atan.
662         * math/auto-libm-test-out: Regenerated.
664 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
666         [BZ #17930]
667         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
669 2015-04-07  Florian Weimer  <fweimer@redhat.com>
671         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
673 2015-04-07  Florian Weimer  <fweimer@redhat.com>
675         * include/scratch_buffer.h: New file.
676         * malloc/scratch_buffer_grow.c: Likewise.
677         * malloc/scratch_buffer_grow_preserve.c: Likewise.
678         * malloc/scratch_buffer_set_array_size.c: Likewise.
679         * malloc/tst-scratch_buffer.c: Likewise.
680         * malloc/Makefile (routines): Add scratch_buffer_grow.
681         (tests): Add test case.
682         * malloc/Versions (GLIBC_PRIVATE): Export
683         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
684         __libc_scratch_buffer_set_array_size.
686 2015-04-06  Richard Henderson  <rth@redhat.com>
688         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
689         * sysdeps/alpha/fpu/libm-test-ulps: Update.
691         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
692         unsigned int before printing.
694 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
696         [BZ #17596]
697         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
698         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
700 2015-04-02  Florian Weimer  <fweimer@redhat.com>
702         * include/libc-internal.h (libc_max_align_t): Define.
704 2015-04-02  Andreas Schwab  <schwab@suse.de>
706         [BZ #16850]
707         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
709 2015-04-02  Mel Gorman  <mgorman@suse.de>
711         [BZ #17195]
712         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
713         as well as the main arena.
715 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
717         [BZ #18185]
718         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
719         sharing L2 cache to 2 for Silvermont/Knights Landing.
721 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
723         [BZ #17711]
724         * config.make.in (have-protected-data): New.
725         * configure.ac: Check linker support for protected data symbol.
726         * configure: Regenerated.
727         * elf/Makefile (modules-names): Add tst-protected1moda and
728         tst-protected1modb if $(have-protected-data) is yes.
729         (tests): Add tst-protected1a and tst-protected1b if
730         $(have-protected-data) is yes.
731         ($(objpfx)tst-protected1a): New.
732         ($(objpfx)tst-protected1b): Likewise.
733         (tst-protected1modb.so-no-z-defs): Likewise.
734         * elf/tst-protected1a.c: New file.
735         * elf/tst-protected1b.c: Likewise.
736         * elf/tst-protected1mod.h: Likewise.
737         * elf/tst-protected1moda.c: Likewise.
738         * elf/tst-protected1modb.c: Likewise.
740 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
742         [BZ #17711]
743         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
744         indicates it is called from do_lookup_x on relocation against
745         protected data, skip the data definion in the executable from
746         copy reloc.
747         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
748         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
749         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
750         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
751         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
752         otherwise to 0.
753         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
754         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
755         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
756         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
757         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
758         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
760 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
762         * sysdeps/nptl/pthread.h: Remove duplicate definition of
763         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
765 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
767         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
768         THREAD_SETMEM_NC.
769         * sysdeps/x86_64/nptl/tls.h: Ditto.
771 2015-03-27  Roland McGrath  <roland@hack.frob.com>
773         * dlfcn/tststatic.c (main): Converted to ...
774         (do_test): ... this.
775         (TEST_FUNCTION): New macro.
776         Include test-skeleton.c.
778 2015-03-26  Alan Modra  <amodra@gmail.com>
780         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
781         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
782         zero for undefined weak.
783         (elf_machine_plt_conflict): Similarly.
785 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
787         * math/auto-libm-test-in: Add more tests of acosh, asinh and
788         atanh.
789         * math/auto-libm-test-out: Regenerated.
790         * sysdeps/i386/fpu/libm-test-ulps: Update.
791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
793         * math/auto-libm-test-in: Add another test of asin.
794         * math/auto-libm-test-out: Regenerated.
795         * sysdeps/i386/fpu/libm-test-ulps: Update.
796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
798         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
799         Remove macro.
800         (LLL_EBX_REG): Likewise.
801         (LLL_ENTER_KERNEL): Likewise.
803         * math/auto-libm-test-in: Add more tests of asin.
804         * math/auto-libm-test-out: Regenerated.
805         * sysdeps/i386/fpu/libm-test-ulps: Update.
806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
808         [BZ #18138]
809         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
810         libc_do_syscall_args): New structure.
811         (INTERNAL_SYSCALL_MAIN_0): New macro.
812         (INTERNAL_SYSCALL_MAIN_1): Likewise.
813         (INTERNAL_SYSCALL_MAIN_2): Likewise.
814         (INTERNAL_SYSCALL_MAIN_3): Likewise.
815         (INTERNAL_SYSCALL_MAIN_4): Likewise.
816         (INTERNAL_SYSCALL_MAIN_5): Likewise.
817         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
818         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
819         Replace conditional definitions by conditional definitions of ....
820         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
821         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
822         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
823         (libpthread-sysdep_routines): Add libc-do-syscall.
824         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
825         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
826         to __NR_futex not 240.
828 2015-03-25  Alan Modra  <amodra@gmail.com>
830         * NEWS: Advertise TLS optimization.
831         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
832         (DT_PPC_NUM): Increment.
833         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
834         (CHECK_STATIC_TLS): Use here.
835         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
836         TLS descriptors.
837         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
838         * sysdeps/powerpc/dl-tls.c: New file.
839         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
840         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
841         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
842         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
847 2015-03-25  Alan Modra  <amodra@gmail.com>
849         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
850         for overlapping .opd entries" to "support...".
851         * sysdeps/powerpc/powerpc64/configure: Regenerate
853 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
855         * math/auto-libm-test-in: Add more tests of acos.
856         * math/auto-libm-test-out: Regenerated.
857         * sysdeps/i386/fpu/libm-test-ulps: Update.
858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
860         * math/auto-libm-test-in: Add more tests of expm1.
861         * math/auto-libm-test-out: Regenerated.
862         * sysdeps/i386/fpu/libm-test-ulps: Update.
863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
865 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
867         * math/auto-libm-test-in: Add more tests of cosh and sinh.
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         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
873         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
875         * math/auto-libm-test-in: Add more tests of log2.
876         * math/auto-libm-test-out: Regenerated.
877         * sysdeps/i386/fpu/libm-test-ulps: Update.
878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
880 2015-03-23  Roland McGrath  <roland@hack.frob.com>
882         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
883         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
884         _IO_IS_APPENDING bit in READ_WRITE instead.
886 2015-03-23  Florian Weimer  <fweimer@redhat.com>
888         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
889         (__determine_cpumask_size): Replace extend_alloca with a
890         variable-length array.  Do not treat res == 0 as an error.
892 2015-03-23  Florian Weimer  <fweimer@redhat.com>
894         [BZ #18100]
895         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
896         and integer overflow.
897         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
898         (main): Add integer overflow tests.
899         * manual/pattern.texi (Calling Wordexp): Document additional use
900         for WRDE_SYNTAX.
902 2015-03-23  Alan Modra  <amodra@gmail.com>
904         * config.h.in: Remove HAVE_ASM_PPC_REL16.
905         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
906         and false branch of conditional.
907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
908         Likewise.
910 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
912         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
913         libc-modules.h
914         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
915         unused declaration of _hurd_intr_rpc_msg_in_trap.
916         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
917         defined instead of whether it is non-zero.
918         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
919         input constraint instead of both input and output constraint.  Use ecx
920         clobber instead of %ecx.
921         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
922         mutex_unlock): Use a statement expression instead of an expression list.
923         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
924         type to vm_size_t instead of vm_address_t.
925         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
926         defined instead of whether it is non-zero.
927         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
928         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
929         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
930         comparisons with mapaddr.
931         * nscd/nscd-client.h: Include <time.h>.
932         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
933         9th parameter to __vm_region instead of int.
934         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
935         * scripts/check-local-headers.sh (exclude): Add device/,
936         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
937         cthreads.h.
939 2015-03-19  Roland McGrath  <roland@hack.frob.com>
941         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
942         to account for alignment padding.
943         * sysdeps/arm/memmove.S: Likewise.
945 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
947         * sysdeps/unix/sysv/linux/generic/README: New file.
949 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
951         [BZ #18138]
952         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
953         (futex_abstimed_wait)
954         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
955         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
956         of lll_futex_timed_wait.
958 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
960         [BZ #17542]
961         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
963 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
965         [BZ #17090]
966         [BZ #17620]
967         [BZ #17621]
968         [BZ #17628]
969         * NEWS: Update.
970         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
971         entries with Static TLS too.  Skip entries past the end of the
972         allocated DTV, from Alan Modra.
973         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
974         Static TLS DTV entry set up from...
975         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
976         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
977         * nptl/allocatestack.c (init_one_static_tls): ... and here...
978         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
979         for Static TLS.
980         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
981         that the slot we find is associated with the given map before
982         using its generation count.
983         * nptl_db/db_info.c: Include ldsodefs.h.
984         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
985         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
986         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
987         (link_map::l_tls_offset): New struct field.
988         (dtv_t::counter): Likewise.
989         (rtld_global): New struct.
990         (_rtld_global): New rtld variable.
991         (dl_tls_dtv_slotinfo_list): New rtld global field.
992         (dtv_slotinfo_list): New struct.
993         (dtv_slotinfo): Likewise.
994         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
995         (td_lookup): Rename to...
996         (td_mod_lookup): ... this.  Use new mod parameter instead of
997         LIBPTHREAD_SO.
998         * nptl_db/td_thr_tlsbase.c: Include link.h.
999         (dtv_slotinfo_list, dtv_slotinfo): New functions.
1000         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
1001         addresses even if the DTV is out of date or missing them.
1002         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
1003         index zero-length arrays.
1004         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
1005         (td_lookup): Make it a macro implemented in terms of...
1006         (td_mod_lookup): ... this declaration.
1007         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
1008         (DB_MAIN_VARIABLE): Likewise.
1010 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1012         [BZ #18134]
1013         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
1015 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
1017         * stdlib/setenv.c (__add_to_environ): Revert previous change.
1019 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
1021         [BZ #18128]
1022         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
1023         (atomic_add, atomic_increment_and_test)
1024         (atomic_decrement_and_test): Fix 64-bit arithmetic.
1026 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
1028         * stdlib/setenv.c (__add_to_environ):
1029         Dump core quickly if setenv (..., NULL, ...) is called.
1031 2015-03-13  Roland McGrath  <roland@hack.frob.com>
1033         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
1034         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
1035         all the necessary asm magic in one place.
1036         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
1037         using those.
1039 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
1041         [BZ #14906]
1042         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
1043         traced file mtime. Use consistent log message.
1044         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
1045         (register_traced_file): Call install_watches. Always set mtime.
1046         (invalidate_cache): Iterate over all trace files. Call install_watches.
1047         (inotify_check_files): Don't inline. Handle watching parent
1048         directories and configuration file movement in and out.
1049         (handle_inotify_events): New function.
1050         (main_loop_poll): Call handle_inotify_events.
1051         (main_loop_epoll): Likewise.
1052         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
1053         (struct traced_file): Use array of inotify fds. Add parent directory,
1054         and basename.
1055         (struct database_dyn): Remove unused file_mtime.
1056         (init_traced_file): New inline function.
1057         (define_traced_file): New macro.
1058         * nss/nss_db/db-init.c: Use define_traced_file.
1059         (_nss_db_init): Use init_traced_file.
1060         * nss/nss_files/files-init.c: Use define_traced_file.
1061         (_nss_files_init): Use init_traced_file.
1063 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
1065         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
1066         [_LIBC]: Do not include <stdlib.h>.
1067         [!_LIBC] (abort): Remove declaration.
1068         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
1069         _FP_STATIC_ASSERT instead of conditionally calling abort.
1070         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
1071         (_FP_EXTEND_CNAN): Likewise.
1072         (FP_TRUNC): Likewise.
1073         (__FP_CLZ): Likewise.
1074         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
1076 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
1078         * manual/string.texi (XPG basename): Fix prototype.
1080 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1082         [BZ #18080]
1083         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
1084         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1085         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
1086         (__setcontext): Likewise.
1087         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
1088         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1089         Call rt_sigprocmask syscall one time to set new signal mask
1090         and retrieve the current signal mask instead of two calls.
1091         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
1092         (__swapcontext): Likewise.
1093         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
1094         * stdlib/tst-setcontext2.c: New file.
1096 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1098         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1100 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
1102         [BZ #18093]
1103         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
1104         the wrong size.
1106 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1108         [BZ #18043]
1109         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
1111 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1113         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
1114         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
1115         Remove define.
1116         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
1117         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
1118         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
1119         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
1120         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
1121         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
1122         define.
1123         * nptl_db/td_symbol_list.c (td_lookup): Remove
1124         HAVE_ASM_GLOBAL_DOT_NAME code.
1125         * sysdeps/powerpc/powerpc64/configure.ac: Remove
1126         HAVE_ASM_GLOBAL_DOT_NAME check.
1127         * sysdeps/powerpc/powerpc64/configure: Regenerate.
1128         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
1129         (DOT_LABEL): Remove define.
1130         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
1131         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
1132         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
1133         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
1134         (__TLS_GET_ADDR): Likewise.
1135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
1136         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
1138 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
1140         [BZ #18111]
1141         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
1142         (_FPU_SETCW): Initialize cw from fpsr before storing.
1143         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
1144         (fesetexceptflag): Rewrite using fpu_control.h.
1145         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1147 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
1149         [BZ #18110]
1150         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1151         asms.
1152         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1154 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
1156         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1157         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1158         abort.
1159         (_FP_FMA): Likewise.
1160         (_FP_DIV): Likewise.
1162 2015-03-10  Roland McGrath  <roland@hack.frob.com>
1164         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
1165         with 0 in that case.
1166         * Makefile (summarize-tests): New canned sequence, factored out of
1167         commands for targets tests and xtests.  Display summary lines that
1168         don't start with PASS: or XFAIL: rather than ones that do start with
1169         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
1170         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
1171         do start with ERROR: or FAIL:.
1172         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
1173         (except for [$(build-shared) = yes]).
1174         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
1175         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
1176         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
1177         * nptl/Makefile: Revert 2015-03-04 changes.
1178         [$(CXX) empty] (tests-unsupported): New variable.
1179         * debug/Makefile: Likewise.
1181         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
1182         gnulib file.  Replace __attribute with __attribute__ throughout.
1184 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
1186         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1188 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1190         [BZ #18104]
1191         * math/auto-libm-test-in: Add another test of pow.
1192         * math/auto-libm-test-out: Regenerated.
1194 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1196         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
1197         $(config-cflags-nofma).
1199 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1201         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
1202         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
1203         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
1204         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
1205         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
1206         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
1207         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
1208         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
1209         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
1210         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
1211         Add comment on closing #endif.
1213 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1215         * posix/wordexp.c (CHAR_IN_SET): New macro.
1216         (parse_param): Use it.
1218 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1220         * sysdeps/powerpc/fpu/libm-test-ulps: update.
1222 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1224         [BZ #18043]
1225         * posix/wordexp.c (parse_param): Fix buffer overflow.
1226         * posix/wordexp-test.c (test_case): Add test case.
1228 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1230         [BZ #18042]
1231         * posix/wordexp.c (parse_backtick): Fix off-by-one.
1232         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
1234 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1236         [BZ #18043]
1237         * posix/wordexp-test.c (test_case): Add test for BZ #18043
1238         (do_bz18043): Delete.
1239         (at_page_end): New.
1240         (testit): Refactor to have words at the edge of unreadable page.
1242 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
1244         [BZ #16734]
1245         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
1246         Cleanup read-only streams as well.
1247         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
1249 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1251         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
1252         <bits/libc-lockP.h>
1254 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
1256         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
1257         on [__KERNEL__].
1258         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
1259         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1260         * soft-fp/op-common.h (_FP_DECL): Likewise.
1262 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1264         * elf/ifuncdep2.c (global): Replace
1265         __attribute__((visibility("protected"))) with
1266         asm (".protected global").
1267         * elf/ifuncmod1.c (global): Likewise.
1268         * elf/ifuncmod5.c (global): Likewise.
1270 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
1272         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1273         <asm/sfp-machine.h> instead of <sfp-machine.h>.
1275 2015-03-06  Roland McGrath  <roland@hack.frob.com>
1277         * manual/install.texi (Configuring and compiling):
1278         Document test-wrapper-env-only.
1279         * INSTALL: Regenerated.
1281 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1283         [BZ #18043]
1284         * posix/wordexp.c (parse_param): Fix buffer overflow.
1285         * posix/wordexp-test.c (do_bz18043): Add test case.
1287 2015-03-06  Vincent Bernat  <vincent@bernat.im>
1289         * time/tst-strptime2.c (do_test): Ensure failing tests are
1290         reported correctly.
1291         * time/tst-strptime3.c (do_test): Likewise.
1293 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
1295         Fix aio_error thread-safety.
1296         * sysdeps/pthread/aio_error.c: New file
1297         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1298         synchronization.
1300 2015-03-06  Florian Weimer  <fweimer@redhat.com>
1302         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1303         (group_number, vfprintf): Use it.
1304         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1305         (JUMP, REF): Use it.
1306         (WORK_BUFFER_SIZE): New enum constant.
1307         (process_arg, vfprintf): Use it.
1309 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
1311         * manual/errno.texi (Error Messages): Complete example function
1312         by adding missing #define.
1313         (program_invocation_name): Add statement indicating GNU
1314         extension and reference which header file declares the variable.
1315         (program_invocation_short_name): Likewise.
1317 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
1319         * manual/errno.texi (Error Messages): Delete strerror ISO C89
1320         compatibility note.
1322 2015-03-05  Roland McGrath  <roland@hack.frob.com>
1324         * Makeconfig (test-wrapper-env-only): New variable.
1325         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1326         then use that with $(test-wrapper-env-only) rather than using
1327         $(test-wrapper-env) $(run-program-env) $($*-ENV).
1329 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1331         [BZ #18082]
1332         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1333         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1334         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1335         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1336         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1337         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1338         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1339         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1340         Likewise.
1341         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1342         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1343         Likewise.
1344         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1345         Likewise.
1346         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1347         Likewise.
1348         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1349         Likewise.
1350         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1351         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1352         Likewise.
1353         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1354         Likewise.
1355         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1356         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1358 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1360         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1361         (ETH_ALEN): New macro.
1362         (struct ether_addr): Use it for length of ether_addr_octet.
1364         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1365         (setdb): Don't call __nss_configure_lookup for "rpc".
1366         (do_test): Don't call test_rpc.
1367         (output_rpcent, test_rpc): Functions moved ...
1368         * sunrpc/test-rpcent.c: ... to this new file.
1369         * sunrpc/Makefile (tests): Add it.
1371         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1372         __xpg_sigpause.
1373         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1374         * nptl/tst-signal6.c: Likewise.
1375         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1376         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1378         * configure.ac (libc_cv_cxx_link_ok): New check.
1379         Reset CXX to empty if it fails to link.
1380         * configure: Regenerated.
1381         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1382         bug-atexit3-lib only if $(CXX) is nonempty.
1383         * nptl/Makefile (tests): Likewise for tst-cancel24.
1384         (tests, tests-static): Likewise for tst-cancel24-static.
1385         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1386         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1387         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1388         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1390 2015-03-04  Andreas Schwab  <schwab@suse.de>
1392         [BZ #17631]
1393         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1394         for non-GCC compilers.
1395         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1396         Likewise.
1398 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1400         [BZ #17776]
1401         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1402         integer before bitwise and assembly operations.
1403         (feclearexcept): Likewise.
1404         * math/test-fenvinline.c: New file.
1405         * math/Makefile: Add test-fenvinline test.
1407 2015-03-03  Alan Modra  <amodra@gmail.com>
1409         [BZ #16512]
1410         * scripts/localplt.awk: Strip off symbol version.
1411         * NEWS: Mention bug fix.
1413 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1415         * sysdeps/pthread/timer_routines.c
1416         (timer_free_list, thread_free_list, thread_active_list): Make static.
1418 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1420         [BZ #17779]
1421         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1422         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1423         Undefine.
1424         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1425         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1426         Likewise.
1427         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1428         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1429         Likewise.
1431 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1433         [BZ #18036]
1434         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1435         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1437 2015-03-02  Andreas Schwab  <schwab@suse.de>
1439         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1440         variable name.
1442 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1444         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1445         Return error status.
1447 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1449         [BZ #15969]
1450         * locale/findlocale.c (_nl_find_locale): Introduce const
1451         version of loc_name and drop unsafe type casts.
1453 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1455         * dlfcn/tststatic2.c (main): Converted to ...
1456         (do_test): ... this.
1457         (TEST_FUNCTION): New macro.
1458         Include test-skeleton.c.
1460 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1462         [BZ #17711]
1463         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1464         (tests-pie): Add vismain.
1465         (CFLAGS-vismain.c): New.
1466         * elf/vismain.c: Add comments for PIE requirement.
1468 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1470         [BZ #18046]
1471         [BZ #18047]
1472         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1473         0x1p-56L as threshold for just returning the argument.
1474         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1475         0x1p-32L as threshold for just returning the argument.
1476         * math/auto-libm-test-in: Add more tests of atanh.
1477         * math/auto-libm-test-out: Regenerated.
1478         * sysdeps/i386/fpu/libm-test-ulps: Update.
1479         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1481 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1483         * string/bcopy.c (bcopy): Call memmove for performance.
1485 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1487         * string/bzero.c (__bzero): Call memset for performance.
1489 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1491         [BZ #18068]
1492         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1493         to 00100000.
1495 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1497         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1499 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1501         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1502         (__kernel_standard): Use CSTR macro when setting exc.name.
1503         * sysdeps/ieee754/Makefile [$(subdir) = math]
1504         (CFLAGS-k_standard.c): Remove variable.
1506         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1507         setting p and q from "else if" to "else".
1508         (qzero): Likewise.
1509         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1510         (qone): Likewise.
1511         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1512         (qzerof): Likewise.
1513         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1514         (qonef): Likewise.
1515         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1516         (qzero): Likewise.
1517         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1518         (qone): Likewise.
1520         [BZ #18038]
1521         [BZ #18039]
1522         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1523         return pi/2 for arguments below 0x1p-113L.
1524         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1525         return pi/2 for arguments below 0x1p-106L.
1526         * math/auto-libm-test-in: Add more tests of acos.
1527         * math/auto-libm-test-out: Regenerated.
1529         [BZ #16351]
1530         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1531         (MO): New macro.
1532         (__ieee754_asin): Force underflow exception for results with small
1533         absolute value.
1534         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1535         (MO): New macro.
1536         (__ieee754_asinf): Force underflow exception for results with
1537         small absolute value.
1538         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1539         (__ieee754_asin): Force underflow exception for results with small
1540         absolute value.
1541         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1542         (__ieee754_asinf): Force underflow exception for results with
1543         small absolute value.
1544         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1545         (__ieee754_asinl): Force underflow exception for results with
1546         small absolute value.
1547         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1548         (__ieee754_asinl): Force underflow exception for results with
1549         small absolute value.
1550         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1551         (__ieee754_asinl): Force underflow exception for results with
1552         small absolute value.
1553         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1554         Include <math.h>.
1555         * math/auto-libm-test-in: Do not mark underflow exceptions as
1556         possibly missing for bug 16351.
1557         * math/auto-libm-test-out: Regenerated.
1559         [BZ #18030]
1560         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1561         of power of 2 down when low part has opposite sign.
1562         * math/libm-test.inc (logb_test_data): Add more tests.
1564 2015-02-26  Andreas Schwab  <schwab@suse.de>
1566         [BZ #18032]
1567         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1568         over collating symbol inside a bracket expression.  Minor cleanup.
1569         * posix/tst-fnmatch3.c (do_test): Add test case.
1571 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1573         [BZ #18029]
1574         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1575         Adjust exponent of power of 2 down when low part has opposite
1576         sign.
1577         * math/libm-test.inc (ilogb_test_data): Add more tests.
1579 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1581         [BZ #15969]
1582         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1583         the previous change.
1585         [BZ #15969]
1586         * locale/findlocale.c (_nl_find_locale): Retry archive search
1587         after alias expansion.
1589 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1591         * iconv/tst-iconv3.c (main): Converted to ...
1592         (do_test): ... this.
1593         (TEST_FUNCTION): New macro.
1594         Include test-skeleton.c.
1596         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1597         (convert): Make function static.
1598         (test_unalign): Likewise.  Add const to argument pointee types.
1599         (main): Replace with static function do_test.
1600         Print "Succeeded." only if RET is zero.
1601         (TEST_FUNCTION): New macro.
1602         Include test-skeleton.c.
1604         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1605         returns a null pointer.
1607 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1609         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1610         to __memcpy_ppc only for static builds.
1612 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1614         [BZ #18020]
1615         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1616         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1617         * math/auto-libm-test-in: Add more tests of asinh.
1618         * math/auto-libm-test-out: Regenerated.
1619         * sysdeps/i386/fpu/libm-test-ulps: Update.
1620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1622 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1624         [BZ #15850]
1625         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1626         and ip6_mtuinfo definitions here.
1627         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1628         in this define too.  Update comment.
1630 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1632         * elf/sprof.c (load_shobj): Tweak error message to match others.
1634 2015-02-24  Kevin Easton  <kevin@guarana.org>
1636         [BZ #16145] (partial fix)
1637         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1638         to reduce lock contention.
1640 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1642         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1643         (struct timex): Update time comment.
1644         (ADJ_SETOFFSET): Define.
1646 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1648         [BZ #18019]
1649         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1650         2**56 not 2**28 as threshold for log (2x) formula.
1651         * math/auto-libm-test-in: Add more tests of acosh.
1652         * math/auto-libm-test-out: Regenerated.
1653         * sysdeps/i386/fpu/libm-test-ulps: Update.
1654         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1656 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1658         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1659         parenthesis around the buf assignment.
1660         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1662 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1664         [BZ #16783]
1665         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1666         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1667         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1668         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1669         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1670         * math/libm-test.inc (scalb_test_data): Add more tests.
1672 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1674         [BZ #17916]
1675         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1676         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1678 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1680         [BZ #17523]
1681         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1682         * io/bits/fcntl2.h (open): Use it.
1683         (openat): Likewise.
1684         * io/open.c (__libc_open): Likewise.
1685         * io/open64.c (__libc_open64): Likewise.
1686         * io/open64_2.c (__open64_2): Likewise.
1687         * io/open_2.c (__open_2): Likewise.
1688         * io/openat.c (__openat): Likewise.
1689         * io/openat64.c (__openat64): Likewise.
1690         * io/openat64_2.c (__openat64_2): Likewise.
1691         * io/openat_2.c (__openat_2): Likewise.
1692         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1693         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1694         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1695         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1696         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1697         (__open_nocancel): Likewise.
1698         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1699         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1700         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1702 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1704         [BZ #14841]
1705         * resolv/gethnamaddr.c (getanswer): Skip logging if
1706         RES_USE_DNSSEC is set.
1707         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1709 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1711         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1713 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1715         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1716         201304L, for Unicode 7.
1718 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1720         [BZ #17836]
1721         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1722         shared library.  Add gmon-start.os otherwise.
1723         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1724         $(objpfx)gmon-start.os if builing shared library.
1725         ($(objpfx)g$(static-start-installed-name)): Likewise.
1727 2015-02-23  Andreas Schwab  <schwab@suse.de>
1729         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1731 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1733         [BZ #17269]
1734         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1735         (enlarge_userbuf): Likewise.
1737 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1739         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1740         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1741         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1742         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1744 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1746         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1747         expression inside statement expression.
1749 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1751         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1752         <sysdeps/nptl/lowlevellock.h> and remove macros and
1753         functions that are now defined there.
1754         (SYS_futex): Remove.
1755         (lll_compare_and_swap): Remove.
1756         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1758 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1760         [BZ #17999]
1761         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1762         instead of scandirat.
1763         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1764         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1765         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1766         __scandirat.
1767         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1768         (__scandirat): Declare.  Use libc_hidden_proto.
1769         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1770         Remove variable.
1771         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1773 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1775         [BZ #15319]
1776         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1777         (MO): New macro.
1778         (__ieee754_atan2): For results with small absolute value, force
1779         underflow exception and remove excess range and precision from
1780         return value.
1781         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1782         (MO): New macro.
1783         (__ieee754_atan2f): For results with small absolute value, force
1784         underflow exception and remove excess range and precision from
1785         return value.
1786         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1787         (MO): New macro.
1788         (__atan): For results with small absolute value, force underflow
1789         exception and remove excess range and precision from return value.
1790         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1791         (MO): New macro.
1792         (__atanf): For results with small absolute value, force underflow
1793         exception and remove excess range and precision from return value.
1794         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1795         <math.h>.
1796         (__ieee754_atan2): Force underflow exception for results with
1797         small absolute value.
1798         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1799         <math_private.h>.
1800         (atan): Force underflow exception for results with small absolute
1801         value.
1802         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1803         (__atanf): Force underflow exception for results with small
1804         absolute value.
1805         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1806         <math.h>.
1807         (__atanl): Force underflow exception for results with small
1808         absolute value.
1809         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1810         (__atanl): Force underflow exception for results with small
1811         absolute value.
1812         * sysdeps/x86/fpu/bits/mathinline.h
1813         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1814         (__ieee754_atan2): Only define inline for long double.
1815         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1816         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1817         * math/auto-libm-test-in: Do not mark underflow exceptions as
1818         possibly missing for bug 15319.  Add more tests of atan2.
1819         * math/auto-libm-test-out: Regenerated.
1820         * math/libm-test.inc (casin_test_data): Do not mark underflow
1821         exceptions as possibly missing for bug 15319.
1822         (casinh_test_data): Likewise.
1823         * sysdeps/i386/fpu/libm-test-ulps: Update.
1825 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1827         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1828         * sysdeps/mips/bits/endian.h: Fix comments.
1830 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1832         [BZ #17996]
1833         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1834         (hdestroy_r): Likewise.
1835         (hsearch_r): Likewise.
1836         (__hcreate_r): Declare and use libc_hidden_proto.
1837         (__hdestroy_r): Likewise.
1838         (__hsearch_r): Likewise.
1839         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1840         (hcreate): Call __hcreate_r instead of hcreate_r.
1841         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1842         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1843         as weak alias of __hcreate_r.
1844         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1845         __hdestroy_r.
1846         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1847         __hsearch_r.
1848         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1849         Remove variable.
1850         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1851         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1852         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1853         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1855 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1857         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1858         arena_lock into a single arena_get.
1860 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1862         * dl-reloc.c: Inlucde libc-internal.h.
1863         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1864         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1865         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1866         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1867         (grow_heap): Likewise.
1868         * malloc/malloc.c: Include libc-internal.h.
1869         (do_check_malloc): Call powerof2.
1870         (sysmalloc): Use pagesize. Call ALIGN_UP.
1871         (systrim): Use pagesize.
1872         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1873         (__libc_valloc): Use pagesize.
1874         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1876 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1878         [BZ #17991]
1879         * include/sys/resource.h (__getrlimit64): Declare.  Use
1880         libc_hidden_proto.
1881         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1882         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1883         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1884         getrlimit64.
1885         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1886         __getrlimit64.
1887         [!getrlimit64] (getrlimit64): Define as weak alias of
1888         __getrlimit64.  Use libc_hidden_weak.
1889         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1890         using __getrlimit64 not __new_getrlimit64.
1891         (__GI_getrlimit64): Likewise.
1892         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1893         Likewise.
1894         (__GI_getrlimit64): Likewise.
1895         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1897         (getrlimit): Add __getrlimit64 alias.
1898         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1899         Likewise.
1900         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1901         Remove variable.
1902         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1903         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1905 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1907         * libio/fileops.c: Add missing sys/mman.h
1908         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1910 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1912         * manual/math.texi (Errors in Math Functions): Clarify goals
1913         regarding inexact and underflow exceptions.
1915 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1917         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1918         * sysdeps/mips/memset.S: Ditto.
1920 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1922         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1924 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1926         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1927         (__v1longjmp): Remove versioned symbol.
1928         (__v1siglongjmp): Remove alias and versioned symbol.
1929         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1930         (__v2siglongjmp): Likewise.
1932 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1934         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1936 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1938         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1940 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1942         [BZ #17987]
1943         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1944         zero result does not depend on the sign resulting from
1945         subtraction.
1946         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1947         Likewise.
1948         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1949         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1950         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1951         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1952         * math/libm-test.inc (remquo_test_data): Add more tests.
1954 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1956         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1957         Problem reported by J William Piggott.
1959 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1961         [BZ #17978]
1962         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1963         products 4 * y and 2 * y where those would overflow.
1964         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1965         Likewise.
1966         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1967         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1968         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1969         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1970         * math/libm-test.inc (remquo_test_data): Add more tests.
1972         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1974         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1975         [defined _COMPILING_NEWLIB].
1976         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1977         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1979         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1980         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1982 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1984         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1985         acquired.
1987 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1989         [BZ #17792]
1990         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1991         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1992         HOST_STACK_END_ADDR): Likewise.
1994 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1996         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1997         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1998         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
2000 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2002         * sysdeps/generic/c++-types.data: New file.
2003         * sysdeps/generic/ld.abilist: New file.
2004         * sysdeps/generic/libBrokenLocale.abilist: New file.
2005         * sysdeps/generic/libanl.abilist: New file.
2006         * sysdeps/generic/libc.abilist: New file.
2007         * sysdeps/generic/libcrypt.abilist: New file.
2008         * sysdeps/generic/libdl.abilist: New file.
2009         * sysdeps/generic/libm.abilist: New file.
2010         * sysdeps/generic/libpthread.abilist: New file.
2011         * sysdeps/generic/libresolv.abilist: New file.
2012         * sysdeps/generic/librt.abilist: New file.
2014 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2016         [BZ #17569]
2017         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2018         Compute absolute value of x as modified by fmod, not original
2019         value of x.
2020         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
2021         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
2022         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
2023         RUN_TEST_ffI_f1_mod8.
2024         (remquo_test_data): Add more tests.
2026 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2028         * sysdeps/init_array/pt-crti.S: New file.
2030 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2032         [BZ #17967]
2033         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
2034         __builtin_fmaf instead of relying on contraction of a * b + c.
2036 2015-02-12  J William Piggott  <elseifthen@gmx.com>
2038         [BZ #17969]
2039         * manual/time.texi: correct the zoneinfo path in the TZ Variable
2040         node.
2042 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2044         [BZ #17964]
2045         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
2046         __builtin_fma instead of relying on contraction of a * b + c.
2048 2015-02-12  Roland McGrath  <roland@hack.frob.com>
2050         * Makeconfig (ASFLAGS): Add -Werror=undef.
2051         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
2052         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
2053         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
2055         * Makeconfig (after-link): New variable.
2056         (+link-pie, +link-pie-tests): Use it.
2057         (+link-static, +link-static-tests): Likewise.
2058         (+link, +link-tests): Likewise.
2059         * Makerules (build-module, build-module-asneeded): Likewise.
2060         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
2061         Likewise.
2062         * elf/Makefile ($(objpfx)ld.so): Likewise.
2064 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
2066         [BZ #17965]
2067         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
2068         both struct timeval and struct timespec.
2070 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2072         [BZ #16560]
2073         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
2074         and redefine.
2075         (__ieee754_exp2l): Do not multiply small fractional parts by
2076         M_LN2l.
2077         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
2078         small argument.
2079         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
2080         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
2081         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
2082         * math/auto-libm-test-in: Add more tests of exp2.
2083         * math/auto-libm-test-out: Regenerated.
2085 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2087         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
2088         unaligned path.
2090 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2092         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
2093         little endian.
2095 2015-02-12  Andreas Schwab  <schwab@suse.de>
2097         [BZ #15790]
2098         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
2099         Filter out elision flags from value returned in kind.
2100         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
2101         * nptl/tst-pthread-mutexattr.c: New file.
2103 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2105         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
2106         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
2107         into gnu-gnu, and update comment to refer to abi-tags.
2109 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
2111         [BZ #15467]
2112         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
2113         (__sincos): Set errno to EDOM for infinite argument.
2114         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
2115         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
2116         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
2117         (__sincosl): Set errno to EDOM for infinite argument.
2118         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
2119         (__sincosl): Set errno to EDOM for infinite argument.
2120         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
2121         (__sincosl): Set errno to EDOM for infinite argument.
2122         * math/libm-test.inc (sincos_test_data): Test errno setting.
2124 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
2126         * string/strxfrm_l.c: Remove #define STRCMP.
2127         * string/strcoll_l.c: Remove #define STRLEN.
2128         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
2129         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2131 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
2133         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
2134         * sysdeps/mips/mips32/sfp-machine.h: ... here.
2135         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
2136         * sysdeps/mips/mips64/Makefile: ... here.
2137         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
2138         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
2139         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
2140         * sysdeps/mips/mips64/sfp-machine.h: ... here.
2141         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
2142         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
2143         * sysdeps/mips/mips64/n64/Implies: Likewise.
2145 2015-02-10  Roland McGrath  <roland@hack.frob.com>
2147         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2148         <sys/time.h>, <string.h>, and <errno.h>.
2149         (dest_offset, dest_address, value, zero): Remove unused variables.
2150         (ldouble): Remove typedef.
2151         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2152         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
2153         1).  Fix code style.
2154         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2155         (check): Function removed.
2156         (CHECK): New macro.
2157         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
2158         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2159         Don't call set_sigaction_FP and remove_sigaction_FP here.
2160         (ldouble_test): Just use 'long double' as macro argument, no need for
2161         the 'ldouble' typedef.
2162         (do_test): Set up SIGFPE handler at start, using plain signal rather
2163         than sigaction.  Fix code style.
2165 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
2167         [BZ #17949]
2168         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
2169         jump label.
2171 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2173         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
2174         * sysdeps/powerpc/powerpc32/configure: Regenerated.
2176         * sysdeps/powerpc/configure.ac: Remove file.
2177         * sysdeps/powerpc/configure: Likewise.
2179         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2180         [sysdep_routines]: Remove wordcopy-power6 object.
2181         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2182         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
2183         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
2184         (__memmove_ppc32): Likewise.
2185         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
2186         file.
2187         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
2188         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
2189         Remove preprocessor.
2191         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2192         [sysdep_routines]: Remove wide chars objects.
2193         [wcsmbs]: New rule for wide char objects.
2195         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2196         Remove wordcopy-power6 obejct.
2197         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
2198         Use local call for wordcopy and memcpy symbols.
2199         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
2200         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
2201         implementation for loader.
2202         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
2204         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2205         Remove wordcopy-power7 object.
2206         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
2207         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
2208         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
2209         (_wordcopy_fwd_dest_aligned): Likewise.
2210         (_wordcopy_bwd_aligned): Likewise.
2211         (_wordcopy_bwd_dest_aligned): Likewise.
2213         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
2214         Rewrite to call __memmove_ppc instead of include default
2215         implementation.
2217         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2218         Remove wide chars objects.
2219         [wcsmbs]: New rule for wide char objects.
2221 2015-02-09  Andreas Schwab  <schwab@suse.de>
2223         [BZ #17912]
2224         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2225         in terms of __O_DIRECTORY.
2227 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2229         * time/getdate.c: Include <stdbool.h>.
2230         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
2231         call PTR_MANGLE.
2232         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
2233         PTR_DEMANGLE.
2235 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
2237         Add ersatz _Static_assert on older C hosts
2238         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
2239         pre-C11 C platform that is not known to support _Static_assert.
2241 2015-02-07  Richard Braun  <rbraun@sceen.net>
2243         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
2244         sigstate.
2245         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
2247 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2249         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
2250         priority against unexistent AIO_PRIO_DELTA_MAX.
2251         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
2252         instead of int.
2253         * misc/fchflags.c (fchflags): Likewise.
2254         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2255         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2256         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
2257         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
2258         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
2259         Declare macros.
2260         [__USE_MISC] (chflags, fchflags): Declare functions.
2261         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2262         EINVAL when nfds is greater than FD_SETSIZE.
2263         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2264         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2265         45.
2266         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2267         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
2268         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2269         MACH_RCV_TIMED_OUT.
2270         * hurd/hurd/signal.h (_hurd_self_sigstate,
2271         _hurd_critical_section_lock, _hurd_critical_section_unlock):
2272         Explicit casts from void *.
2273         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2274         * abi-tags: Rename gnu-gnu os into gnu.
2276         [BZ #4719]
2277         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2278         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2279         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2280         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2281         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2282         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2284         [BZ #17944]
2285         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2286         duplicates ADDR->sun_path with sockaddr LEN limitation.
2287         * sysdeps/mach/hurd/connect.c: Include <string.h>
2288         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2289         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2290         * sysdeps/mach/hurd/sendto.c: Likewise.
2291         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2292         implementing it by hand.
2294 2015-02-06  Roland McGrath  <roland@hack.frob.com>
2296         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2297         Use sfi_breg on ldr.
2298         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2299         Likewise.
2301         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2302         it's defined.
2303         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2304         Test SIGSETXID only if it's defined.
2306         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2308         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2309         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
2311         * nptl/tst-align2.c: Moved ...
2312         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2313         * nptl/Makefile (tests): Remove tst-align2.
2314         * sysdeps/unix/sysv/linux/Makefile
2315         [$(subdir) = nptl] (tests): Add tst-align-clone.
2316         * nptl/tst-getpid1.c: Moved ...
2317         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2318         * nptl/tst-getpid2.c: Moved ...
2319         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2320         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2321         * sysdeps/unix/sysv/linux/Makefile
2322         [$(subdir) = nptl] (tests): ... here.
2323         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2324         * sysdeps/unix/sysv/linux/Makefile
2325         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2327         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2328         Drop trailing \n from perror argument.  Use return rather than exit.
2330         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2331         on [SA_SIGINFO].
2332         * nptl/tst-cancel21.c (do_test): Likewise.
2333         * debug/tst-backtrace6.c: Include <signal.h> first thing.
2334         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2335         [!SA_SIGINFO]: Make it a stub test.
2337         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2338         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2340         * posix/tst-getlogin.c: Move to ...
2341         * login/tst-getlogin.c: ... here.
2342         * posix/Makefile (tests): Move tst-getlogin to ...
2343         * login/Makefile (tests): ... here.
2345         * libio/tst-atime.c (do_test): Move local variables SV and E
2346         inside [ST_NOATIME] conditional.
2348         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2350         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2352         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2353         (wait_code): New function replaces macro.
2354         Call nanosleep rather than syscall.
2356         * nptl/pt-system.c: Rewritten.  Put everything under
2357         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2358         Use IFUNC to redirect when possible.
2360         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2361         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2362         Use IFUNC to redirect when possible.
2364         * nptl/pt-fork.c: Rewritten.  Put everything under
2365         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2366         Use IFUNC to redirect when possible.
2367         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2369         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2370         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2371         unconditionally nowadays.  This included the only reference to
2372         __vdso_clock_gettime that appears outside libc proper.
2373         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2374         Remove version set (containing only __vdso_clock_gettime).
2375         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2376         Add attribute_hidden.
2377         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2378         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2379         libc_hidden_data_def.
2380         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2381         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2383         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2384         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2385         setrpcent, and getrpcport to ...
2386         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2387         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2388         getrpcbynumber_r, and getrpcent_r to ...
2389         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2390         * inet/getrpcbyname.c: Moved ...
2391         * sunrpc/getrpcbyname.c: ... here.
2392         * inet/getrpcbyname_r.c: Moved ...
2393         * sunrpc/getrpcbyname_r.c: ... here.
2394         * inet/getrpcbynumber.c: Moved ...
2395         * sunrpc/getrpcbynumber.c: ... here.
2396         * inet/getrpcbynumber_r.c: Moved ...
2397         * sunrpc/getrpcbynumber_r.c: ... here.
2398         * inet/getrpcent.c: Moved ...
2399         * sunrpc/getrpcent.c: ... here.
2400         * inet/getrpcent_r.c: Moved ...
2401         * sunrpc/getrpcent_r.c: ... here.
2402         * inet/Makefile (routines): Move those to ...
2403         * sunrpc/Makefile (routines): ... here.
2404         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2405         the $(subdirs) list.
2406         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2407         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2408         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2409         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2411         * elf/Makefile (routines): Include $(all-dl-routines), not just
2412         $(dl-routines).
2413         (rtld-routines): Likewise.  Use = rather than :=.
2414         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2415         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2416         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2417         * sysdeps/arm/Makefile: Likewise.
2418         * sysdeps/i386/Makefile: Likewise.
2419         * sysdeps/x86_64/Makefile: Likewise.
2420         * sysdeps/hppa/Makefile [$(subdir) = elf]
2421         (sysdep_routines, sysdep-rtld-routines): Don't add
2422         $(sysdep-dl-routines) to these.
2423         * sysdeps/ia64/Makefile: Likewise.
2424         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2425         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2426         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2427         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2428         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2429         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2430         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2431         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2432         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2433         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2434         these; sysdep-dl-routines alone is enough.
2436 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2438         [BZ #17932]
2439         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2440         where multiplication results in zero and third argument is finite
2441         and nonzero.
2442         * math/auto-libm-test-in: Add more tests of fma.
2443         * math/auto-libm-test-out: Regenerated.
2445         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2446         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2447         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2448         (_FP_CMP_EQ): Likewise.
2449         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2451         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2452         extra argument CHECK_NAN.  Redefine as wrapper around
2453         _FP_EXTEND_CNAN.
2455 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2457         * version.h (RELEASE): Set to "stable".
2458         (VERSION): Set to "2.21"
2459         * include/features.h (__GLIBC_MINOR__): Set to 21.
2461         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2463 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2464             Paul Eggert  <eggert@cs.ucla.edu>
2466         [BZ #16618]
2467         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2468         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2469         size in bytes. Store needed elements in wpmax. Use needed size
2470         in bytes for extend_alloca.
2472 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2474         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2475         binutls 2.25, and texinfo 5.2.
2476         * INSTALL: Regenerate.
2477         * sysdeps/nios2/configure: Regenerate.
2478         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2479         * manual/contrib.texi: Update.
2480         * po/be.po: Update.
2481         * po/bg.po: Update.
2482         * po/ca.po: Update.
2483         * po/cs.po: Update.
2484         * po/da.po: Update.
2485         * po/de.po: Update.
2486         * po/el.po: Update.
2487         * po/eo.po: Update.
2488         * po/es.po: Update.
2489         * po/fi.po: Update.
2490         * po/fr.po: Update.
2491         * po/gl.po: Update.
2492         * po/hr.po: Update.
2493         * po/hu.po: Update.
2494         * po/ia.po: Update.
2495         * po/id.po: Update.
2496         * po/it.po: Update.
2497         * po/ja.po: Update.
2498         * po/ko.po: Update.
2499         * po/lt.po: Update.
2500         * po/nb.po: Update.
2501         * po/nl.po: Update.
2502         * po/pl.po: Update.
2503         * po/pt_BR.po: Update.
2504         * po/ru.po: Update.
2505         * po/rw.po: Update.
2506         * po/sk.po: Update.
2507         * po/sl.po: Update.
2508         * po/sv.po: Update.
2509         * po/tr.po: Update.
2510         * po/uk.po: Update.
2511         * po/vi.po: Update.
2512         * po/zh_CN.po: Update.
2513         * po/zh_TW.po: Update.
2515         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2516         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2517         * sysdeps/hppa/dl-irel.h: Remove #warning.
2518         * sysdeps/hppa/entry.h: Provide prototype for
2519         __canonicalize_funcptr_for_compare and cast argument.
2520         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2521         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2522         * sysdeps/hppa/sotruss-lib.c: New file.
2523         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2524         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2525         (atomic_compare_and_exchange_bool_acq): Likewise.
2526         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2527         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2529         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2530         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2531         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2533 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2535         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2536         called function in non-PIC case.
2538 2015-01-31  David S. Miller  <davem@davemloft.net>
2540         * sysdeps/sparc/sparc32/bits/atomic.h
2541         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2542         unlock not after it.
2543         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2544         volatile register usage warnings from the compiler.
2546         * sysdeps/sparc/nptl/sem_init.c: Delete.
2547         * sysdeps/sparc/nptl/sem_post.c: Delete.
2548         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2549         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2550         * sysdeps/sparc/sparc32/sem_init.c: New file.
2551         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2552         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2553         padding explicitly initialized.
2554         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2555         padding for in-semaphore spinlock.
2556         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2557         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2558         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2559         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2560         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2561         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2562         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2563         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2564         version.
2565         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2566         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2568 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2570         [BZ #17801]
2571         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2572         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2573         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2574         New.
2575         (index_AVX_Fast_Unaligned_Load): Likewise.
2576         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2577         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2578         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2579         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2580         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2581         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2582         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2583         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2584         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2586 2015-01-29  Andreas Schwab  <schwab@suse.de>
2588         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2590 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2592         [BZ #17892]
2593         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2595 2015-01-28  Martin Sebor  <msebor@redhat.com>
2597         * math/README.libm-test: Clarify. Add "How to read the test output."
2599 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2601         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2602         Define to 0.
2604 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2606         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2607         (__HAVE_64B_ATOMICS): Define to 0.
2609 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2611         [BZ #17885]
2612         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2613         value to set as new flag.
2615         [BZ #16576]
2616         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2617         and use _ARCH_PPCSQ instead.
2618         (__ieee754_sqrt): Likewise.
2619         (__ieee754_sqrtf): Likewise.
2620         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2621         _ARCH_PPCSQ is defined.
2622         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2623         fsqrt instruction.
2624         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2625         _ARCH_PPCSQ is defined.
2626         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2627         fsqrts instruction.
2628         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2630 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2632         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2633         bug (GCC BZ #64739).
2635 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2637         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2638         Mark _retval as used.
2639         (lll_futex_wake_unlock): Likewise.
2640         (lll_futex_timed_wait_requeue_pi): Likewise.
2642         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2643         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2644         register variables.
2646         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2647         libm_hidden_def.
2649         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2650         (__bswap_64): Mark as __always_inline.
2652 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2654         [BZ #15378]
2655         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2656         when none of the search directories exist.
2658 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2660         [BZ #17869]
2661         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2662         power8 in .machine directive.
2664         [BZ #17868]
2665         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2666         set dependency from opd value.
2668 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2670         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2671         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2672         architecture.
2674 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2676         [BZ #17870]
2677         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2678         with uint64_t.
2679         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2680         (uint64_t) 1.
2681         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2682         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2683         Replace 1UL with (uint64_t) 1.
2684         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2685         int with uint64_t.
2687 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2689         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2690         (if_freenameindex): Likewise.
2692         * resource/getrlimit64.c: Add missing libc_hidden_def.
2694 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2696         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2697         __label__.
2698         (_FP_FMA): Likewise.
2699         (_FP_TO_INT_ROUND): Likewise.
2700         (_FP_FROM_INT): Likewise.
2702 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2704         [BZ #16418]
2705         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2706         Make code racy and cancel safe.
2708 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2710         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2711         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2712         attribution.
2714         * pwd/tst-getpw.c: Rewrite.
2716         [BZ #17702]
2717         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2718         (modules-names): Add moddummy1 and moddummy2.
2719         ($(objpfx)tst-rec-dlopen): Define.
2720         * dlfcn/moddummy1.c: New file.
2721         * dlfcn/moddummy2.c: New file.
2722         * dlfcn/tst-rec-dlopen.c: New file.
2723         * elf/dl-cache.c (_dl_load_cache_lookup):
2724         Return char*. Copy result with alloca/strcpy/strdup.
2725         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2726         returns char*. Free cached. If not saving realname
2727         free cached.
2728         * elf/dl-open.c (dl_open_worker): Do not assert that
2729         _r_debug->r_state is RT_CONSISTENT.
2730         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2731         returns char*.
2733 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2734             Carlos O'Donell  <carlos@redhat.com>
2736         [BZ #12674]
2737         * nptl/sem_waitcommon.c: New file.
2738         * nptl/sem_wait.c: Include sem_waitcommon.c.
2739         (__sem_wait_cleanup, do_futex_wait): Remove.
2740         (__new_sem_wait): Adapt.
2741         (__new_sem_trywait): New function.
2742         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2743         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2744         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2745         (sem_timedwait): Adapt.
2746         * nptl/sem_post.c (__new_sem_post): Adapt.
2747         (futex_wake): New function.
2748         (__old_sem_post): Add release MO fence.
2749         * nptl/sem_open.c (sem_open): Adapt.
2750         * nptl/sem_init.c (__new_sem_init): Adapt.
2751         (futex_private_if_supported): New function.
2752         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2753         (__old_sem_getvalue): Add using previous code.
2754         * sysdeps/nptl/internaltypes.h: Adapt.
2755         * nptl/tst-sem13.c (do_test): Adapt.
2756         * nptl/tst-sem11.c (main): Adapt.
2757         * nptl/sem_trywait.c: Remove.
2758         * nptl/DESIGN-sem.txt: Remove.
2759         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2760         (gen-as-const-headers): Remove structsem.sym.
2761         * nptl/structsem.sym: Remove.
2762         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2763         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2764         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2765         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2766         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2767         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2768         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2769         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2770         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2771         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2772         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2773         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2774         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2775         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2776         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2777         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2778         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2779         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2780         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2781         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2782         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2783         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2785 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2787         * INSTALL: Regenerated.
2789         * po/libc.pot: Regenerated.
2791 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2792             Sandra Loosemore  <sandra@codesourcery.com>
2793             Andrew Jenner  <andrew@codesourcery.com>
2794             Joseph Myers  <joseph@codesourcery.com>
2795             Nathan Sidwell  <nathan@codesourcery.com>
2797         * NEWS: Mention new Nios II port.
2798         * sysdeps/nios2/Implies: New file.
2799         * sysdeps/nios2/Makefile: New file.
2800         * sysdeps/nios2/Subdirs: New file.
2801         * sysdeps/nios2/Versions: New file.
2802         * sysdeps/nios2/__longjmp.S: New file.
2803         * sysdeps/nios2/abort-instr.h: New file.
2804         * sysdeps/nios2/backtrace.c: New file.
2805         * sysdeps/nios2/bits/endian.h: New file.
2806         * sysdeps/nios2/bits/fenv.h: New file.
2807         * sysdeps/nios2/bits/link.h: New file.
2808         * sysdeps/nios2/bits/setjmp.h: New file.
2809         * sysdeps/nios2/bsd-_setjmp.S: New file.
2810         * sysdeps/nios2/bsd-setjmp.S: New file.
2811         * sysdeps/nios2/configure: New generated file.
2812         * sysdeps/nios2/configure.ac: New file.
2813         * sysdeps/nios2/crti.S: New file.
2814         * sysdeps/nios2/crtn.S: New file.
2815         * sysdeps/nios2/dl-init.c: New file.
2816         * sysdeps/nios2/dl-machine.h: New file.
2817         * sysdeps/nios2/dl-sysdep.h: New file.
2818         * sysdeps/nios2/dl-tls.h: New file.
2819         * sysdeps/nios2/dl-trampoline.S: New file.
2820         * sysdeps/nios2/gccframe.h: New file.
2821         * sysdeps/nios2/gmp-mparam.h: New file.
2822         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2823         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2824         * sysdeps/nios2/ldsodefs.h: New file.
2825         * sysdeps/nios2/libc-tls.c: New file.
2826         * sysdeps/nios2/libm-test-ulps: New file.
2827         * sysdeps/nios2/machine-gmon.h: New file.
2828         * sysdeps/nios2/math-tests.h: New file.
2829         * sysdeps/nios2/math_private.h: New file.
2830         * sysdeps/nios2/memusage.h: New file.
2831         * sysdeps/nios2/nptl/Makefile: New file.
2832         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2833         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2834         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2835         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2836         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2837         * sysdeps/nios2/nptl/tls.h: New file.
2838         * sysdeps/nios2/preconfigure: New file.
2839         * sysdeps/nios2/s_fma.c: New file.
2840         * sysdeps/nios2/s_fmaf.c: New file.
2841         * sysdeps/nios2/setjmp.S: New file.
2842         * sysdeps/nios2/sfp-machine.h: New file.
2843         * sysdeps/nios2/sotruss-lib.c: New file.
2844         * sysdeps/nios2/stackguard-macros.h: New file.
2845         * sysdeps/nios2/stackinfo.h: New file.
2846         * sysdeps/nios2/start.S: New file.
2847         * sysdeps/nios2/sysdep.h: New file.
2848         * sysdeps/nios2/tls-macros.h: New file.
2849         * sysdeps/nios2/tst-audit.h: New file.
2850         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2851         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2852         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2853         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2854         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2855         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2856         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2857         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2858         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2859         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2860         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2861         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2862         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2863         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2864         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2865         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2866         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2867         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2868         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2869         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2870         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2871         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2872         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2873         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2874         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2875         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2876         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2877         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2878         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2879         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2880         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2881         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2882         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2883         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2884         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2885         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2886         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2887         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2888         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2889         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2890         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2891         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2892         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2893         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2895 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2897         [BZ #17844]
2898         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2899         (getutent): Use weak_alias in non SHARED case
2900         and default_symbol_version in SHARED case.
2901         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2902         (getutent_r, pututline): Likewise.
2903         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2904         (getutid): Likewise.
2905         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2906         (getutid_r): Likewise.
2907         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2908         (getutline): Likewise.
2909         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2910         (getutline_r): Likewise.
2911         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2912         (updwtmp): Likewise.
2914 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2916         [BZ #17848]
2917         * sysdeps/s390/s390-32/memcmp.S
2918         (memcmp_g5): Rename to __memcmp_g5.
2919         * sysdeps/s390/s390-32/memcpy.S
2920         (memcpy_g5): Rename to __memcpy_g5.
2921         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2922         (memcpy_mvcle) Rename to __memcpy_mvcle.
2923         * sysdeps/s390/s390-32/memset.S
2924         (memset_g5): Rename to __memset_g5.
2925         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2926         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2927         and use prefixed functions.
2928         * sysdeps/s390/s390-32/multiarch/memcmp.S
2929         (memcmp_z196): Rename to __memcmp_z196.
2930         (memcmp_z10): Rename to __memcmp_z10.
2931         (memcmp): Set alias to __memcmp_g5.
2932         (bcmp): Set alias to __memcmp_g5.
2933         * sysdeps/s390/s390-32/multiarch/memcpy.S
2934         (memcpy_z196): Rename to __memcpy_z196.
2935         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2936         (memcpy_z10): Rename to __memcpy_z10.
2937         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2938         (memcpy): Set alias to __memcpy_g5.
2939         * sysdeps/s390/s390-32/multiarch/memset.S
2940         (memset_z196): Rename to __memset_z196.
2941         Jump to __memset_mvcle instead of memset_mvcle.
2942         (memset_z10): Rename to __memset_z10.
2943         Jump to __memset_mvcle instead of memset_mvcle.
2944         (memset_mvcle) Rename to __memset_mvcle.
2945         (memset): Set alias to __memset_g5.
2946         * sysdeps/s390/s390-64/memcmp.S
2947         (memcmp_z900): Rename to __memcmp_z900.
2948         * sysdeps/s390/s390-64/memcpy.S
2949         (memcpy_z900): Rename to __memcpy_z900.
2950         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2951         (memcpy_mvcle) Rename to __memcpy_mvcle.
2952         * sysdeps/s390/s390-64/memset.S
2953         (memset_z900): Rename to __memset_z900.
2954         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2955         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2956         and use prefixed functions.
2957         * sysdeps/s390/s390-64/multiarch/memcmp.S
2958         (memcmp_z196): Rename to __memcmp_z196.
2959         (memcmp_z10): Rename to __memcmp_z10.
2960         (memcmp): Set alias to __memcmp_z900.
2961         (bcmp): Set alias to __memcmp_z900.
2962         * sysdeps/s390/s390-64/multiarch/memcpy.S
2963         (memcpy_z196): Rename to __memcpy_z196.
2964         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2965         (memcpy_z10): Rename to __memcpy_z10.
2966         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2967         (memcpy): Set alias to __memcpy_z900.
2968         * sysdeps/s390/s390-64/multiarch/memset.S
2969         (memset_z196): Rename to __memset_z196.
2970         Jump to __memset_mvcle instead of memset_mvcle.
2971         (memset_z10): Rename to __memset_z10.
2972         Jump to __memset_mvcle instead of memset_mvcle.
2973         (memset_mvcle) Rename to __memset_mvcle.
2974         (memset): Set alias to __memset_z900.
2976 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2978         [BZ #17748]
2979         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2980         __fesetenv instead of fesetenv.
2982 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2984         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2985         macro.
2987 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2989         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2990         regression on LE.
2992         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2993         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2994         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2995         strncmp-power8 object.
2996         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2997         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2998         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2999         * NEWS: Update.
3001 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3002             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3004         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
3005         trailing byte check.
3007 2015-01-13  David S. Miller  <davem@davemloft.net>
3009         * include/signal.h (__sigreturn): Guard with __USE_MISC.
3011 2015-01-13  Roland McGrath  <roland@hack.frob.com>
3013         * login/logout.c (logout): Use memset rather than bzero.
3014         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
3015         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
3016         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
3017         (_gethtbyaddr): Likewise.
3018         * locale/programs/simple-hash.c (bcopy): Macro removed.
3020 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3022         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3023         Add strcmp-power8 object.
3024         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3025         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
3026         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
3027         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
3028         __strcmp_power8 implementation.
3029         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
3030         * NEWS: Update.
3032         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3033         Add strncpy-power8 and stpncpy-power8 objects.
3034         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3035         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
3036         implementations.
3037         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
3038         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
3039         __stpncpy_power8 implementation.
3040         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
3041         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
3042         __strncpy_power8 implementation.
3043         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
3044         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
3045         * NEWS: Update.
3047         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
3048         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
3049         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
3051         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3052         strncat-power8 object.
3053         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
3054         __strcat_power8 implementation.
3055         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3056         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
3057         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
3058         optimized strcat for power8.
3060         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3061         strcpy-power8 and stpcpy-power8 objects.
3062         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3063         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
3064         implementations.
3065         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
3066         multiarch stpcpy implementation for POWER8.
3067         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
3068         multiarch strcpy implementation for POWER8.
3069         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
3070         __strcpy_power8 function.
3071         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
3072         stpcpy for POWER8.
3073         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
3074         strcpy for POWER8.
3075         * NEWS: Update.
3077 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
3079         [BZ #16009]
3080         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
3081         weights and rules. Use do_xfrm_cached if data fits in cache,
3082         do_xfrm otherwise.  Moved former main loop to...
3083         * (do_xfrm_cached): New function.
3084         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
3085         find_idx, find_position and stack_push.
3086         * (find_idx): New function.
3087         * (find_position): Likewise.
3088         * localedata/sort-test.sh: Added test run for do_xfrm.
3089         * localedata/xfrm-test.c (main): Added command line option
3090         -nocache to run the test with strings that are too large for
3091         the STRXFRM cache.
3093 2015-01-13  Torvald Riegel  <triegel@redhat.com>
3095         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
3096         variable to lll_futex_wake call, not the value itself.
3098 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
3100         [BZ #17803]
3101         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
3102         twom64.  Adjust value to 0x1p-64L.
3103         (__scalblnl): Only return standard underflowing result for K <=
3104         -64 not K <= -63; adjust exponent for underflowing result by 64
3105         not 63.
3106         * math/libm-test.inc (scalbn_test_data): Add more tests.
3107         (scalbln_test_data): Likewise.
3109         [BZ #17834]
3110         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
3111         0x1p63L.
3112         (__scalblnl): Get new exponent of adjusted subnormal value from ES
3113         not HX.
3114         * math/libm-test.inc (scalbn_test_data): Add more tests.
3115         (scalbln_test_data): Likewise.
3117 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3118             Stefani Seibold  <stefani@seibold.net>
3120         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
3121         (sysdep_routines): Add dl-vdso here, ...
3122         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
3123         (sysdep_routines): ... not here.
3124         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
3125         fallback when vDSO is not presented.
3126         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
3127         Define with libc_hidden_proto/libc_hidden_data_def definitions.
3128         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
3129         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
3130         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
3131         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
3132         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
3133         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
3134         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
3135         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
3136         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
3137         fallback configurable symbol when vDSO is not available.
3138         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
3139         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
3140         be able to redefine fallback symbol when vDSO is not available.
3141         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
3142         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
3144 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3146         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3147         (TLS_INIT_TP): Add tm_capable initialization.
3148         (TLS_DEFINE_INIT_TP): Likewise.
3149         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3150         TCB.
3151         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3152         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3153         calculation.
3154         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3155         transactoion is lock elision is built and TCB tm_capable is set.
3156         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3158         (INTERNAL_SYSCALL_NCS): Likewise.
3159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3160         (INTERNAL_SYSCALL_NCS): Likewise.
3161         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
3163         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
3164         for powerpc.
3165         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3166         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
3167         and remove it for 32 bits case.
3168         [pthread_rwlock_t] (__rwelision): New field for lock elision.
3169         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
3170         initialization.
3171         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
3172         Disable lock elision with rdlocks if elision is not available.
3174         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
3175         (sysdep_routines): Add lock elision objects.
3176         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3177         [pthread_mutex_t] (__spins): Rework to add lock elision field.
3178         [pthread_mutex_t] (__elision): Add field.
3179         [__PTHREAD_SPINS]: Adjust to init lock elision field.
3180         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
3181         elision definitions for powerpc.
3182         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
3183         implementation of lock elision for powerpc.
3184         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
3185         implementation of timed lock elision for powerpc.
3186         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
3187         implementation of trylock with lock elision for powerpc.
3188         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
3189         implementaion of unlock for lock elision for powerpc.
3190         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
3191         automatic enable lock elision for mutexes.
3192         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
3193         transaction execution definitions for powerpc.
3194         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
3195         definitions.
3196         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
3197         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
3198         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
3199         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
3200         * NEWS: Update.
3202 2015-01-09  Roland McGrath  <roland@hack.frob.com>
3204         * sysdeps/posix/shm-directory.c: Use <> rather than ""
3205         for #include of <shm-directory.h>.
3207 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
3209         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
3210         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
3212 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
3214         [BZ #17791]
3215         * NEWS: Mention bug fix.
3216         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
3217         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
3218         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
3220 2015-01-09  Torvald Riegel <triegel@redhat.com>
3222         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
3224 2015-01-09  Torvald Riegel <triegel@redhat.com>
3226         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
3228 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3230         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
3231         pointer and cast to uintptr_t.
3233 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3235         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
3236         removed.
3237         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
3239 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3241         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
3242         of 0.
3244 2015-01-08  Roland McGrath  <roland@hack.frob.com>
3246         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
3247         <nptl/pthreadP.h> instead.
3248         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
3250         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
3251         already defined.
3252         [__SIGRTMIN] (init): Function removed.
3253         [__SIGRTMIN] (initialized): Variable removed.
3254         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
3255         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
3256         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
3257         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
3258         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
3259         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3260         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3261         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3262         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3263         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3264         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3265         * sysdeps/nptl/allocrtsig.c: New file.
3266         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3267         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3268         * sysdeps/generic/testrtsig.h: File removed.
3270         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3271         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3273         * nptl/nptl-init.c (pthread_functions): Conditionalize
3274         .ptr__nptl_setxid initialization on [SIGSETXID].
3276         * sysdeps/nptl/sys/procfs.h: New file.
3277         * nptl_db/Makefile (headers): Add it.
3278         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3280         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3281         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3282         * nptl/pthread_attr_setaffinity.c: Include it.
3283         * nptl/pthread_setattr_default_np.c: Likewise.
3284         * nptl/check-cpuset.h: New file.
3286 2015-01-08  Richard Henderson  <rth@redhat.com>
3288         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3289         (CFLAGS-tst-execstack-prog.c): Likewise.
3290         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3292 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
3293             Sandra Loosemore  <sandra@codesourcery.com>
3294             Andrew Jenner  <andrew@codesourcery.com>
3295             Joseph Myers  <joseph@codesourcery.com>
3296             Nathan Sidwell  <nathan@codesourcery.com>
3298         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3299         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3300         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3301         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3302         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3303         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3304         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3305         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3306         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3307         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3308         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3309         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3310         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3311         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3312         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3313         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3314         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3316 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3318         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3319         timespec struct member in syscall macro.
3320         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3321         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3322         first timeval struct member in syscall macro.
3323         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3325 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
3327         [BZ #17748]
3328         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3329         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3330         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3331         __feupdateenv and define as weak alias of __feupdateenv.  Use
3332         libm_hidden_weak.
3333         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3334         libm_hidden_def.
3335         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3336         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3337         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3338         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3339         libm_hidden_def.
3340         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3341         __feupdateenv and define as weak alias of __feupdateenv.  Use
3342         libm_hidden_weak.
3343         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3344         libm_hidden_def.
3345         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3346         __feupdateenv and define as weak alias of __feupdateenv.  Use
3347         libm_hidden_weak.
3348         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3349         libm_hidden_def.
3350         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3351         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3352         (__feupdateenv): Likewise.
3353         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3354         __feupdateenv and define as weak alias of __feupdateenv.  Use
3355         libm_hidden_weak.
3356         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3357         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3358         libm_hidden_def.
3359         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3360         function.
3361         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3362         libm_hidden_def.
3363         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3364         __feupdateenv instead of feupdateenv.
3365         (default_libc_feupdateenv_test): Likewise.
3366         (libc_feresetround_ctx): Likewise.
3368 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3370         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3371         prototype.
3373 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3375         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3376         COLL_SYM in a couple of places to avoid uninitialized variable
3377         wanings on tilegx gcc 4.8.2.
3379 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3381         * sysdeps/aarch64/strcpy.S: New file.
3382         * sysdeps/aarch64/stpcpy.S: New file.
3383         * NEWS: Updated.
3385 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3387         * sysdeps/aarch64/strrchr.S: New file.
3388         * NEWS: Updated.
3390 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3392         [BZ #17658]
3393         * stdlib/setenv.c: Fix memory leak when setting large,
3394         duplicate string.
3396 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3398         [BZ #17273]
3399         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3400         and tabs from buffer before parsing fstab entry.
3401         * misc/tst-mntent.c (main): Add test for mount entry with
3402         trailing spaces and tabs.
3404 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3406         [BZ #17748]
3407         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3408         * math/fesetround.c (fesetround): Rename to __fesetround and
3409         define as weak alias of __fesetround.  Use libm_hidden_weak.
3410         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3411         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3412         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3413         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3414         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3415         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3416         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3417         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3418         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3419         __fesetround_inline.
3420         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3421         __fesetround_inline instead of __fesetround.
3422         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3423         __fesetround and define as weak alias of __fesetround.  Use
3424         libm_hidden_weak.  Call __fesetround_inline instead of
3425         __fesetround.
3426         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3427         __fesetround and define as weak alias of __fesetround.  Use
3428         libm_hidden_weak.
3429         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3430         Likewise.
3431         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3432         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3433         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3434         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3435         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3436         __fesetround and define as weak alias of __fesetround.  Use
3437         libm_hidden_weak.
3438         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3439         __fesetround instead of fesetround.
3440         (default_libc_feholdexcept_setround): Likewise.
3441         (libc_feholdsetround_ctx): Likewise.
3442         (libc_feholdsetround_noex_ctx): Likewise.
3444         [BZ #17748]
3445         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3446         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3447         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3448         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3449         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3450         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3451         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3452         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3453         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3454         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3455         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3456         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3457         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3458         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3459         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3460         libm_hidden_def.
3461         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3462         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3463         Likewise.
3464         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3465         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3466         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3467         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3468         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3469         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3470         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3471         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3472         __fesetenv instead of fesetenv.
3473         (libc_feresetround_noex_ctx): Likewise.
3474         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3475         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3476         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3477         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3478         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3479         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3480         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3481         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3482         (__feupdateenv): Likewise.
3483         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3484         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3485         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3486         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3488 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3490         [BZ #17806]
3491         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3492         addresses have been freed.
3494 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3496         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3497         and nservall.
3499 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3501         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3502         Clean up check_pf allocation pattern. addresses
3504 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3506         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3507         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3508         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3509         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3510         * nptl/pthread_join.c (pthread_join): Likewise.
3511         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3512         * sysdeps/posix/waitid.c (__waitid): Likewise.
3513         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3514         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3515         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3516         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3517         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3518         Likewise.
3519         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3520         (__libc_pread64): Likewise.
3521         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3522         (__libc_pwrite): Likewise.
3523         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3524         (__libc_pwrite64): Likewsie.
3525         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3526         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3527         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3528         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3529         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3530         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3531         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3533         Likewise.
3534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3535         (__libc_pread64): Likewise.
3536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3537         Likewise.
3538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3539         (__libc_pwrite64): Likewise.
3540         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3541         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3542         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3543         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3544         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3545         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3546         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3547         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3548         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3549         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3550         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3551         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3552         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3553         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3554         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3555         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3556         Likewise.
3558 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3560         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3561         (CFLAGS-test-double.c): Likewise.
3562         (CFLAGS-test-ldouble.c): Likewise.
3563         (CPPFLAGS-test-ifloat.c): Likewise.
3564         (CPPFLAGS-test-idouble.c): Likewise.
3565         (CPPFLAGS-test-ildoubl.c): Likewise.
3566         (CFLAGS-test-test-fenv.c): Remove variable.
3567         (CFLAGS-test-misc.c): Likewise.
3569 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3571         [BZ #17797]
3572         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3573         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3574         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3575         CLOCKS_PER_SEC == 1000000.
3576         * time/clocktest.c (main): Replace %ld with %jd and cast to
3577         intmax_t.
3579 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3581         * sysdeps/generic/unwind-resume.h: New file.
3582         * sysdeps/gnu/unwind-resume.c: Include it.
3583         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3584         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3585         argument list.
3586         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3587         global rather than static.
3588         (_Unwind_Resume): Update user.
3589         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3590         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3591         rather than static.  Add __attribute__ ((cold)).
3592         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3593         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3594         * sysdeps/arm/arm-unwind-resume.S: New file.
3595         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3596         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3597         * sysdeps/arm/Makefile [$(subdir) = csu]
3598         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3599         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3600         Add rt-arm-unwind-resume.
3601         [$(subdir) = nptl]
3602         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3603         Add pt-arm-unwind-resume.
3604         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3605         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3607 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3609         [BZ #17748]
3610         * include/fenv.h (__feholdexcept): Declare.  Use
3611         libm_hidden_proto.
3612         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3613         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3614         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3615         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3616         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3617         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3618         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3619         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3620         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3621         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3622         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3623         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3624         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3625         (feholdexcept): Likewise.
3626         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3627         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3628         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3629         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3630         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3631         __feholdexcept instead of feholdexcept.
3632         (default_libc_feholdexcept_setround): Likewise.
3634 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3636         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3637         to avoid using stl/str to align destination.
3639 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3641         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3643 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3645         [BZ #17796]
3646         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3647         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3648         Define as weak alias not strong alias.
3650 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3652         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3653         bltzal with addiupc.
3654         (RTLD_START): Ditto.
3656 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3658         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3659         for __vdso_* functions in declarations.
3660         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3661         definitions.
3662         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3663         INTERNAL_VSYSCALL): Use struct return types to check for error.
3665         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3666         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3667         function with cast from llround().
3668         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3669         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3670         Define.
3672 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3674         [BZ #17793]
3675         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3676         Define as weak alias not strong alias.
3678         [BZ #17635]
3679         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3680         ...
3681         * ctype/ctype-extn.c: ... here.
3682         (__isblank_l): Move to ...
3683         * ctype/ctype-c99_l.c: ... here.  New file.
3684         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3685         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3686         Remove variable.
3687         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3688         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3689         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3690         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3691         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3693         [BZ #17777]
3694         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3695         (posix_fadvise64): Define as weak alias not strong alias.
3696         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3697         (posix_fallocate64): Likewise.
3698         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3699         Remove variable.
3700         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3701         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3702         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3703         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3704         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3706 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3708         [BZ #16191]
3709         * NEWS: Mention bug fix.
3710         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3711         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3712         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3713         (HOST_STACK_END_ADDR): Likewise.
3715 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3717         [BZ #17748]
3718         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3719         * math/fegetround.c (fegetround): Rename to __fegetround and
3720         define as weak alias of __fegetround.  Use libm_hidden_weak.
3721         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3722         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3723         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3724         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3725         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3726         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3727         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3728         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3729         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3730         Undefine after rather than before function definition; use
3731         parentheses around function name in definition.
3732         (__fegetround): Also undefine macro after function definition.
3733         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3734         __fegetround and define as weak alias of __fegetround.  Use
3735         libm_hidden_weak.  Do not undefine as macro.
3736         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3737         Likewise.
3738         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3739         __fegetround and define as weak alias of __fegetround.  Use
3740         libm_hidden_weak.
3741         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3742         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3743         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3744         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3745         __fegetround and define as weak alias of __fegetround.  Use
3746         libm_hidden_weak.
3747         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3748         __fegetround instead of fegetround.
3750         [BZ #17782]
3751         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3752         Condition macro definition on [__USE_MISC].
3754         [BZ #17781]
3755         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3756         (struct sigaction): Change type of sa_flags field to int.
3758         [BZ #17780]
3759         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3760         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3761         __glibc_reserved0.
3763         * nptl/version.c (banner): Use single year in copyright notice.
3765         * NEWS: Update copyright dates.
3766         * catgets/gencat.c (print_version): Likewise.
3767         * csu/version.c (banner): Likewise.
3768         * debug/catchsegv.sh: Likewise.
3769         * debug/pcprofiledump.c (print_version): Likewise.
3770         * debug/xtrace.sh (do_version): Likewise.
3771         * elf/ldconfig.c (print_version): Likewise.
3772         * elf/ldd.bash.in: Likewise.
3773         * elf/pldd.c (print_version): Likewise.
3774         * elf/sotruss.sh: Likewise.
3775         * elf/sprof.c (print_version): Likewise.
3776         * iconv/iconv_prog.c (print_version): Likewise.
3777         * iconv/iconvconfig.c (print_version): Likewise.
3778         * locale/programs/locale.c (print_version): Likewise.
3779         * locale/programs/localedef.c (print_version): Likewise.
3780         * login/programs/pt_chown.c (print_version): Likewise.
3781         * malloc/memusage.sh (do_version): Likewise.
3782         * malloc/memusagestat.c (print_version): Likewise.
3783         * malloc/mtrace.pl: Likewise.
3784         * manual/libc.texinfo: Likewise.
3785         * nptl/version.c (banner): Likewise.
3786         * nscd/nscd.c (print_version): Likewise.
3787         * nss/getent.c (print_version): Likewise.
3788         * nss/makedb.c (print_version): Likewise.
3789         * posix/getconf.c (main): Likewise.
3790         * scripts/test-installation.pl: Likewise.
3791         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3793 2015-01-02  Will Newton  <will.newton@linaro.org>
3795         * sysdeps/arm/armv7/configure: Removed.
3796         * sysdeps/arm/armv7/configure.ac: Likewise.
3798 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3800         * All files with FSF copyright notices: Update copyright dates
3801         using scripts/update-copyrights.
3802         * intl/plural.c: Regenerated.
3803         * locale/programs/charmap-kw.h: Likewise.
3804         * locale/programs/locfile-kw.h: Likewise.
3806 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3808         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3810 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3812         [BZ #17748]
3813         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3814         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3815         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3816         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3817         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3818         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3819         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3820         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3821         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3822         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3823         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3824         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3825         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3826         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3827         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3828         libm_hidden_def.
3829         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3830         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3831         Likewise.
3832         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3833         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3834         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3835         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3836         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3837         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3838         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3839         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3840         __fegetenv instead of fegetenv.
3841         (libc_feholdsetround_noex_ctx): Likewise.
3843 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3845         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3846         (Elf_MIPS_ABIFlags_v0): New structure.
3847         (EF_MIPS_FP64): Define.
3848         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3849         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3850         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3851         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3852         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3853         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3854         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3855         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3856         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3857         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3858         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3859         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3860         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3861         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3862         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3863         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3864         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3865         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3866         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3867         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3868         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3869         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3870         field.
3871         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3872         EF_MIPS_FP64.
3873         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3874         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3875         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3876         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3877         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3878         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3879         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3880         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3881         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3882         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3883         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3884         record the current FP ABI extension.
3885         (mips-mode-switch): Define to show if kernel headers support mode
3886         switching.
3887         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3888         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3889         supported SYSV ABI version to 3.
3890         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3891         feature.
3893 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3894             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3896         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3897         path.
3898         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3900 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3902         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3903         __fegetround and redefine to call __fegetround.  Remove condition
3904         on [!__NO_MATH_INLINES].
3905         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3906         function.
3907         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3908         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3909         Remove macro.
3910         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3911         instead of <fenv_libc.h>.
3912         (__llrintl): Call fegetround instead of __fegetround.
3913         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3914         instead of <fenv_libc.h>.
3915         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3916         (__lrintl): Call fegetround instead of __fegetround.
3917         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3918         instead of <fenv_libc.h>.
3919         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3920         (__rintl): Call fegetround instead of __fegetround.
3922 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3924         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3925         arrays.
3927 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3929         [BZ #17775]
3930         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3931         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3932         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3934 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3936         * sysdeps/i386/tls-macros.h: Include <features.h>.
3937         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3938         (TLS_IE): Likewise.
3939         (TLS_LD): Likewise.
3940         (TLS_GD): Likewise.
3941         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3942         define for GCC >= 5.0.
3944 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3946         * math/test-fenv.c (test_single_exception, set_single_exc,
3947         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3948         feexcp_mask_test, feenable_test, fe_single_test): Add
3949         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3950         case where they are not used.
3951         * math/libm-test.inc: Likewise.
3952         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3953         unused in the absence of FP rounding/exception support.
3954         * stdio-common/tst-printf-round.c: Likewise.
3955         * stdlib/tst-strtod-round.c: Likewise.
3956         * stdlib/tst-strtod-underflow.c: Likewise.
3958 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3960         [BZ #17723]
3961         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3962         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3963         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3964         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3965         libm_hidden_weak.
3966         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3967         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3968         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3969         libm_hidden_def.
3970         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3971         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3972         libm_hidden_weak.
3973         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3974         Likewise.
3975         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3976         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3977         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3978         libm_hidden_weak.
3979         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3980         libm_hidden_def.
3981         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3982         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3983         (__feraiseexcept): Likewise.
3984         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3985         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3986         libm_hidden_weak.
3987         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3988         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3989         libm_hidden_def.
3990         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3991         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3992         Use libm_hidden_def.
3993         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3994         libm_hidden_def.
3995         (feraiseexcept): Define as weak not strong alias.  Use
3996         libm_hidden_weak.
3997         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3998         New inline function.  Factored out of ...
3999         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
4000         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
4001         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
4002         feraiseexcept.
4003         * math/w_acos.c (__acos): Likewise.
4004         * math/w_asin.c (__asin): Likewise.
4005         * math/w_ilogb.c (__ilogb): Likewise.
4006         * math/w_j0.c (y0): Likewise.
4007         * math/w_j1.c (y1): Likewise.
4008         * math/w_jn.c (yn): Likewise.
4009         * math/w_log.c (__log): Likewise.
4010         * math/w_log10.c (__log10): Likewise.
4011         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
4012         * sysdeps/aarch64/fpu/math_private.h
4013         (libc_feupdateenv_test_aarch64): Likewise.
4014         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4015         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
4016         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
4017         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4018         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4019         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4020         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
4021         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4022         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4023         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4025 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4027         [BZ #17732]
4028         * io/test-utime.c (main): Replace %ld with %jd and cast to
4029         intmax_t.
4030         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
4031         * nptl/tst-mutex5.c: Include <stdint.h>.
4032         (do_test): Replace %ld with %jd and cast to intmax_t.
4033         * posix/tst-regex.c (run_test): Likewise.
4034         (run_test_backwards): Likewise.
4035         * rt/tst-clock.c: Include <stdint.h>.
4036         (clock_test): Replace %ld with %jd and cast to intmax_t.
4037         * rt/tst-cpuclock1.c: Include <stdint.h>.
4038         (do_test): Replace %lu with %ju and cast to uintmax_t.
4039         * rt/tst-cpuclock2.c: Include <stdint.h>.
4040         (do_test): Replace %lu with %ju and cast to uintmax_t.
4041         * rt/tst-mqueue1.c: Include <stdint.h>.
4042         (check_attrs): Replace %ld with %jd and cast to intmax_t.
4043         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
4044         intmax_t.
4045         * rt/tst-mqueue4.c (do_test): Likewise.
4046         * rt/tst-timer4.c: Include <stdint.h>.
4047         (check_ts): Replace %ld with %jd and cast to intmax_t.
4048         (do_test): Likewise.
4049         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
4050         and cast to intmax_t.
4051         * sysdeps/pthread/tst-timer.c (main): Likewise.
4052         * time/clocktest.c (main): Likewise.
4053         * time/tst-posixtz.c (do_test): Likewise.
4054         * timezone/tst-timezone.c (main): Likewise.
4056 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4057             H.J. Lu  <hongjiu.lu@intel.com>
4059         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
4060         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
4061         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
4062         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
4063         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
4064         version if bit_Fast_Unaligned_Load is set.
4065         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4066         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4067         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4068         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4069         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4070         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4071         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4072         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
4073         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
4074         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
4075         to 4.
4076         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
4077         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
4078         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
4079         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
4081 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
4083         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
4084         instead of #if to avoid a Wundef warning.
4085         * stdlib/tst-limits.c (do_test): Likewise.
4087         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
4088         parallel other exception macros.
4089         (fegetenv): Convert from macro to extern inline so that it applies
4090         retroactively to inline functions already seen by the compiler.
4091         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
4093         * posix/Makefile (before-compile): Use $(objpfx) for
4094         posix-conf-vars-def.h.
4096 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4098         * posix/getconf.c (main): Use size_t for type of I.
4099         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
4100         NSPEC.
4102         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
4103         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
4104         * posix/posix-envs.def: Likewise.
4105         * sysdeps/posix/sysconf.c: Likewise.
4106         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
4107         (specs): Remove array.
4108         * scripts/gen-posix-conf-vars.awk: Support generation of specs
4109         array.
4111         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
4112         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
4113         (__sysconf): Use CONF_IS_* macros.
4115         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
4116         ($(objpfx)posix-conf-vars-def.h): New target.
4117         * posix/posix-conf-vars.list: New file.
4118         * posix/posix-conf-vars.h: New file.
4119         * posix/confstr.c: Include posix-conf-vars.h.
4120         (confstr): Use CONF_IS_* macros.
4121         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
4122         CONF_IS_* macros.
4123         * scripts/gen-posix-conf-vars.awk: New file.
4125 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
4127         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
4128         fegetround): Add no-op macros to avoid linknamespace issues.
4130         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4131         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
4133         * sysdeps/unix/sysv/linux/tile/sysdep.h
4134         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
4135         assembly-specific section to avoid a redefinition warning.
4137         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4138         long before casting to pointer to avoid a cast warning.
4140 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
4142         * sysdeps/tile/tilegx/Implies: New file.
4144 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
4146         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4148 2014-12-23  Florian Weimer  <fweimer@redhat.com>
4150         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4152 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4154         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4155         not define.
4156         * sysdeps/unix/sysv/linux/utimes.c: Do not include
4157         <kernel-features.h>.
4158         (__utimes) [__NR_utimes]: Make code unconditional.
4159         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
4160         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4161         (__ASSUME_UTIMES): Do not undefine.
4162         * sysdeps/unix/sysv/linux/tile/kernel-features.h
4163         (__ASSUME_UTIMES): Likewise.
4164         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4165         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
4166         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
4167         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
4169 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4171         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
4173 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
4175         [BZ #17747]
4176         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
4177         alias to weak alias for j0l, y0l.
4178         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
4179         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
4181         [BZ #17746]
4182         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
4183         conversion.
4185 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4187         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
4188         to zero if not already defined.
4190 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4192         [BZ #17724]
4193         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
4194         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
4195         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
4196         (char *) casts added.
4197         * sysdeps/ieee754/k_standardf.c: New file.
4198         * sysdeps/ieee754/k_standardl.c: Likewise.
4199         * math/Makefile (libm-support): Remove k_standard.
4200         (libm-calls): Add k_standard.
4202 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4204         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4205         Optimize to avoid an unnecessary FPCR read.
4207 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4209         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
4210         Optimize to reduce FPCR/FPSR accesses.
4212 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4214         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
4215         Call libc_fetestexcept_aarch64.
4217 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4219         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
4220         Call libc_fesetround_aarch64.
4222 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4224         [BZ #17733]
4225         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
4226         (__bind): Do not define as weak alias.
4227         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
4228         define.
4229         (__getsockname): Do not define as weak alias.
4231 2014-12-22  Will Newton  <will.newton@linaro.org>
4233         * manual/install.texi: Document that we require bison 2.7
4234         or above.
4235         * INSTALL: Regenerate.
4236         * configure.ac: Use AC_CHECK_PROG_VER instead of
4237         AC_PATH_PROG when checking for bison and check for
4238         version 2.7 or above.
4239         * configure: Regenerate.
4241 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
4243         [BZ #17745]
4244         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
4245         * sysdeps/tile/ffsll.c (ffsll): To here.
4247         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
4249 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4251         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
4252         if not defined.
4253         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
4254         definition.
4255         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4256         hidden ___tls_get_addr.
4257         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4258         hidden __tls_get_addr.
4259         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4260         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4261         Likewise.
4263 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
4265         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4266         _dl_init call.
4268 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4270         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4271         from "call _dl_init@PLT".
4272         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4274 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
4276         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4277         guarantees.
4279 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
4281         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4283 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4285         [BZ #17744]
4286         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4287         strnlen.
4289 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4291         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4292         of multu on MIPSr6.
4293         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4294         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4295         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4296         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4297         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4299 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4301         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4302         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4303         (PTR_SUBU): Use subu for mips32r6/mips64r6.
4304         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4305         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4306         mips32r6/mips64r6.
4307         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4309 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
4311         * string/strncat.c (STRNCAT): Simplify implementation.
4313 2014-12-19  David S. Miller  <davem@davemloft.net>
4315         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4316         access the quad as both a long double and as a series of 4 words.
4318         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4319         link_map->l_info array access.
4321 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4323         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4325         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4326         * math/atest-exp2.c (TIMEOUT): Likewise.
4327         * math/atest-sincos.c (TIMEOUT): Likewise.
4329 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4331         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4332         -Wno-error with -fno-builtin-lround.
4334 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4336         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4337         Contains futex constants and functions moved over from ...
4338         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4339         <lowlevellock-futex.h>.
4340         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4341         (lll_timedwait_tid): Add comments and parentheses around macro
4342         arguments.
4344 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4346         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4347         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4348         (__lll_private_flag): Remove.
4349         (lll_futex_wait): Likewise.
4350         (lll_futex_timed_wait): Likewise.
4351         (lll_futex_wake): Likewise.
4352         (lll_futex_requeue): Likewise.
4353         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4354         (__lll_timedwait_tid): Spell out argument names.
4355         (lll_timedwait_tid): Add comments and parentheses around macro
4356         arguments.
4357         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4358         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4360 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4362         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4363         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4364         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4365         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4366         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4367         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4368         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4369         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4370         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4371         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4372         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4373         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4374         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4375         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4376         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4377         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4378         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4379         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4380         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4382 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4384         * sysdeps/x86_64/x32/Makefile: New file.
4386 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4388         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4389         1L with (mp_limb_t) 1.
4391 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4393         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4394         * nptl/libc_pthread_init.c: ... here.
4395         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4396         * nptl/register-atfork.c: ... here.
4398         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4399         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4400         Use assert_perror to check its return value.
4401         (__gai_create_helper_thread): Likewise.
4403         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4405         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4407 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4409         [BZ #17725]
4410         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4411         __profil_counter.
4412         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4413         Likewise.
4414         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4415         Likewise.
4416         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4417         Likewise.
4418         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4419         (profil_counter): Likewise.
4420         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4421         (profil_counter): Likewise.
4422         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4423         Likewise.
4424         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4425         Likewise.
4426         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4427         (profil_counter): Likewise.
4428         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4429         Likewise.
4430         [!__profil_counter] (profil_counter): Define as weak alias of
4431         __profil_counter.
4432         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4433         (profil_counter): Rename to __profil_counter.
4434         [!__profil_counter] (profil_counter): Define as weak alias of
4435         __profil_counter.
4436         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4437         (profil_counter): Rename to __profil_counter.
4438         [!__profil_counter] (profil_counter): Define as weak alias of
4439         __profil_counter.
4440         * sysdeps/posix/profil.c: Update comment referring to
4441         profil_counter.
4442         (__profil): Use __profil_counter instead of profil_counter.
4443         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4444         __profil_counter.  Use __profil_counter_ushort and
4445         __profil_counter_uint in definitions.
4446         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4447         instead of profil_counter_uint and profil_counter_ushort.
4449         [BZ #17722]
4450         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4451         define as weak alias of __inet_makeaddr.
4452         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4453         as weak alias of __inet_addr.
4454         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4455         as weak alias of __inet_pton.  Use libc_hidden_weak.
4456         * include/arpa/inet.h (__inet_pton): Declare.  Use
4457         libc_hidden_proto.
4458         (inet_makeaddr): Don't use libc_hidden_proto.
4459         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4460         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4461         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4462         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4463         Remove variable.
4464         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4465         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4467 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4469         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4471 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4473         * stdio-common/bug-vfprintf-nargs.c (do_test):
4474         Cast value to intptr_t to avoid format warning
4475         for usage with PRIdPTR printing macro.
4477 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4479         * libio/tst-widetext.c (do_test):
4480         Use format type %td instead of %Zd for ptrdiff_t
4481         in order to avoid format warning.
4483 2014-12-17  Andreas Schwab  <schwab@suse.de>
4485         * nscd/mem.c (gc): Add size_t cast to match printf format.
4487 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4489         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4490         (init): Apply PTR_MANGLE to pointers before storing them.
4491         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4492         before using them.
4494 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4496         [BZ #17719]
4497         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4498         define as weak alias of __memrchr.
4499         (__memrchr): Do not define as strong alias of memrchr.
4500         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4501         Remove variable.
4502         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4503         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4504         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4506         [BZ #17717]
4507         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4508         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4509         (if_indextoname): Rename to __if_indextoname and define as weak
4510         alias of __if_indextoname.  Use libc_hidden_weak.
4511         (if_freenameindex): Rename to __if_freenameindex and define as
4512         weak alias of __if_freenameindex.
4513         (if_nameindex): Rename to __if_nameindex and define as weak alias
4514         of __if_nameindex.
4515         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4516         __if_nametoindex and define as weak alias of __if_nametoindex.
4517         Use libc_hidden_weak.
4518         (if_freenameindex): Rename to __if_freenameindex and define as
4519         weak alias of __if_freenameindex.
4520         (if_nameindex): Rename to __if_nameindex and define as weak alias
4521         of __if_nameindex.
4522         (if_indextoname): Rename to __if_indextoname and define as weak
4523         alias of __if_indextoname.  Use libc_hidden_weak.
4524         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4525         __if_nametoindex and define as weak alias of __if_nametoindex.
4526         Use libc_hidden_weak.
4527         (if_freenameindex): Rename to __if_freenameindex and define as
4528         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4529         (if_nameindex_netlink): Use __if_freenameindex instead of
4530         if_freenameindex.
4531         (if_nameindex): Rename to __if_nameindex and define as weak alias
4532         of __if_nameindex.  Use libc_hidden_weak.
4533         (if_indextoname): Rename to __if_indextoname and define as weak
4534         alias of __if_indextoname.  Use libc_hidden_weak.
4535         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4536         libc_hidden_proto.
4537         [!_ISOMAC] (__if_freenameindex): Likewise.
4538         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4539         if_nametoindex.
4540         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4541         variable.
4542         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4543         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4544         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4545         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4546         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4547         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4548         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4550         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4551         Remove variable.
4552         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4553         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4555 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4557         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4558         subscript above bounds'
4560         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4561         bounds.
4563 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4565         * libio/tst-fopenloc.c: Use test-skeleton.c.
4567         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4568         (entry): Rename to ITEM.
4569         (do_test, comp): Adjust.
4571         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4573 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4575         * string/tester.c: Include <libc-internal.h>.
4576         (test_memset): Ignore -Wmemset-transposed-args.
4578 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4580         * misc/tst-mntent2.c (do_test): Fix warning.
4582 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4584         * elf/tst-unique4lib.cc(a): Mark as used.
4586 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4588         [BZ #17630]
4589         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4590         names.
4592 2014-12-16  Allan McRae  <allan@archlinux.org>
4594         * stdio-common/Makefile (tests): Re-add bug26.
4596 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4598         [BZ #17657]
4599         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4600         static array.
4602 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4604         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4605         (__lll_lock_wait): Likewise.
4606         (__lll_timedlock_wait): Likewise.
4607         (__lll_timedwait_tid): Likewise.
4608         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4609         (__lll_robust_timedlock_wait): Likewise.
4610         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4611         (lll_cond_trylock): Likewise.
4612         (__lll_lock): Likewise.
4613         (__lll_robust_lock): Likewise.
4614         (__lll_cond_lock): Likewise.
4615         (lll_robust_cond_lock): Likewise.
4616         (__lll_timedlock): Likewise.
4617         (__lll_robust_timedlock): Likewise.
4618         (__lll_unlock): Likewise.
4619         (__lll_robust_unlock): Likewise.
4620         (lll_wait_tid): Likewise.
4621         (lll_timedwait_tid): Likewise.
4623 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4625         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4627 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4629         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4631 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4633         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4634         * stdio-common/tst-sprintf.c: Likewise.
4636 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4638         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4640 2014-12-15  Jeff Law  <law@redhat.com>
4642         [BZ #16617]
4643         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4644         on the heap.  (CVE-2012-3406)
4645         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4646         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4647         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4649 2014-12-15  Will Newton  <will.newton@linaro.org>
4651         * manual/install.texi: Bump required version of texinfo
4652         to 4.7 from 4.5.
4653         * INSTALL: Regenerated.
4654         * configure.ac: Check for makeinfo version 4.7 and above.
4655         * configure: Regenerated.
4657 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4659         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4660         PREFIX, string constant to insert between directory and name.
4661         * sysdeps/posix/shm_open.c: Update caller.
4662         * sysdeps/posix/shm_unlink.c: Likewise.
4663         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4664         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4665         (SEM_SHM_PREFIX): New macro.
4666         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4667         [$(have-thread-library) = no].
4668         * nptl/Makefile (libpthread-routines): Add shm-directory.
4669         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4670         * sysdeps/nptl/shm-directory.h: New file.
4671         * sysdeps/posix/shm-directory.c
4672         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4673         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4674         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4675         INTERNAL_SYSCALL.
4676         (__where_is_shmfs): Function removed.
4677         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4678         Variables removed.
4679         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4680         Use SHM_GET_NAME.
4681         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4683         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4684         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4685         unconditional for use inside libpthread.
4686         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4688 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4690         * nptl/pthread_getaffinity.c: New file.
4691         * nptl/pthread_setaffinity.c: New file.
4692         * nptl/pthread_getname.c: New file.
4693         * nptl/pthread_setname.c: New file.
4695         * nptl/pthread_create.c (START_THREAD_DEFN)
4696         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4698 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4699             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4701         * resolv/res_send.c (send_vc): Disable warning resplen may
4702         be used uninitialized.
4704 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4706         * nptl/tst-mutex6.c
4707         (ATTR_NULL): New define checks ATTR against NULL.
4708         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4709         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4711 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4713         [BZ #17581]
4714         * malloc/hooks.c
4715         (mem2mem_check): Revert my previous change.
4716         (malloc_check_get_size): Revert my previous change.
4717         (mem2chunk_check): Revert my previous change.
4719 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4721         * sysdeps/posix/shm-directory.c: New file.
4722         * sysdeps/posix/shm-directory.h: New file.
4723         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4724         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4725         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4726         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4727         Transmute EPERM to EACCES.
4728         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4729         from ...
4730         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4731         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4733 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4735         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4736         pointer and cast to uintptr_t.
4737         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4738         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4739         Add cast to avoid warning.
4740         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4742 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4744         * nptl/semaphore.h: Move to ...
4745         * sysdeps/pthread/semaphore.h: ... here.
4746         * Makefile (installed-headers): Change nptl/semaphore.h to
4747         sysdeps/pthread/semaphore.h.
4749 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4751         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4752         generated error format strings.
4754         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4755         -Wformat-extra-args warnings for scanf formats.
4756         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4757         test of zero-length format (duh).
4758         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4759         corner-case scanf format test.
4760         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4761         generated fprintf format string.
4762         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4763         corner-case sprintf format tests.
4764         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4765         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4766         -Wformat-extra-args warnings throughout.
4767         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4768         (CFLAGS-scanf4.c): Likewise.
4769         (CFLAGS-scanf7.c): Likewise.
4770         (CFLAGS-tst-sprintf.c): Likewise.
4771         (CFLAGS-tst-printf.c): Likewise.
4772         (CFLAGS-tst-printfsz.c): Likewise.
4774 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4776         * include/cpio.h: New file.
4777         * include/fmtmsg.h: Likewise.
4779         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4780         corresponding format argument to size_t.
4781         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4782         arguments.
4783         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4784         corresponding format argument to size_t.
4785         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4786         arguments.
4787         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4788         corresponding format argument to size_t.
4789         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4790         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4791         (CFLAGS-tst-mbswcs2.c): Likewise.
4792         (CFLAGS-tst-mbswcs3.c): Likewise.
4793         (CFLAGS-tst-mbswcs4.c): Likewise.
4794         (CFLAGS-tst-mbswcs5.c): Likewise.
4795         (CFLAGS-tst-trans.c): Likewise
4797 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4799         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4800         rather than assuming they won't contain any '%'s.
4802 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4804         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4805         inhibit_loop_to_libcall to avoid recursive calls.
4806         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4807         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4809 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4811         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4812         prototype.
4814 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4816         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4817         integer value instead of boolean.
4819 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4821         * malloc/malloc.c: Fix powerof2 check.
4823 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4825         * locale/programs/locfile.h (maybe_swap_uint32):
4826         Remove inline and add unused attribute.
4828 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4830         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4831         Truncating assembler expression to a .long expression.
4833 2014-12-11  Andreas Schwab  <schwab@suse.de>
4835         * elf/rtld.c (struct map_args): Constify str member.
4836         (do_preload): Constify fname argument.
4838 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4840         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4841         constants definition.
4843 2014-12-11  Andreas Schwab  <schwab@suse.de>
4845         [BZ #16657]
4846         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4847         FORCE_ELISION instead of DO_ELISION.
4848         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4849         Remove.
4850         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4851         Likewise.
4853         * iconvdata/gconv-modules: Remove duplicate entry.
4855 2014-12-11  Will Newton  <will.newton@linaro.org>
4857         Merge gettext 0.19.3 into intl/.
4859         This involves a number of cosmetic changes to comments
4860         and ANSI function definitions and prototypes throughout
4861         all the files. The gettext copyright header is used but
4862         with the date ranges taken from the glibc copy.
4864         * NEWS: Add gettext merge to 2.21.
4865         * intl/bindtextdom.c: Switch to gettext copyright.
4866         Use ANSI definitions and prototypes.
4867         Use gl_* locking primitives rather than __libc_* ones.
4868         Use __builtin_expect rather than __glibc_likely/unlikely.
4869         * intl/dcgettext.c: Switch to gettext copyright.
4870         Use ANSI definitions and prototypes.
4871         * intl/dcigettext.c: Switch to gettext copyright.
4872         Use ANSI definitions and prototypes.
4873         (INTDIV0_RAISES_SIGFPE): New define.
4874         Use gl_* locking primitives rather than __libc_* ones.
4875         Include eval-plural.h instead of plural-eval.c.
4876         Use __builtin_expect rather than __glibc_likely/unlikely.
4877         * intl/dcngettext.c: Switch to gettext copyright.
4878         Use ANSI definitions and prototypes.
4879         * intl/dgettext.c: Likewise.
4880         * intl/dngettext.c: Likewise.
4881         * intl/plural-eval.c: Renamed to...
4882         * intl/eval-plural.h: ...this.
4883         * intl/explodename.c: Switch to gettext copyright.
4884         Use ANSI definitions and prototypes.
4885         (_nl_explode_name): Use strchr instead of __rawmemchr.
4886         * intl/finddomain.c: Switch to gettext copyright.
4887         Use ANSI definitions and prototypes.
4888         Use gl_* locking primitives rather than __libc_* ones.
4889         (_nl_find_domain): Use malloc rather than alloca for
4890         allocation of temporary locale name.
4891         * intl/gettext.c: Switch to gettext copyright.
4892         Use ANSI definitions and prototypes.
4893         * intl/gettextP.h: Switch to gettext copyright.
4894         Use ANSI definitions and prototypes.
4895         Use gl_* locking primitives rather than __libc_* ones.
4896         * intl/gmo.h: Switch to gettext copyright.
4897         (struct sysdep_string): Move struct segment_pair outside of
4898         struct definition.
4899         * intl/hash-string.c: Use ANSI definitions and prototypes.
4900         * intl/hash-string.h: Switch to gettext copyright.
4901         Use ANSI definitions and prototypes.
4902         * intl/l10nflist.c: Switch to gettext copyright.
4903         Use ANSI definitions and prototypes.
4904         (_nl_normalize_codeset): Avoid integer overflow.
4905         * intl/loadinfo.h: Switch to gettext copyright.
4906         Use ANSI definitions and prototypes.
4907         (LIBINTL_DLL_EXPORTED): New define.
4908         (PATH_SEPARATOR): New define.
4909         * intl/loadmsgcat.c: Switch to gettext copyright.
4910         * intl/localealias.c: Switch to gettext copyright.
4911         Use ANSI definitions and prototypes.
4912         (_nl_expand_alias): Use PATH_SEPARATOR.
4913         * intl/ngettext.c: Switch to gettext copyright.
4914         Use ANSI definitions and prototypes.
4915         * intl/plural-exp.c: Likewise.
4916         * intl/plural-exp.h: Switch to gettext copyright.
4917         Use ANSI definitions and prototypes.
4918         (struct expression): Move definition of enum operator outside
4919         of struct definition.
4920         * intl/plural.c: Regenerate.
4921         * intl/plural.y: Switch to gettext copyright.
4922         Use ANSI definitions and prototypes.
4923         Port to bison 3.0.
4924         * intl/textdomain.c: Switch to gettext copyright.
4925         Use ANSI definitions and prototypes.
4926         Use gl_* locking primitives rather than __libc_* ones.
4928 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4930         * debug/warning-nop.c: Add used atrribute.
4932 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4934         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4936         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4937         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4938         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4940 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4941             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4943         [BZ #17634]
4944         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4945         Undefine after defining function.  Define as weak alias of
4946         __wcschr.  Use libc_hidden_weak.
4947         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4948         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4949         (libc_hidden_def): Also define __GI___wcschr alias.
4950         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4951         __wcschr and define as weak alias of __wcschr.
4952         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4953         __wcschr.
4954         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4955         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4956         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4957         libc_hidden_weak.  Do not use libc_hidden_def.
4958         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4959         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4960         __GI___wcschr alias.
4961         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4962         [IS_IN (libc)] (wcschr): Define as macro expanding to
4963         __redirect_wcschr.
4964         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4965         [IS_IN (libc)] (__wcschr_power6): Likewise.
4966         [IS_IN (libc)] (__wcschr_power7): Likewise.
4967         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4968         instead of wcschr.
4969         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4970         __libc_wcschr.
4971         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4972         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4973         __wcschr and define as weak alias of __wcschr.  Use
4974         libc_hidden_builtin_def.
4975         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4976         as weak alias of __wcschr.  Use libc_hidden_weak.
4977         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4978         wcschr.
4979         * time/era.c (_nl_init_era_entries): Likewise.
4980         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4981         variable.
4982         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4983         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4985 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4987         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4988         format for long int variable.
4990 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4992         [BZ #10672]
4993         * manual/search.texi: (Array Sort Function): Remove claim how to make
4994         qsort stable.
4996 2014-12-10  Andreas Schwab  <schwab@suse.de>
4998         [BZ #12847]
4999         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
5000         user-controlled locks.
5002 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
5004         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
5005         register.
5007 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5009         * configure.ac (--disable-werror): New configure option.
5010         (enable_werror): New AC_SUBST.
5011         * configure: Regenerated.
5012         * config.make.in (enable-werror): New variable.
5013         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
5014         -Wno-error=undef.
5015         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
5016         * manual/install.texi (Configuring and compiling): Document
5017         --disable-werror.
5018         * INSTALL: Regenerated.
5019         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
5020         (CFLAGS-tst-chk2.c): Likewise.
5021         (CFLAGS-tst-chk3.c): Likewise.
5022         (CFLAGS-tst-chk4.cc): Likewise.
5023         (CFLAGS-tst-chk5.cc): Likewise.
5024         (CFLAGS-tst-chk6.cc): Likewise.
5025         (CFLAGS-tst-lfschk1.c): Likewise.
5026         (CFLAGS-tst-lfschk2.c): Likewise.
5027         (CFLAGS-tst-lfschk3.c): Likewise.
5028         (CFLAGS-tst-lfschk4.cc): Likewise.
5029         (CFLAGS-tst-lfschk5.cc): Likewise.
5030         (CFLAGS-tst-lfschk6.cc): Likewise.
5032         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
5033         (main): Disable -Wdeprecated-declarations around calls to
5034         register_printf_function.
5036         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
5037         (do_test): Disable -Wdiv-by-zero around some calls to
5038         fwrite_unlocked and fread_unlocked.
5040         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
5041         (DIAG_POP_NEEDS_COMMENT): Likewise.
5042         (_DIAG_STR1): Likewise.
5043         (_DIAG_STR): Likewise.
5044         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
5045         * stdio-common/bug21.c: Include <libc-internal.h>.
5046         (do_test): Disable -Wformat around call to sscanf.
5047         * stdio-common/scanf14.c: Include <libc-internal.h>.
5048         (main): Disable -Wformat around some calls to scanf functions.
5050 2014-12-09  Torvald Riegel  <triegel@redhat.com>
5052         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
5054 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5056         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
5057         stack variable alignment.
5059 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
5061         [BZ #17682]
5062         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
5063         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
5064         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
5065         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
5066         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
5067         __getrlimit instead of getrlimit.
5068         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
5069         __gettimeofday instead of gettimeofday.
5070         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
5071         Likewise.
5072         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
5073         Likewise.
5074         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
5075         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
5076         Remove variable.
5077         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5078         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5080 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5082         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
5083         for wide-character tests.
5085 2014-12-04  Roland McGrath  <roland@hack.frob.com>
5087         * io/openat64.c: #include <libc-internal.h>
5088         (__openat64): Prototypify.  Use ignore_value on MODE.
5089         * io/openat.c: Likewise.
5090         * misc/reboot.c: #include <libc-internal.h>
5091         (reboot): Prototypify.  Use ignore_value on HOWTO.
5092         * misc/ptrace.c: #include <libc-internal.h>
5093         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
5095 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
5097         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
5098         XPG4, UNIX98 and XOPEN2K.
5099         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
5100         Remove variable.
5101         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5103 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5105         * libio/fileops.c: Use ISO C style for function definitions.
5106         * libio/iofopen.c: Likewise.
5107         * libio/wfileops.c: Likewise.
5109         [BZ #17653]
5110         * libio/fileops.c (_IO_new_file_underflow): Unset cached
5111         offset on EOF.
5112         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
5113         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
5114         (fgets_func): Function pointer to fgets and fgetws.
5115         (do_ftell_test): Add test to verify ftell value after read
5116         EOF.
5117         (do_test): Set fgets_func.
5119         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
5120         O_TRUNC flag for w and w+ modes.
5121         (do_rewind_test): Likewise.
5122         (do_ftell_test): Likewise.
5123         (do_write_test): Likewise.
5125         [BZ #17647]
5126         * libio/fileops.c (do_ftell): Seek only when there are
5127         unflushed writes.
5128         * libio/wfileops.c (do_ftell_wide): Likewise.
5129         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
5130         test case.
5131         (do_one_test): Call it.
5133 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
5135         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
5136         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
5137         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
5138         Remove variable.
5139         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5140         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5141         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5143 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5145         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
5146         Remove variable.
5147         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5149         [BZ #17668]
5150         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5151         as weak alias of __getifaddrs.  Use libc_hidden_weak.
5152         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5153         __freeifaddrs.  Use libc_hidden_weak.
5154         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5155         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
5156         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5157         __freeifaddrs.  Use libc_hidden_weak.
5158         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5159         __getifaddrs and define as weak alias of __getifaddrs.  Use
5160         libc_hidden_weak.
5161         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5162         __freeifaddrs.  Use libc_hidden_weak.
5163         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
5164         Remove variable.
5165         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5166         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5168 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
5170         [BZ #17601]
5171         * sysdeps/mips/start.S (__start): Use indirect jump to call
5172         __libc_start_main.
5174 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5176         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
5178         * nptl/tst-mutex1.c: Include <stdbool.h>.
5179         [!ATTR] (ATTR_NULL): New macro.
5180         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
5181         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
5182         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
5184         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
5185         to char *.
5187         [BZ #17665]
5188         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
5189         Change conditional to [__USE_MISC].
5191         [BZ #17664]
5192         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
5193         fgets_unlocked.
5194         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
5195         __fgets_unlocked.
5196         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
5197         fgets_unlocked.
5198         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
5199         Remove variable.
5200         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5201         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5202         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5203         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5204         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5205         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5206         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5207         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5208         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5210         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
5212 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5214         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5215         Remove strpbrk objects.
5216         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5217         (__libc_ifunc_impl_list): Remove strpbrk implementation.
5218         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
5219         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
5220         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
5221         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
5223         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5224         Remove strcspn objects.
5225         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5226         (__libc_ifunc_impl_list): Remove strcspn implementation.
5227         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
5228         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
5229         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
5230         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
5232         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5233         Remove strspn objetcs.
5234         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5235         (__libc_ifunc_impl_list): Remove strspn implementation.
5236         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
5237         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5238         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
5239         * sysdeps/powerpc/powerpc64/strspn.S: New file.
5241 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
5243         [BZ #17581]
5244         * malloc/hooks.c
5245         (mem2mem_check): Add a terminator to the chain of checking blocks.
5246         (malloc_check_get_size): Use it here.
5247         (mem2chunk_check): Ditto.
5249 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5251         * sysdeps/powerpc/powerpc64/strtok.S: New file.
5252         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
5254 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
5256         * bits/ioctl-types.h: Indent preprocessor directives correctly.
5258         * nptl/nptl-init.c: Include libc-internal.h.
5259         (__pthread_initialize_minimal_internal): Use ROUND_UP.
5261         * elf/ldconfig.c (search_dir): Expand comment.
5263 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
5265         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5266         variable.
5267         (linknamespace-symlist-stdlibs-tests): Likewise.
5268         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5269         instead of $(objpfx)symlist-stdlibs.
5270         (linknamespace-libs-isoc): New variable.
5271         (linknamespace-libs): Use $(linknamespace-libs-isoc).
5272         (linknamespace-libs-ISO): New variable.
5273         (linknamespace-libs-ISO99): Likewise.
5274         (linknamespace-libs-ISO11): Likewise.
5275         (linknamespace-libs-XPG3): Likewise.
5276         (linknamespace-libs-XPG4): Likewise.
5277         (linknamespace-libs-POSIX): Likewise.
5278         (linknamespace-libs-UNIX98): Likewise.
5279         (linknamespace-libs-XOPEN2K): Likewise.
5280         (linknamespace-libs-POSIX2008): Likewise.
5281         (linknamespace-libs-XOPEN2K8): Likewise.
5282         ($(objpfx)symlist-stdlibs): Replace by
5283         $(linknamespace-symlist-stdlibs-tests).  Use
5284         $(linknamespace-libs-$*) as set of libraries.
5285         ($(linknamespace-header-tests)): Update dependencies.  Use
5286         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5287         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5288         * conform/linknamespace.pl: Remove comment about considering
5289         definitions of symbols from irrelevant libraries.
5291 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
5293         [BZ #13862]
5294         * elf/dl-tls.c: Include <atomic.h>.
5295         (oom): Remove #ifdef SHARED/#endif.
5296         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5297         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
5298         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5299         big enough.
5300         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5301         * nptl/Makefile (tests): Add tst-stack4.
5302         (modules-names): Add tst-stack4mod.
5303         ($(objpfx)tst-stack4): New.
5304         (tst-stack4mod.sos): Likewise.
5305         ($(objpfx)tst-stack4.out): Likewise.
5306         ($(tst-stack4mod.sos)): Likewise.
5307         (clean): Likewise.
5308         * nptl/tst-stack4.c: New file.
5309         * nptl/tst-stack4mod.c: Likewise.
5311 2014-11-27  J. Brown  <jb999@gmx.de>
5313         * sysdeps/x86/bits/string.h: Add recent CPUs.
5315 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5317         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5318         sigblock.
5320         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5321         feof.
5323         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5324         variable.
5326 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
5328         * nscd/connections.c: Include libc-internal.h because of macro
5329         usage ignore_value.
5331 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5333         * string/bits/string3.h (__warn_memset_zero_len): Don't
5334         declare for gcc newer than 5.0.
5335         (memset): Don't test for zero-length __LEN for gcc newer than
5336         5.0.
5338 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5340         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5341         size_t for %zu format.
5343         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5344         difference, not %ju.
5346 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5348         * include/libc-internal.h (ignore_value): New macro.
5349         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5350         with ignore_value.
5352         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5353         definition.
5355         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5356         pthread_cleanup_push to void *.
5358         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5359         Undefine.
5361         [BZ #16619]
5362         [BZ #16740]
5363         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5364         instead of 1L << 52.
5366         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5367         * libio/bug-rewind2.c (do_test): Likewise.
5369         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5370         * debug/test-strcpy_chk-ifunc.c: Likewise.
5371         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5372         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5373         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5374         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5375         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5376         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5377         * Rules [$(multi-arch) = no] (tests): Do not filter out
5378         $(tests-ifunc).
5379         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5380         * debug/Makefile (tests-ifunc): Remove variable.
5381         (tests): Do not add $(tests-ifunc).
5382         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5383         (tests): Do not add $(tests-ifunc).
5384         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5385         [TEST_IFUNC]: Remove conditionals.
5386         * string/test-string.h (TEST_IFUNC): Remove macro.
5387         [TEST_IFUNC]: Remove conditionals.
5389         * string/test-strchr.c [!WIDE] (L): New macro.
5390         [WIDE] (L): Likewise.
5391         (check1): Use CHAR instead of char.  Use L on string and character
5392         constants.
5394 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5396         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5397         tests.
5398         * sysdeps/powerpc/bits/atomic.h
5399         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5400         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5401         (atomic_exchange_and_add_acq): Likewise.
5402         (atomic_exchange_and_add_rel): Likewise.
5403         * sysdeps/powerpc/powerpc32/bits/atomic.h
5404         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5405         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5406         * sysdeps/powerpc/powerpc64/bits/atomic.h
5407         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5408         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5410 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5412         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5413         Change synchronization of __sched_fifo_min_prio and
5414         __sched_fifo_max_prio.
5415         * nptl/pthread_mutexattr_getprioceiling.c
5416         (pthread_mutexattr_getprioceiling): Likewise.
5417         * nptl/pthread_mutexattr_setprioceiling.c
5418         (pthread_mutexattr_setprioceiling): Likewise.
5419         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5420         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5421         Likewise.
5423 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5425         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5426         void.
5428 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5430         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5431         third argument const.
5433 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5435         fnmatch: work around GCC compiler warning bug with uninit var
5436         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5437         This works around a bug with x86-64 GCC 4.9.2 and earlier
5438         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5439         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5440         used uninitialized in this function [-Wmaybe-uninitialized]".
5442 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5444         * posix/bug-regex31.c (main): Return RES not 0.
5446 2014-11-25  Anton Blanchard <anton@samba.org>
5448         * sysdeps/powerpc/bits/atomic.h
5449         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5451 2014-11-24  Sterling Augustine  <saugustine@google.com>
5453         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5455 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5457         [BZ #17608]
5458         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5460 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5462         [BZ #17633]
5463         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5464         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5465         variable.
5466         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5467         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5469 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5471         * string/strncpy.c (strncpy): Improve performance by using memset.
5473 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5475         * string/strcpy.c (strcpy):
5476         Improve performance by using strlen and memcpy.
5478 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5480         * string/strcoll_l.c (get_next_seq): __always_inline.
5481         * string/strcoll_l.c (do_compare): __always_inline.
5483 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5485         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5486         defined.
5487         * include/mqueue.h: Likewise.
5488         * include/stdlib.h: Likewise.
5490         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5491         (get_null_defines): Adjust.
5492         * sunrpc/Makefile: Adjust comment.
5493         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5494         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5495         (CFLAGS-interp.c): Likewise.
5496         (CFLAGS-ldconfig.c): Likewise.
5497         (CPPFLAGS-.os): Likewise.
5498         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5499         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5500         * extra-modules.mk (extra-modules.mk): Likewise.
5501         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5502         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5503         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5504         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5505         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5506         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5507         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5508         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5509         * iconvdata/Makefile (CPPFLAGS): Likewise.
5510         (cpp-srcs-left): Add libof for all iconvdata routines.
5511         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5512         * include/assert.h: Likewise.
5513         * include/ctype.h: Likewise.
5514         * include/errno.h: Likewise.
5515         * include/libc-symbols.h: Likewise.
5516         * include/math.h: Likewise.
5517         * include/netdb.h: Likewise.
5518         * include/resolv.h: Likewise.
5519         * include/stdio.h: Likewise.
5520         * include/stdlib.h: Likewise.
5521         * include/string.h: Likewise.
5522         * include/sys/stat.h: Likewise.
5523         * include/wctype.h: Likewise.
5524         * intl/l10nflist.c: Likewise.
5525         * libidn/idn-stub.c: Likewise.
5526         * libio/libioP.h: Likewise.
5527         * nptl/libc_multiple_threads.c: Likewise.
5528         * nptl/pthreadP.h: Likewise.
5529         * posix/regex_internal.h: Likewise.
5530         * resolv/res_hconf.c: Likewise.
5531         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5532         * sysdeps/arm/memmove.S: Likewise.
5533         * sysdeps/arm/sysdep.h: Likewise.
5534         * sysdeps/generic/_itoa.h: Likewise.
5535         * sysdeps/generic/symbol-hacks.h: Likewise.
5536         * sysdeps/gnu/errlist.awk: Likewise.
5537         * sysdeps/gnu/errlist.c: Likewise.
5538         * sysdeps/i386/i586/memcpy.S: Likewise.
5539         * sysdeps/i386/i586/memset.S: Likewise.
5540         * sysdeps/i386/i686/memcpy.S: Likewise.
5541         * sysdeps/i386/i686/memmove.S: Likewise.
5542         * sysdeps/i386/i686/mempcpy.S: Likewise.
5543         * sysdeps/i386/i686/memset.S: Likewise.
5544         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5545         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5546         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5547         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5548         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5549         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5550         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5551         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5552         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5553         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5554         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5555         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5556         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5557         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5558         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5559         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5560         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5561         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5562         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5563         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5564         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5565         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5566         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5567         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5568         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5569         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5570         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5571         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5572         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5573         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5574         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5575         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5576         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5577         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5578         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5579         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5580         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5581         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5582         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5583         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5584         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5585         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5586         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5587         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5588         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5589         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5590         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5591         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5592         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5593         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5594         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5595         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5596         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5597         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5598         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5599         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5600         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5601         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5602         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5603         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5604         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5605         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5606         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5607         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5608         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5609         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5610         * sysdeps/posix/closedir.c: Likewise.
5611         * sysdeps/posix/opendir.c: Likewise.
5612         * sysdeps/posix/readdir.c: Likewise.
5613         * sysdeps/posix/rewinddir.c: Likewise.
5614         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5615         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5616         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5617         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5618         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5619         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5620         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5621         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5622         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5623         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5624         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5625         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5626         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5627         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5628         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5629         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5630         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5631         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5632         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5633         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5634         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5635         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5636         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5637         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5638         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5639         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5640         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5641         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5642         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5643         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5644         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5645         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5646         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5647         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5648         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5649         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5650         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5651         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5652         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5653         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5654         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5655         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5656         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5657         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5658         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5659         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5660         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5661         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5662         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5663         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5664         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5665         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5666         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5667         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5668         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5669         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5670         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5671         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5672         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5673         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5674         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5675         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5676         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5677         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5678         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5679         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5680         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5681         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5682         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5683         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5684         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5685         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5686         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5687         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5688         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5689         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5690         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5691         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5692         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5693         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5694         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5695         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5696         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5697         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5698         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5699         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5700         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5701         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5702         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5703         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5704         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5705         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5706         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5707         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5708         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5709         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5710         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5711         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5712         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5713         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5714         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5715         * sysdeps/unix/alpha/sysdep.S: Likewise.
5716         * sysdeps/unix/alpha/sysdep.h: Likewise.
5717         * sysdeps/unix/make-syscalls.sh: Likewise.
5718         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5719         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5720         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5721         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5722         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5723         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5724         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5725         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5726         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5727         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5728         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5729         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5730         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5731         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5732         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5733         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5734         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5735         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5736         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5737         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5738         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5739         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5740         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5741         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5742         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5743         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5744         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5747         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5748         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5749         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5750         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5751         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5752         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5753         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5754         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5755         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5756         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5757         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5758         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5759         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5760         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5761         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5762         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5763         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5764         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5765         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5766         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5767         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5768         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5769         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5770         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5771         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5772         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5773         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5774         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5775         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5776         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5777         * sysdeps/x86_64/memcpy.S: Likewise.
5778         * sysdeps/x86_64/memmove.c: Likewise.
5779         * sysdeps/x86_64/memset.S: Likewise.
5780         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5781         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5782         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5783         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5784         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5785         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5786         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5787         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5788         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5789         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5790         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5791         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5792         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5793         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5794         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5795         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5796         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5797         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5798         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5799         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5800         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5801         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5802         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5803         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5804         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5805         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5806         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5807         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5808         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5809         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5810         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5811         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5812         * sysdeps/x86_64/strcmp.S: Likewise.
5814         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5816         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5817         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5818         * elf/rtld-Rules: Likewise.
5819         * elf/setup-vdso.h: Likewise.
5820         * include/assert.h: Likewise.
5821         * include/bits/stdlib-float.h: Likewise.
5822         * include/errno.h: Likewise.
5823         * include/sys/stat.h: Likewise.
5824         * include/unistd.h: Likewise.
5825         * sysdeps/aarch64/setjmp.S: Likewise.
5826         * sysdeps/alpha/setjmp.S: Likewise.
5827         * sysdeps/arm/__longjmp.S: Likewise.
5828         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5829         * sysdeps/arm/setjmp.S: Likewise.
5830         * sysdeps/arm/sysdep.h: Likewise.
5831         * sysdeps/generic/_itoa.h: Likewise.
5832         * sysdeps/generic/dl-sysdep.h: Likewise.
5833         * sysdeps/generic/ldsodefs.h: Likewise.
5834         * sysdeps/i386/dl-tls.h: Likewise.
5835         * sysdeps/i386/setjmp.S: Likewise.
5836         * sysdeps/m68k/setjmp.c: Likewise.
5837         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5838         * sysdeps/mach/hurd/opendir.c: Likewise.
5839         * sysdeps/posix/getcwd.c: Likewise.
5840         * sysdeps/posix/opendir.c: Likewise.
5841         * sysdeps/posix/profil.c: Likewise.
5842         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5843         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5844         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5845         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5846         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5847         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5848         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5849         * sysdeps/s390/dl-tls.h: Likewise.
5850         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5851         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5852         * sysdeps/sh/sh3/setjmp.S: Likewise.
5853         * sysdeps/sh/sh4/setjmp.S: Likewise.
5854         * sysdeps/unix/alpha/sysdep.h: Likewise.
5855         * sysdeps/unix/arm/sysdep.S: Likewise.
5856         * sysdeps/unix/i386/sysdep.S: Likewise.
5857         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5858         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5859         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5860         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5861         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5862         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5863         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5864         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5865         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5866         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5867         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5868         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5869         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5872         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5873         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5874         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5875         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5876         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5877         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5878         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5879         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5880         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5881         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5882         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5883         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5884         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5885         * sysdeps/x86_64/setjmp.S: Likewise.
5887         * include/math.h: Use IS_IN instead of IS_IN_libm.
5888         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5889         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5890         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5891         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5892         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5893         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5894         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5895         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5896         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5897         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5898         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5899         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5900         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5901         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5902         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5903         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5904         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5905         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5906         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5907         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5908         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5909         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5910         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5911         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5912         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5913         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5914         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5915         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5916         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5917         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5918         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5919         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5920         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5922         Likewise.
5923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5924         Likewise.
5925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5926         Likewise.
5927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5928         Likewise.
5929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5930         Likewise.
5931         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5932         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5933         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5934         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5935         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5936         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5942         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5943         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5944         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5945         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5946         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5947         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5948         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5949         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5950         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5951         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5952         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5953         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5954         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5955         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5956         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5957         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5959         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5960         * nptl/pthreadP.h: Likewise.
5961         * nptl_db/structs.def: Likewise.
5962         * sysdeps/arm/sysdep.h: Likewise.
5963         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5964         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5965         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5966         * sysdeps/unix/alpha/sysdep.h: Likewise.
5967         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5968         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5969         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5970         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5971         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5972         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5973         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5974         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5975         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5976         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5977         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5978         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5979         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5980         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5983         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5984         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5985         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5986         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5987         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5988         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5989         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5990         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5991         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5992         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5994         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5995         * nptl/pthreadP.h: Likewise.
5996         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5997         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5998         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5999         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6000         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6001         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6002         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6003         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6004         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6005         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6006         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6007         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6009         Likewise.
6010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6011         Likewise.
6012         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6013         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6014         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6015         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6016         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6017         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6018         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6019         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6021         * dlfcn/dladdr.c: Use IS_IN.
6022         * dlfcn/dladdr1.c: Likewise.
6023         * dlfcn/dlclose.c: Likewise.
6024         * dlfcn/dlerror.c: Likewise.
6025         * dlfcn/dlinfo.c: Likewise.
6026         * dlfcn/dlmopen.c: Likewise.
6027         * dlfcn/dlopen.c: Likewise.
6028         * dlfcn/dlsym.c: Likewise.
6029         * dlfcn/dlvsym.c: Likewise.
6031         * include/ifaddrs.h: Use IS_IN.
6032         * inet/check_pf.c: Likewise.
6033         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6034         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
6036         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
6037         IS_IN_ldconfig.
6038         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
6039         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
6041         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
6042         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
6043         IS_IN (libc).
6045         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
6047         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
6048         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6049         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6050         * include/libc-symbols.h (IS_IN_LIB): New macro.
6051         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
6052         * include/netdb.h: Likewise.
6053         * include/stap-probe.h: Remove all uses of IN_LIB.
6055         * Makeconfig (module-cppflags-real): Define MODULE_NAME
6056         instead of IN_MODULE.
6057         * include/libc-symbols.h (IN_MODULE): Define using
6058         MODULE_NAME.
6059         (PASTE_NAME, PASTE_NAME1): New macros.
6060         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
6061         of IN_LIB.
6062         (STAP_PROBE_ASM): Likewise.
6064 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6066         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
6067         __mach_init in dlopened libc.
6069 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
6071         * sysdeps/arm/preconfigure.ac: Delete EABI check.
6072         * sysdeps/arm/preconfigure: Regenerate.
6074 2014-11-21  Roland McGrath  <roland@hack.frob.com>
6076         * nptl/pthread_create.c (__pthread_create_2_1): Set
6077         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
6078         when copying values from IATTR into PD.
6080 2014-11-21  Will Newton  <will.newton@linaro.org>
6081             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
6083         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
6084         Refactor inline-asm.  Also add comment.
6086         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
6087         ElfW macro instead of hardcoded Elf64 types.
6088         (la_aarch64_gnu_pltenter): Likewise.
6089         * sysdeps/aarch64/dl-machine.h
6090         (elf_machine_runtime_setup): Use ElfW(Addr).
6092         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
6093         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
6094         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
6095         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
6096         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
6097         (R_AARCH64_TLS_DTPMOD64): Rename to ..
6098         (R_AARCH64_TLS_DTPMOD): This.
6099         (R_AARCH64_TLS_DTPREL64): Rename to ...
6100         (R_AARCH64_TLS_DTPREL): This.
6101         (R_AARCH64_TLS_TPREL64): Rename to ...
6102         (R_AARCH64_TLS_TPREL): This.
6103         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
6104         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
6105         R_AARCH64_TLS_TPREL64.
6106         (elf_machine_rela): Likewise.
6108 2014-11-21  Torvald Riegel  <triegel@redhat.com>
6110         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
6111         by setting it to 0.  64b atomics are not supported currently.
6113 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6115         [BZ #16469]
6116         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
6117         search domain names.
6119 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6121         [BZ #16469]
6122         * NEWS: Update.
6123         * resolv/res_query.c (__libc_res_nquerydomain): Retain
6124         trailing dot.
6125         * posix/tst-getaddrinfo5.c: New.
6126         * posix/Makefile (tests): Add it.
6128 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6130         [BZ #14498]
6131         * NEWS: Fixed.
6132         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
6133         after parsing line but before break_if_match.
6134         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
6135         if there is a protocol mismatch.
6137 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
6139         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
6140         because the potential race is on the user-supplied stream.
6142 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6144         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
6145         string literal if not passed a buffer.
6146         * manual/job.texi (ctermid): Update reasoning, note deviation
6147         from posix, suggest mtasurace when not passed a buffer, for
6148         future non-preliminary safety notes.
6150 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6152         * manual/users.texi (cuserid): Fix MT-Safety note for the case
6153         of not passing it a buffer.
6154         Reported by Peng Haitao.
6156 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6158         * manual/Makefile ($(objpfx)stamp-summary): Require
6159         check-safety.sh to pass.
6160         * manual/check-safety.sh: Wish for verification that every
6161         @deftypefn and @deftypefun is followed by a @safety remark.
6163 2014-11-20  Roland McGrath  <roland@hack.frob.com>
6165         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
6167         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
6168         PTHREAD_CANCEL_ASYNCHRONOUS.
6169         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
6170         send SIGCANCEL.
6172         * nptl/default-sched.h: New file.
6173         * sysdeps/unix/sysv/linux/default-sched.h: New file.
6174         * nptl/pthread_create.c: Include it.
6175         (__pthread_create_2_1): Use collect_default_sched instead of making
6176         Linux syscalls here directly.
6178 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6180         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
6181         __pthread_once): Use C11 atomics.
6183 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6185         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
6187 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6189         * include/atomic.h (__atomic_link_error, __atomic_check_size,
6190         atomic_thread_fence_acquire, atomic_thread_fence_release,
6191         atomic_thread_fence_seq_cst, atomic_load_relaxed,
6192         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
6193         atomic_compare_exchange_weak_relaxed,
6194         atomic_compare_exchange_weak_acquire,
6195         atomic_compare_exchange_weak_release,
6196         atomic_exchange_acquire, atomic_exchange_release,
6197         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
6198         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
6199         atomic_fetch_and_acquire,
6200         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
6202 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6204         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
6205         USE_ATOMIC_COMPILER_BUILTINS): Define.
6206         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
6207         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6208         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
6209         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6210         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
6211         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6212         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
6213         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6214         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
6215         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6216         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
6217         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6218         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
6219         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6220         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
6221         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6222         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6223         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6224         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6225         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6226         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
6227         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6228         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6229         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6230         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
6231         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6232         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6233         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6234         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
6235         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6236         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
6237         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6238         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
6239         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6240         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
6241         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6242         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
6243         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6244         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
6245         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6247 2014-11-19  Roland McGrath  <roland@hack.frob.com>
6249         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
6250         the sched_priority value here.  It was already checked when the user
6251         called pthread_attr_setschedparam.
6253         * nptl/tst-bad-schedattr.c: New file.
6254         * nptl/Makefile (tests): Add it.
6256 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
6257             Florian Weimer  <fweimer@redhat.com>
6258             Joseph Myers  <joseph@codesourcery.com>
6259             Adam Conrad  <adconrad@0c3.net>
6260             Andreas Schwab  <schwab@suse.de>
6261             Brooks  <bmoses@google.com>
6263         [BZ #17625]
6264         * wordexp-test.c (__dso_handle): Add prototype.
6265         (__register_atfork): Likewise.
6266         (__app_register_atfork): New function.
6267         (registered_forks): New global.
6268         (register_fork): New function.
6269         (test_case): Add 3 new tests for WRDE_CMDSUB.
6270         (main): Call __app_register_atfork.
6271         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6272         fork count is non-zero fail the test.
6273         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6274         is set.
6275         (parse_dollars): Remove check for WRDE_NOCMD.
6276         (parse_dquote): Likewise.
6278 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6280         * Makeconfig (built-modules): List non-library modules to be
6281         built.
6282         (module-cppflags): Include libc-modules.h for
6283         everything except shlib-versions.v.i.
6284         (CPPFLAGS): Use it.
6285         (before-compile): Add libc-modules.h.
6286         ($(common-objpfx)libc-modules.h,
6287         $(common-objpfx)libc-modules.stmp): New targets.
6288         (common-generated): Add libc-modules.h and libc-modules.stmp.
6289         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6290         * include/libc-symbols.h: Don't include libc-modules.h.
6291         * include/libc-modules.h: Remove file.
6292         * scripts/gen-libc-modules.awk: New script to generate
6293         libc-modules.h.
6294         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6295         Depend on libc-modules.stmp.
6297         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6299         * Makeconfig (in-module): Get value of libof set for the
6300         translation unit.
6301         (CPPFLAGS): Use $(in-module).
6302         * Makerules: Don't suffix routine names for nonlib.
6303         * include/libc-modules.h: New file.
6304         * include/libc-symbols.h: Include libc-modules.h
6305         (IS_IN): New macro to replace IS_IN_* macros.
6306         * elf/Makefile: Set libof-* for each routine.
6307         * elf/rtld-Rules: Likewise.
6308         * extra-modules.mk: Likewise.
6309         * iconv/Makefile: Likewise.
6310         * iconvdata/Makefile: Likewise.
6311         * locale/Makefile: Likewise.
6312         * malloc/Makefile: Likewise.
6313         * nss/Makefile: Likewise.
6314         * sysdeps/gnu/Makefile: Likewise.
6315         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6316         * sysdeps/unix/sysv/linux/Makefile: Likewise.
6317         * sysdeps/s390/s390-64/Makefile: Likewise.
6318         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
6319         CPPFLAGS for nscd instead of nonlib.
6321 2014-11-18  Roland McGrath  <roland@hack.frob.com>
6323         * nptl/createthread.c: New file.
6325         * nptl/createthread.c: Moved ...
6326         * sysdeps/unix/sysv/linux/createthread.c: ... here.
6328         * nptl/createthread.c: Add proper top-line comment.
6329         (do_clone): Folded into ...
6330         (create_thread): ... here.  Take new arguments STOPPED_START and
6331         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
6332         increment __nptl_threads, do event-reporting logic, do
6333         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6334         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
6335         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6336         just send SIGCANCEL.
6337         * nptl/pthread_create.c: Forward-declare create_thread before
6338         including createthread.c.
6339         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6340         declaration, and new macro START_THREAD_SELF to replace argument.
6341         Remove return statement.
6342         (report_thread_creation): New function.
6343         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6344         synchronization logic, and __nptl_nthreads increment here, around
6345         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6346         PD->parent_cancelhandling here, before create_thread.  When
6347         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6348         __deallocate_stack, and ENOMEM translation here.
6350 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6352         [BZ #17616]
6353         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6354         (mptwo): Rename to __mptwo.
6355         (__inv): Use __mptwo instead of mptwo.
6356         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6357         (mptwo): Rename to __mptwo.
6358         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6359         of mpone and __mptwo instead of mptwo.
6360         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6361         instead of mpone.
6362         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6363         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6364         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6365         of mpone and __mptwo instead of mptwo.
6366         (__mpranred): Use __mpone instead of mpone.
6367         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6368         variable.
6369         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6370         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6371         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6372         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6373         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6374         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6375         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6376         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6377         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6378         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6379         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6380         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6381         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6382         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6383         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6384         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6385         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6386         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6387         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6389 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6391         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6392         replace BSD Handler xref with BSD Signal Handling.
6394 2014-11-17  Richard Henderson  <rth@redhat.com>
6396         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6397         (_FP_PACK_RAW_2): Remove.
6398         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6399         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6400         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6401         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6402         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6403         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6404         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6405         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6406         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6407         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6408         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6409         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6410         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6411         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6412         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6413         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6415 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6417         * signal/signal.h [__USE_MISC]
6418         (struct sigvec): Remove type.
6419         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6420         (sigvec): Remove declaration.
6421         * sysdeps/posix/sigvec.c: Moved ...
6422         * signal/sigvec.c: ... here, replacing old file.
6423         (struct sigvec): New type, copied from old signal.h definition.
6424         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6425         (__sigvec): Convert definition to prototype.
6426         (sigvec): Replace weak_alias with compat_symbol.
6427         * signal/Versions (libc: GLIBC_2.21): New version set.
6428         * include/signal.h: Remove __sigvec declaration.
6429         * sysdeps/unix/bsd/sigvec.c: Remove file.
6430         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6431         * manual/signal.texi (BSD Handler): Remove subsection.
6432         Move siginterrupt up to ...
6433         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6434         (Blocking in BSD): Fold subsection into its parent.
6435         * NEWS: Mention sigvec removal.
6437 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6439         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6440         (DLA_FMS): Make definition conditional only on [__FMA4__].
6441         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6442         definition.
6444         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6445         Make definition conditional only on [PROF].
6446         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6447         definition.
6448         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6449         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6451         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6452         !__GNUC__].
6453         * include/signal.h (__sigpause): Move declaration above call to
6454         libc_hidden_proto.
6455         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6456         variable.
6457         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6458         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6460 2014-11-14  David S. Miller  <davem@davemloft.net>
6462         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6463         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6465 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6467         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6468         * configure: Regenerated.
6469         * manual/install.texi (Tools for Compilation): Document a
6470         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6471         compiler verified to work.
6472         * INSTALL: Regenerated.
6474         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6475         redeclare with asm name.
6476         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6477         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6478         including <string.h>.
6479         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6480         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6481         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6482         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6483         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6484         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6485         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6487 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6489         * stdlib/strtol.c (__strtol): Use prototype definition.
6491         [BZ #17594]
6492         * stdlib/strtol.c (SYM__): New macro.
6493         (SYM__1): Likewise.
6494         (__strtol): Likewise.
6495         (strtol): Rename to __strtol and define as weak alias of
6496         __strtol.  Use libc_hidden_weak.
6498 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6500         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6501         Use numbered labels in inline assembly.
6503 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6505         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6506         Add setjmp LIBC_PROBE.
6507         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6508         Likewise.
6509         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6510         Add longjmp, longjmp_target LIBC_PROBE.
6511         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6512         Likewise.
6514 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6516         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6517         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6518         to get rid of unused variable warning.
6520 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6522         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6523         Check for unwind_backtrace ==  NULL only in SHARED case.
6524         (__backchain_backtrace): Compile only in SHARED case.
6525         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6526         Likewise.
6527         (__backchain_backtrace): Declare as static.
6529 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6531         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6532         (__libc_multiple_threads_ptr): Variable moved ...
6533         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6535 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6537         * conform/GlibcConform.pm: New file.
6538         * conform/conformtest.pl: Use GlibcConform module.
6539         * conform/linknamespace.pl: New file.
6540         * conform/list-header-symbols.pl: Likewise.
6541         * conform/Makefile (linknamespace-symlists-base): New variable.
6542         (linknamespace-symlists-tests): Likewise.
6543         (linknamespace-header-base): Likewise.
6544         (linknamespace-header-tests): Likewise.
6545         (tests-special): Add new tests.
6546         ($(linknamespace-symlists-tests)): New rule.
6547         (linknamespace-libs): New variable.
6548         ($(objpfx)symlist-stdlibs): New rule.
6549         ($(linknamespace-header-tests)): Likewise.
6550         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6551         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6552         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6553         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6554         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6555         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6556         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6557         (test-xfail-ISO/math.h/linknamespace): Likewise.
6558         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6559         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6560         (test-xfail-ISO/time.h/linknamespace): Likewise.
6561         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6562         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6563         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6564         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6565         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6566         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6567         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6568         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6569         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6570         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6571         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6572         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6573         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6574         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6575         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6576         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6577         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6578         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6579         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6580         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6581         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6582         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6583         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6584         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6585         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6586         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6587         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6588         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6589         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6590         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6591         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6592         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6593         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6594         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6595         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6596         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6597         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6598         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6599         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6600         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6601         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6602         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6603         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6604         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6605         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6606         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6607         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6608         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6609         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6610         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6611         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6612         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6613         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6614         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6615         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6616         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6617         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6618         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6619         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6620         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6621         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6622         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6623         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6624         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6625         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6626         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6627         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6628         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6629         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6630         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6631         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6632         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6633         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6634         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6635         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6636         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6637         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6638         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6639         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6640         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6641         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6642         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6643         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6644         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6645         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6646         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6647         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6648         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6649         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6650         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6651         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6652         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6653         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6654         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6655         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6656         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6657         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6658         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6659         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6660         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6661         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6662         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6663         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6664         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6665         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6666         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6667         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6668         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6669         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6670         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6671         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6672         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6673         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6674         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6675         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6676         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6677         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6678         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6679         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6680         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6681         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6682         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6683         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6684         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6685         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6686         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6687         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6688         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6689         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6690         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6691         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6692         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6693         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6694         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6695         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6696         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6697         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6698         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6699         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6700         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6701         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6702         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6703         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6704         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6705         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6706         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6707         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6708         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6709         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6710         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6712         [BZ #17589]
6713         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6714         of fgets_unlocked.
6716         [BZ #17585]
6717         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6718         (memmem): Rename to __memmem and define as weak alias of
6719         __memmem.  Use libc_hidden_weak.
6720         (__memmem): Use libc_hidden_def.
6721         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6722         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6723         memmem.
6725         [BZ #17582]
6726         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6727         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6728         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6729         and define as weak alias of __fgets_unlocked.  Use
6730         libc_hidden_weak.
6731         (__fgets_unlocked): Use libc_hidden_def.
6732         * include/stdio.h (__fgets_unlocked): Declare.  Use
6733         libc_hidden_proto.
6734         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6735         __fgets_unlocked instead of fgets_unlocked.
6736         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6737         (GET_NPROCS_CONF_PARSER): Likewise.
6738         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6739         (GET_NPROCS_CONF_PARSER): Likewise.
6741         [BZ #17574]
6742         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6743         weak alias of __wmemset.  Use libc_hidden_weak.
6744         (__wmemset): Use libc_hidden_def.
6745         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6746         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6747         of wmemset.
6749         [BZ #17573]
6750         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6751         with asm name __mempcpy.
6752         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6754         [BZ #17572]
6755         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6756         and define as weak alias of __rawmemchr.
6757         (__rawmemchr): Do not define as strong alias of rawmemchr.
6759         [BZ #17571]
6760         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6761         alias of __qsort_r.
6762         (qsort): Call __qsort_r instead of qsort_r.
6763         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6764         (__qsort_r): Declare.  Call libc_hidden_proto.
6765         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6766         instead of qsort_r.
6767         * nscd/gai.c (__qsort_r): Define to qsort_r.
6768         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6769         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6770         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6772         [BZ #17570]
6773         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6774         define as weak alias of __malloc_info.
6776         [BZ #17584]
6777         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6778         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6779         (__rewinddir): Use libc_hidden_def.
6780         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6781         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6782         (__rewinddir): Use libc_hidden_def.
6783         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6784         weak alias of __rewinddir.  Don't use libc_hidden_def.
6785         (__rewinddir): Use libc_hidden_def.
6786         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6787         (__rewinddir): Use libc_hidden_proto.
6788         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6789         rewinddir.
6790         (__getcwd): Use __rewinddir instead of rewinddir.
6792         [BZ #17583]
6793         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6794         alias of __fileno.  Use libc_hidden_weak.
6795         (__fileno): Use libc_hidden_def.
6796         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6797         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6798         alias of __ftello.
6799         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6800         __ftello.
6801         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6802         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6803         libc_hidden_def.
6804         (fread_unlocked): Don't use libc_hidden_ver.
6805         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6806         and define as weak alias of __fread_unlocked.  Don't use
6807         libc_hidden_def.
6808         (__fread_unlocked): Use libc_hidden_def.
6809         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6810         (ftello): Don't use libc_hidden_proto.
6811         (__ftello): Declare.  Use libc_hidden_proto.
6812         (fread_unlocked): Don't use libc_hidden_proto.
6813         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6814         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6815         and __ftello instead of fileno, fread_unlocked and ftello.
6817 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6819         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6820         GOT12.
6821         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6822         Likewise.
6823         (_dl_start_user): Likewise.
6824         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6826 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6827             Siddhesh Poyarekar  <siddhesh@redhat.com>
6829         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6830         Move argv and envp down instead of moving argc up.
6831         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6833 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6835         [BZ #17506]
6836         * test-skeleton.c (main): Return successful if one of
6837         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6838         * string/tst-strcoll-overflow.c: Define expected status.
6840 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6842         [BZ #17475]
6843         * locale/iso-639.def: Define Bhili and Tulu language codes.
6845 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6847         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6849 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6851         [BZ #17555]
6852         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6854 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6856         * configure.ac: Updated check of minimal required version to
6857         2.22.
6858         * manual/install.texi (Tools for Compilation): Updated version
6859         number.
6860         * configure: Regenerated.
6861         * INSTALL: Likewise.
6863 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6865         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6866         __tls_get_addr.
6868 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6870         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6871         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6872         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6873         libc_hidden_weak.
6874         (waitpid): Define as alias of __waitpid.
6875         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6876         __waitpid.
6877         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6878         libc_hidden_weak.
6879         (waitpid): Define as alias of __waitpid.
6880         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6881         __libc_waitpid alias.
6882         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6883         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6884         Likewise.
6885         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6886         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6887         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6888         alias.
6889         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6890         __waitpid.
6891         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6892         libc_hidden_weak.
6893         (waitpid): Define as alias of __waitpid.
6895 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6897         * manual/llio.texi: Add comment that write safety has been
6898         fixed in Linux.
6900         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6901         (localplt-build-dso): Add elf/ld.so.
6902         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6903         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6904         and free for ld.so.
6905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6906         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6908         Likewise.
6909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6910         Likewise.
6911         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6912         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6913         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6914         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6915         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6916         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6917         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6918         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6919         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6920         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6921         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6923 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6925         [BZ #14132]
6926         * include/libc-symbols.h (INTUSE): Remove macro.
6927         (INTDEF): Likewise.
6928         (INTVARDEF): Likewise.
6929         (_INTVARDEF): Likewise.
6930         (INTDEF2): Likewise.
6931         (INTVARDEF2): Likewise.
6932         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6933         rtld_hidden_def instead of INTVARDEF.
6934         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6935         (_dl_starting_up_internal): Remove declaration.
6936         (_dl_starting_up): Use rtld_hidden_proto.
6937         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6938         declaration.
6939         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6940         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6941         _dl_starting_up.
6942         * elf/dl-writev.h (_dl_writev): Likewise.
6943         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6944         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6945         _dl_starting_up_internal.
6947 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6949         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6950         test-skeleton.c.
6952 2014-11-05  Will Newton  <will.newton@linaro.org>
6954         * benchtests/Makefile: (bench-malloc): Add malloc thread
6955         scalability benchmark.
6956         * benchtests/bench-malloc-threads.c: New file.
6958 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6960         * sysdeps/aarch64/strchrnul.S: New file.
6962 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6964         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6965         definition.
6966         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6967         Likwise.
6968         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6969         Likewise.
6970         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6971         Likewise.
6972         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6973         Likewise.
6974         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6975         Likewise.
6977 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6979         * catgets/test-gencat.c: Use test-skeleton.c.
6980         * catgets/tst-catgets.c: Likewise.
6981         * csu/tst-empty.c: Likewise.
6982         * elf/tst-audit2.c: Likewise.
6983         * elf/tst-global1.c: Likewise.
6984         * elf/tst-pathopt.c: Likewise.
6985         * elf/tst-piemod1.c: Likewise.
6986         * elf/tst-tls10.c: Likewise.
6987         * elf/tst-tls11.c: Likewise.
6988         * elf/tst-tls12.c: Likewise.
6989         * gnulib/tst-gcc.c: Likewise.
6990         * iconvdata/tst-e2big.c: Likewise.
6991         * iconvdata/tst-loading.c: Likewise.
6992         * iconv/tst-iconv1.c: Likewise.
6993         * iconv/tst-iconv2.c: Likewise.
6994         * inet/test-inet6_opt.c: Likewise.
6995         * inet/tst-gethnm.c: Likewise.
6996         * inet/tst-network.c: Likewise.
6997         * inet/tst-ntoa.c: Likewise.
6998         * intl/tst-codeset.c: Likewise.
6999         * intl/tst-gettext2.c: Likewise.
7000         * intl/tst-gettext3.c: Likewise.
7001         * intl/tst-ngettext.c: Likewise.
7002         * intl/tst-translit.c: Likewise.
7003         * io/test-stat.c: Likewise.
7004         * libio/test-fmemopen.c: Likewise.
7005         * libio/tst-freopen.c: Likewise.
7006         * libio/tst-sscanf.c: Likewise.
7007         * libio/tst-ungetwc1.c: Likewise.
7008         * libio/tst-ungetwc2.c: Likewise.
7009         * libio/tst-widetext.c: Likewise.
7010         * localedata/tst-ctype.c: Likewise.
7011         * localedata/tst-digits.c: Likewise.
7012         * localedata/tst-leaks.c: Likewise.
7013         * localedata/tst-mbswcs1.c: Likewise.
7014         * localedata/tst-mbswcs2.c: Likewise.
7015         * localedata/tst-mbswcs3.c: Likewise.
7016         * localedata/tst-mbswcs4.c: Likewise.
7017         * localedata/tst-mbswcs5.c: Likewise.
7018         * localedata/tst-setlocale.c: Likewise.
7019         * localedata/tst-trans.c: Likewise.
7020         * localedata/tst-wctype.c: Likewise.
7021         * localedata/tst-xlocale1.c: Likewise.
7022         * login/tst-grantpt.c: Likewise.
7023         * malloc/tst-calloc.c: Likewise.
7024         * malloc/tst-malloc.c: Likewise.
7025         * malloc/tst-mallocstate.c: Likewise.
7026         * malloc/tst-mcheck.c: Likewise.
7027         * malloc/tst-mtrace.c: Likewise.
7028         * malloc/tst-obstack.c: Likewise.
7029         * math/atest-exp2.c: Likewise.
7030         * math/atest-exp.c: Likewise.
7031         * math/atest-sincos.c: Likewise.
7032         * math/test-matherr.c: Likewise.
7033         * math/test-misc.c: Likewise.
7034         * math/test-powl.c: Likewise.
7035         * math/tst-definitions.c: Likewise.
7036         * misc/tst-dirname.c: Likewise.
7037         * misc/tst-efgcvt.c: Likewise.
7038         * misc/tst-fdset.c: Likewise.
7039         * misc/tst-hsearch.c: Likewise.
7040         * misc/tst-mntent2.c: Likewise.
7041         * nptl/tst-sem7.c: Likewise.
7042         * nptl/tst-sem8.c: Likewise.
7043         * nptl/tst-sem9.c: Likewise.
7044         * nss/test-netdb.c: Likewise.
7045         * posix/tst-fnmatch.c: Likewise.
7046         * posix/tst-getlogin.c: Likewise.
7047         * posix/tst-gnuglob.c: Likewise.
7048         * posix/tst-mmap.c: Likewise.
7049         * pwd/tst-getpw.c: Likewise.
7050         * resolv/tst-inet_ntop.c: Likewise.
7051         * rt/tst-timer.c: Likewise.
7052         * stdio-common/test-fseek.c: Likewise.
7053         * stdio-common/test-popen.c: Likewise.
7054         * stdio-common/test-vfprintf.c: Likewise.
7055         * stdio-common/tst-cookie.c: Likewise.
7056         * stdio-common/tst-fileno.c: Likewise.
7057         * stdio-common/tst-gets.c: Likewise.
7058         * stdio-common/tst-obprintf.c: Likewise.
7059         * stdio-common/tst-perror.c: Likewise.
7060         * stdio-common/tst-sprintf2.c: Likewise.
7061         * stdio-common/tst-sprintf3.c: Likewise.
7062         * stdio-common/tst-sprintf.c: Likewise.
7063         * stdio-common/tst-swprintf.c: Likewise.
7064         * stdio-common/tst-tmpnam.c: Likewise.
7065         * stdio-common/tst-unbputc.c: Likewise.
7066         * stdio-common/tst-wc-printf.c: Likewise.
7067         * stdlib/tst-environ.c: Likewise.
7068         * stdlib/tst-fmtmsg.c: Likewise.
7069         * stdlib/tst-limits.c: Likewise.
7070         * stdlib/tst-rand48-2.c: Likewise.
7071         * stdlib/tst-rand48.c: Likewise.
7072         * stdlib/tst-random2.c: Likewise.
7073         * stdlib/tst-random.c: Likewise.
7074         * stdlib/tst-strtol.c: Likewise.
7075         * stdlib/tst-strtoll.c: Likewise.
7076         * stdlib/tst-tls-atexit.c: Likewise.
7077         * stdlib/tst-xpg-basename.c: Likewise.
7078         * string/test-ffs.c: Likewise.
7079         * string/tst-bswap.c: Likewise.
7080         * string/tst-inlcall.c: Likewise.
7081         * string/tst-strtok.c: Likewise.
7082         * string/tst-strxfrm.c: Likewise.
7083         * sysdeps/x86_64/tst-audit10.c: Likewise.
7084         * sysdeps/x86_64/tst-audit3.c: Likewise.
7085         * sysdeps/x86_64/tst-audit4.c: Likewise.
7086         * sysdeps/x86_64/tst-audit5.c: Likewise.
7087         * time/tst-ftime_l.c: Likewise.
7088         * time/tst-getdate.c: Likewise.
7089         * time/tst-mktime3.c: Likewise.
7090         * time/tst-mktime.c: Likewise.
7091         * time/tst-posixtz.c: Likewise.
7092         * time/tst-strptime2.c: Likewise.
7093         * time/tst-strptime3.c: Likewise.
7094         * wcsmbs/tst-btowc.c: Likewise.
7095         * wcsmbs/tst-mbrtowc.c: Likewise.
7096         * wcsmbs/tst-mbsrtowcs.c: Likewise.
7097         * wcsmbs/tst-wchar-h.c: Likewise.
7098         * wcsmbs/tst-wcpncpy.c: Likewise.
7099         * wcsmbs/tst-wcrtomb.c: Likewise.
7100         * wcsmbs/tst-wcsnlen.c: Likewise.
7101         * wcsmbs/tst-wcstof.c: Likewise.
7103 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
7105         [BZ #14132]
7106         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
7107         INTDEF.
7108         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
7109         declaration.
7110         (_dl_mcount): Use rtld_hidden_proto.
7111         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
7112         _dl_mcount.
7113         * elf/rtld.c (_rtld_global_ro): Likewise.
7115         [BZ #14132]
7116         * elf/dl-init.c (_dl_init): Don't use INTDEF.
7117         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
7118         of _dl_init_internal.
7119         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
7120         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
7121         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
7122         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
7123         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
7124         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
7125         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
7126         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
7127         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
7128         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
7129         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
7130         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
7131         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
7132         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
7133         * sysdeps/tile/dl-start.S (_start): Likewise.
7134         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
7135         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
7137         [BZ #14132]
7138         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
7139         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
7140         (rtld_progname): Make macro definition unconditional.
7141         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
7142         INTDEF.
7143         (dlmopen_doit): Do not use INTUSE with _dl_argv.
7144         (dl_main): Likewise.
7145         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
7146         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7147         instead of _dl_argv_internal.
7148         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7149         __GI__dl_argv instead of INTUSE(_dl_argv).
7150         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7151         __GI__dl_argv instead of _dl_argv_internal.
7153         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7154         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7155         macro.
7156         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7157         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7158         New macro.
7159         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
7160         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
7161         macro.
7162         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
7163         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
7165 2014-11-04  Andreas Schwab  <schwab@suse.de>
7167         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
7169 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7171         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
7172         mtvsrd instruction in binary form.
7174 2014-11-03  Andreas Schwab  <schwab@suse.de>
7176         [BZ #17522]
7177         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
7178         for less than MB_LEN_MAX use a local buffer of that size.
7179         * libio/tst-fputws.c: New file.
7180         * libio/Makefile (tests): Add tst-fputws.
7182 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
7184         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
7185         the size of the fpu_fr.fpu_dregs[] array.
7187 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
7189         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
7190         (__nanosleep): Do not define as alias.
7191         (nanosleep): Define as alias of __nanosleep.
7192         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
7193         __libc_nanosleep name.
7195 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7197         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
7198         install.texi in comment.
7200 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7202         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
7203         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
7204         ... add here and use lwsync or sync ...
7205         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
7206         ... and add here using lwsync.
7208 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
7210         * elf/dl-machine-reject-phdr.h: New file.
7211         * elf/dl-load.c: #include that.
7212         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
7213         if that returned true.
7215 2014-10-31  Roland McGrath  <roland@hack.frob.com>
7217         [BZ #17496]
7218         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
7219         gen-as-const-headers chunk.  Add a big scare comment after the last
7220         safe place to touch before-compile.
7222 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7224         * manual/install.texi (Tools for Compilation): Update autoconf
7225         version requirements.
7226         * INSTALL: Regenerated.
7228         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
7229         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
7230         (__libc_pselect): Likewise.
7232         [BZ #14138]
7233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
7234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7238 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7240         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
7241         correct barrier instruction.
7242         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
7243         Likewise.
7244         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
7245         Likewise.
7247 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7249         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
7250         after defining inlines.  Instead, just use parens to defeat macro
7251         expansion of __isctype in its declaration.
7253 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7255         * include/sys/uio.h (__libc_readv): Remove declaration.
7256         (__libc_writev): Likewise.
7257         * misc/readv.c (__libc_readv): Rename to __readv.
7258         (__readv): Do not define as alias.
7259         (readv): Define as alias of __readv.
7260         * misc/writev.c (__libc_writev): Rename to __writev.
7261         (__writev): Do not define as alias.
7262         (writev): Define as alias of __writev.
7263         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7264         (__readv): Do not define as alias.
7265         (readv): Define unconditionally as alias of __readv.
7266         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7267         (__writev): Do not define as alias.
7268         (writev): Define unconditionally as alias of __writev.
7269         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7270         name.
7271         (writev): Do not define __libc_writev name.
7273 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7275         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7276         (convert_charseq): New function, broken out of ...
7277         (use_from_charmap): ... here.  Call it.
7278         (use_to_charmap): Use convert_charseq and free instead of duplicating
7279         its code with a variable-length stack struct.
7281 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7283         * include/fcntl.h (__libc_creat): Remove declaration.
7284         * io/creat.c (__libc_creat): Rename to creat.
7285         (creat): Do not define as alias.
7286         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7287         of creat instead of __libc_creat.
7288         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7289         to creat.
7290         (creat): Do not define as alias.
7291         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7292         __libc_creat.
7293         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7294         __libc_creat name.
7295         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7296         Likewise.
7298 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
7300         * manual/llio.texi: Add comments discussing why write() may be
7301         considered MT-unsafe on Linux.
7303 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
7305         * dl-load.c (local_strdup): Remove.
7306         (expand_dynamic_string_token): Use __strdup.
7307         (decompose_rpath): Likewise.
7308         (_dl_map_object): Likewise.
7310 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
7312         [BZ #14132]
7313         * sysdeps/generic/unwind-dw2-fde.c
7314         (__register_frame_info_bases_internal): Do not declare.
7315         (__register_frame_info_table_bases_internal): Likewise.
7316         (__deregister_frame_info_bases_internal): Likewise.
7317         (__register_frame_info_bases): Declare and use hidden_proto before
7318         definition.  Use hidden_def instead of INTDEF.
7319         (__register_frame_info_table_bases): Likewise.
7320         (__deregister_frame_info_bases): Likewise.
7321         (__register_frame_info): Do not use INTUSE.
7322         (__register_frame): Likewise.
7323         (__register_frame_info_table): Likewise.
7324         (__register_frame_table): Likewise.
7325         (__deregister_frame_info): Likewise.
7326         (__deregister_frame): Likewise.
7328 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
7330         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7331         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7332         not undefine.
7333         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7334         Likewise.
7335         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7336         Likewise.
7338 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7340         [BZ #14138]
7341         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7342         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7343         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7344         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7345         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7346         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7347         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7348         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7349         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7350         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7351         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7352         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7353         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7354         syscall.
7355         (setfsuid): Likewise.
7356         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7357         (setfsuid): Likewise.
7358         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7359         (setfsuid): Likewise.
7360         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7361         Likewise.
7362         (setfsuid): Likewise.
7363         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7364         (setfsuid): Likewise.
7365         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7366         Likewise.
7367         (setfsuid): Likewise.
7369 2014-10-27  Andreas Schwab  <schwab@suse.de>
7371         [BZ #17501]
7372         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7373         check for Slow_SSE4_2 feature bit.
7374         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7375         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7376         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7377         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7379 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7381         * configure.ac: Validate compiler version with a empirical test of
7382         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7383         $CC -v output.
7384         * configure: Regenerated.
7386         * inet/htons.c (htons): Prototypify.
7387         * inet/htonl.c (htonl): Likewise.
7389 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7391         * string/strncat.c (strncat): Improve performance by using strlen.
7393 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7395         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7397 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7399         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7400         Call libc_fetestexcept_aarch64.
7402 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7404         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7405         Call libc_feholdexcept_aarch64.
7407 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7409         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7410         Call get_rounding_mode.
7412 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7414         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7415         Simplify logic.
7417 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7419         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7420         Simplify logic.
7422 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7424         [BZ #14138]
7425         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7426         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7427         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7428         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7429         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7430         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7431         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7432         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7433         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7434         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7435         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7436         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7437         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7438         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7439         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7440         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7441         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7442         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7443         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7444         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7445         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7446         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7447         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7448         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7449         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7450         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7451         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7452         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7453         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7454         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7455         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7456         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7457         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7458         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7459         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7460         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7461         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7462         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7463         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7464         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7465         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7466         syscall.
7467         (geteuid): Likewise.
7468         (getgid): Likewise.
7469         (getuid): Likewise.
7470         (getresgid): Likewise.
7471         (getresuid): Likewise.
7472         (getgroups): Likewise.
7473         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7474         (geteuid): Likewise.
7475         (getgid): Likewise.
7476         (getuid): Likewise.
7477         (getresgid): Likewise.
7478         (getresuid): Likewise.
7479         (getgroups): Likewise.
7480         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7481         (geteuid): Likewise.
7482         (getgid): Likewise.
7483         (getuid): Likewise.
7484         (getresgid): Likewise.
7485         (getresuid): Likewise.
7486         (getgroups): Likewise.
7487         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7488         Likewise.
7489         (geteuid): Likewise.
7490         (getgid): Likewise.
7491         (getuid): Likewise.
7492         (getresgid): Likewise.
7493         (getresuid): Likewise.
7494         (getgroups): Likewise.
7495         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7496         (geteuid): Likewise.
7497         (getgid): Likewise.
7498         (getuid): Likewise.
7499         (getresgid): Likewise.
7500         (getresuid): Likewise.
7501         (getgroups): Likewise.
7502         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7503         Likewise.
7504         (geteuid): Likewise.
7505         (getgid): Likewise.
7506         (getuid): Likewise.
7507         (getgroups): Likewise.
7509         [BZ #14138]
7510         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7511         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7512         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7513         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7514         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7515         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7516         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7517         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7518         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7519         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7520         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7521         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7522         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7523         __chown.
7524         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7525         (lchown): Likewise.
7526         (fchown): Likewise.
7527         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7528         Likewise.
7529         (lchown): Likewise.
7530         (fchown): Likewise.
7531         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7532         (lchown): Likewise.
7533         (fchown): Likewise.
7534         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7535         Likewise.
7536         (lchown): Likewise.
7537         (fchown): Likewise.
7539 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7541         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7542         Simplify logic.
7544 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7546         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7547         Cleanup logic.
7549 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7551         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7552         Remove unused include.
7554 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7556         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7557         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7558         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7559         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7561 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7562             Helge Deller <deller@gmx.de>
7564         [BZ #17508]
7565         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7566         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7567         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7569 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7571         [BZ #14132]
7572         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7573         Remove macro definition.
7574         (__ashrdi3_v_glibc20): Likewise.
7575         (__lshrdi3_v_glibc20): Likewise.
7576         (__cmpdi2_v_glibc20): Likewise.
7577         (__ucmpdi2_v_glibc20): Likewise.
7578         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7579         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7580         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7581         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7582         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7583         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7585 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7587         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7588         old GNU extension [0] syntax.
7589         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7590         alloca rather than an array member with variable length.
7591         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7592         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7593         (parse_opt): ... here.  Likewise use alloca there.
7594         Validate the -i argument before checking for rootness.
7595         (send_shutdown): New function, broken out of ...
7596         (parse_opt): ... here.
7598 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7600         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7601         macro to get at the _rt_local_ro field.
7602         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7603         ([PIC] case) or _dl_hwcap ([!PIC] case).
7604         * sysdeps/arm/setjmp.S: Likewise.
7606         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7607         * sysdeps/arm/configure.ac: New check to define it.
7608         * sysdeps/arm/configure: Regenerated.
7609         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7610         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7611         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7612         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7613         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7614         Use move/movt pair instead of a load.
7615         (LDST_GLOBAL): Macro removed.
7616         (LDR_GLOBAL): New macro replaces it.
7617         (LDR_HIDDEN): New macro.
7618         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7619         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7621         * setjmp/tst-setjmp-static.c: New file.
7622         * setjmp/Makefile (tests): Add it.
7623         (tests-static): New variable.
7625 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7627         [BZ #17485]
7628         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7630 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7632         [BZ #14132]
7633         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7635 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7637         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7639 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7641         * io/fts.c (dirent_not_directory): New function.
7642         (fts_build): Call it.
7644 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7646         * nptl/version.c (__nptl_main): Use normal __write rather than
7647         INTERNAL_SYSCALL.
7648         (banner): Update copyright years.
7650         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7651         gettimeofday.
7652         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7653         * nptl/pthread_cond_timedwait.c: Likewise.
7654         * nptl/pthread_mutex_timedlock.c: Likewise.
7655         * nptl/sem_timedwait.c: Likewise.
7657         * sysdeps/nptl/bits/libc-lock.h
7658         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7659         (__libc_lock_init_recursive): Return void, not 0.
7660         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7661         (__libc_rwlock_init): Likewise.
7662         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7664 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7666         [BZ #15215]
7667         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7668         (__pthread_once_slow): ... here.
7669         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7670         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7672 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7674         [BZ #15215]
7675         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7676         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7677         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7678         * nptl/pthread_once.c (__pthread_once): Likewise.
7679         Update comments.
7681 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7683         [BZ #14138]
7684         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7685         name.
7686         (writev): Use __libc_writev as strong name.
7687         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7688         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7690 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7692         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7694         * sysdeps/i386/nptl/tls.h
7695         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7696         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7697         New macros.
7698         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7699         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7700         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7701         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7702         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7703         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7705         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7706         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7707         on [__NR_futex].
7708         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7709         broken out of ...
7710         (__pthread_mutex_init): ... here.  Call it.
7711         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7712         Conditionalize PI cases on [__NR_futex].
7713         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7714         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7715         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7717         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7718         conditional on [SIGSETXID].
7719         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7720         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7721         is defined.  Likewise for SIGSETXID.
7722         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7723         Conditionalize definitions on [SIGSETXID].
7724         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7725         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7726         unblocking on [SIGCANCEL].
7728         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7729         [__NR_set_robust_list].
7731 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7733         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7734         (do_compare): Likewise.
7736 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7738         [BZ #15884]
7739         * string/strcoll_l.c: Don't include stdio.h.
7740         (coll_seq): Remove members idxarr and rulearr.
7741         (get_next_seq_cached): Remove function.
7742         (get_next_seq): Likewise.
7743         (get_next_seq_nocache): Rename to get_next_seq.
7744         (do_compare): Remove function.
7745         (do_compare_nocache): Rename to do_compare.
7746         (STRCOLL): Remove weight and rules cache.
7748 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7750         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7751         * sysdeps/arm/sfp-machine.h: ... to here.
7752         * sysdeps/arm/Implies: Remove arm/soft-fp.
7754 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7756         * conform/data/sys/utsname.h-data (*_t): Allow.
7757         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7758         [POSIX] (WEXITED): Do not expect constant.
7759         [POSIX] (WSTOPPED): Likewise.
7760         [POSIX] (WNOHANG): Likewise.
7761         [POSIX] (WNOWAIT): Likewise.
7762         [POSIX] (siginfo_t): Do not expect type or elements.
7763         [POSIX] (pid_t): Do not expect type.
7764         [POSIX] (signal.h): Do not allow header.
7765         [POSIX] (sys/resource.h): Likewise.
7766         [POSIX] (si_*): Do not allow pattern.
7767         [POSIX] (W*): Likewise.
7768         [POSIX] (P_*): Likewise.
7769         [POSIX] (BUS_*): Likewise.
7770         [POSIX] (CLD_*): Likewise.
7771         [POSIX] (FPE_*): Likewise.
7772         [POSIX] (ILL_*): Likewise.
7773         [POSIX] (POLL_*): Likewise.
7774         [POSIX] (SEGV_*): Likewise.
7775         [POSIX] (SI_*): Likewise.
7776         [POSIX] (TRAP_*): Likewise.
7777         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7778         variable.
7780 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7782         [BZ #12926]
7783         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7784         infinite loop when __recvmsg returns 0.
7786 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7788         * CANCEL-FCT-WAIVE: Remove file.
7789         * CANCEL-FILE-WAIVE: Likewise.
7791         [BZ #14132]
7792         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7793         instead of INTVARDEF.
7794         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7795         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7796         rtld_hidden_data_def instead of INTVARDEF.
7797         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7798         * elf/dl-deps.c (expand_dst): Likewise.
7799         * elf/dl-load.c (_dl_dst_count): Likewise.
7800         (_dl_dst_substitute): Likewise.
7801         (decompose_rpath): Likewise.
7802         (_dl_init_paths): Likewise.
7803         (open_path): Likewise.
7804         (_dl_map_object): Likewise.
7805         * elf/rtld.c (dl_main): Likewise.
7806         (process_dl_audit): Likewise.
7807         (process_envvars): Likewise.
7808         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7809         Remove declaration.
7810         (__libc_enable_secure): Use rtld_hidden_proto.
7812 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7814         * elf/dl-load.c
7815         (add_path): New function broken out of _dl_rtld_di_serinfo.
7816         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7818 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7820         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7821         parentheses around macro arguments.
7822         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7823         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7824         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7825         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7826         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7827         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7828         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7829         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7830         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7831         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7832         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7833         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7834         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7835         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7836         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7837         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7838         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7839         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7840         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7841         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7842         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7843         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7844         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7845         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7846         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7847         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7848         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7849         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7850         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7851         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7852         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7853         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7854         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7855         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7856         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7857         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7858         Likewise.
7859         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7860         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7861         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7862         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7863         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7864         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7865         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7866         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7867         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7868         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7869         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7870         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7871         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7872         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7873         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7874         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7875         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7876         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7877         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7878         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7879         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7880         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7881         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7882         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7883         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7884         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7885         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7886         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7887         (_FP_FRAC_SRS_1): Likewise.
7888         (_FP_FRAC_CLZ_1): Likewise.
7889         (_FP_MUL_MEAT_1_imm): Likewise.
7890         (_FP_MUL_MEAT_1_wide): Likewise.
7891         (_FP_MUL_MEAT_1_hard): Likewise.
7892         (_FP_SQRT_MEAT_1): Likewise.
7893         (_FP_FRAC_ASSEMBLE_1): Likewise.
7894         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7895         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7896         (__FP_CLZ_2): Likewise.
7897         (_FP_MUL_MEAT_2_wide): Likewise.
7898         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7899         (_FP_MUL_MEAT_2_gmp): Likewise.
7900         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7901         (_FP_SQRT_MEAT_2): Likewise.
7902         (_FP_FRAC_ASSEMBLE_2): Likewise.
7903         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7904         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7905         (_FP_FRAC_CLZ_4): Likewise.
7906         (_FP_MUL_MEAT_4_wide): Likewise.
7907         (_FP_MUL_MEAT_4_gmp): Likewise.
7908         (_FP_SQRT_MEAT_4): Likewise.
7909         (_FP_FRAC_ASSEMBLE_4): Likewise.
7910         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7911         * soft-fp/op-common.h (_FP_CMP): Likewise.
7912         (_FP_CMP_EQ): Likewise.
7913         (_FP_CMP_UNORD): Likewise.
7914         (_FP_TO_INT): Likewise.
7915         (_FP_FROM_INT): Likewise.
7916         [!__FP_CLZ] (__FP_CLZ): Likewise.
7917         (_FP_DIV_HELP_imm): Likewise.
7918         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7919         Likewise.
7920         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7921         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7922         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7923         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7924         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7925         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7926         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7927         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7928         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7929         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7930         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7931         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7932         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7933         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7934         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7935         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7936         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7937         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7938         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7939         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7940         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7941         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7942         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7943         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7944         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7945         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7946         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7947         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7948         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7949         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7950         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7951         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7952         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7953         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7954         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7955         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7956         (FP_UNPACK_RAW_SP): Likewise.
7957         (FP_PACK_RAW_S): Likewise.
7958         (FP_PACK_RAW_SP): Likewise.
7959         (FP_UNPACK_S): Likewise.
7960         (FP_UNPACK_SP): Likewise.
7961         (FP_UNPACK_SEMIRAW_S): Likewise.
7962         (FP_UNPACK_SEMIRAW_SP): Likewise.
7963         (FP_PACK_S): Likewise.
7964         (FP_PACK_SP): Likewise.
7965         (FP_PACK_SEMIRAW_S): Likewise.
7966         (FP_PACK_SEMIRAW_SP): Likewise.
7967         (_FP_SQRT_MEAT_S): Likewise.
7968         (FP_CMP_S): Likewise.
7969         (FP_CMP_EQ_S): Likewise.
7970         (FP_CMP_UNORD_S): Likewise.
7971         (FP_TO_INT_S): Likewise.
7972         (FP_FROM_INT_S): Likewise.
7974         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7976         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7977         (FP_EX_INVALID_IMZ): Likewise.
7978         (FP_EX_INVALID_IMZ_FMA): Likewise.
7979         (FP_EX_INVALID_ISI): Likewise.
7980         (FP_EX_INVALID_ZDZ): Likewise.
7981         (FP_EX_INVALID_IDI): Likewise.
7982         (FP_EX_INVALID_SQRT): Likewise.
7983         (FP_EX_INVALID_CVI): Likewise.
7984         (FP_EX_INVALID_VC): Likewise.
7985         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7986         "invalid" exceptions.
7987         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7988         (_FP_ADD_INTERNAL): Likewise.
7989         (_FP_MUL): Likewise.
7990         (_FP_FMA): Likewise.
7991         (_FP_DIV): Likewise.
7992         (_FP_CMP_CHECK_NAN): Likewise.
7993         (_FP_SQRT): Likewise.
7994         (_FP_TO_INT): Likewise.
7995         (FP_EXTEND): Likewise.
7997 2014-10-09  Allan McRae  <allan@archlinux.org>
7999         * po/fr.po: Update French translation from translation project.
8001 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8003         [BZ #14132]
8004         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
8005         of INTDEF.
8006         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
8007         (__cxa_atexit): Use libc_hidden_proto.
8008         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
8010         [BZ #14132]
8011         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
8012         declaration.
8013         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
8014         [!_ISOMAC] (__iswspace_l_internal): Likewise.
8015         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
8016         [!_ISOMAC] (__iswctype_internal): Likewise.
8017         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
8018         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
8019         alias.
8020         (fcntl): Remove __fcntl_internal alias.
8021         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
8022         __connect_internal alias.
8023         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
8024         Likewise.
8026         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
8027         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
8028         FP_DENORM_ZERO.
8029         (_FP_CHECK_FLUSH_ZERO): New macro.
8030         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
8031         (_FP_CMP): Likewise.
8032         (_FP_CMP_EQ): Likewise.
8033         (_FP_TO_INT): Do not set inexact for subnormal arguments if
8034         FP_DENORM_ZERO.
8035         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
8036         (FP_TRUNC): Likewise.
8038         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
8039         treated as invalid conversion, not as normal exponent.
8041         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
8042         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
8043         (_FP_CMP_EQ): Likewise.
8044         (_FP_CMP_UNORD): Likewise.
8045         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
8046         (FP_CMP_EQ_D): Likewise.
8047         (FP_CMP_UNORD_D): Likewise.
8048         * soft-fp/extended.h (FP_CMP_E): Likewise.
8049         (FP_CMP_EQ_E): Likewise.
8050         (FP_CMP_UNORD_E): Likewise.
8051         * soft-fp/quad.h (FP_CMP_Q): Likewise.
8052         (FP_CMP_EQ_Q): Likewise.
8053         (FP_CMP_UNORD_Q): Likewise.
8054         * soft-fp/single.h (FP_CMP_S): Likewise.
8055         (FP_CMP_EQ_S): Likewise.
8056         (FP_CMP_UNORD_S): Likewise.
8057         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
8058         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
8059         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
8060         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
8061         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
8062         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
8063         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
8064         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
8065         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
8066         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
8067         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
8068         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
8069         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
8070         to FP_CMP_Q.
8071         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
8072         FP_CMP_Q.
8073         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
8074         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
8075         FP_CMP_EQ_Q.
8076         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
8077         FP_CMP_Q.
8078         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
8079         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
8080         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
8081         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
8082         FP_CMP_EQ_Q.
8083         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
8084         FP_CMP_Q.
8085         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
8086         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
8087         FP_CMP_EQ_Q.
8088         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
8089         FP_CMP_Q.
8090         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
8091         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
8092         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
8093         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
8094         FP_CMP_EQ_Q.
8096         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
8097         a subnormal result, set the underflow exception if trapping on
8098         underflow is enabled.
8099         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
8100         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
8101         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
8102         redefine to 0.
8103         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
8104         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8105         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8106         * soft-fp/extendxftf2.c (__extendxftf2): Use
8107         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
8109         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
8110         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
8111         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8112         FP_HANDLE_EXCEPTIONS.
8113         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
8114         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8115         FP_HANDLE_EXCEPTIONS.
8116         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
8117         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8118         FP_HANDLE_EXCEPTIONS.
8119         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
8120         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8121         FP_HANDLE_EXCEPTIONS.
8123 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
8125         [BZ #14132]
8126         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
8127         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
8128         use INTUSE.
8129         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
8130         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
8131         Remove alias.
8132         (__adjtimex): Define using libc_hidden_ver.
8133         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
8134         Remove declaration.
8135         (ntp_gettime): Call __adjtimex directly.
8136         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
8137         Remove declaration.
8138         (ntp_gettimex): Call __adjtimex directly.
8139         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
8140         __adjtimex_internal alias.
8142 2014-10-08  Roland McGrath  <roland@hack.frob.com>
8144         [BZ #17460]
8145         * nscd/nscd.c (more_help): Rewrite list of tables collection
8146         using xstrdup and asprintf.
8148         * nscd/nscd_conf.c: Remove local xstrdup declaration.
8150 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8151             Roland McGrath  <roland@hack.frob.com>
8153         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8154         (do_lookup_unique): ... local function 'enter' here; update callers.
8156 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
8158         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8159         compat_symbol calls on [SHARED].
8160         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
8161         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
8162         Remove.
8163         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8164         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
8165         (oldsetrlimit): Remove.
8166         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8168         (lchown): New syscall entry.
8169         (oldsetrlimit): Remove.
8170         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8171         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
8172         (oldsetrlimit): Remove.
8173         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8175         [BZ #14138]
8176         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
8177         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
8178         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
8179         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
8180         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8181         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
8182         (fchown): Likewise.
8183         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
8184         (fchown): Likewise.
8185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
8186         Likewise.
8188 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8190         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
8191         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
8192         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
8193         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
8194         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
8195         Likewise.
8196         (__old_sem_post): Likewise.
8198 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
8200         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
8201         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
8202         HAVE_CLOCK_GETTIME_VSYSCALL macros.
8203         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
8204         Use INLINE_VSYSCALL macro.
8205         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
8206         __vdso_clock_gettime.
8207         * sysdeps/unix/sysv/linux/tile/init-first.c
8208         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
8209         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
8210         __vdso_clock_gettime.
8212         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
8213         to set up frame more cleanly.
8215         * sysdeps/tile/memcmp.c: New file.
8217         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
8219         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
8220         * sysdeps/tile/tilegx/strcasestr.c: New file.
8221         * sysdeps/tile/tilegx/strnlen.c: New file.
8222         * sysdeps/tile/tilegx/strstr.c: New file.
8224         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
8226 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
8228         * nptl/tst-setuid3.c: Write errors to stdout.
8230 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8232         * elf/dl-deps.c
8233         (preload): New functions broken out of _dl_map_object_deps.
8234         (_dl_map_object_deps):  Remove a nested function. Update call sites.
8236 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
8238         [BZ #14138]
8239         * sysdeps/unix/sysv/linux/execve.c: Remove file.
8240         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
8242 2014-10-01  Steve Ellcey  <sellcey@mips.com>
8244         * sysdeps/mips/strcmp.S: New.
8246 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
8248         [BZ #14138]
8249         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
8250         (linkat): Likewise.
8251         (mkdirat): Likewise.
8252         (readlinkat): Likewise.
8253         (renameat): Likewise.
8254         (symlinkat): Likewise.
8255         (unlinkat): Likewise.
8256         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
8257         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
8258         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
8259         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8260         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8261         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8262         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8264 2014-09-30  Will Newton  <will.newton@linaro.org>
8266         * math/math.h: Define long double math functions if
8267         _LIBC_TEST is defined.
8268         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8270         * localedata/Makefile: Move assignment to tests-special
8271         into an ifdef testing run-built-tests.
8272         * timezone/Makefile: Likewise.
8274 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
8276         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8277         with $(BASH) not $(SHELL).
8279 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
8280             Matthew LeGendre  <legendre1@llnl.gov>
8282         [BZ #17411]
8283         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8284         l_reloc_result.
8286 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8288         * stdio-common/printf_fp.c
8289         (hack_digit): New function, broken out of ...
8290         (__printf_fp): ... local function here.  Update call sites.
8291         hack_digit now takes an additional parameter that is a pointer
8292         to a struct of the referenced locals.  Those locals moved inside
8293         the struct and references updated.
8295 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
8297         * aclocal.m4: Require autoconf 2.69.
8298         * configure: Regenerated.
8299         * sysdeps/aarch64/configure: Likewise.
8300         * sysdeps/alpha/configure: Likewise.
8301         * sysdeps/arm/armv7/configure: Likewise.
8302         * sysdeps/arm/configure: Likewise.
8303         * sysdeps/ia64/configure: Likewise.
8304         * sysdeps/mach/configure: Likewise.
8305         * sysdeps/mips/configure: Likewise.
8306         * sysdeps/s390/configure: Likewise.
8307         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8310         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8311         file.
8312         * sysdeps/ia64/configure.ac: Likewise.
8314 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
8316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8317         specify symbol version for ld.so.  Do not include entry for
8318         libpthread.
8319         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8320         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8321         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8323         [BZ #14171]
8324         * Makeconfig [$(build-shared) = yes]
8325         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8326         makefiles.
8327         [$(build-shared) = yes && $(soversions.mk-done) = t]
8328         ($(common-objpfx)gnu/lib-names.h): Remove rule.
8329         [$(build-shared) = yes && $(soversions.mk-done) = t]
8330         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
8331         to Makerules.
8332         [$(build-shared) = yes && $(soversions.mk-done) = t]
8333         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8334         here.
8335         [$(build-shared) = yes && $(soversions.mk-done) = t]
8336         (common-generated): Don't append gnu/lib-names.h and
8337         gnu/lib-names.stmp here.
8338         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8339         (lib-names-h-abi): New variable.
8340         [$(build-shared) = yes && $(soversions.mk-done) = t]
8341         (lib-names-stmp-abi): Likewise.
8342         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8343         abi-variants] (before-compile): Append
8344         $(common-objpfx)$(lib-names-h-abi).
8345         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8346         abi-variants] (common-generated): Append gnu/lib-names.h.
8347         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8348         abi-variants] (install-others-nosubdir): Depend on
8349         $(inst_includedir)/$(lib-names-h-abi).
8350         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8351         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8352         [$(build-shared) = yes && $(soversions.mk-done) = t]
8353         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8354         [$(build-shared) = yes && $(soversions.mk-done) = t]
8355         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8356         [$(build-shared) = yes && $(soversions.mk-done) = t]
8357         (common-generated): Append $(lib-names-h-abi) and
8358         $(lib-names-stmp-abi).
8359         * scripts/lib-names.awk: Do not handle multi being set.
8360         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8361         Remove variable.
8362         (abi-lp64_be-ld-soname): Likewise.
8363         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8364         Likewise.
8365         (abi-hard-ld-soname): Likewise.
8366         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8367         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8368         Remove variable.
8369         (abi-o32_hard-ld-soname): Likewise.
8370         (abi-o32_soft_2008-ld-soname): Likewise.
8371         (abi-o32_hard_2008-ld-soname): Likewise.
8372         (abi-n32_soft-ld-soname): Likewise.
8373         (abi-n32_hard-ld-soname): Likewise.
8374         (abi-n32_soft_2008-ld-soname): Likewise.
8375         (abi-n32_hard_2008-ld-soname): Likewise.
8376         (abi-n64_soft-ld-soname): Likewise.
8377         (abi-n64_hard-ld-soname): Likewise.
8378         (abi-n64_soft_2008-ld-soname): Likewise.
8379         (abi-n64_hard_2008-ld-soname): Likewise.
8380         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8381         Likewise.
8382         (abi-64-v2-ld-soname): Likewise.
8383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8384         ld.so entries.
8385         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8386         variable.
8387         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8388         entry.
8389         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8390         variable.
8391         (abi-64-ld-soname): Likewise.
8392         (abi-x32-ld-soname): Likewise.
8393         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8394         entry.
8395         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8397 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8399         [BZ #14138]
8400         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8401         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8402         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8403         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8404         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8405         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8406         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8407         syscall entry for GLIBC_2.2 symbol version.
8408         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8409         Likewise.
8410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8411         (setrlimit): Likewise.
8412         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8413         Likewise.
8415 2014-09-23  Will Newton  <will.newton@linaro.org>
8417         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8418         _LINUX_ARM_SYSDEP_H include guard too.
8419         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8420         define.
8422 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8424         * sysdeps/unix/sysv/linux/eventfd.c:
8425         Make first argument unsigned.
8426         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8427         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8429 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8431         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8432         * socket/sys/socket.h: Likewise
8433         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8435 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8437         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8439 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8441         * time/tst-ftime.c: New test.
8442         * time/Makefile (tests): Add tst-ftime.
8444 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8446         * soft-fp/extended.h: Fix comment formatting.
8447         * soft-fp/op-1.h: Likewise.
8448         * soft-fp/op-2.h: Likewise.
8449         * soft-fp/op-4.h: Likewise.
8450         * soft-fp/op-8.h: Likewise.
8451         * soft-fp/op-common.h: Likewise.
8452         * soft-fp/soft-fp.h: Likewise.
8454         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8456 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8458         [BZ #6652]
8459         * Makeconfig (soversions-default-setname): Remove variable.
8460         ($(common-objpfx)soversions.i): Don't pass default_setname to
8461         soversions.awk.
8462         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8463         oldest_abi to abi-versions.awk.
8464         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8465         * config.make.in (oldest-abi): Remove variable.
8466         * configure.ac (--enable-oldest-abi): Remove configure option.
8467         * configure: Regenerated.
8468         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8469         text.
8470         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8471         * scripts/soversions.awk: Do not handle default_setname variable.
8472         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8473         variable.
8474         * sysdeps/mach/hurd/configure: Regenerated.
8475         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8476         variable.
8477         * sysdeps/unix/sysv/linux/configure: Regenerated.
8479 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8481         * elf/Makefile (CFLAGS-interp.c): Remove.
8482         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8483         path string.
8484         * elf/interp.c: Include generated runtime-linker.h
8486         * Makerules (lib%.so): Don't include $(+interp) in
8487         prerequisites.
8488         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8489         * dlfcn/eval.c: Remove file.
8491         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8492         macros.
8494         [BZ #17266]
8495         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8496         4.2 and newer.
8498         [BZ #17370]
8499         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8501 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8502             Jakub Jelinek  <jakub@redhat.com>
8504         [BZ #17266]
8505         * libio/stdio.h: Check definition of __fortify_function
8506         instead of __extern_always_inline to include bits/stdio2.h.
8507         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8508         check if __extern_always_inline is defined.
8509         [__USE_MISC || __USE_XOPEN]: Likewise.
8510         [__USE_ISOC99] Likewise.
8511         * misc/sys/cdefs.h (__fortify_function): Define only if
8512         __extern_always_inline is defined.
8513         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8514         __extern_always_inline and __extern_inline only for g++-4.3
8515         and newer or a compatible gcc.
8517 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8519         [BZ #17371]
8520         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8521         last change to handle zero prefix length.
8523 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8525         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8526         _SC_REGEX_VERSION.
8528         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8529         _POSIX_RAW_SOCKETS.
8531 2014-09-13  Allan McRae  <allan@archlinux.org>
8533         * po/ru.po: Update Russian translation from translation project.
8535 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8537         * locale/programs/locale.c (show_locale_vars): Inline local function
8538         into its sole call site.  Clean up some style nits.
8539         (print_item): New function, broken out of ...
8540         (show_info): ... local function here.  Clean up style nits.
8542         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8543         out of ...
8544         (set_class_defaults): ... local function set_default here.
8545         Define set_default as a macro locally to pass constant parameters.
8546         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8547         rather than a shared local.
8549         * stdlib/rpmatch.c (try): New function, broken out of ...
8550         (rpmatch): ... local function here.  Also, prototypify definition.
8552 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8554         * scripts/soversions.awk: Do not handle configuration names.
8555         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8556         vendor and os variables to soversions.awk.
8557         * configure.ac: Do not modify gnu-* host_os.
8558         * configure: Regenerated
8559         * shlib-versions: Remove first column with configuration names.
8560         * nptl/shlib-versions: Likewise.
8561         * nptl_db/shlib-versions: Likewise.
8562         * sysdeps/hppa/shlib-versions: Likewise.
8563         * sysdeps/m68k/shlib-versions: Likewise.
8564         * sysdeps/mach/hurd/shlib-versions: Likewise.
8565         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8566         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8567         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8568         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8569         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8570         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8571         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8572         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8574         Likewise.
8575         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8576         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8577         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8578         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8579         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8580         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8581         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8582         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8585         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8587         Regenerated.
8588         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8590         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8592         * shlib-versions: Remove OS-specific entries.  Moved to files in
8593         sysdeps.
8594         * sysdeps/mach/hurd/shlib-versions: New file.
8595         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8597         * nptl/shlib-versions: Remove architecture-specific entries.
8598         Moved to files in sysdeps.
8599         * shlib-versions: Likewise.
8600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8601         file.
8602         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8603         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8604         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8605         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8607         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8608         (UDP_NO_CHECK6_RX): Likewise.
8610 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8612         * sysdeps/posix/sysconf.c (__sysconf): Spell
8613         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8615 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8617         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8618         loading.
8619         * iconv/Versions (__gconv_transliterate): Export for use from
8620         gconv modules.
8621         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8622         (struct __gconv_trans_data, __gconv_trans_fct,
8623         __gconv_trans_context_fct, __gconv_trans_query_fct,
8624         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8625         definitions.
8626         (struct __gconv_step_data): Remove __trans member.
8627         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8628         longer hidden.  Remove unused trans_data argument.
8629         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8630         (__gconv_translit_find): Remove declaration.
8631         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8632         prototype.
8633         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8634         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8635         trans_data argument.  Add hidden definition.
8636         (__gconv_translit_find): Remove.
8637         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8638         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8639         * iconv/skeleton.c: Remove transliteration initialization.
8640         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8641         __gconv_step_data initialization.
8642         * libio/iofwide.c (__libio_translit_): Remove.
8643         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8644         * wcsmbs/btowc.c (__btowc): Likewise.
8645         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8646         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8647         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8648         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8649         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8650         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8651         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8652         * wcsmbs/wctob.c (wctob): Likewise.
8654 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8656         [BZ #16194]
8657         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8658         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8659         register usage.
8660         * sysdeps/x86/Makefile: Adjust.
8662 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8663             Roland McGrath  <roland@hack.frob.com>
8665         * locale/weight.h: Add include guard.
8666         (findidx): Make static rather than auto; take new parameters
8667         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8668         * locale/weightwc.h: Likewise.
8669         * posix/fnmatch_loop.c
8670         (FCT): Change type of EXTRA from int32_t to wint_t.
8671         Don't include either header inside the function.
8672         Call FINDIDX rather than findidx, and pass new arguments.
8673         #undef FINDIDX at the end of the file.
8674         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8675         FINDIDX before including fnmatch_loop.c for the non-wide version.
8676         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8677         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8678         for the wide version.
8679         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8680         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8681         Pass new arguments to findidx.
8682         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8683         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8684         Don't #include it inside the function.  Pass new arguments to findidx.
8685         * posix/regex_internal.h
8686         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8687         (re_string_elem_size_at): Don't #include it inside the function.
8688         Pass new arguments to findidx.
8689         * string/strcoll_l.c: #include WEIGHT_H at top level.
8690         (get_next_seq): Don't #include it inside the function.
8691         Pass new arguments to findidx.
8692         (get_next_seq_nocache): Likewise.
8693         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8694         (STRXFRM): Don't #include it inside the function.
8695         Pass new arguments to findidx.
8697 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8699         [BZ #17344]
8700         * malloc/malloc.c (unlink): Turn asserts into a call to
8701         malloc_printerr.
8703 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8705         [BZ #17370]
8706         * libio/wfileops (do_ftell_wide): Free OUT.
8708 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8710         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8712 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8714         [BZ #17363]
8715         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8716         group if the current group is empty.
8718 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8720         * benchtests/bench-memset.c (test_main): Add more test from size
8721         from 32 to 512 bytes.
8722         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8723         Add POWER8 memset object.
8724         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8725         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8726         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8727         implementation.
8728         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8729         Likewise.
8730         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8731         multiarch POWER8 memset optimization.
8732         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8733         POWER8 memset optimization.
8735         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8736         Remove bzero multiarch objects.
8737         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8738         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8739         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8740         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8741         Remove define.
8742         [__bzero]: Redefine to specific name.
8743         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8744         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8745         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8746         define.
8747         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8748         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8750 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8752         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8753         warnings into errors.
8755         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8756         __cxa_thread_atexit_impl prototype.
8758 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8760         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8761         Fix capitalization of error message.
8763 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8765         * sysdeps/mips/preconfigure: Modify ABI tests.
8767 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8769         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8771 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8772             Carlos O'Donell  <carlos@systemhalted.org>
8774         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8775         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8776         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8777         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8778         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8779         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8780         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8781         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8782         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8783         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8784         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8785         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8786         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8787         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8788         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8789         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8790         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8791         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8792         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8793         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8794         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8795         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8796         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8797         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8798         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8799         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8800         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8801         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8802         Deconditionalize the code that was previously under [RESET_PID].
8803         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8804         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8805         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8806         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8807         include sysdep.h.
8809 2014-09-08  Allan McRae  <allan@archlinux.org>
8811         * version.h (RELEASE): Set to "development".
8812         (VERSION): Set to "2.20.90"
8814 2014-09-07  Allan McRae  <allan@archlinux.org
8816         * version.h (RELEASE): Set to "stable".
8817         (VERSION): Set to "2.20"
8818         * include/features.h (__GLIBC_MINOR__): Set to 20.
8820         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8821         Liebler.
8823         * po/ko.po: Update Korean translation from translation project.
8825 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8827         [BZ #17354]
8828         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8829         macro for handling signed relocations.
8831 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8833         [BZ #17325]
8834         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8835         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8836         assert.
8837         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8838         * iconvdata/ibm935.c (BODY): Likewise.
8839         * iconvdata/ibm937.c (BODY): Likewise.
8840         * iconvdata/ibm939.c (BODY): Likewise.
8841         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8842         assert.
8843         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8844         script.
8845         * iconvdata/run-iconv-test.sh: New test loop for checking for
8846         decoder crashers.
8848 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8850         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8851         libm_hidden_ver.
8853 2014-09-01  Allan McRae  <allan@archlinux.org>
8855         * po/eo.po: Update Esperanto translation from translation project.
8857         * po/ca.po: Update Catalan translation from translation project.
8859 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8861         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8862         __proc_dostop call.
8864 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8866         [BZ #17319]
8867         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8868         to call set_thread_area instead of hand written asm.
8869         (__NR_set_thread_area): Removed define.
8870         (TLS_FLAG_WRITABLE): Likewise.
8871         (__ASSUME_SET_THREAD_AREA): Remove check.
8872         (TLS_EBX_ARG): Remove define.
8873         (TLS_LOAD_EBX): Likewise.
8875 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8877         Simplify atomicity of socket creation in bind.
8879         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8880         looking up the name after linking the file.
8882 2014-08-27  Allan McRae  <allan@archlinux.org>
8884         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8886 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8888         [BZ #17187]
8889         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8890         trans_compare, open_translit, __gconv_translit_find):
8891         Remove module loading code.
8893 2014-08-26  Allan McRae  <allan@archlinux.org>
8895         * po/vi.po: Update Vietnamese translation from translation project.
8897         * po/uk.po: Update Ukrainian translation from translation project.
8899         * po/fr.po: Update French translation from translation project.
8901         * po/ru.po: Update Russian translation from translation project.
8903         * po/pl.po: Update Polish translation from translation project.
8905         * po/cs.po: Update Czech translation from translation project.
8907         * po/de.po: Update German translation from translation project.
8909         * po/bg.po: Update Bulgarian translation from translation project.
8911         * po/sv.po: Update Sweedish translation from translation project.
8913         * po/nl.po: Update Dutch translation from translation project.
8915         * po/es.po: Update Spanish translation from translation project.
8917 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8919         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8921         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8922         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8923         (CPPFLAGS-iconvconfig): Likewise.
8924         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8926         * include/libc-symbols.h: Remove unnecessary check for
8927         NOT_IN_libc.
8928         * nptl/pthreadP.h: Likewise.
8929         * sysdeps/aarch64/setjmp.S: Likewise.
8930         * sysdeps/alpha/setjmp.S: Likewise.
8931         * sysdeps/arm/sysdep.h: Likewise.
8932         * sysdeps/i386/setjmp.S: Likewise.
8933         * sysdeps/m68k/setjmp.c: Likewise.
8934         * sysdeps/posix/getcwd.c: Likewise.
8935         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8936         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8937         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8938         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8939         * sysdeps/sh/sh3/setjmp.S: Likewise.
8940         * sysdeps/sh/sh4/setjmp.S: Likewise.
8941         * sysdeps/unix/alpha/sysdep.h: Likewise.
8942         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8943         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8944         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8945         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8948         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8949         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8950         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8951         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8952         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8953         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8954         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8955         * sysdeps/x86_64/setjmp.S: Likewise.
8957 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8959         [BZ #17263]
8960         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8961         <stdint.h>.
8962         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8963         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8965 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8967         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8969         [BZ #17262]
8970         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8971         and __x86_64__ when disabling x87 inline functions.
8973 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8975         [BZ #17259]
8976         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8977         asm statement with __cpuid_count.
8979 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8981         * configure.ac: Change __ehdr_start code to dereference the struct.
8982         Run readelf on the output to look for relocations.
8983         * configure: Regenerated.
8985 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8987         [BZ #17261]
8988         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8989         value to 0.
8990         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8992 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8994         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8996 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8998         [BZ #16892]
8999         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
9000         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
9002 2014-08-12  Sean Anderson  <seanga2@gmail.com>
9004         * malloc/malloc.c: Fix typo in comment.
9006 2014-08-09  Allan McRae  <allan@archlinux.org>
9008         * Regenerate libc.po.
9010 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
9012         * intl/tst-gettext2.sh: Check every lang file for creation.
9014 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9016         * sysdeps/aarch64/fpu/math_private.h
9017         (libc_feholdsetround_noex_aarch64_ctx): New function.
9019 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9021         * sysdeps/arm/armv6/strcpy.S (strcpy):
9022         Fix performance issue in misaligned cases.
9024 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9026         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
9027         Move definition from termios.h.
9028         (struct termio): Likewise.
9029         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9030         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9031         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9032         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9033         Likewise.
9034         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
9035         Move definition to ioctl-types.h
9036         (struct termio): Likewise.
9037         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9038         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9039         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9040         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9041         Likewise.
9043 2014-08-05  Richard Henderson  <rth@redhat.com>
9045         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
9046         exceptions.
9047         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
9048         Add fraiseexcpt.
9049         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
9050         Use __feraiseexcept.
9051         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
9052         Protect libm symbols with IS_IN_libm.
9054         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
9056 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
9058         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
9060 2014-08-04  Will Newton  <will.newton@linaro.org>
9062         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
9063         file.
9065 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
9067         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
9068         variants for each function.
9070 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9072         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
9073         appended ...
9074         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
9075         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
9076         appended ...
9077         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
9078         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
9079         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
9080         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
9081         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
9082         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
9083         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
9084         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
9085         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
9086         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
9087         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
9088         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
9089         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
9090         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
9091         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
9092         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
9093         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
9094         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
9095         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
9096         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
9097         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
9098         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
9099         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
9100         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
9101         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
9102         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
9103         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
9104         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
9105         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
9106         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
9107         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
9108         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
9109         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
9110         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
9111         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
9112         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
9113         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
9114         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
9115         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
9116         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
9117         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
9118         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
9119         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
9120         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
9121         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
9122         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
9123         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
9124         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
9125         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
9126         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
9127         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
9128         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
9129         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
9130         Update #include.
9131         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
9132         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
9134 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9136         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
9137         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
9138         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
9139         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
9140         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
9141         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9143 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9145         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
9146         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9147         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9148         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9150 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9152         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9153         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9154         (__libc_vfork): Define function under this name.
9155         (__vfork): Define as an alias.
9156         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9157         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9159 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9161         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
9162         that was previously under [RESET_PID].
9163         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
9165 2014-08-04  Andreas Schwab  <schwab@suse.de>
9167         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
9169 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
9171         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
9172         (main): Likewise.
9174 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9176         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
9178 2014-08-01  Richard Henderon  <rth@redhat.com>
9180         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
9181         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
9182         typo in exact zero test.
9183         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
9184         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
9185         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9187 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9189         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
9190         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
9191         * sysdeps/arm/sysdep.h: ... here.
9192         [!__ASSEMBLER__]: Include <stdint.h>.
9194 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9196         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
9197         (HAVE_WCTYPE_H): Likewise.
9198         (HAVE_ISWCTYPE): Likewise.
9199         (ENABLE_NLS): Likewise.
9200         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
9201         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
9203         * posix/regex_internal.c: Check if DEBUG is defined and is
9204         set.
9206         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
9207         (HAVE_MBSRTOWCS): Likewise.
9208         * posix/fnmatch.c: Include string.h unconditionally.
9210 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9212         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
9213         reversal.
9215 2014-07-31  Roland McGrath  <roland@hack.frob.com>
9217         * sysdeps/generic/safe-fatal.h: New file.
9218         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
9219         * nptl/forward.c: Include it.
9220         (__pthread_unwind): Use __safe_fatal as default action, rather
9221         than a bogus use of INTERNAL_SYSCALL that could never work.
9223         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
9224         * configure.ac (libc_cv_builtin_trap): New test.
9225         * configure: Regenerated.
9226         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
9227         (ABORT_INSTRUCTION): Define using __builtin_trap.
9229         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
9230         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
9231         * sysdeps/nptl/nptl-signals.h: New file.
9232         * nptl/pthreadP.h: Include <nptl-signals.h>.
9234 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9236         * sysdeps/s390/s390-64/utf16-utf32-z9.c
9237         (ONE_DIRECTION): Define.
9238         * sysdeps/s390/s390-64/utf8-utf16-z9.c
9239         (ONE_DIRECTION): Define.
9240         * sysdeps/s390/s390-64/utf8-utf32-z9.c
9241         (ONE_DIRECTION): Define.
9243 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9245         * sysdeps/s390/Makefile: Delete file.
9246         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
9247         * sysdeps/s390/__longjmp.c: Delete file.
9248         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
9249         Remove fields __flags and __reserved.
9250         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
9251         and add versioning.
9252         * sysdeps/s390/rtld-__longjmp.c: Delete file.
9253         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
9254         * sysdeps/s390/rtld-setjmp.S: Likewise.
9255         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
9256         * sysdeps/s390/s390-32/__longjmp.c: ... here.
9257         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
9258         * sysdeps/s390/s390-32/setjmp.S: ... here.
9259         Add versioning.
9260         (__sigsetjmp): Remove setting __flags field.
9261         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9262         * sysdeps/s390/s390-64/__longjmp.c: ... here.
9263         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9264         * sysdeps/s390/s390-64/setjmp.S: ... here.
9265         Add versioning.
9266         (__sigsetjmp): Remove setting __flags field.
9267         * sysdeps/s390/setjmp.S: Delete file.
9268         * sysdeps/s390/sigjmp.c: Likewise.
9269         * sysdeps/s390/v1-longjmp.c: Likewise.
9270         * sysdeps/s390/v1-setjmp.h: Likewise.
9271         * sysdeps/s390/v1-sigjmp.c: Likewise.
9272         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9273         Remove v1-longjmp_chk.
9274         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9275         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9276         Include debug/longjmp_chk.c and add versioning.
9277         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9278         Include nptl/pt-longjmp.c and add versioning.
9279         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9280         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9281         Include __longjmp.c.
9282         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9283         Move to ...
9284         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9285         (__getcontext): Remove setting __flags field.
9286         Add versioning.
9287         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9288         Don't restore upper high grps.
9289         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9290         Likewise.
9291         (__swapcontext): Remove setting uc_flags field.
9292         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9293         Delete file.
9294         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9295         Include __longjmp.c.
9296         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9297         Move to ...
9298         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9299         (__getcontext): Remove setting __flags field.
9300         Add versioning.
9301         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9302         (__swapcontext): Remove setting uc_flags field.
9303         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9304         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9305         Remove fields uc_high_gprs and __reserved.
9306         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9307         New file with reverted content.
9308         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9309         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9310         Regenerated.
9311         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9312         Regenerated.
9314 2014-07-31  Andreas Schwab  <schwab@suse.de>
9316         * config.h.in (HAVE_IFUNC): Define to 0.
9317         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9318         definedness.
9320 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
9322         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9323         memmove-avx-unaligned, memcpy-avx-unaligned and
9324         mempcpy-avx-unaligned.
9325         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9326         Add tests for AVX memcpy functions.
9327         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9328         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9329         memcpy_chk.
9330         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9331         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9332         memmove_chk.
9333         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9334         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9335         mempcpy_chk.
9336         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9337         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9338         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9340 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9342         [BZ #17213]
9343         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9344         powerpc64le.
9346 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9348         [BZ #16839]
9349         * manual/llio.texi: Add section about open file description locks.
9350         * manual/examples/ofdlocks.c: Example of open file description
9351         lock usage.
9352         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9353         F_OFD_SETLK, and F_OFD_SETLKW.
9355 2014-07-23  Allan McRae  <allan@archlinux.org>
9357         * po/es.po: Update Spanish translation from translation project.
9359 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9361         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9363 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9365         [BZ #17078]
9366         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9367         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9368         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9370 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9372         [BZ #17088]
9373         * math/fesetenv.c (__fesetenv)
9374         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9375         * math/feupdateenv.c (__feupdateenv)
9376         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9378         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9379         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9380         (__ASSUME_SOCKETCALL): Do not define.
9382         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9383         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9384         (__ASSUME_SOCKETCALL): Do not define.
9385         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9386         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9387         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9388         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9389         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9390         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9391         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9392         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9394         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9395         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9396         (__ASSUME_SOCKETCALL): Do not define.
9397         (__ASSUME_IPC64): Define unconditionally.
9398         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9399         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9400         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9401         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9402         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9403         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9404         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9405         Likewise.
9407         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9408         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9409         (__ASSUME_SOCKETCALL): Do not define.
9410         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9411         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9412         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9413         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9414         (__ASSUME_REQUEUE_PI): Define unconditionally.
9415         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9416         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9417         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9418         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9419         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9420         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9422         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9423         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9424         (__ASSUME_SOCKETCALL): Do not define.
9425         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9426         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9427         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9428         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9429         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9430         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9432         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9433         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9434         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9435         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9436         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9437         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9438         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9439         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9440         (__ASSUME_GETCPU_SYSCALL): Likewise.
9442         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9443         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9444         cases for individual architectures.
9445         * sysdeps/gnu/configure: Regenerated.
9446         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9447         LIBC_SLIBDIR_RTLDDIR.
9448         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9449         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9450         LIBC_SLIBDIR_RTLDDIR.
9451         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9453         LIBC_SLIBDIR_RTLDDIR.
9454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9455         Regenerated.
9456         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9457         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9458         file.
9459         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9460         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9461         file.
9462         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9463         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9464         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9465         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9467         * sysdeps/aarch64/shlib-versions: Move to ...
9468         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9469         * sysdeps/alpha/shlib-versions: Move to ...
9470         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9471         * sysdeps/arm/shlib-versions: Move to ...
9472         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9473         * sysdeps/hppa/shlib-versions: Move all contents except for
9474         libgcc_s entry to ...
9475         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9476         entry from ...
9477         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9478         * sysdeps/ia64/shlib-versions: Move to ...
9479         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9480         entry from ...
9481         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9482         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9483         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9484         * sysdeps/microblaze/shlib-versions: Move to ...
9485         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9486         * sysdeps/mips/shlib-versions: Move to ...
9487         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9488         entry from ...
9489         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9490         * sysdeps/tile/shlib-versions: Move to ...
9491         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9492         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9493         from ...
9494         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9495         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9496         entry from ...
9497         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9499 2014-07-17  Will Newton  <will.newton@linaro.org>
9501         * sysdeps/arm/bits/atomic.h
9502         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9503         (__arch_compare_and_exchange_bool_16_int): Likewise.
9504         (__arch_compare_and_exchange_bool_64_int): Likewise.
9506         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9507         into an #else block.
9509 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9511         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9512         just Linux configurations.  Test empirically that the compiler sets
9513         __ARM_EABI__, rather than using the tuple to decide.
9514         * sysdeps/arm/preconfigure: Regenerated.
9515         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9516         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9517         contents appended ...
9518         * sysdeps/arm/configure.ac: ... here.
9519         * sysdeps/arm/configure: Regenerated.
9521 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9523         * nptl/pthread_kill.c: New file.
9524         * nptl/pthread_sigmask.c: New file.
9525         * nptl/pthread_sigqueue.c: New file.
9527         * sysdeps/nptl/lowlevellock.h: New file.
9528         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9529         * sysdeps/nptl/lowlevellock-futex.h: New file.
9531         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9532         Remove dead declarations.
9534 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9536         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9537         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9538         config-cflags-avx2.
9539         * sysdeps/x86_64/configure.ac: Likewise.
9540         * sysdeps/i386/configure: Regenerated.
9541         * sysdeps/x86_64/configure: Likewise.
9542         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9543         memset-avx2 only if config-cflags-avx2 is yes.
9544         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9545         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9546         defined.
9547         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9548         only if HAVE_AVX2_SUPPORT is defined.
9549         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9551 2014-07-14  Alan Modra  <amodra@gmail.com>
9553         [BZ #17153]
9554         * elf/elf.h (DT_PPC64_NUM): Correct value.
9555         * NEWS: Add to fixed bug list.
9557 2014-07-13  Jim Meyering  <meyering@fb.com>
9559         [BZ 17150]
9560         regex: don't deref NULL upon heap allocation failure
9561         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9562         failure in one more place.
9563         To trigger the segfault, configure grep -with-included-regex,
9564         build it, and run these commands:
9565         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9567 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9569         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9571 2014-07-11  Richard Henderson  <rth@redhat.com>
9573         * sysdeps/aarch64/libm-test-ulps: Update.
9575 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9577         [BZ #17135]
9578         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9579         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9580         (__nptl_setxid): Initialize error member.  Call
9581         __nptl_setxid_error.
9582         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9583         * nptl/descr.h (struct xid_command): Add error member.
9584         * nptl/tst-setuid3.c: New file.
9585         * nptl/Makefile (tests): Add it.
9587 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9589         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9590         New define.
9591         (__lll_trylock): Use __lll_base_trylock.
9592         (__lll_cond_trylock): Likewise.
9594 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9596         * nptl/pthread_create.c (start_thread): Use atomic_or and
9597         lll_futex_wake directly rather than lll_robust_dead.
9598         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9599         (lll_robust_dead): Macro removed.
9600         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9601         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9602         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9603         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9604         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9605         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9606         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9607         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9608         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9609         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9610         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9611         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9612         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9613         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9614         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9616         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9617         Use atomic_compare_and_exchange_val_acq directly rather than
9618         lll_robust_trylock.
9619         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9620         (__lll_robust_trylock, lll_robust_trylock): Removed.
9621         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9622         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9623         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9624         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9625         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9626         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9627         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9628         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9629         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9630         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9631         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9632         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9633         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9634         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9636 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9638         * manual/locale.texi (Locale Names): New section documenting
9639         locale name syntax.  Adjust menu and node chaining accordingly.
9640         (Choosing Locale): Reference Locale Names, Locale Categories.
9641         Mention setting LC_ALL=C.  Reflect that name syntax is now
9642         documented.
9643         (Locale Categories): New section title.  Reference Locale Names.
9644         LC_ALL is an environment variable, but not a category.
9645         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9646         description, now in Locale Name.  Reference that section.  Locale
9647         name syntax is now documented.
9649 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9651         [BZ #17137]
9652         * locale/findlocale.c (name_present, valid_locale_name): New
9653         functions.
9654         (_nl_find_locale): Use the loc_name variable to store name
9655         candidates.  Call name_present and valid_locale_name to check and
9656         validate locale names.  Return an error if the locale is invalid.
9658 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9660         * locale/setlocale.c (setlocale): Use strdup for allocating
9661         composite name copy.
9663 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9665         Sync up with gnulib.
9666         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9667         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9668         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9669         and _GL_ARG_NONNULL.
9670         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9671         [!_LIBC]: Include code for Windows and Cygwin.
9672         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9673         Include prototype for int strerror_r.
9674         [!_LIBC] (is_open): New function.
9675         (flush_stdout): New function.
9676         (print_errno_message): Use it.
9677         (error): Likewise.
9678         (error_at_line): Likewise.
9679         (error_tail) Add function attribute macros.  Use
9680         __builtin_expect.
9682         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9684         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9686         * io/ftw.c: Include sys/param.h unconditionally.
9688         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9690         [BZ #17125]
9691         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9692         libc_freeres_ptr.
9693         (freecache): New function to free CACHE on exit.
9695         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9696         initialization.
9698 2014-07-09  David S. Miller  <davem@davemloft.net>
9700         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9702         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9703         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9704         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9705         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9706         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9707         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9708         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9709         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9710         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9711         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9712         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9713         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9714         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9716 2014-07-09  Andreas Schwab  <schwab@suse.de>
9718         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9719         output.
9720         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9721         (do_test): Likewise.
9723         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9725 2014-07-09  Will Newton  <will.newton@linaro.org>
9727         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9728         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9729         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9730         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9731         * sysdeps/hppa/start.S (_start): Likewise.
9733 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9735         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9737         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9738         defined.
9740 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9742         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9743         after checking that it is non-NULL.
9745         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9747 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9749         * sysdeps/powerpc/memmove.c: Remove file.
9750         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9751         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9752         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9753         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9754         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9755         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9756         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9757         string memmove instead of removed powerpc one.
9759         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9760         [weak_alias]: Fix compiler warning due trailing data.
9761         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9762         [weak_alias]: Likewise.
9763         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9764         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9766         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9767         (__libc_ifunc_impl_list): Add memmove functions.
9769 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9771         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9772         Remove code.
9773         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9774         Likewise
9775         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9776         Likewise
9777         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9778         Likewise
9779         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9780         Likewise
9781         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9782         Likewise
9783         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9784         Likewise
9785         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9786         Likewise
9787         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9788         Likewise
9789         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9790         Likewise
9791         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9792         Likewise
9793         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9794         Likewise
9795         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9796         Likewise
9797         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9798         Likewise
9799         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9800         Likewise
9801         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9802         Likewise
9803         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9804         Likewise
9806 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9808         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9809         to avoid alignment traps in non-cacheable memory.
9810         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9812         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9813         multiarch objects.
9814         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9815         file: multiarch power7 memmove.
9816         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9817         multiarch default memmove.
9818         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9819         multiarch memove for powerpc32/power4.
9821         * string/bcopy.c: Use full path to include memmove.c.
9822         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9823         multiarch objects.
9824         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9825         bcopy for powerpc64.
9826         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9827         bcopy for powerpc64.
9828         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9829         and memmove implementations.
9830         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9831         optimized multiarch memmove for POWER7/powerpc64.
9832         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9833         default multiarch memmove for powerpc64.
9834         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9835         multiarch for powerpc64.
9836         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9837         for POWER7/powerpc64.
9838         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9839         memmove for POWER7/powerpc64.
9841         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9842         glibc default one.
9844         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9845         __ELF_NATIVE_CLASS equal to 64.
9847 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9849         * sysdeps/nptl/lowlevellock.h: File removed.
9851         * NEWS: NPTL is no longer an add-on!
9852         * nptl/internaltypes.h: Moved ...
9853         * sysdeps/nptl/internaltypes.h: ... here.
9854         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9855         * sysdeps/nptl/fork.c: Likewise.
9856         * sysdeps/nptl/gai_misc.h: Likewise.
9857         * sysdeps/nptl/librt-cancellation.c: Likewise.
9858         * sysdeps/nptl/jmp-unwind.c: Likewise.
9859         * sysdeps/nptl/setxid.h: Likewise.
9860         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9861         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9862         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9863         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9864         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9865         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9866         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9867         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9868         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9869         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9870         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9871         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9872         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9873         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9874         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9875         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9876         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9877         * nptl/Makeconfig: Moved ...
9878         * sysdeps/nptl/Makeconfig: ... here.
9879         * nptl/configure: File removed.
9880         * nptl/ANNOUNCE: File removed.
9881         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9882         * sysdeps/unix/sysv/linux/configure: Regenerated.
9884         * nptl/Makefile (routines): Add libc_pthread_init,
9885         libc_multiple_threads, register-atfork and unregister-atfork.
9886         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9887         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9888         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9889         pthread-pi-defines.sym, structsem.sym.
9890         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9891         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9892         [$(subdir) = nptl] (tests): Add tst-setgetname.
9893         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9894         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9895         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9896         [!LIBC_SIGACTION]: Remove aliases.
9897         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9898         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9899         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9900         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9901         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9902         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9903         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9904         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9905         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9906         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9907         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9908         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9909         __libc_allocate_rtsig_private.
9910         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9911         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9912         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9913         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9914         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9915         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9916         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9917         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9918         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9919         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9920         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9921         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9922         * nptl/internaltypes.h: ... here.
9923         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9924         * sysdeps/nptl/jmp-unwind.c: ... here.
9925         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9926         * nptl/libc-lowlevellock.c: ... here.
9927         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9928         * nptl/libc_multiple_threads.c: ... here.
9929         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9930         * nptl/libc_pthread_init.c: ... here.
9931         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9932         * nptl/lowlevelbarrier.sym: ... here.
9933         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9934         * nptl/lowlevelcond.sym: ... here.
9935         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9936         * nptl/lowlevellock.c: ... here.
9937         * nptl/lowlevellock.h: Moved ...
9938         * sysdeps/nptl/lowlevellock.h: ... here.
9939         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9940         * nptl/lowlevelrobustlock.c: ... here.
9941         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9942         * nptl/lowlevelrobustlock.sym: ... here.
9943         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9944         * nptl/lowlevelrwlock.sym: ... here.
9945         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9946         * nptl/pt-fork.c: ... here.
9947         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9948         * nptl/pthread-pi-defines.sym: ... here.
9949         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9950         * nptl/pthread_attr_getaffinity.c: ... here.
9951         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9952         * nptl/pthread_attr_setaffinity.c: ... here.
9953         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9954         * nptl/pthread_mutex_cond_lock.c: ... here.
9955         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9956         Update #include.
9957         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9958         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9959         * nptl/pthread_once.c: ... here, replacing old file.
9960         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9961         * nptl/pthread_yield.c: ... here.
9962         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9963         * nptl/register-atfork.c: ... here.
9964         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9965         * nptl/sem_post.c: ... here.
9966         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9967         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9968         * nptl/sem_timedwait.c: ... here.
9969         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9970         * nptl/sem_trywait.c: ... here.
9971         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9972         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9973         * nptl/sem_wait.c: ... here.
9974         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9975         * nptl/structsem.sym: ... here.
9976         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9977         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9978         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9979         * nptl/unregister-atfork.c: ... here.
9980         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9981         * nptl/unwindbuf.sym: ... here.
9982         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9983         * sysdeps/nptl/fork.c: ... here.
9984         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9985         * sysdeps/nptl/fork.h: ... here.
9986         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9987         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9988         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9989         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9990         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9991         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9992         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9993         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9994         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9995         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9996         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9997         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9998         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9999         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
10000         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
10001         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
10002         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
10003         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
10004         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
10005         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
10006         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
10007         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
10008         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
10009         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
10010         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
10011         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
10012         * sysdeps/unix/sysv/linux/raise.c: ... here.
10013         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
10014         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
10015         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
10016         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
10017         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
10018         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
10019         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
10020         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
10021         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
10022         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
10023         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
10024         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
10025         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
10026         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
10027         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
10029 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10031         * sysdeps/generic/memcopy.h: Add comment for
10032         MEMCPY_OK_FOR_FWD_MEMMOVE.
10034 2014-07-04  Will Newton  <will.newton@linaro.org>
10036         * string/memchr.c: Merge from gnulib.
10037         [_LIBC]: Remove conditionals.
10038         (__ptr_t): Remove define.
10039         (LONG_MAX_32_BITS): Likewise.
10040         (LONG_MAX): Likewise.
10041         (MEMCHR): Use ANSI prototype and optimize algorithm.
10043         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
10045 2014-07-03  Roland McGrath  <roland@hack.frob.com>
10047         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
10048         (lll_futex_timed_wait_bitset): Fix syscall argument count.
10050         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
10051         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
10052         in a bare environment with no <stdlib.h> installed.
10053         * sysdeps/nptl/configure: Regenerated.
10055         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
10057         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
10058         AC_EGREP_CPP for kernel header checks, so they only succeed if
10059         including <linux/version.h> actually works right.
10060         * sysdeps/unix/sysv/linux/configure: Regenerated.
10062         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
10063         value so it's not diagnosed as unused.
10065         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
10066         thing) with "ifeq ($(subdir),rt)".
10068 2014-07-03  Richard Henderson  <rth@redhat.com>
10070         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
10071         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
10072         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
10074         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
10075         (math_force_eval): New.
10077         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
10078         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
10080         * sysdeps/alpha/fpu/s_round.c: Remove file.
10081         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
10083         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
10084         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
10085         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
10086         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
10087         (_dl_start, print_statistics): Likewise.
10088         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
10089         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
10091         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10092         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10093         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10094         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10095         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10096         (HP_SMALL_TIMING_AVAIL): Define.
10097         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10098         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10099         (HP_SMALL_TIMING_AVAIL): Define.
10100         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10101         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10103         * sysdeps/aarch64/hp-timing.h: New file.
10105         * sysdeps/generic/hp-timing.h: Remove dead comment.
10106         * sysdeps/generic/hp-timing-common.h: New file.
10107         * sysdeps/alpha/hp-timing.h: Include it.
10108         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
10109         * sysdeps/i386/i686/hp-timing.h: Likewise.
10110         * sysdeps/ia64/hp-timing.h: Likewise.
10111         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10112         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10113         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10114         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10115         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
10116         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
10117         (hp_timing_t): New.
10119         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
10120         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
10121         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
10122         * elf/rtld.c (_dl_start_final): Likewise.
10123         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
10124         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10125         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10126         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10127         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10128         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10129         (HP_TIMING_DIFF_INIT): Remove.
10130         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10131         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10132         (HP_TIMING_DIFF_INIT): Remove.
10133         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10134         * sysdeps/i386/i686/hp-timing.c: Remove file.
10135         * sysdeps/x86_64/hp-timing.c: Remove file.
10136         * sysdeps/ia64/hp-timing.c: Remove file.
10137         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
10138         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
10139         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
10140         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
10142         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
10143         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
10144         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
10145         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10146         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10147         (HP_TIMING_ACCUM): Remove.
10148         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10149         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10150         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10152         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10153         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10154         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10155         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10156         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10157         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10158         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10159         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10161         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
10163 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
10165         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
10167 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10169         Sync up with gettext.
10170         * intl/loadmsgcat.c: Define O_BINARY if not defined.
10171         [_MSC_VER]: Include malloc.h
10172         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
10173         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
10174         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
10175         TEMP_FAILURE_RETRY.  Cast return of alloca.
10176         [!_LIBC] Call gl_rwlock_init.
10177         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
10179 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10181         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
10182         before checking its value.
10184 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10186         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
10188         * debug/memcpy_chk.c: Don't include pagecopy.h.
10189         * debug/mempcpy_chk.c: Likewise.
10190         * string/memcpy.c: Likewise.
10191         * string/memmove.c: Likewise.
10192         * sysdeps/powerpc/memmove.c: Likewise.
10193         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
10194         definition of PAGE_COPY_FWD_MAYBE here...
10195         * sysdeps/generic/pagecopy.h: ... from here.
10196         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
10198 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10199             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10201         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
10202         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
10203         optimizations.
10204         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10205         (__libc_ifunc_impl_list): Likewise.
10206         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
10207         multiarch strcat for PPC64.
10208         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
10209         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
10211 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10213         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
10215 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10217         * intl/loadmsgcat.c: Remove declaration of
10218         get_sysdep_segment_value.
10219         (get_sysdep_segment_value): Use ISO C style.
10220         (_nl_load_domain): Use ISO C style.  Get rid of redundant
10221         semicolon.  Fix typo and formatting in comment.
10222         (_nl_unload_domain): Use ISO C style.
10224         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
10226 2014-07-02  Will Newton  <will.newton@linaro.org>
10228         * malloc/obstack.c: Merge from gnulib master.
10229         [HAVE_CONFIG_H]: Remove conditional code.
10230         [!_LIBC]: Include config.h.
10231         [!ELIDE_CODE]: Don't include inttypes.h, include
10232         stdint.h unconditionally.
10233         (print_and_abort): Mark as _Noreturn.
10234         (_obstack_allocated_p): Mark as __attribute_pure__.
10235         (obstack_free): Rename to __obstack_free.
10236         [!__attribute__]: Remove conditional code.
10237         * malloc/obstack.h: Merge from gnulib master.
10238         [__cplusplus]: Move conditional down.
10239         [!__attribute_pure__]: Define __attribute_pure__ here
10240         if it is not already defined.
10241         (_obstack_memory_used): Mark as __attribute_pure__.
10242         [!__obstack_free]: Define as obstack_free.
10243         [__GNUC__]: Remove check for ancient NeXT gcc.
10245 2014-07-02  Will Newton  <will.newton@linaro.org>
10246             Paul Eggert  <eggert@cs.ucla.edu>
10248         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
10250 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10252         * resolv/gethnamaddr.c: Add comment warning that the file is
10253         not maintained.
10255 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
10257         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
10258         entries.
10260         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10261         entry for aio_cancel and aio_cancel64.
10262         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10263         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10264         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10265         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10266         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10267         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10268         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10269         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10270         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10271         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10272         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10273         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10274         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10276 2014-07-01  Roland McGrath  <roland@hack.frob.com>
10278         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10279         * nptl/pthread_mutex_lock.c: Likewise.
10280         * nptl/pthread_mutex_timedlock.c: Likewise.
10281         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10283 2014-07-01  Richard henderson  <rth@redhat.com>
10285         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10286         (__isnan, __isnanl): Remove.
10287         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10289         * sysdeps/alpha/fpu/libm-test-ulps: Update.
10291 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10293         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10295 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10297         * resolv/nss_dns/dns-host.c (getanswer_r)
10298         [MULTI_PTRS_ARE_ALIASES]: Remove code.
10300 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
10302         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10303         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10304         undefine.
10305         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10306         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10308 2014-07-01  Roland McGrath <roland@hack.frob.com>
10310         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10311         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10313         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10314         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10316         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10317         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10318         ... here.
10319         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10320         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10322         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10323         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10324         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10325         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10327         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10328         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10329         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10330         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10331         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10332         Moved ...
10333         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10334         ... here.
10335         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10336         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10337         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10338         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10339         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10340         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10341         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10342         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10343         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10344         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10345         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10346         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10347         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10348         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10349         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10350         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10351         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10352         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10353         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10354         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10355         ... here.
10356         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10357         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10358         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10359         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10360         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10361         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10362         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10363         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10365 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10367         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10368         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10369         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10370         Add sysdep.
10372 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10374         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10376 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10378         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10379         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10381         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10383         * sysdeps/arm/libm-test-ulps: Regenerated.
10385 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10386             Roland McGrath <roland@hack.frob.com>
10388         * test-skeleton.c (signal_handler): Kill the whole process group
10389         before killing the child individually.
10390         (main): Report any failure on `setpgid'.
10392 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10394         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10395         from _TLS_H to _ARM_NPTL_TLS_H.
10396         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10397         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10399 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10401         [BZ #16539]
10402         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10403         (__expm1l): Return argument unchanged when small but not
10404         subnormal.
10406         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10407         include macro name.
10408         (_FP_UNPACK_RAW_1_P): Likewise.
10409         (_FP_PACK_RAW_1): Likewise.
10410         (_FP_PACK_RAW_1_P): Likewise.
10411         (_FP_MUL_MEAT_1_wide): Likewise.
10412         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10413         (_FP_MUL_MEAT_1_hard): Likewise.
10414         (_FP_DIV_MEAT_1_imm): Likewise.
10415         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10416         (_FP_DIV_MEAT_1_udiv): Likewise.
10417         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10418         (_FP_UNPACK_RAW_2): Likewise.
10419         (_FP_UNPACK_RAW_2_P): Likewise.
10420         (_FP_PACK_RAW_2): Likewise.
10421         (_FP_PACK_RAW_2_P): Likewise.
10422         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10423         (_FP_MUL_MEAT_2_wide): Likewise.
10424         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10425         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10426         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10427         (_FP_MUL_MEAT_2_gmp): Likewise.
10428         (_FP_DIV_MEAT_2_udiv): Likewise.
10429         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10430         (_FP_FRAC_SRL_4): Likewise.
10431         (_FP_FRAC_SRST_4): Likewise.
10432         (_FP_FRAC_SRS_4): Likewise.
10433         (_FP_UNPACK_RAW_4): Likewise.
10434         (_FP_UNPACK_RAW_4_P): Likewise.
10435         (_FP_PACK_RAW_4): Likewise.
10436         (_FP_PACK_RAW_4_P): Likewise.
10437         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10438         (_FP_MUL_MEAT_4_wide): Likewise.
10439         (_FP_MUL_MEAT_4_gmp): Likewise.
10440         (umul_ppppmnnn): Likewise.
10441         (_FP_DIV_MEAT_4_udiv): Likewise.
10442         (__FP_FRAC_ADD_4): Likewise.
10443         (__FP_FRAC_SUB_3): Likewise.
10444         (__FP_FRAC_SUB_4): Likewise.
10445         (__FP_FRAC_DEC_3): Likewise.
10446         (__FP_FRAC_DEC_4): Likewise.
10447         (__FP_FRAC_ADDI_4): Likewise.
10448         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10449         (_FP_FRAC_SRL_8): Likewise.
10450         (_FP_FRAC_SRS_8): Likewise.
10452         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10453         include macro name.
10454         (FP_UNPACK_RAW_EP): Likewise.
10455         (FP_PACK_RAW_E): Likewise.
10456         (FP_PACK_RAW_EP): Likewise.
10457         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10458         (_FP_ISSIGNAN): Likewise.
10459         (_FP_ADD_INTERNAL): Likewise.
10460         (_FP_FMA): Likewise.
10461         (_FP_CMP): Likewise.
10462         (_FP_SQRT): Likewise.
10463         (_FP_TO_INT): Likewise.
10464         (_FP_FROM_INT): Likewise.
10465         (FP_EXTEND): Likewise.
10466         (_FP_DIV_MEAT_N_loop): Likewise.
10468 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10470         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10471         throughout.
10473 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10475         [BZ #17097]
10476         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10477         result with correct sign in case of exponents that produce
10478         overflow except for X very close to 1.
10480 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10482         mktime: merge #if/#ifdef usage from glibc
10483         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10484         as that works with both Glibc's and Gnulib's style.
10485         See thread starting at Siddhesh Poyarekar's bug report at:
10486         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10488 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10490         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10491         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10492         * sysdeps/tile/tilegx/memmove.c: Remove file.
10494 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10496         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10497         abi-name definition.
10498         * scripts/soversions.awk: Do not handle or generate ABI lines.
10499         * shlib-versions: Remove ABI entries.
10500         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10501         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10503 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10505         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10506         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10507         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10508         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10509         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10510         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10511         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10512         Moved ...
10513         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10514         ... here.
10515         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10516         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10517         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10518         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10519         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10520         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10521         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10522         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10523         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10524         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10525         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10526         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10527         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10528         Moved ...
10529         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10530         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10531         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10532         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10533         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10534         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10535         Moved ...
10536         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10537         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10538         Moved ...
10539         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10540         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10541         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10542         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10543         Moved ...
10544         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10545         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10546         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10547         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10548         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10549         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10550         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10551         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10552         Moved ...
10553         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10554         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10555         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10556         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10557         Moved ...
10558         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10559         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10560         Moved ...
10561         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10562         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10563         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10564         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10565         Moved ...
10566         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10567         ... here.
10568         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10569         Identical file removed.
10570         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10571         Moved ...
10572         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10573         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10574         Identical file removed.
10575         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10576         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10577         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10578         Moved ...
10579         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10580         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10581         Identical file removed.
10582         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10583         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10584         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10585         Identical file removed.
10586         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10587         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10588         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10589         Identical file removed.
10590         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10591         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10592         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10593         Identical file removed.
10594         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10595         Moved ...
10596         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10597         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10598         Identical file removed.
10599         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10600         Moved ...
10601         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10602         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10603         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10604         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10605         Identical file removed.
10606         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10607         Moved ...
10608         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10609         ... here.
10610         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10611         Identical file removed.
10612         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10613         Moved ...
10614         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10615         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10616         Identical file removed.
10617         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10618         Moved ...
10619         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10620         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10621         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10622         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10623         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10624         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10625         Moved ...
10626         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10627         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10628         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10630         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10631         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10632         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10633         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10634         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10636 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10638         [BZ #17092]
10639         * nscd/nscd.c (monitor_child): Return exit status of child
10640         instead of return value from wait syscall.
10642 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10644         * configure.ac (libc_commonpagesize): Remove variable.
10645         (libc_relro_required): Likewise.
10646         (libc_cv_z_relro): Remove configure test.
10647         * configure: Regenerated.
10648         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10649         variable.
10650         (libc_relro_required): Likewise.
10651         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10652         (libc_relro_required): Likewise.
10653         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10654         (libc_relro_required): Likewise.
10655         * sysdeps/arm/preconfigure: Regenerated.
10656         * sysdeps/ia64/preconfigure: Remove file.
10657         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10658         variable.
10659         (libc_relro_required): Likewise.
10661         [BZ #16561]
10662         [BZ #16562]
10663         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10664         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10665         recompute overflowing results in original rounding mode.
10666         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10667         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10668         recompute overflowing results in original rounding mode.
10669         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10670         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10671         recompute overflowing results in original rounding mode.
10672         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10673         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10674         recompute overflowing results in original rounding mode.
10675         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10676         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10677         recompute overflowing results in original rounding mode.
10678         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10679         (libc_feholdsetround_ctx): New macro.
10680         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10681         * sysdeps/i386/fpu/libm-test-ulps: Update.
10682         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10684 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10686         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10687         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10688         corresponding .cpsetup call.
10690 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10692         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10693         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10694         * sysdeps/arm/Makefile [$(subdir) = csu]
10695         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10696         (static-only-routines): Add aeabi_read_tp here.
10697         (shared-only-routines): Add libc-aeabi_read_tp here.
10698         (CFLAGS-libc-start.c): Add -fexceptions here.
10699         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10700         (sysdep_routines, static-only-routines, shared-only-routines):
10701         Don't add to these here.
10702         (CFLAGS-libc-start.c): Likewise.
10704         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10705         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10706         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10707         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10708         * sysdeps/arm/Makefile [$(subdir) = rt]
10709         (librt-sysdep_routines, librt-shared-only-routines):
10710         Append rt-aeabi_unwind_cpp_pr1 here.
10711         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10712         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10713         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10714         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10715         Append nptl-aeabi_unwind_cpp_pr1 here.
10716         (tests): Filter out tst-cleanupx4 here.
10717         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10718         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10719         Don't do those here.
10721 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10723         * scripts/list-sources.sh: Do not handle ports specially.
10725 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10727         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10728         * sysdeps/arm/feupdateenv.c: Likewise.
10730         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10732 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10734         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10735         trailing whitespace removed.
10736         * scripts/config.guess: Update to version 2014-03-23.
10737         * scripts/config.sub: Update to version 2014-05-01
10738         * scripts/install-sh: Update to version 2013-12-25.23.
10739         * scripts/move-if-change: Update from gnulib.
10741 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10743         * debug/memmove_chk.c: Remove pagecopy.h include.
10745 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10747         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10748         identical to gnulib mktime.
10750 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10752         * configure.ac: Do not test for machine being rs6000.  Do not test
10753         for powerpc*-*soft.
10754         * configure: Regenerated.
10756         [BZ #11505]
10757         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10758         test.
10759         * configure: Regenerated.
10760         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10761         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10762         Remove configure test.
10763         * sysdeps/arm/configure: Regenerated.
10764         * sysdeps/nptl/configure.ac: Do not check
10765         libc_cv_asm_cfi_directives.
10766         * sysdeps/nptl/configure: Regenerated.
10767         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10768         * sysdeps/x86_64/nptl/configure: Remove generated file.
10769         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10770         unconditional.
10771         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10773 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10775         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10776         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10777         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10778         it is defined.
10780         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10781         instead of whether it is defined.
10782         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10783         * sysdeps/hppa/dl-machine.h: Likewise.
10784         * sysdeps/ia64/dl-machine.h: Likewise.
10785         * sysdeps/m68k/dl-machine.h: Likewise.
10786         * sysdeps/microblaze/dl-machine.h: Likewise.
10787         * sysdeps/mips/dl-machine.: Likewise.
10788         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10789         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10790         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10791         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10792         * sysdeps/sh/dl-machine.h: Likewise.
10793         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10794         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10795         * sysdeps/tile/dl-machine.h: Likewise.
10796         * sysdeps/x86_64/dl-machine.h: Likewise.
10798         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10799         code.
10800         (verify_persistent_db): Likewise.
10802 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10804         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10805         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10806         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10807         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10808         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10809         Moved ...
10810         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10811         ... here.
10812         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10813         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10814         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10815         Identical file removed.
10816         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10817         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10818         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10819         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10820         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10821         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10822         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10823         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10824         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10825         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10826         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10827         Moved ...
10828         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10829         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10830         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10831         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10832         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10833         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10834         Moved ...
10835         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10836         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10837         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10838         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10839         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10840         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10841         Identical file removed.
10842         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10843         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10844         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10845         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10846         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10847         Moved ...
10848         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10849         ... here.
10850         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10851         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10852         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10853         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10854         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10855         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10856         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10857         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10858         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10859         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10860         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10861         Moved ...
10862         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10863         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10864         Moved ...
10865         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10866         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10867         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10868         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10869         Moved ...
10870         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10871         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10872         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10874         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10875         folded into ...
10876         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10877         * sysdeps/unix/sysv/linux/s390/Versions
10878         (libpthread: GLIBC_2.19): New version set.
10879         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10880         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10881         (librt: GLIBC_2.3.3): New version set.
10882         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10883         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10884         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10885         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10886         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10887         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10888         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10889         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10890         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10891         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10892         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10893         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10894         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10895         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10896         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10897         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10898         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10899         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10900         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10901         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10902         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10903         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10904         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10905         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10906         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10907         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10908         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10909         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10910         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10911         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10912         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10913         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10914         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10915         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10916         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10917         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10918         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10919         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10920         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10921         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10922         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10923         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10924         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10925         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10926         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10928         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10929         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10930         (__libc_vfork): Define the function under this name.
10931         [!NOT_IN_libc] (__vfork): Make this an alias.
10932         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10933         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10934         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10935         (__libc_vfork): Define the function under this name.
10936         [!NOT_IN_libc] (__vfork): Make this an alias.
10937         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10938         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10939         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10940         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10941         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10942         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10944         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10945         code that was previously under [RESET_PID].
10946         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10947         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10948         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10950         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10951         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10952         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10953         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10954         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10955         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10956         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10957         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10958         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10959         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10960         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10961         Moved ...
10962         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10963         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10964         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10965         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10966         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10967         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10968         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10969         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10970         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10971         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10972         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10973         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10974         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10975         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10976         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10977         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10978         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10979         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10980         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10981         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10982         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10983         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10984         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10985         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10986         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10987         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10988         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10989         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10990         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10992 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10994         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10995         that was previously under [RESET_PID].
10996         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10998 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11000         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
11001         not undefine and redefine.
11002         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
11003         [O_CLOEXEC]: Make code unconditional.
11004         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
11005         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
11006         <kernel-features.h>.
11007         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
11008         conditional variable definition.
11009         (shm_open) [O_CLOEXEC]: Make code unconditional.
11010         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
11011         code.
11013         * configure.ac (USE_REGPARMS): Don't define here.
11014         * configure: Regenerated.
11015         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
11016         * sysdeps/i386/configure: Regenerated.
11018         * nptl/createthread.c: Don't include kernel-features.h.
11019         * nptl/pthread_cancel.c: Likewise.
11020         * nptl/pthread_condattr_setclock.c: Likewise.
11021         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
11022         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
11023         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
11024         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
11025         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
11026         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
11027         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
11028         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
11029         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
11030         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
11031         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
11032         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
11033         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
11034         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
11035         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
11036         * nscd/gai.c: Likewise.
11037         * nss/nss_db/db-open.c: Likewise.
11038         * sysdeps/generic/ldsodefs.h: Likewise.
11039         * sysdeps/sh/nptl/tls.h: Likewise.
11040         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
11041         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
11042         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
11043         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
11044         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
11045         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
11046         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
11047         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
11048         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
11049         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
11050         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
11051         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
11052         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
11053         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
11054         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
11055         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
11056         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
11057         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
11058         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
11059         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
11060         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
11061         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
11062         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
11063         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
11064         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
11065         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
11066         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
11067         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
11068         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
11069         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
11070         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
11071         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
11072         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
11073         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
11074         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
11075         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11076         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
11077         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
11078         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
11079         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
11080         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
11081         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
11082         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
11083         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
11084         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
11085         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
11086         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
11087         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
11088         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
11089         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
11090         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11091         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
11092         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11093         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
11094         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
11095         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
11096         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11097         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
11098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
11100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
11101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
11102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
11103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
11104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
11105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
11106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
11109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
11110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
11111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
11112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
11114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
11115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
11117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
11118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
11119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
11120         * sysdeps/unix/sysv/linux/pread.c: Likewise.
11121         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11122         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
11123         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
11124         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11125         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
11126         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
11127         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
11128         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
11129         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11130         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11131         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11132         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
11133         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
11134         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11135         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
11136         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11137         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
11138         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
11139         * sysdeps/unix/sysv/linux/system.c: Likewise.
11140         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
11141         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
11142         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
11143         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
11144         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
11145         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11146         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11148         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11149         * configure: Regenerated.
11150         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11152         * configure.ac (base_machine): Do not set specially for particular
11153         machines here.
11154         * configure: Regenerated.
11155         * sysdeps/powerpc/preconfigure: Move machine and base_machine
11156         settings from configure.ac.
11157         * sysdeps/i386/preconfigure: New file.
11158         * sysdeps/s390/preconfigure: Likewise.
11159         * sysdeps/sh/preconfigure: Likewise.
11160         * sysdeps/sparc/preconfigure: Likewise.
11162 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11164         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
11165         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
11166         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
11167         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
11168         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
11169         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
11170         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
11171         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
11172         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
11173         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
11174         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
11175         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
11176         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
11177         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
11178         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
11179         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
11180         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
11181         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
11182         * sysdeps/sparc/sparc64/Makefile: ... appended here.
11184         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
11185         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
11186         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
11187         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
11188         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
11189         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
11190         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
11191         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
11192         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
11193         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
11194         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
11195         * sysdeps/sparc/sparc32/sem_post.c: ... here.
11196         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
11197         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
11198         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
11199         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
11200         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
11201         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
11202         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
11203         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
11204         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
11205         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
11206         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
11207         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
11208         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
11209         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
11210         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
11211         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
11212         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
11213         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
11214         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
11215         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
11216         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
11217         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
11218         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
11219         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
11220         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
11221         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
11223         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
11224         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
11225         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
11226         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
11227         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
11228         Moved ...
11229         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
11230         ... here.
11231         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
11232         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
11233         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
11234         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
11235         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
11236         Moved ...
11237         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
11238         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
11239         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
11240         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
11241         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
11242         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
11243         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
11244         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11245         Moved ...
11246         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
11247         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
11248         Moved ...
11249         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
11250         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
11251         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
11252         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
11253         Moved ...
11254         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
11255         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
11256         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
11257         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
11258         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
11259         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11260         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11261         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11262         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11263         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11264         Moved ...
11265         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11266         ... here.
11267         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11268         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11269         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11270         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11271         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11272         Moved ...
11273         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11274         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11275         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11276         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11277         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11278         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11279         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11280         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11281         Moved ...
11282         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11283         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11284         Moved ...
11285         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11286         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11287         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11288         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11289         Moved ...
11290         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11291         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11292         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11293         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11294         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11296 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11298         * timezone/checktab.awk: Update from tzcode 2014e.
11299         * timezone/private.h: Likewise.
11300         * timezone/tzfile.h: Likewise.
11301         * timezone/zdump.c: Likewise.
11302         * timezone/zic.c: Likewise.
11304         * sysdeps/unix/sysv/linux/kernel-features.h
11305         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11306         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11307         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11308         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11309         Remove conditional code.
11311 2014-06-25  Will Newton  <will.newton@linaro.org>
11313         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11314         (_dl_arm_cap_flags): Add HWCAP2 values.
11315         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11316         (_DL_HWCAP_COUNT): Increase to 37.
11317         (_DL_HWCAP_LAST): New define.
11318         (_DL_HWCAP2_LAST): New define.
11319         (_dl_procinfo): Add support for printing
11320         AT_HWCAP2 entries.
11321         (_dl_string_hwcap): Use _dl_hwcap_string.
11323 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11325         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11327 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11329         * README: Do not mention ports directory.
11331         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11332         Remove macro.
11333         * sysdeps/unix/sysv/linux/futimes.c: Do not include
11334         <kernel-features.h>.
11335         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11336         conditional variable definition.
11337         (__futimes): Update comment.
11338         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11339         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11341         [BZ #16560]
11342         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11343         arguments close to 0.
11344         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11345         Likewise.
11346         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11347         Likewise.
11348         * math/auto-libm-test-in: Add more tests of exp10.
11349         * math/auto-libm-test-out: Regenerated.
11350         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11352         * sysdeps/unix/sysv/linux/kernel-features.h
11353         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11354         * sysdeps/unix/sysv/linux/readv.c: Do not include
11355         <kernel-features.h>.
11356         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11357         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11358         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11359         unconditional.
11360         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11361         conditional code.
11362         * sysdeps/unix/sysv/linux/writev.c: Do not include
11363         <kernel-features.h>.
11364         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11365         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11366         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11367         unconditional.
11368         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11369         conditional code.
11371 2014-06-25  Will Newton  <will.newton@linaro.org>
11373         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11374         comment changes throughout the file.  Remove checks
11375         for HAVE_*_H definitions that are not required.
11376         (__gen_tempname): Call abort if an unknown kind value is
11377         passed.
11379 2014-06-25  Andreas Schwab  <schwab@suse.de>
11381         [BZ #17086]
11382         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11383         scalbln, scalblnf, scalblnl in libc.
11385 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11387         [BZ #17086]
11388         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11389         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11390         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11392 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11394         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11395         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11396         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11397         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11398         Update #include.
11399         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11400         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11401         Update #include.
11402         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11403         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11404         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11405         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11406         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11407         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11408         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11409         * sysdeps/x86/bits/semaphore.h: ... here.
11410         * sysdeps/x86/nptl/elide.h: Moved ...
11411         * sysdeps/x86/elide.h: ... here.
11412         * sysdeps/x86_64/nptl/Implies: File removed.
11413         * sysdeps/i386/nptl/Implies: File removed.
11415 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11417         [BZ #16539]
11418         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11419         return the argument for normal arguments with exponent below -64.
11420         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11421         Likewise.
11422         * math/auto-libm-test-in: Add another test of expm1.
11423         * math/auto-libm-test-out: Regenerated.
11425         [BZ #16287]
11426         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11427         calling __erfcl for arguments at least 16.
11428         * math/auto-libm-test-in: Add more tests of erf.
11429         * math/auto-libm-test-out: Regenerated.
11431         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11432         individual architectures.
11433         * sysdeps/unix/sysv/linux/configure: Regenerated.
11434         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11435         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11436         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11437         (ldd_rewrite_script): Define variable.
11438         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11440         file.
11441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11442         generated file.
11443         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11444         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11445         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11446         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11447         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11448         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11449         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11450         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11452 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11454         [BZ #17084]
11455         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11456         Rename member __data.d to __data.__elision_data.
11458 2014-06-24  Wilco  <wdijkstr@arm.com>
11460         * NEWS: Add 16918 to fixed bug list.
11462 2014-06-24  Wilco  <wdijkstr@arm.com>
11464         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11466 2014-06-24  Wilco  <wdijkstr@arm.com>
11468         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11469         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11470         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11471         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11472         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11473         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11474         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11475         Use _FPU_MASK_RM.
11477 2014-06-24  Wilco  <wdijkstr@arm.com>
11479         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11481 2014-06-24  Wilco  <wdijkstr@arm.com>
11483         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11484         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11485         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11486         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11488 2014-06-24  Wilco  <wdijkstr@arm.com>
11490         [BZ #16918]
11491         * sysdeps/arm/feupdateenv.c (feupdateenv):
11492         Rewrite to reduce FPSCR accesses and fix return value.
11494 2014-06-24  Wilco  <wdijkstr@arm.com>
11496         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11497         Optimize to avoid unnecessary FPSCR writes.
11498         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11499         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11500         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11501         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11503 2014-06-24  Wilco  <wdijkstr@arm.com>
11505         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11506         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11507         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11508         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11509         Call libc_fetestexcept_vfp.
11510         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11511         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11512         __SOFTFP__ ifdef so that they can be built for softfp.
11514 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11516         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11517         argument type signed char.
11519         * Makerules (check-abi): Dump diff of symlist if the test
11520         fails.
11522 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11524         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11525         using abort.
11527         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11528         Remove unused variable ST.
11530 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11532         [BZ #16354]
11533         [BZ #17061]
11534         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11535         small arguments before calling __expm1.
11536         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11537         small arguments before calling __expm1f.
11538         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11539         small arguments before calling __expm1l.
11540         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11541         Likewise.
11542         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11543         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11544         spurious underflow for some cosh tests.
11545         * math/auto-libm-test-out: Regenerated.
11546         * sysdeps/i386/fpu/libm-test-ulps: Update.
11548         [BZ #17050]
11549         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11550         (__ieee754_y1): Set errno if return value overflows.
11551         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11552         (__ieee754_y1f): Set errno if return value overflows.
11553         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11554         (__ieee754_y1l): Set errno if return value overflows.
11555         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11556         (__ieee754_y1l): Set errno if return value overflows.
11557         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11558         * math/auto-libm-test-out: Regenerated.
11560         * math/gen-auto-libm-tests.c: Document use of
11561         ignore-zero-inf-sign.
11562         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11563         (input_flags): Add ignore-zero-inf-sign.
11564         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11565         * math/gen-libm-test.pl (generate_testfile): Handle
11566         ignore-zero-inf-sign.
11567         * math/auto-libm-test-in: Mark some cpow tests with
11568         ignore-zero-inf-sign and some with xfail-rounding.
11569         * math/auto-libm-test-out: Regenerated.
11570         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11571         * sysdeps/i386/fpu/libm-test-ulps: Update.
11572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11574         [BZ #16315]
11575         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11576         overflowing or underflowing operations take place with sign of
11577         result.
11578         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11579         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11580         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11581         (__ieee754_pow): Recompute overflowing and underflowing results in
11582         original rounding mode.
11583         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11584         (__powl_helper): Allow negative argument X and scale negated value
11585         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11586         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11587         overflowing or underflowing operations take place with sign of
11588         result.
11589         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11590         Include <math.h>.
11591         * math/auto-libm-test-in: Add more tests of pow.
11592         * math/auto-libm-test-out: Regenerated.
11593         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11594         (pow_tonearest_test_data): Remove.
11595         (pow_test_tonearest): Likewise.
11596         (pow_towardzero_test_data): Likewise.
11597         (pow_test_towardzero): Likewise.
11598         (pow_downward_test_data): Likewise.
11599         (pow_test_downward): Likewise.
11600         (pow_upward_test_data): Likewise.
11601         (pow_test_upward): Likewise.
11602         (main): Don't call removed functions.
11603         * sysdeps/i386/fpu/libm-test-ulps: Update.
11604         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11606 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11609         Moved ...
11610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11612         Moved ...
11613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11615         Moved ...
11616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11618         Moved ...
11619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11621         File removed.
11622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11623         File removed.
11624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11625         File removed.
11626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11627         File removed.
11628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11629         File removed.
11630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11631         File removed.
11632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11633         File removed.
11634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11635         File removed.
11636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11637         File removed.
11638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11639         File removed.
11640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11641         File removed.
11642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11643         File removed.
11644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11645         Moved ...
11646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11648         Moved ...
11649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11650         ... here.
11651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11652         Moved ...
11653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11655         Moved ...
11656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11658         Moved ...
11659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11661         Moved ...
11662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11664         Moved ...
11665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11667         Moved ...
11668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11670         Moved ...
11671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11674         ... here.
11675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11676         Moved ...
11677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11679         Moved ...
11680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11681         ... here.
11682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11683         Moved ...
11684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11685         ... here.
11686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11687         Moved ...
11688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11689         ... here.
11690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11691         Moved ...
11692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11694         Moved ...
11695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11699         Moved ...
11700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11701         ... here.
11702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11703         Moved ...
11704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11705         ... here.
11706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11707         Moved ...
11708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11710         Moved ...
11711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11713         Moved ...
11714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11716         Moved ...
11717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11719         Moved ...
11720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11721         ... here.
11722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11723         Moved ...
11724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11726         Moved ...
11727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11729         Moved ...
11730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11732         Moved ...
11733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11737         Moved ...
11738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11740         Moved ...
11741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11743         Moved ...
11744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11745         ... here.
11746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11747         Moved ...
11748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11749         ... here.
11750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11751         Moved ...
11752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11753         ... here.
11754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11755         Moved ...
11756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11758         Moved ...
11759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11761         Moved ...
11762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11764         Moved ...
11765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11766         ... here.
11767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11768         Moved ...
11769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11770         ... here.
11771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11772         Moved ...
11773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11774         ... here.
11775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11776         Moved ...
11777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11779         Moved ...
11780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11782 2014-06-23  Will Newton  <will.newton@linaro.org>
11783             Wilco  <wdijkstr@arm.com>
11785         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11786         implementation.  Include get-rounding-mode.h.
11787         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11788         [!libc_feholdsetround_noex_ctx]: Define
11789         libc_feholdsetround_noex_ctx.
11790         [!libc_feholdsetround_noexf_ctx]: Define
11791         libc_feholdsetround_noexf_ctx.
11792         [!libc_feholdsetround_noexl_ctx]: Define
11793         libc_feholdsetround_noexl_ctx.
11794         (libc_feholdsetround_ctx): New function.
11795         (libc_feresetround_ctx): New function.
11796         (libc_feholdsetround_noex_ctx): New function.
11797         (libc_feresetround_noex_ctx): New function.
11799 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11801         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11802         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11803         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11804         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11805         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11806         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11808         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11809         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11810         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11811         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11812         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11813         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11814         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11815         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11816         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11817         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11818         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11819         Moved ...
11820         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11821         ... here.
11822         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11823         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11824         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11825         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11826         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11827         Moved ...
11828         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11829         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11830         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11831         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11832         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11833         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11834         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11835         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11836         Moved ...
11837         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11838         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11839         Moved ...
11840         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11841         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11842         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11843         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11844         Moved ...
11845         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11846         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11847         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11848         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11849         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11850         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11851         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11852         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11853         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11854         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11855         Moved ...
11856         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11857         ... here.
11858         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11859         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11860         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11861         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11862         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11863         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11864         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11865         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11866         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11867         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11868         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11869         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11870         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11871         Moved ...
11872         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11873         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11874         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11875         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11876         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11877         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11878         Moved ...
11879         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11880         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11881         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11882         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11883         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11885         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11886         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11887         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11888         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11889         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11890         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11891         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11892         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11893         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11894         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11895         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11896         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11897         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11898         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11899         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11900         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11901         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11902         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11903         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11904         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11905         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11906         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11907         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11908         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11909         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11910         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11911         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11912         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11914 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11916         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11917         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11918         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11919         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11920         (IPV6_PMTUDISC_INTERFACE): Likewise.
11921         (IPV6_PMTUDISC_OMIT): Likewise.
11923 2014-06-23  Andreas Schwab  <schwab@suse.de>
11925         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11926         Remove unused errout label.
11928 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11930         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11931         macro: hardware supports Vector Crypto instructions.
11933 2014-06-23  Will Newton  <will.newton@linaro.org>
11935         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11936         rather than __builtin_expect.
11938         * elf/dl-lookup.c (undefined_msg): Remove variable.
11939         (_dl_lookup_symbol_x): Replace undefined_msg with string
11940         literal.
11942         * elf/dl-lookup.c (do_lookup_unique): New function.
11943         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11944         to a separate function.
11946 2014-06-23  Andreas Schwab  <schwab@suse.de>
11948         [BZ #17079]
11949         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11950         before reading the next line.
11952 2014-06-23  Will Newton  <will.newton@linaro.org>
11954         * test-skeleton.c (signal_handler): Use printf and %m
11955         rather than perror.  Use printf rather than fprintf to
11956         stderr.  Use puts rather than fputs to stderr.
11957         (main): Likewise.
11959 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11961         * nscd/nscd.c (thread_info_t): Remove typedef.
11962         (thread_info): Remove variable.
11964 2014-06-21  Allan McRae  <allan@archlinux.org>
11966         * NEWS: Mention CVE-2014-4043.
11968 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11970         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11971         * nptl/smp.h: ... here.
11973         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11975         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11976         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11977         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11978         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11980         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11981         * nptl/stack-aliasing.h: New file.
11982         * sysdeps/i386/i686/stack-aliasing.h: New file.
11983         * sysdeps/i386/i686/nptl/Makefile: File removed.
11984         * sysdeps/x86_64/stack-aliasing.h: New file.
11985         * sysdeps/x86_64/nptl/Makefile
11986         (CFLAGS-pthread_create.c): Variable removed.
11988         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11989         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11990         old file.
11991         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11992         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11993         old file.
11995 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11997         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11998         (__ASSUME_SIGFRAME_V2): Remove macro.
11999         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
12000         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
12001         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
12002         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
12003         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
12004         Declare as function.  Remove conditional macro definitions.
12005         (__default_rt_sa_restorer): Likewise.
12006         (__default_sa_restorer_v1): Remove declaration.
12007         (__default_sa_restorer_v2): Likewise.
12008         (__default_rt_sa_restorer_v1): Likewise.
12009         (__default_rt_sa_restorer_v2): Likewise.
12010         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
12011         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
12012         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
12014 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12016         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
12017         (libpthread-routines): Add sysdep.
12018         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
12019         * sysdeps/unix/sysv/linux/sparc/Versions
12020         (libpthread: GLIBC_2.3.3): New version set.
12021         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
12022         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
12023         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
12024         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
12025         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
12026         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
12027         Moved ...
12028         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
12029         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
12030         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
12031         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
12032         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
12033         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
12034         * sysdeps/sparc/nptl/sem_init.c: ... here.
12035         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
12036         * sysdeps/sparc/nptl/sem_post.c: ... here.
12037         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
12038         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
12039         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
12040         * sysdeps/sparc/nptl/sem_wait.c: ... here.
12041         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
12042         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
12043         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
12044         (libpthread-routines): Add cpu_relax.
12045         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
12046         File removed.
12047         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
12048         (librt: GLIBC_2.3.3): New version set.
12049         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
12050         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
12051         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
12052         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
12053         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
12054         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
12055         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
12056         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
12057         Moved ...
12058         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
12059         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
12060         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
12061         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
12062         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
12063         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
12064         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
12065         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
12066         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
12067         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
12068         Moved ...
12069         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
12070         Update #include.
12071         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
12072         Moved ...
12073         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
12074         Update #include.
12075         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
12076         Moved ...
12077         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
12078         Update #include.
12079         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
12080         Moved ...
12081         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
12082         Update #include.
12083         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
12084         Moved ...
12085         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
12086         Update #include.
12087         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
12088         Moved ...
12089         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
12090         Update #include.
12091         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
12092         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
12093         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
12094         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
12095         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
12096         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
12097         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
12098         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
12099         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
12100         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
12101         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12102         Moved ...
12103         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
12104         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
12105         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
12106         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
12107         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
12109 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12111         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
12112         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
12113         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12114         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
12115         * nscd/nscd.c: Likewise.
12116         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
12117         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
12118         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
12119         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
12121         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
12122         <kernel-features.h>.
12123         (init_mq_netlink): Remove conditional have_sock_cloexec
12124         definitions.  Remove code conditional on have_sock_cloexec < 0.
12125         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
12126         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
12127         * sysdeps/unix/sysv/linux/opensock.c: Do not include
12128         <kernel-features.h>.
12129         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
12130         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
12132 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12134         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12135         Add tests for memset_chk and memset.
12137         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
12138         with AVX2_Usable.
12140 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12142         [BZ #16046]
12143         * elf/tst-dl-iter-static.c: New file.
12144         * elf/Makefile (tests-static): Add tst-dl-iter-static.
12146         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12147         error.
12149 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12151         * sysdeps/unix/sysv/linux/kernel-features.h
12152         (__ASSUME_F_GETOWN_EX): Remove macro.
12153         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12154         <kernel-features.h>.
12155         (miss_F_GETOWN_EX): Remove variable or macro.
12156         (do_fcntl): Do not check miss_F_GETOWN_EX.
12157         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12159         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
12160         Remove macro.
12161         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
12162         [!__ASSUME_AT_RANDOM]: Remove conditional code.
12163         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
12165         * sysdeps/unix/sysv/linux/kernel-features.h
12166         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
12167         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
12168         [ADJ_OFFSET_SS_READ]: Make code unconditional.
12169         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
12171 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12173         [BZ #17075]
12174         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
12175         Fix calculation of the symbol's value.
12176         * sysdeps/arm/tst-armtlsdescloc.c: New file.
12177         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
12178         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
12179         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
12180         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
12181         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
12182         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
12183         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
12184         (modules-names): Add `tst-armtlsdescmod',
12185         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
12186         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
12187         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12188         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
12189         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
12190         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12191         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
12192         ($(objpfx)tst-armtlsdescloc): New dependency.
12193         ($(objpfx)tst-armtlsdescextnow): Likewise.
12194         ($(objpfx)tst-armtlsdescextlazy): Likewise.
12195         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
12196         TLS scheme support.
12197         * sysdeps/arm/configure: Regenerate.
12199 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12201         * include/fcntl.h (__atfct_seterrno): Remove prototype.
12202         (__atfct_seterrno_2): Likewise.
12203         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
12204         <kernel-features.h>.
12205         (__ASSUME_ATFCTS): Do not undefine and redefine.
12206         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
12207         (__have_atfcts): Remove conditional definition.
12208         (__fxstatat([__NR_fstatat64]: Make code unconditional.
12209         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
12210         unreachable if [__ASSUME_ATFCTS].
12211         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
12212         not undefine and redefine.
12213         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
12214         <kernel-features.h>.
12215         (faccessat) [__NR_faccessat]: Make code unconditional.
12216         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
12217         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
12218         <kernel-features.h>.
12219         (fchmodat) [__NR_fchmodat]: Make code unconditional.
12220         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12221         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
12222         <kernel-features.h>.
12223         (fchownat) [__NR_fchownat]: Make code unconditional.
12224         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
12225         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
12226         <kernel-features.h>.
12227         (futimesat) [__NR_futimesat]: Make code unconditional.
12228         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
12229         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
12230         <kernel-features.h>.
12231         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12232         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12233         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
12234         <kernel-features.h>.
12235         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
12236         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12237         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
12238         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
12239         <kernel-features.h>.
12240         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
12241         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12242         * sysdeps/unix/sysv/linux/linkat.c: Do not include
12243         <kernel-features.h>.
12244         (linkat) [__NR_linkat]: Make code unconditional.
12245         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12246         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
12247         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
12248         <kernel-features.h>.
12249         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
12250         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12251         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
12252         <kernel-features.h>.
12253         (mkdirat) [__NR_mkdirat]: Make code unconditional.
12254         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
12255         * sysdeps/unix/sysv/linux/openat.c: Do not include
12256         <kernel-features.h>.
12257         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
12258         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
12259         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12260         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12261         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12262         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12263         <kernel-features.h>.
12264         (readlinkat) [__NR_readlinkat]: Make code unconditional.
12265         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
12266         result of INLINE_SYSCALL directly, not via int variable.
12267         * sysdeps/unix/sysv/linux/renameat.c: Do not include
12268         <kernel-features.h>.
12269         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12270         (renameat) [__NR_renameat]: Make code unconditional.
12271         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12272         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12273         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12274         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12275         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12276         (__ASSUME_ATFCTS): Do not undefine and redefine.
12277         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12278         <kernel-features.h>.
12279         (symlinkat) [__NR_symlinkat]: Make code unconditional.
12280         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12281         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12282         <kernel-features.h>.
12283         (unlinkat) [__NR_unlinkat]: Make code unconditional.
12284         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12285         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12286         (__ASSUME_ATFCTS): Do not undefine and redefine.
12287         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12288         <kernel-features.h>.
12289         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12290         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12291         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12292         <kernel-features.h>.
12293         (__xmknodat) [__NR_mknodat]: Make code unconditional.
12294         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12296 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12298         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12300 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
12302         [BZ #17069]
12303         * posix/regcomp.c (parse_reg_exp): Deallocate partially
12304         constructed tree before returning error.
12305         * posix/bug-regexp36.c: Expand test case.
12307 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12309         [BZ #6803]
12310         * math/libm-test.inc (scalbln_test_date):
12311         Add errno expectations.
12312         * math/w_scalblnf.c: New File.
12313         Add wrapper which checks for setting errno to ERANGE.
12314         Add weak_alias for corresponding scalbln function.
12315         * math/w_scalbln.c: Likewise.
12316         * math/w_scalblnl.c: Likewise.
12317         * math/Makefile (libm-calls): Add w_scalbln.
12318         * sysdeps/ieee754/flt-32/s_scalblnf.c:
12319         Remove weak_alias for corresponding scalbln function.
12320         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12321         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12322         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12323         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12324         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12325         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12326         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12327         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12328         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12329         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12330         Remove long_double_symbol for scalblnl function in libm, libc.
12331         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12332         Add wrapper which checks for setting errno to ERANGE.
12333         Add long_double_symbol for scalblnl function in libm, libc.
12334         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12335         Remove long_double_symbol for scalblnl in libm.
12336         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12337         Add wrapper which checks for setting errno to ERANGE.
12338         Add long_double_symbol for scalblnl function in libm.
12339         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12340         Do not use wrapper because of own implementation.
12342 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12344         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12345         3 bytes for __pad1 for x32.
12346         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12348 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12349             H.J. Lu  <hongjiu.lu@intel.com>
12351         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12352         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12353         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12354         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12355         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12357 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12359         [BZ #17069]
12360         * posix/regcomp.c (parse_expression): Deallocate partially
12361         constructed tree before returning error.
12362         * posix/Makefile.c (tests): Add bug-regex36.
12363         (generated): Add bug-regex36.mtrace.
12364         (tests-special): Add $(objpfx)bug-regex36-mem.out
12365         (bug-regex36-ENV): New variable.
12366         ($(objpfx)bug-regex36-mem.out): New rule.
12367         * posix/bug-regex36.c: New file.
12369 2014-06-19  Will Newton  <will.newton@linaro.org>
12371         * malloc/malloc.c (systrim): If extra is zero then return
12372         early.
12374 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12376         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12378 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12380         * sysdeps/aarch64/strchr.S: New file.
12382 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12384         [BZ #17022]
12385         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12386         from arguments -2 or below.
12387         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12388         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12390 2014-06-18  Andreas Schwab  <schwab@suse.de>
12392         [BZ #17062]
12393         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12394         of a bracket expr not to run off the end of the string.
12395         * posix/Makefile (tests): Add tst-fnmatch3.
12396         * posix/tst-fnmatch3.c: New file.
12398 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12400         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12401         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12402         [$(cross-compiling) = no]: Likewise.
12403         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12404         [$(cross-compiling) = no]: Likewise.
12406 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12408         [BZ #17031]
12409         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12410         double, adjusted for any remainder from the high double.
12411         * math/libm-test.inc (nearbyint): Add tests.
12412         (rint): Likewise.
12414 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12416         * nptl/sysdeps/powerpc/Makefile: Moved ...
12417         * sysdeps/powerpc/nptl/Makefile: ... here.
12418         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12419         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12420         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12421         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12422         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12423         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12424         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12425         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12426         * nptl/sysdeps/powerpc/tls.h: Moved ...
12427         * sysdeps/powerpc/nptl/tls.h: ... here.
12429 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12431         [BZ #16681]
12432         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12433         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12434         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12435         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12436         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12437         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12438         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12439         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12440         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12442 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12444         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12446 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12448         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12449         defined operator.
12451         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12452         $TIMEOUTFACTOR.
12454 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12456         [BZ #17058]
12457         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12458         non-executed part of the test.
12460 2014-06-16  Andreas Schwab  <schwab@suse.de>
12462         * string/bits/string2.h (strdup, strndup): Update feature guard.
12464 2014-06-14  David S. Miller  <davem@davemloft.net>
12466         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12468 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12470         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12471         that was previously under [RESET_PID].
12472         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12474         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12475         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12476         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12477         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12478         (__libc_vfork): New strong alias.
12479         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12481 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12483         * sysdeps/generic/elide.h: New file.
12485 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12487         * Makefile (installed-headers): Adjust path of pthread.h header.
12489 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12491         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12492         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12493         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12494         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12496         * nptl/sysdeps/s390/Makefile: Moved ...
12497         * sysdeps/s390/nptl/Makefile: ... here.
12498         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12499         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12500         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12501         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12502         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12503         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12504         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12505         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12506         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12507         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12508         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12509         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12510         * nptl/sysdeps/s390/tls.h: Moved ...
12511         * sysdeps/s390/nptl/tls.h: ... here.
12513         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12514         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12516 2014-06-13  David S. Miller  <davem@davemloft.net>
12518         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12519         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12520         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12521         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12522         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12523         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12524         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12525         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12526         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12527         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12528         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12529         Remove RESET_PID cpp guards.
12530         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12531         Remove RESET_PID cpp guards.
12532         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12534 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12536         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12537         __sp to uintptr_t.
12539 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12541         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12542         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12543         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12544         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12545         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12546         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12547         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12548         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12549         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12550         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12551         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12552         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12553         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12554         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12555         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12556         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12557         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12558         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12559         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12560         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12562         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12563         (pthread_rwlock_rdlock): Add elision.
12564         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12565         (pthread_rwlock_wrlock): Add elision.
12566         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12567         (pthread_rwlock_trywrlock): Add elision.
12568         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12569         (pthread_rwlock_tryrdlock): Add elision.
12570         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12571         (pthread_rwlock_tryrdlock): Add elision unlock.
12572         * nptl/sysdeps/pthread/pthread.h:
12573         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12574         (PTHREAD_RWLOCK_INITIALIZER,
12575         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12576         Handle new elision field.
12577         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12578         * sysdeps/arm/nptl/bits/pthreadtypes.h
12579         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12580         * sysdeps/sh/nptl/bits/pthreadtypes.h
12581         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12582         * sysdeps/tile/nptl/bits/pthreadtypes.h
12583         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12584         * sysdeps/a/nptl/bits/pthreadtypes.h
12585         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12586         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12587         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12588         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12589         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12590         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12591         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12592         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12593         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12594         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12595         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12596         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12597         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12598         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12599         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12600         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12601         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12602         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12603         (elision_init): Set try_xbegin to zero when no RTM.
12604         * sysdeps/x86/nptl/bits/pthreadtypes.h
12605         (pthread_rwlock_t): Change __pad1 to __rwelision.
12606         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12608 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12610         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12611         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12612         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12613         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12615 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12617         [BZ #16996]
12618         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12619         that the cached result has been set before returning it.
12621 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12623         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12624         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12625         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12626         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12627         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12628         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12630         * nptl/sysdeps/sparc/Makefile: Moved ...
12631         * sysdeps/sparc/nptl/Makefile: ... here.
12632         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12633         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12634         * nptl/sysdeps/sparc/tls.h: Moved ...
12635         * sysdeps/sparc/nptl/tls.h: ... here.
12636         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12637         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12638         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12639         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12640         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12641         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12642         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12643         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12644         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12645         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12646         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12647         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12648         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12649         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12650         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12651         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12652         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12653         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12654         Update #include.
12655         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12656         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12657         Update #include.
12658         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12659         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12660         Update #include.
12661         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12662         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12663         Update #include.
12665         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12667         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12668         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12670         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12671         (struct list_links): Type removed.
12672         (struct thread_node, struct timer_node): Replace struct list_links
12673         with struct list_head.
12674         (list_unlink_ip): Likewise.
12675         * sysdeps/pthread/timer_routines.c
12676         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12677         (list_append, list_insbefore): Likewise.
12678         (list_init): Function removed.
12679         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12680         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12681         * sysdeps/pthread/Makefile: ... here, new file.
12683         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12684         * sysdeps/nptl/Implies: ... here.
12685         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12686         * nptl/sysdeps/pthread/list.h: Moved ...
12687         * include/list.h: ... here.
12688         * nptl/sysdeps/pthread/createthread.c: Moved ...
12689         * nptl/createthread.c: ... here.
12690         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12691         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12692         * nptl/pt-longjmp.c: ... here.
12693         * nptl/sysdeps/pthread/Makefile: Moved ...
12694         * sysdeps/nptl/Makefile: ... here.
12695         * nptl/sysdeps/pthread/Subdirs: Moved ...
12696         * sysdeps/nptl/Subdirs: ... here.
12697         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12698         * sysdeps/nptl/aio_misc.h: ... here.
12699         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12700         * sysdeps/nptl/bits/libc-lock.h: ... here.
12701         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12702         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12703         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12704         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12705         * nptl/sysdeps/pthread/configure: Moved ...
12706         * sysdeps/nptl/configure: ... here.
12707         * nptl/sysdeps/pthread/configure.ac: Moved ...
12708         * sysdeps/nptl/configure.ac: ... here.
12709         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12710         * sysdeps/nptl/gai_misc.h: ... here.
12711         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12712         * sysdeps/nptl/librt-cancellation.c: ... here.
12713         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12714         * sysdeps/nptl/malloc-machine.h: ... here.
12715         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12716         * sysdeps/nptl/pthread-functions.h: ... here.
12717         * nptl/sysdeps/pthread/pthread.h: Moved ...
12718         * sysdeps/nptl/pthread.h: ... here.
12719         * nptl/sysdeps/pthread/setxid.h: Moved ...
12720         * sysdeps/nptl/setxid.h: ... here.
12721         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12722         * sysdeps/nptl/sigfillset.c: ... here.
12723         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12724         * sysdeps/nptl/tcb-offsets.h: ... here.
12725         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12726         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12727         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12728         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12729         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12730         * sysdeps/pthread/allocalim.h: ... here.
12731         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12732         * sysdeps/pthread/bits/sigthread.h: ... here.
12733         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12734         * sysdeps/pthread/flockfile.c: ... here.
12735         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12736         * sysdeps/pthread/ftrylockfile.c: ... here.
12737         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12738         * sysdeps/pthread/funlockfile.c: ... here.
12739         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12740         * sysdeps/pthread/posix-timer.h: ... here.
12741         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12742         * sysdeps/pthread/timer_create.c: ... here.
12743         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12744         * sysdeps/pthread/timer_delete.c: ... here.
12745         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12746         * sysdeps/pthread/timer_getoverr.c: ... here.
12747         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12748         * sysdeps/pthread/timer_gettime.c: ... here.
12749         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12750         * sysdeps/pthread/timer_routines.c: ... here.
12751         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12752         * sysdeps/pthread/timer_settime.c: ... here.
12753         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12754         * sysdeps/pthread/tst-timer.c: ... here.
12755         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12756         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12758         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12759         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12761         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12762         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12763         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12764         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12765         Update #include target.
12766         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12767         * sysdeps/i386/i686/nptl/Makefile: ... here.
12768         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12769         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12770         Update #include target.
12771         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12772         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12773         * nptl/sysdeps/i386/Makefile: Moved ...
12774         * sysdeps/i386/nptl/Makefile: ... here.
12775         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12776         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12777         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12778         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12779         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12780         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12781         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12782         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12783         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12784         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12785         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12786         * nptl/sysdeps/i386/tls.h: Moved ...
12787         * sysdeps/i386/nptl/tls.h: ... here.
12789         * sysdeps/sh/Makefile [$(subdir) = csu]
12790         (gen-as-const-headers): Add tcb-offsets.sym.
12791         * nptl/sysdeps/sh/Makefile: File removed.
12792         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12793         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12794         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12795         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12796         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12797         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12798         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12799         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12800         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12801         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12802         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12803         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12804         * nptl/sysdeps/sh/tls.h: Moved ...
12805         * sysdeps/sh/nptl/tls.h: ... here.
12806         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12807         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12808         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12809         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12810         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12811         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12812         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12813         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12814         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12815         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12816         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12817         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12818         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12819         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12820         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12821         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12822         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12823         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12824         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12825         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12826         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12827         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12828         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12829         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12830         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12831         Moved ...
12832         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12833         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12834         Moved ...
12835         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12836         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12837         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12838         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12839         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12840         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12841         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12842         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12843         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12844         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12845         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12846         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12847         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12848         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12849         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12850         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12851         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12852         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12853         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12855 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12857         * posix/spawn_faction_addopen.c: Include string.h.
12859 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12861         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12862         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12863         * nptl/sysdeps/x86_64/Makefile: Moved ...
12864         * sysdeps/x86_64/nptl/Makefile: ... here.
12865         * nptl/sysdeps/x86_64/configure: Moved ...
12866         * sysdeps/x86_64/nptl/configure: ... here.
12867         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12868         * sysdeps/x86_64/nptl/configure.ac: ... here.
12869         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12870         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12871         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12872         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12873         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12874         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12875         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12876         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12877         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12878         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12879         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12880         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12881         * nptl/sysdeps/x86_64/tls.h: Moved ...
12882         * sysdeps/x86_64/nptl/tls.h: ... here.
12883         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12884         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12885         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12886         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12888         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12890 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12892         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12894 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12896         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12897         type.
12898         [POSIX] (off_t): Likewise.
12899         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12900         [POSIX] (S_ISBLK): Require macro.
12901         [POSIX] (S_ISCHR): Likewise.
12902         [POSIX] (S_ISDIR): Likewise.
12903         [POSIX] (S_ISFIFO): Likewise.
12904         [POSIX] (S_ISREG): Likewise.
12905         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12906         optional-macro.
12907         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12908         type.
12909         [POSIX] (time_t): Likewise.
12910         [POSIX] (timer_t): Likewise.
12912 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12914         [BZ #17048]
12915         * posix/spawn_int.h (struct __spawn_action): Make the path string
12916         non-const to support deallocation.
12917         * posix/spawn_faction_addopen.c
12918         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12919         * posix/spawn_faction_destroy.c
12920         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12921         path in all spawn_do_open actions.
12922         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12923         posix_spawn_file_actions_addopen.
12925 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12927         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12928         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12929         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12930         conditional code always true.
12931         (__libc_vfork): New alias.
12933 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12935         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12936         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12938         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12940         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12941         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12943         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12944         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12946         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12947         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12949 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12951         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12952         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12953         multiarch strcmp for PPC64.
12954         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12955         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12956         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12957         multiarch optimizations.
12958         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12959         (__libc_ifunc_impl_list): Likewise.
12961 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12963         * benchtests/scripts/validate_benchout.py: New script.
12964         * benchtests/Makefile (bench-func): Call it.
12965         * benchtests/scripts/benchout.schema.json: New file.
12967 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12969         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12970         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12971         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12972         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12973         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12974         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12975         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12976         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12977         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12978         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12979         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12980         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12981         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12982         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12983         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12984         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12985         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12986         Moved ...
12987         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12988         ... here.
12989         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12990         Moved ...
12991         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12992         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12993         Moved ...
12994         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12995         ... here.
12996         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12997         Moved ...
12998         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12999         ... here.
13000         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
13001         Moved ...
13002         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
13003         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
13004         Moved ...
13005         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
13006         ... here.
13007         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
13008         Moved ...
13009         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
13010         ... here.
13011         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
13012         Moved ...
13013         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
13014         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
13015         Moved ...
13016         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
13017         ... here.
13018         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
13019         Moved ...
13020         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
13021         ... here.
13022         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
13023         Moved ...
13024         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
13025         ... here.
13026         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
13027         Moved ...
13028         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
13029         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
13030         Moved ...
13031         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
13032         ... here.
13033         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
13034         Moved ...
13035         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
13036         ... here.
13037         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
13038         Moved ...
13039         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
13040         ... here.
13041         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
13042         Moved ...
13043         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
13044         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
13045         Moved ...
13046         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
13047         ... here.
13048         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
13049         Moved ...
13050         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
13051         ... here.
13052         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
13053         Moved ...
13054         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
13055         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
13056         Moved ...
13057         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
13058         ... here.
13059         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
13060         Moved ...
13061         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
13062         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
13063         Moved ...
13064         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
13065         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
13066         Moved ...
13067         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
13068         ... here.
13069         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
13070         Moved ...
13071         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
13072         ... here.
13073         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
13074         Moved ...
13075         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
13076         ... here.
13077         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
13078         Moved ...
13079         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
13080         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
13081         Moved ...
13082         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
13083         ... here.
13084         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
13085         Moved ...
13086         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
13087         ... here.
13088         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
13089         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
13090         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
13091         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
13092         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
13093         Moved ...
13094         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
13095         ... here.
13096         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
13097         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
13098         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
13099         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
13100         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
13101         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
13102         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
13103         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
13104         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
13105         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
13106         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
13107         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
13108         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
13109         Moved ...
13110         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
13111         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
13112         Moved ...
13113         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
13114         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
13115         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
13116         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
13117         Moved ...
13118         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
13119         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
13120         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
13121         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
13122         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
13123         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
13124         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
13126 2014-06-10  Wilco  <wdijkstr@arm.com>
13128         * math/test-fenv-return.c: New file.
13129         * math/Makefile: Add new test test-fenv-return.
13131 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
13133         [BZ #17042]
13134         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
13135         when x - 1 is zero.
13136         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
13137         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
13138         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
13139         0.0L for an argument of 1.0L.
13140         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
13141         Likewise.
13142         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
13143         value when x - 1 is zero.
13144         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
13145         * sysdeps/i386/fpu/libm-test-ulps: Update.
13146         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13148 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
13150         [BZ #15119]
13151         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13153 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13155         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13156         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13158 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13160         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13161         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
13163         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13164         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
13166         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13167         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
13169         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13170         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
13172         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
13173         if not already defined.
13174         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
13175         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
13176         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
13177         (TLS_INIT_TP): Use it.
13178         (TLS_DEFINE_INIT_TP): New macro.
13179         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
13181 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
13183         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
13184         constant.
13185         [POSIX] (IXANY): Likewise.
13186         [POSIX] (OLCUC): Likewise.
13187         [POSIX || POSIX2008] (CBAUD): Do not allow.
13188         [POSIX || POSIX2008] (DEFECHO): Likewise.
13189         [POSIX || POSIX2008] (ECHOCTL): Likewise.
13190         [POSIX || POSIX2008] (ECHOKE): Likewise.
13191         [POSIX || POSIX2008] (ECHOPRT): Likewise.
13192         [POSIX || POSIX2008] (EXTA): Likewise.
13193         [POSIX || POSIX2008] (EXTB): Likewise.
13194         [POSIX || POSIX2008] (FLUSHO): Likewise.
13195         [POSIX || POSIX2008] (LOBLK): Likewise.
13196         [POSIX || POSIX2008] (PENDIN): Likewise.
13197         [POSIX || POSIX2008] (SWTCH): Likewise.
13198         [POSIX || POSIX2008] (VDISCARD): Likewise.
13199         [POSIX || POSIX2008] (VDSUSP): Likewise.
13200         [POSIX || POSIX2008] (VLNEXT): Likewise.
13201         [POSIX || POSIX2008] (VREPRINT): Likewise.
13202         [POSIX || POSIX2008] (VSTATUS): Likewise.
13203         [POSIX || POSIX2008] (VWERASE): Likewise.
13204         (B*): Change to B[0123456789]*.
13205         * conform/data/time.h-data [POSIX || UNIX98]
13206         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
13207         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13208         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
13209         [POSIX] (tm_*): Do not allow.
13211 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
13213         * Makefile (install): Don't set LANGUAGE.
13214         * Makefile.in (install): Likewise.
13215         * assert/Makefile (test-assert-ENV): Remove variable.
13216         (test-assert-perr-ENV): Likewise.
13217         * elf/Makefile (neededtest4-ENV): Likewise.
13218         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13219         [$(cross-compiling) = no]: Don't set LANGUAGE.
13220         * io/ftwtest-sh (LANG): Remove variable.
13221         * libio/Makefile (tst-widetext-ENV): Likewise.
13222         * manual/install.texi (Running make install): Don't refer to
13223         environment settings for make install.
13224         * INSTALL: Regenerated.
13225         * nptl/tst-tls6.sh: Don't set LANG.
13226         * posix/globtest.sh (LANG): Remove variable.
13227         * string/Makefile (tester-ENV): Likewise.
13228         (inl-tester-ENV): Likewise.
13229         (noinl-tester-ENV): Likewise.
13230         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13231         [$(cross-compiling) = no]: Don't set LANGUAGE.
13232         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
13233         without explicit environment settings.
13235 2014-06-06  Roland McGrath  <roland@hack.frob.com>
13237         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
13238         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
13239         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
13240         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
13242 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
13244         * crypt/crypt-private.h [DOS]: Add some includes taken from the
13245         other files in the crypt directory.
13246         * crypt/crypt.c: Remove duplicate includes.
13247         * crypt/crypt-entry.c: Likewise.
13248         * crypt/crypt_util.c: Likewise.
13250 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
13252         * Makeconfig (run-program-env): New variable.
13253         (run-program-prefix-before-env): Likewise.
13254         (run-program-prefix-after-env): Likewise.
13255         (run-program-prefix): Define in terms of new variables.
13256         (built-program-cmd-before-env): New variable.
13257         (built-program-cmd-after-env): Likewise.
13258         (built-program-cmd): Define in terms of new variables.
13259         (test-program-prefix-before-env): New variable.
13260         (test-program-prefix-after-env): Likewise.
13261         (test-program-prefix): Define in terms of new variables.
13262         (test-program-cmd-before-env): New variable.
13263         (test-program-cmd-after-env): Likewise.
13264         (test-program-cmd): Define in terms of new variables.
13265         * Rules (make-test-out): Use $(run-program-env).
13266         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13267         (help): Do not mention environment variables.  Mention
13268         --timeoutfactor option.
13269         (timeoutfactor): New variable.
13270         (blacklist_exports): Remove function.
13271         (exports): Remove variable.
13272         (command): Do not include ${exports}.
13273         * manual/install.texi (Configuring and compiling): Do not mention
13274         test wrappers preserving environment variables.  Mention that last
13275         assignment to a variable must take precedence.
13276         * INSTALL: Regenerated.
13277         * benchtests/Makefile (run-bench): Use $(run-program-env).
13278         * catgets/Makefile ($(objpfx)test1.cat): Use
13279         $(built-program-cmd-before-env), $(run-program-env) and
13280         $(built-program-cmd-after-env).
13281         ($(objpfx)test2.cat): Do not specify environment variables
13282         explicitly.
13283         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13284         $(run-program-env) and $(built-program-cmd-after-env).
13285         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13286         $(run-program-env) and $(test-program-cmd-after-env).
13287         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13288         explicitly.
13289         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13290         run_program_env and test_program_cmd_after_env arguments.
13291         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13292         * elf/tst-pathopt.sh: Use run_program_env argument.
13293         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13294         $(test-wrapper-env) and $(run-program-env).
13295         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13296         run_program_env arguments.
13297         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13298         * intl/Makefile ($(objpfx)tst-gettext.out): Use
13299         $(test-program-prefix-before-env), $(run-program-env) and
13300         $(test-program-prefix-after-env).
13301         ($(objpfx)tst-gettext2.out): Likewise.
13302         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13303         run_program_env and test_program_prefix_after_env arguments.
13304         * intl/tst-gettext2.sh: Likewise.
13305         * intl/tst-gettext4.sh: Do not set environment variables
13306         explicitly.
13307         * intl/tst-gettext6.sh: Likewise.
13308         * intl/tst-translit.sh: Likewise.
13309         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13310         $(test-program-prefix-before-env), $(run-program-env) and
13311         $(test-program-prefix-after-env).
13312         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13313         run_program_env and test_program_prefix_after_env arguments.
13314         * math/Makefile (run-regen-ulps): Use $(run-program-env).
13315         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13316         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
13317         explicitly with each use of ${test_wrapper_env}.
13318         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13319         $(test-program-prefix-before-env), $(run-program-env) and
13320         $(test-program-prefix-after-env).
13321         * posix/tst-getconf.sh: Do not set environment variables
13322         explicitly.
13323         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13324         run_program_env and test_program_prefix_after_env arguments.
13325         * stdio-common/tst-printf.sh: Do not set environment variables
13326         explicitly.
13327         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13328         $(test-program-prefix-before-env), $(run-program-env) and
13329         $(test-program-prefix-after-env).
13330         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13331         run_program_env and test_program_prefix_after_env arguments.
13332         Split $test calls into $test_pre and $test.
13333         * timezone/Makefile (build-testdata): Use
13334         $(built-program-cmd-before-env), $(run-program-env) and
13335         $(built-program-cmd-after-env).
13337 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13339         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13340         strlen for non SHARED builds.
13342 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13344         * nptl/allocatestack.c (check_list): Inlined function...
13345         (__reclaim_stacks): ... here.
13347 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13349         [BZ #15698]
13350         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13351         memory overrun.
13353 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13355         * Rules (make-test-out): Include
13356         LOCPATH=$(common-objpfx)localedata in default environment.
13357         * debug/Makefile (tst-chk1-ENV): Remove variable.
13358         (tst-chk2-ENV): Likewise.
13359         (tst-chk3-ENV): Likewise.
13360         (tst-chk4-ENV): Likewise.
13361         (tst-chk5-ENV): Likewise.
13362         (tst-chk6-ENV): Likewise.
13363         (tst-lfschk1-ENV): Likewise.
13364         (tst-lfschk2-ENV): Likewise.
13365         (tst-lfschk3-ENV): Likewise.
13366         (tst-lfschk4-ENV): Likewise.
13367         (tst-lfschk5-ENV): Likewise.
13368         (tst-lfschk6-ENV): Likewise.
13369         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13370         (tst-iconv7-ENV): Likewise.
13371         * intl/Makefile (LOCPATH-ENV): Likewise.
13372         (tst-codeset-ENV): Likewise.
13373         (tst-gettext3-ENV): Likewise.
13374         (tst-gettext5-ENV): Likewise.
13375         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13376         (tst-fopenloc-ENV): Likewise.
13377         (tst-fgetws-ENV): Remove variable.
13378         (tst-ungetwc1-ENV): Likewise.
13379         (tst-ungetwc2-ENV): Likewise.
13380         (bug-ungetwc2-ENV): Likewise.
13381         (tst-swscanf-ENV): Likewise.
13382         (bug-ftell-ENV): Likewise.
13383         (tst-fgetwc-ENV): Likewise.
13384         (tst-fseek-ENV): Likewise.
13385         (tst-ftell-partial-wide-ENV): Likewise.
13386         (tst-ftell-active-handler-ENV): Likewise.
13387         (tst-ftell-append-ENV): Likewise.
13388         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13389         (tst-regexloc-ENV): Likewise.
13390         (bug-regex1-ENV): Likewise.
13391         (tst-regex-ENV): Likewise.
13392         (tst-regex2-ENV): Likewise.
13393         (bug-regex5-ENV): Likewise.
13394         (bug-regex6-ENV): Likewise.
13395         (bug-regex17-ENV): Likewise.
13396         (bug-regex18-ENV): Likewise.
13397         (bug-regex19-ENV): Likewise.
13398         (bug-regex20-ENV): Likewise.
13399         (bug-regex22-ENV): Likewise.
13400         (bug-regex23-ENV): Likewise.
13401         (bug-regex25-ENV): Likewise.
13402         (bug-regex26-ENV): Likewise.
13403         (bug-regex30-ENV): Likewise.
13404         (bug-regex32-ENV): Likewise.
13405         (bug-regex33-ENV): Likewise.
13406         (bug-regex34-ENV): Likewise.
13407         (bug-regex35-ENV): Likewise.
13408         (tst-rxspencer-ENV): Likewise.
13409         (tst-rxspencer-no-utf8-ENV): Likewise.
13410         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13411         (tst-sscanf-ENV): Likewise.
13412         (tst-swprintf-ENV): Likewise.
13413         (tst-swscanf-ENV): Likewise.
13414         (test-vfprintf-ENV): Likewise.
13415         (scanf13-ENV): Likewise.
13416         (bug14-ENV): Likewise.
13417         (tst-grouping-ENV): Likewise.
13418         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13419         (tst-strtod3-ENV): Likewise.
13420         (tst-strtod4-ENV): Likewise.
13421         (tst-strtod5-ENV): Likewise.
13422         (testmb2-ENV): Likewise./
13423         * string/Makefile (tst-strxfrm-ENV): Likewise.
13424         (tst-strxfrm2-ENV): Likewise.
13425         (bug-strcoll1-ENV): Likewise.
13426         (test-strcasecmp-ENV): Likewise.
13427         (test-strncasecmp-ENV): Likewise.
13428         * time/Makefile (tst-strptime-ENV): Likewise.
13429         (tst-ftime_l-ENV): Likewise.
13430         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13431         (tst-mbrtowc-ENV): Likewise.
13432         (tst-wcrtomb-ENV): Likewise.
13433         (tst-mbrtowc2-ENV): Likewise.
13434         (tst-c16c32-1-ENV): Likewise.
13435         (tst-mbsnrtowcs-ENV): Likewise.
13437 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13439         * manual/resource.texi (How to get information about the memory
13440         subsystem?): Fix typo.
13441         Reported by Peon de la Parra Ivan <peon@keba.com>
13443 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13445         [BZ #16882]
13446         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13447         (pthread_spin_lock): Branch out of spin loop to proper location.
13448         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13449         (pthread_spin_lock): Likewise.
13451         * nptl/tst-spin4.c: New test.
13452         * nptl/Makefile (tests): Add tst-spin4.
13454 2014-06-03  Andreas Schwab  <schwab@suse.de>
13456         [BZ #15946]
13457         * resolv/res_send.c (send_dg): Reload file descriptor after
13458         calling reopen.
13460 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13462         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13464 2014-06-03  Richard Henderson  <rth@redhat.com>
13466         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13467         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13468         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13469         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13470         in the SAVE_PID block.
13471         (__libc_vfork): New alias.
13472         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13474         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13475         child in registers, not on the stack.  Remove RESET_PID conditionals.
13476         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13478 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13480         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13482 2014-06-03  Wilco  <wdijkstr@arm.com>
13484         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13485         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13486         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13487         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13488         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13489         Likewise.
13491 2014-06-03  Wilco  <wdijkstr@arm.com>
13493         * sysdeps/aarch64/fpu/math_private.h
13494         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13495         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13496         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13497         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13498         Fix declarations.
13500 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13502         * crypt/crypt-private.h: Include ufc-crypt.h.
13503         (__b64_from_24bit): Declare extern.
13504         * crypt/crypt_util.c(__b64_from_24bit): New function.
13505         (b64t): New static const variable.
13506         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13507         (b64t): Remove variable.
13508         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13509         * crypt/sha256-crypt.c: Include crypt-private.h.
13510         (b64t): Remove variable.
13511         (__sha256_crypt_r): Remove b64_from_24bit and replace
13512         with __b64_from_24bit.
13513         * crypt/sha512-crypt.c: Likewise.
13515 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13517         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13518         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13519         Label the code __libc_vfork rather than __vfork.
13520         [!NOT_IN_libc] (vfork): Define as weak alias.
13521         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13522         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13523         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13525 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13527         * malloc/malloc.c (malloc_info): Fix format specifier for
13528         n_mmaps.
13530 2014-06-02  Wilco  <wdijkstr@arm.com>
13532         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13533         FPCR write.
13535 2014-06-02  Wilco  <wdijkstr@arm.com>
13537         [BZ #17009]
13538         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13539         Rewrite to reduce FPCR/FPSR accesses.
13541 2014-06-01  David S. Miller  <davem@davemloft.net>
13543         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13545 2014-05-31  David S. Miller  <davem@davemloft.net>
13547         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13548         to occur in round to nearest mode when |x| >= 2.0
13550 2014-05-30  Richard Henderson  <rth@twiddle.net>
13552         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13553         (PSEUDO_RET_NOERRNO): Remove.
13554         (ret): Don't redefine.
13555         (ret_NOERRNO): Define in terms of ret.
13556         (ret_ERRVAL): Likewise.
13558         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13559         use of PSEUDO_RET; perform the error check directly.
13561 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13563         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13564         with __int128_t.
13566 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13568         * malloc/malloc (malloc_info): Fix formatting.
13570 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13571             Roland McGrath  <roland@hack.frob.com>
13573         * malloc/malloc (malloc_info): Also print mmapped statistics.
13575 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13577         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13578         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13580 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13582         * malloc/malloc.c (malloc_info): Inline mi_arena.
13584 2014-05-29  Richard Henderson  <rth@twiddle.net>
13586         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13587         Remove comma before expanding ASM_ARGS_##nr.
13588         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13589         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13590         of ASM_ARGS_##nr.
13591         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13592         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13593         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13594         (ASM_ARGS_1): Add leading comma.
13596         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13597         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13598         to __errno_location.
13599         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13600         Remove the expected plt for __errno_location.
13602         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13603         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13604         call to __read_tp.
13606         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13607         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13608         it and break it down.
13609         (DOCARGS_0, DOCARGS_1): Do nothing.
13610         (DOCARGS_2): Update to store into the new stack frame.
13611         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13612         (UNDOCARGS_1): Update to restore from the new stack frame.
13613         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13614         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13616         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13617         (SINGLE_THREAD_P): New parameter for result regno.
13618         (PSEUDO): Update to match; use cbz instead of beq.
13620         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13621         Use ENTRY to define the _nocancel entry point.  Share the syscall
13622         and syscall error check paths with the cancel path.
13623         (PSEUDO_END): New.
13625         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13626         whitespace; tabs before and after asm mnemonics.
13628 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13630         [BZ #15132]
13631         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13632         Call fstat64 or stat64 internally, depending on arguments passed.
13633         Replace stat buffer argument with file descriptor argument.
13634         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13635         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13636         Pass fd to __internal_statvfs instead of calling fstat64.
13637         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13638         Pass fd to __internal_statvfs64 instead of calling fstat64.
13639         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13640         Pass -1 to __internal_statvfs instead of calling stat64.
13641         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13642         Pass -1 to __internal_statvfs64 instead of calling stat64.
13644 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13646         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13647         that was previously under [RESET_PID].
13648         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13650         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13651         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13653 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13655         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13657         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13658         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13660 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13662         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13664 2014-05-27  Andreas Schwab  <schwab@suse.de>
13666         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13667         TLS_INIT_TP macro.
13668         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13669         * elf/rtld.c (init_tls, dl_main): Likewise.
13670         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13671         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13672         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13673         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13674         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13675         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13676         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13677         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13678         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13679         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13680         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13681         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13682         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13683         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13684         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13685         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13686         * sysdeps/generic/tls.h: Update description.
13688 2014-05-27  Will Newton  <will.newton@linaro.org>
13690         [BZ #16990]
13691         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13692         and restore r2 rather than just restoring.
13694 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13696         [BZ #16724]
13697         * libio/tst-ftell-append.c: New test case.
13698         * libio/Makefile (tests): Add test case.
13699         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13700         append mode.
13701         * libio/wfileops.c (do_ftell_wide): Likewise.
13703 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13705         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13707         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13708         ...
13709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13711         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13712         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13713         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13714         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13715         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13716         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13717         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13718         Moved ...
13719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13720         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13721         Moved ...
13722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13723         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13724         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13725         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13726         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13727         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13728         ...
13729         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13730         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13731         Moved ...
13732         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13733         here.
13734         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13735         ...
13736         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13737         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13738         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13740         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13741         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13742         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13743         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13745         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13746         merge into ...
13747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13748         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13749         ...
13750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13751         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13752         ...
13753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13754         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13755         Moved ...
13756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13757         here.
13758         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13759         Moved ...
13760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13761         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13762         Moved ...
13763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13766         conditional [RESET_PID].
13767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13768         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13769         removed.
13770         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13771         removed.
13773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13774         <tcb-offsets.h>.
13775         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13776         (__libc_vfork): New strong alias.
13777         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13778         removed.
13779         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13780         Removed.
13782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13783         <tcb-offsets.h>.
13784         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13785         (__libc_vfork): New strong alias.
13786         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13787         removed.
13788         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13789         removed.
13791 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13793         * malloc/malloc.c (mi_arena): New function.
13794         (malloc_info): Remove nested function mi_arena. Call non-nosted
13795         function mi_arena.
13797 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13799         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13800         by insrwi.
13801         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13802         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13803         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13804         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13805         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13806         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13807         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13809 2014-05-26  Andreas Schwab  <schwab@suse.de>
13811         [BZ #16984]
13812         * locale/programs/repertoire.c (repertoire_read): Add slash
13813         between I18NPATH element and file name.
13814         * locale/programs/locfile.c (locfile_read): Likewise.
13816 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13818         * nptl/pthread_mutexattr_settype.c
13819         (__pthread_mutexattr_settype):
13820         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13822 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13824         * nptl/tst-mutex5 (do_test):
13825         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13827 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13829         * benchtests/README: Document 'init' directive.
13830         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13831         BENCH_INIT.
13832         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13833         (parse_file): Recognize 'init' directive.
13835 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13837         [BZ #16796]
13838         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13839         alignment of struct pthread.
13841 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13843         [BZ #16878]
13844         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13845         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13846         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13847         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13849 2014-05-25  Richard Henderson  <rth@twiddle.net>
13851         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13852         (SINGLE_THREAD_P_PIC): Remove.
13853         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13854         (SINGLE_THREAD_P_PIC): Remove.
13856         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13857         branch to syscall error ...
13858         (PSEUDO): ... here.
13859         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13860         from __local_syscall_error to .Lsyscall_error.
13861         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13862         (SYSCALL_ERROR): Update label name.
13864         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13865         Do not use DOARGS/UNDOARGS.
13866         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13867         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13868         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13869         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13870         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13872         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13873         block comment.
13875         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13876         define if !NOT_IN_libc.
13877         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13878         define with non-default symbol versions.
13880 2014-05-23  Richard Henderson  <rth@twiddle.net>
13882         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13883         (vfork, __vfork): Define via compat_symbol.
13885         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13886         [!HAVE_IFUNC] (vfork_compat): Remove.
13887         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13889 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13891         [BZ #16978]
13892         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13893         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13894         variable.
13896 2014-05-23  Richard Henderson  <rth@twiddle.net>
13898         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13899         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13900         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13901         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13903         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13904         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13905         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13906         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13907         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13908         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13909         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13910         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13911         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13912         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13913         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13914         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13915         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13916         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13917         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13918         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13919         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13920         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13921         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13922         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13923         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13924         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13925         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13926         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13927         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13928         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13929         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13930         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13931         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13932         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13933         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13934         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13935         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13936         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13937         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13938         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13939         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13940         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13941         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13942         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13943         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13944         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13945         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13946         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13947         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13948         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13949         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13950         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13951         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13952         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13953         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13954         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13955         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13956         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13957         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13958         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13960         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13961         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13962         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13963         before exiting on error.
13964         (__libc_vfork): New strong alias.
13965         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13966         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13968         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13969         that was previously under [RESET_PID].
13970         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13972         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13974 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13976         [BZ #16977]
13977         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13978         value when x - 1 is zero.
13979         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13980         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13981         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13982         0.0L for an argument of 1.0L.
13983         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13984         Likewise.
13985         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13986         value when x - 1 is zero.
13987         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13988         * sysdeps/i386/fpu/libm-test-ulps: Update.
13989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13991 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13993         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13994         alphasort and versionsort.
13996 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13998         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13999         macro.
14000         [copysignf]: Likewise.
14002 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14004         * crypt/md5-crypt.c: Fix formatting.
14006 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14008         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
14009         (b64_from_24bit): New function.
14011 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14013         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
14014         libc_hidden_builtin_def to ifunc.
14015         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14016         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
14018 2014-05-21  Roland McGrath  <roland@hack.frob.com>
14020         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
14021         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
14023 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
14025         * nscd/Depend (linuxthreads): Remove.
14026         (nptl): Add.
14027         * resolv/Depend (linuxthreads): Remove.
14028         * rt/Depend (linuxthreads): Remove.
14030         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
14031         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
14032         $(common-objpfx)elf/.
14033         (link-libc-before-gnulib): Likewise.
14034         (elfobjdir): Remove variable.
14035         * Makefile (install): Use $(elf-objpfx) instead of
14036         $(common-objpfx)elf/.
14037         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
14038         $(elfobjdir)/.
14039         (link-libc-deps): Likewise.
14040         ($(common-objpfx)libc.so): Likewise.
14041         ($(common-objpfx)linkobj/libc.so): Likewise.
14042         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
14043         instead of $(common-objpfx)elf/.
14044         (symbolic-link-list): Likewise.
14045         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14046         [$(cross-compiling) = no]: Likewise.
14047         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
14048         $(elfobjdir)/.
14049         (static-gnulib-arch): Likewise.
14050         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14051         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
14052         $(common-objpfx)elf/.
14054 2014-05-21  Richard Henderson  <rth@redhat.com>
14056         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14057         (SINGLE_THREAD_P): Use the correct width load.  Fold
14058         into the ldr offset.
14060         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
14061         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
14063 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
14065         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
14066         (libgcc_s_resume): Use __attribute_used__.
14067         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
14068         Likewise.
14070 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14072         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
14073         optimization when used with float constants.
14075         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14077 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
14079         [BZ #16915]
14080         * locale/nl_langinfo_l.c: Make direct reference to every
14081         _nl_current_CATEGORY symbol.
14082         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
14083         (tests-static): Add tst-langinfo-static.
14084         (tests-special): Add tst-langinfo-static.out.
14085         ($(objpfx)tst-langinfo.out): Redirect output.
14086         ($(objpfx)tst-langinfo-static.out): New.
14087         * localedata/tst-langinfo.sh: Send output to stdout.
14088         * localedata/tst-langinfo-static.c: New file.
14090         [BZ #16965]
14091         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
14092         when the shift amount is modulo the limb size.
14094 2014-05-20  Richard Henderson  <rth@redhat.com>
14096         [BZ #16967]
14097         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
14098         Change type of sa_flags from unsigned int to int.
14100         [BZ #16966]
14101         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
14103         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
14105 2014-05-20  Will Newton  <will.newton@linaro.org>
14107         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14108         Test the return value of the system call in the nocancel case.
14110 2014-05-20  Will Newton  <will.newton@linaro.org>
14111             Yvan Roux  <yvan.roux@linaro.org>
14113         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
14114         #include of asm/ptrace.h.
14115         (PTRACE_GET_THREAD_AREA): Remove #undef.
14116         (PTRACE_GETHBPREGS): Likewise.
14117         (PTRACE_SETHBPREGS): Likewise.
14118         (struct user_regs_struct): New structure.
14119         (struct user_fpsimd_struct): New structure.
14120         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
14121         #include of asm/ptrace.h and second #include of sys/user.h.
14122         (PTRACE_GET_THREAD_AREA): Remove #undef.
14123         (PTRACE_GETHBPREGS): Likewise.
14124         (PTRACE_SETHBPREGS): Likewise.
14125         (ELF_NGREG): Use new struct user_regs_struct.
14126         (elf_fpregset_t): Use new struct user_fpsimd_struct.
14128 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14130         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
14131         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
14133 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
14135         [BZ #16958]
14136         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
14137         membar to avoid block loads/stores to overlap previous stores.
14139 2014-05-17  Richard Henderson  <rth@redhat.com>
14141         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
14142         Create the __##syscall_name##_nocancel entry point.
14143         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
14144         Remove; let the sysdep-cancel.h code create it.
14146 2014-05-17  David S. Miller  <davem@davemloft.net>
14148         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14149         Protect with __USE_GNU.
14150         (TIOCSET_TEMPT): Likewise.
14151         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14152         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14153         these are already provided in bits/ioctl-types.h
14155 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14157         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14158         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
14160         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
14161         Use wait4 regardless of [__NR_waitpid].
14163 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
14165         PR libgcc/60166
14166         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14167         (_FP_NANSIGN_Q): Set the quiet bit.
14169 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
14171         * benchtests/Makefile
14172         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
14173         not $(common-objpfx)math/libm.so.
14174         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
14175         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
14176         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
14177         $(common-objpfx)dlfcn/libdl.so.
14178         ($(objpfx)tst-audit8): Depend on $(libm), not
14179         $(common-objpfx)math/libm.so.
14180         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
14181         not $(common-objpfx)dlfcn/libdl.so.
14182         * math/Makefile
14183         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
14184         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
14185         [$(build-shared) = yes].
14186         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
14187         $(common-objpfx)nptl/libpthread.so.
14188         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
14189         $(common-objpfx)math/libm.so$(libm.so-version) or
14190         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
14191         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
14192         $(common-objpfx)dlfcn/libdl.so.
14193         * setjmp/Makefile (link-libm): Remove variable.
14194         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
14195         * stdio-common/Makefile (link-libm): Remove variable.
14196         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
14197         * stdlib/Makefile (link-libm): Remove variable.
14198         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
14199         ($(objpfx)tst-strtod-round): Likewise.
14200         ($(objpfx)tst-tininess): Likewise.
14201         ($(objpfx)tst-strtod-underflow): Likewise.
14202         ($(objpfx)tst-strtod6): Likewise.
14203         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
14204         $(libdl), not $(common-objpfx)nptl/libpthread.so and
14205         $(common-objpfx)dlfcn/libdl.so.
14207 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14209         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
14210         BSD terminal modes definitions.
14212 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14214         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
14215         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
14217         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
14218         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
14219         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
14220         Don't do #include_next.
14221         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
14222         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
14223         Don't do #include_next.
14224         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
14225         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
14226         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
14227         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
14229 2014-05-16  Allan McRae  <allan@archlinux.org>
14231         * po/sv.po: Update Swedish translation from translation project.
14233         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
14234         in sed expression.
14236 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
14238         [BZ #16917]
14239         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
14240         errno if the TIOCGPTN ioctl fails with an error different than
14241         EINVAL.
14242         * login/tst-ptsname.c: New file.
14243         * login/Makefile (tests): Add tst-ptsname.
14245         [BZ #16943]
14246         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
14247         and prlimit64.
14249 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14251         [BZ #16849]
14252         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
14253         herrno to return EAI_AGAIN.
14255 2014-05-14  Roland McGrath  <roland@hack.frob.com>
14257         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
14258         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
14259         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14260         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14261         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14262         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14263         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14264         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14265         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14266         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14267         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14268         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14269         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14270         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14271         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14272         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14273         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14274         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14275         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14276         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14277         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14278         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14279         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14280         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14281         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14282         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14283         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14284         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14285         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14286         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14287         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14288         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14289         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14290         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14291         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14292         Moved ...
14293         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14294         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14295         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14296         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14297         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14298         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14299         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14300         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14301         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14302         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14303         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14304         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14305         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14306         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14307         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14308         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14309         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14310         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14311         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14312         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14313         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14314         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14315         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14316         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14317         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14318         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14319         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14320         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14321         Moved ...
14322         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14323         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14324         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14325         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14326         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14327         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14328         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14329         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14330         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14331         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14332         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14333         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14334         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14335         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14336         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14337         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14338         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14339         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14340         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14341         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14342         Moved ...
14343         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14344         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14345         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14347         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14348         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14349         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14350         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14351         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14352         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14353         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14354         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14355         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14356         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14357         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14358         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14359         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14360         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14361         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14362         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14363         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14364         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14365         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14366         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14367         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14368         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14369         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14370         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14371         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14372         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14373         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14374         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14375         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14376         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14377         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14379         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14380         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14382         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14383         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14384         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14385         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14386         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14387         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14388         Moved ...
14389         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14390         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14391         Moved ...
14392         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14393         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14394         Moved ...
14395         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14396         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14397         Moved ...
14398         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14399         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14400         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14401         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14402         Moved ...
14403         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14404         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14405         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14406         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14407         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14408         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14409         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14410         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14411         Moved ...
14412         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14413         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14414         Moved ...
14415         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14416         ... here.
14417         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14418         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14419         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14420         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14421         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14422         Moved ...
14423         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14424         ... here.
14425         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14426         Moved ...
14427         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14428         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14429         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14430         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14431         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14432         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14433         Moved ...
14434         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14435         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14436         Moved ...
14437         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14438         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14439         Moved ...
14440         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14441         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14442         Moved ...
14443         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14444         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14445         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14446         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14447         Moved ...
14448         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14449         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14450         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14451         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14452         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14453         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14454         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14455         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14456         Moved ...
14457         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14458         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14459         Moved ...
14460         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14461         ... here.
14462         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14463         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14464         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14465         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14466         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14467         Moved ...
14468         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14469         ... here.
14470         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14471         Moved ...
14472         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14473         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14474         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14475         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14476         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14477         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14478         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14479         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14480         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14481         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14482         Moved ...
14483         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14484         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14485         Moved ...
14486         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14487         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14488         Moved ...
14489         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14490         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14491         Moved ...
14492         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14493         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14494         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14495         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14496         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14497         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14498         Moved ...
14499         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14500         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14501         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14502         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14503         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14504         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14505         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14506         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14507         Moved ...
14508         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14509         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14510         Moved ...
14511         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14512         ... here.
14513         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14514         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14515         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14516         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14517         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14518         Moved ...
14519         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14520         ... here.
14521         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14522         Moved ...
14523         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14524         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14525         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14526         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14527         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14528         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14529         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14530         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14531         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14532         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14533         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14535         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14536         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14538         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14539         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14541         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14542         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14543         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14544         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14545         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14546         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14547         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14548         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14549         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14550         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14551         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14552         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14553         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14554         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14555         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14556         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14557         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14558         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14559         Moved ...
14560         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14561         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14562         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14563         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14564         Moved ...
14565         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14566         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14567         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14568         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14569         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14570         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14571         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14572         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14573         Moved ...
14574         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14575         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14576         Moved ...
14577         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14578         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14579         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14580         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14581         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14582         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14583         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14584         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14585         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14586         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14587         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14588         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14589         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14590         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14591         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14592         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14593         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14595         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14596         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14597         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14598         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14599         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14601         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14602         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14603         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14604         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14605         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14606         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14607         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14608         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14609         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14610         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14612         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14613         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14615         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14616         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14617         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14618         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14619         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14620         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14621         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14622         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14623         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14624         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14625         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14626         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14627         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14628         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14629         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14630         Update #include.
14631         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14632         Likewise.
14633         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14634         Likewise.
14635         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14636         Likewise.
14637         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14638         Likewise.
14639         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14640         Likewise.
14641         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14642         Likewise.
14643         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14644         Likewise.
14645         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14646         Likewise.
14647         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14648         Likewise.
14649         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14650         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14651         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14652         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14653         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14654         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14655         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14656         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14657         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14658         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14659         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14660         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14661         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14662         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14663         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14665         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14666         that was previously under [RESET_PID].
14667         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14668         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14669         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14671         * sysdeps/i386/nptl/Implies: New file.
14672         * sysdeps/x86_64/nptl/Implies: New file.
14673         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14674         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14675         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14676         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14678         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14679         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14680         (__libc_vfork): New strong alias.
14681         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14682         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14684         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14685         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14686         (__libc_vfork): New strong alias.
14687         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14688         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14690         * sysdeps/unix/sysv/linux/arm/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         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14694         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14695         * nptl/pt-vfork.c: New file.
14696         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14697         (libpthread: GLIBC_2.20): New version set (empty).
14699 2014-05-14  Will Newton  <will.newton@linaro.org>
14701         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14702         rather than #if.
14704 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14706         [BZ #16564]
14707         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14708         arguments with exponent 65 or above.
14709         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14710         arguments 0x1p113L or above.
14711         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14712         to arguments 0x1p107L or above.
14713         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14714         positive arguments with exponent 65 or above.
14715         * math/auto-libm-test-in: Add more tests of log1p.
14716         * math/auto-libm-test-out: Regenerated.
14718         [BZ #16928]
14719         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14720         non-finite arguments is +0.
14721         * math/s_cacosf.c (__cacosf): Likewise.
14722         * math/s_cacosl.c (__cacosl): Likewise.
14723         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14724         * sysdeps/i386/fpu/libm-test-ulps: Update.
14725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14727         [BZ #16927]
14728         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14729         value.
14730         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14731         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14732         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14733         for explicit high bit of mantissa when testing for argument equal
14734         to 1.
14735         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14736         * sysdeps/i386/fpu/libm-test-ulps: Update.
14737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14739         [BZ #16516]
14740         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14741         (__erf): Scale by 16 instead of 8 in potentially underflowing
14742         case.  Ensure exception if result actually underflows.
14743         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14744         (__erff): Scale by 16 instead of 8 in potentially underflowing
14745         case.  Ensure exception if result actually underflows.
14746         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14747         (efx8): Remove variable.
14748         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14749         case.  Ensure exception if result actually underflows.
14750         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14751         (efx8): Remove variable.
14752         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14753         case.  Ensure exception if result actually underflows.
14754         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14755         (efx8): Remove variable.
14756         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14757         case.  Ensure exception if result actually underflows.
14758         * math/auto-libm-test-in: Add more tests of erf.
14759         * math/auto-libm-test-out: Regenerated.
14761 2014-05-14  Andreas Schwab  <schwab@suse.de>
14763         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14764         Remove code conditionalized on USE___THREAD.
14766         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14767         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14768         not definedness.
14770 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14772         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14773         Define unconditionally.
14774         (__ASSUME_O_CLOEXEC): Likewise.
14775         (__ASSUME_SOCK_CLOEXEC): Likewise.
14776         (__ASSUME_IN_NONBLOCK): Likewise.
14777         (__ASSUME_PIPE2): Likewise.
14778         (__ASSUME_EVENTFD2): Likewise.
14779         (__ASSUME_SIGNALFD4): Likewise.
14780         (__ASSUME_DUP3): Likewise.
14781         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14782         (__ASSUME_DUP3): Do not define.
14783         (__ASSUME_EVENTFD2): Likewise.
14784         (__ASSUME_IN_NONBLOCK): Likewise.
14785         (__ASSUME_O_CLOEXEC): Likewise.
14786         (__ASSUME_PIPE2): Likewise.
14787         (__ASSUME_SIGNALFD4): Likewise.
14788         (__ASSUME_SOCK_CLOEXEC): Likewise.
14789         (__ASSUME_UTIMES): Undefine.
14790         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14791         (__ASSUME_UTIMES): Do not define.
14792         (__ASSUME_O_CLOEXEC): Likewise.
14793         (__ASSUME_SOCK_CLOEXEC): Likewise.
14794         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14795         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14796         0x020621].
14797         (__ASSUME_PIPE2): Likewise.
14798         (__ASSUME_EVENTFD2): Likewise.
14799         (__ASSUME_SIGNALFD4): Likewise.
14800         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14801         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14802         Do not define.
14803         (__ASSUME_EVENTFD2): Likewise.
14804         (__ASSUME_SIGNALFD4): Likewise.
14805         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14806         (__ASSUME_32BITUIDS): Likewise.
14807         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14808         (__ASSUME_IPC64): Likewise.
14809         (__ASSUME_ST_INO_64_BIT): Likewise.
14810         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14811         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14812         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14813         (__ASSUME_UTIMES): Do not define.
14814         (__ASSUME_PSELECT): Likewise.
14815         (__ASSUME_PPOLL): Likewise.
14816         (__ASSUME_O_CLOEXEC): Likewise.
14817         (__ASSUME_SOCK_CLOEXEC): Likewise.
14818         (__ASSUME_IN_NONBLOCK): Likewise.
14819         (__ASSUME_PIPE2): Likewise.
14820         (__ASSUME_EVENTFD2): Likewise.
14821         (__ASSUME_SIGNALFD4): Likewise.
14822         (__ASSUME_DUP3): Likewise.
14823         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14824         (__ASSUME_UTIMES): Likewise.
14825         (__ASSUME_O_CLOEXEC): Likewise.
14826         (__ASSUME_SOCK_CLOEXEC): Likewise.
14827         (__ASSUME_IN_NONBLOCK): Likewise.
14828         (__ASSUME_PIPE2): Likewise.
14829         (__ASSUME_EVENTFD2): Likewise.
14830         (__ASSUME_SIGNALFD4): Likewise.
14831         (__ASSUME_DUP3): Likewise.
14832         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14833         (__ASSUME_UTIMES): Likewise.
14834         (__ASSUME_O_CLOEXEC): Likewise.
14835         (__ASSUME_SOCK_CLOEXEC): Likewise.
14836         (__ASSUME_IN_NONBLOCK): Likewise.
14837         (__ASSUME_PIPE2): Likewise.
14838         (__ASSUME_EVENTFD2): Likewise.
14839         (__ASSUME_SIGNALFD4): Likewise.
14840         (__ASSUME_DUP3): Likewise.
14841         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14842         Likewise.
14843         (__ASSUME_UTIMES): Likewise.
14844         (__ASSUME_EVENTFD2): Likewise.
14845         (__ASSUME_SIGNALFD4): Likewise.
14846         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14847         (__ASSUME_O_CLOEXEC): Likewise.
14848         (__ASSUME_SOCK_CLOEXEC): Likewise.
14849         (__ASSUME_IN_NONBLOCK): Likewise.
14850         (__ASSUME_PIPE2): Likewise.
14851         (__ASSUME_EVENTFD2): Likewise.
14852         (__ASSUME_SIGNALFD4): Likewise.
14853         (__ASSUME_DUP3): Likewise.
14854         (__ASSUME_UTIMES): Undefine.
14856         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14857         feclearexcept.  Remove symbol versioning code.
14858         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14859         symbol versioning code.
14860         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14861         symbol versioning code.
14862         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14863         feupdateenv.  Remove symbol versioning code.
14864         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14865         fegetexceptflag.  Remove symbol versioning code.
14866         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14867         fesetexceptflag.  Remove symbol versioning code.
14868         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14869         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14870         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14871         (__posix_fadvise64_l32): Remove prototype.
14872         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14873         code.
14875 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14877         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14878         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14879         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14880         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14882 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14884         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14885         current working directory
14887 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14889         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14890         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14891         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14892         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14893         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14894         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14895         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14896         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14897         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14898         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14899         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14900         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14901         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14902         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14903         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14904         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14905         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14906         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14907         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14908         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14909         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14910         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14911         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14912         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14913         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14914         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14915         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14916         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14917         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14918         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14919         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14920         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14921         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14922         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14923         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14924         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14925         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14926         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14927         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14928         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14929         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14930         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14932         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14933         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14935         * sysdeps/unix/sysv/linux/arm/Makefile
14936         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14937         Add rt-aeabi_unwind_cpp_pr1.
14938         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14939         Add nptl-aeabi_unwind_cpp_pr1.
14940         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14941         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14942         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14943         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14944         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14945         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14947         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14948         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14949         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14950         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14952         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14953         Deconditionalize the code that was previously under [RESET_PID].
14954         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14956         * sysdeps/generic/exit-thread.h: New file.
14957         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14958         * include/unistd.h (__exit_thread): Remove declaration.
14959         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14960         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14961         * csu/libc-start.c: Include <exit-thread.h>.
14962         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14963         * nptl/pthread_create.c: Include <exit-thread.h>.
14964         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14965         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14966         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14967         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14968         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14969         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14970         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14971         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14972         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14973         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14974         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14975         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14976         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14977         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14978         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14979         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14980         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14982 2014-05-13  Andreas Schwab  <schwab@suse.de>
14984         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14986 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14988         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14989         (__ASSUME_UTIMES): Do not condition on kernel version.
14990         (__ASSUME_PSELECT): Define unconditionally.
14991         (__ASSUME_PPOLL): Likewise.
14992         (__ASSUME_ATFCTS): Likewise.
14993         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14994         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14995         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14996         (__ASSUME_UTIMENSAT): Define unconditionally.
14997         (__ASSUME_PRIVATE_FUTEX): Likewise.
14998         (__ASSUME_FALLOCATE): Likewise.
14999         (__ASSUME_O_CLOEXEC): Likewise.
15000         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
15001         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
15002         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
15003         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
15004         (__ASSUME_IN_NONBLOCK): Likewise.
15005         (__ASSUME_PIPE2): Likewise.
15006         (__ASSUME_EVENTFD2): Likewise.
15007         (__ASSUME_SIGNALFD4): Likewise.
15008         (__ASSUME_DUP3): Likewise.
15009         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15010         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
15011         (__ASSUME_AT_RANDOM): Likewise.
15012         (__ASSUME_PREADV): Likewise.
15013         (__ASSUME_PWRITEV): Likewise.
15014         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
15015         (__ASSUME_F_GETOWN_EX): Define unconditionally.
15016         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
15017         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
15018         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
15019         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15020         (__ASSUME_O_CLOEXEC): Define unconditionally.
15021         (__ASSUME_PSELECT): Do not undefine conditionally.
15022         (__ASSUME_PPOLL): Likewise.
15023         (__ASSUME_ATFCTS): Likewise.
15024         (__ASSUME_SET_ROBUST_LIST): Likewise.
15025         (__ASSUME_UTIMENSAT): Likewise.
15026         (__ASSUME_FDATASYNC): Define unconditionally.
15027         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15028         (__ASSUME_SIGFRAME_V2): Likewise.
15029         )__ASSUME_EVENTFD2): Likewise.
15030         (__ASSUME_SIGNALFD4): Likewise.
15031         (__ASSUME_PSELECT): Do not undefine conditionally.
15032         (__ASSUME_PPOLL): Likewise.
15033         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15034         (__ASSUME_PSELECT): Define unconditionally.
15035         (__ASSUME_PPOLL): Likewise.
15036         (__ASSUME_O_CLOEXEC): Likewise.
15037         (__ASSUME_SOCK_CLOEXEC): Likewise.
15038         (__ASSUME_IN_NONBLOCK): Likewise.
15039         (__ASSUME_PIPE2): Likewise.
15040         (__ASSUME_EVENTFD2): Likewise.
15041         (__ASSUME_SIGNALFD4): Likewise.
15042         (__ASSUME_DUP3): Likewise.
15043         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15044         (__ASSUME_O_CLOEXEC): Likewise.
15045         (__ASSUME_SOCK_CLOEXEC): Likewise.
15046         (__ASSUME_IN_NONBLOCK): Likewise.
15047         (__ASSUME_PIPE2): Likewise.
15048         (__ASSUME_EVENTFD2): Likewise.
15049         (__ASSUME_SIGNALFD4): Likewise.
15050         (__ASSUME_DUP3): Likewise.
15051         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15052         (__ASSUME_EVENTFD2): Likewise.
15053         (__ASSUME_SIGNALFD4): Likewise.
15054         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15056 2014-05-12  Andreas Schwab  <schwab@suse.de>
15058         [BZ #16932]
15059         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
15060         (_nss_nis_gethostbyname4_r): Return error if item length is larger
15061         than maximum RPC packet size.
15062         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
15063         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
15064         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
15065         (_nss_nis_getservbyport_r): Likewise.
15067 2014-05-12  Will Newton  <will.newton@linaro.org>
15069         * malloc/Makefile (tests): Add tst-mallopt.
15070         * malloc/tst-mallopt.c: New file.
15072 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15074         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
15075         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
15077 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15079         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
15080         (tst-tlsmod6.so): Likewise.
15082 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15084         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
15086 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
15088         [BZ #16064]
15089         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
15090         and <dl-procinfo.h>.
15091         (__fegetenv): Save SSE state in envp->__eip if supported.
15092         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
15093         envp->__eip if supported.
15094         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
15095         and <dl-procinfo.h>.
15096         (__fesetenv): Always set __eip, __cs_selector, __opcode,
15097         __data_offset and __data_selector in environment to 0.  Set SSE
15098         state if supported.
15099         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
15100         test-fenv-sse.
15101         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
15102         -mfpmath=sse.
15103         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
15105 2014-05-09  Will Newton  <will.newton@linaro.org>
15107         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
15108         and libc_relro_required for ARM.
15109         * sysdeps/arm/preconfigure: Regenerate.
15111 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15112             Stefan Liebler  <stli@linux.vnet.ibm.com>
15114         * config.make.in (enable-lock-elision): New Makefile variable.
15115         * configure.ac: Likewise.
15116         * configure: Regenerate.
15117         * sysdeps/s390/configure.ac:
15118         Add check for gcc transactions support.
15119         * sysdeps/s390/configure: Regenerate.
15120         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
15121         Build elision files if enabled.
15122         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
15123         Add lock elision support for s390.
15124         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
15125         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
15126         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
15127         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
15128         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
15129         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
15130         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
15131         Likewise.
15132         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
15133         Likewise.
15134         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
15135         Likewise.
15136         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
15137         Likewise.
15138         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
15139         (__lll_timedlock_elision, __lll_lock_elision)
15140         (__lll_unlock_elision, __lll_trylock_elision)
15141         (lll_timedlock_elision, lll_lock_elision)
15142         (lll_unlock_elision, lll_trylock_elision): Add.
15143         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15144         (pthread_mutex_t): Add lock elision support for s390.
15146 2014-05-14  Wilco  <wdijkstr@arm.com>
15148         * sysdeps/arm/fclrexcpt.c: Cleanup.
15149         * sysdeps/arm/fedisblxcpt.c: Cleanup.
15150         * sysdeps/arm/feenablxcpt.c: Cleanup.
15151         * sysdeps/arm/fegetenv.c: Cleanup.
15152         * sysdeps/arm/fegetexcept.c: Cleanup.
15153         * sysdeps/arm/fegetround.c: Cleanup.
15154         * sysdeps/arm/feholdexcpt.c: Cleanup.
15155         * sysdeps/arm/fesetenv.c: Cleanup.
15156         * sysdeps/arm/fesetround.c: Cleanup.
15157         * sysdeps/arm/feupdateenv.c: Cleanup.
15158         * sysdeps/arm/fgetexcptflg.c: Cleanup.
15159         * sysdeps/arm/fraiseexcpt.c: Cleanup.
15160         * sysdeps/arm/fsetexcptflg.c: Cleanup.
15161         * sysdeps/arm/ftestexcept.c: Cleanup.
15162         * sysdeps/arm/get-rounding-mode.h: Cleanup.
15163         * sysdeps/arm/setfpucw.c: Cleanup.
15165 2014-05-09  Will Newton  <will.newton@linaro.org>
15167         * sysdeps/arm/armv7/strcmp.S: New file.
15168         * NEWS: Mention addition of ARMv7 optimized strcmp.
15170 2014-05-08  Roland McGrath  <roland@hack.frob.com>
15172         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
15173         look for %.ac rather than %.in.
15175         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
15176         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
15177         * sysdeps/mach/hurd/configure: Regenerated.
15178         * sysdeps/unix/sysv/linux/configure: Regenerated.
15180         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
15182 2014-05-07  Steve Ellcey  <sellcey@mips.com>
15184         [BZ# 16922]
15185         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
15186         (LONG_SUB): Ditto.
15187         (PTR_SUB): Ditto.
15189 2014-05-07  Andreas Schwab  <schwab@suse.de>
15191         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
15192         when skipping over non-matching result from nscd.
15194 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
15196         [BZ #16876]
15197         * nptl/sockperf.c (client): Check socket return value.
15199         [BZ #16877]
15200         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
15201         nscd security class.
15203 2014-05-06  Roland McGrath  <roland@hack.frob.com>
15205         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
15206         * sysdeps/arm/unwind.h: ... here.
15208 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
15210         [BZ# 16916]
15211         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
15212         Define.
15214 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15216         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
15217         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
15218         multiarch strncpy for PPC64.
15219         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
15220         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
15221         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
15222         multiarch optimizations.
15223         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15224         (__libc_ifunc_impl_list): Likewise.
15225         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
15226         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
15227         multiarch stpncpy for PPC64.
15228         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
15229         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
15231 2014-05-06  Andreas Schwab  <schwab@suse.de>
15233         [BZ #16912]
15234         * gmon/mcount.c (_MCOUNT_DECL): Use
15235         atomic_compare_and_exchange_bool_acq instead of
15236         catomic_compare_and_exchange_bool_acq.
15238 2014-05-05  Roland McGrath  <roland@hack.frob.com>
15240         * elf/Makefile (others, install-bin): Remove pldd.
15241         (pldd-modules): Variable removed.
15242         ($(objpfx)pldd): Target removed.
15243         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
15244         (others, install-bin): Append pldd here.
15245         ($(objpfx)pldd): New target.
15247         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
15248         to 0, so the first #if test emitted later doesn't see it undefined.
15249         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
15250         * sysdeps/gnu/errlist.c: Regenerated.
15252 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15254         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
15255         [libc_hidden_builtin_def]: Define to empty value.
15256         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
15257         [libc_hidden_builtin_def]: Likewise.
15258         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
15259         [libc_hidden_builtin_def]: Likewise.
15260         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15261         [libc_hidden_builtin_def]: Likewise.
15262         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15263         __redirect_memcpy and define ifunc as default hidden symbol.
15264         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15265         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15267 2014-05-04  Adam Conrad  <adconrad@0c3.net>
15269         * locale/iso-4217.def: Reintroduce XDR currency.
15271 2014-05-04  Allan McRae  <allan@archlinux.org>
15273         * po/eo.po: Update Esperanto translation from translation project.
15275 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
15277         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15278         and FEATURE_INDEX_MAX to 1.
15279         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15281 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15283         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15284         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15285         * iconvdata/big5.c (ONE_DIRECTION): Define.
15286         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15287         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15288         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15289         * iconvdata/cp932.c (ONE_DIRECTION): Define.
15290         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15291         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15292         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15293         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15294         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15295         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15296         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15297         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15298         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15299         * iconvdata/gbk.c (ONE_DIRECTION): Define.
15300         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15301         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15302         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15303         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15304         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15305         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15306         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15307         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15308         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15309         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15310         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15311         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15312         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15313         * iconvdata/iso646.c (ONE_DIRECTION): Define.
15314         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15315         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15316         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15317         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15318         * iconvdata/johab.c (ONE_DIRECTION): Define.
15319         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15320         * iconvdata/sjis.c (ONE_DIRECTION): Define.
15321         * iconvdata/t.61.c (ONE_DIRECTION): Define.
15322         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15323         * iconvdata/tscii.c (ONE_DIRECTION): Define.
15324         * iconvdata/uhc.c (ONE_DIRECTION): Define.
15325         * iconvdata/unicode.c (ONE_DIRECTION): Define.
15326         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15327         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15328         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15330 2014-05-01  Roland McGrath  <roland@hack.frob.com>
15332         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15333         (_IO_JUMPS_OFFSET): Define to 0.
15335         * nptl/sysdeps/pthread/bits/libc-lock.h
15336         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15337         (__libc_lock_define_initialized_recursive): Always define using
15338         initializer.  Modern compilers treat uninitialized (implicit zero) and
15339         explicit zero initializers the same (i.e. put the datum in bss).
15341 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15343         * nscd/nscd-client.h: Include <string.h>.
15345 2014-05-01  David S. Miller  <davem@davemloft.net>
15347         [BZ #16885]
15348         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15349         multiple zero bytes exist at the end of a string.
15350         Reported by Aurelien Jarno <aurelien@aurel32.net>
15352         * string/test-strcmp.c (check): Add explicit test for situations where
15353         there are multiple zero bytes after the first.
15355 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15357         [BZ #16890]
15358         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15359         when compiling wprintf.
15360         * stdio-common/tstdiomisc.c (t3): New function.
15361         (main): Call it.
15363 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15365         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15366         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15367         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15368         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15370 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15372         * stdlib/longlong.h: Updated from GCC.
15374 2014-05-01  Will Newton  <will.newton@linaro.org>
15375             Bernard Ogden  <bernie.ogden@linaro.org>
15377         * NEWS: Update fixed bug list.
15379         [BZ #15119]
15380         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15382 2014-04-30  David S. Miller  <davem@davemloft.net>
15384         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15385         (libc_feholdexcept_setround_sparc_ctx): New function.
15386         (libc_fesetenv_sparc_ctx): Likewise.
15387         (libc_feupdateenv_sparc_ctx): Likewise.
15388         (libc_feholdsetround_sparc_ctx): Likewise.
15389         (libc_feholdexcept_setround_ctx): Define.
15390         (libc_feholdexcept_setroundf_ctx): Likewise.
15391         (libc_feholdexcept_setroundl_ctx): Likewise.
15392         (libc_fesetenv_ctx): Likewise.
15393         (libc_fesetenvf_ctx): Likewise.
15394         (libc_fesetenvl_ctx): Likewise.
15395         (libc_feupdateenv_ctx): Likewise.
15396         (libc_feupdateenvf_ctx): Likewise.
15397         (libc_feupdateenvl_ctx): Likewise.
15398         (libc_feresetround_ctx): Likewise.
15399         (libc_feresetroundf_ctx): Likewise.
15400         (libc_feresetroundl_ctx): Likewise.
15401         (libc_feholdsetround_ctx): Likewise.
15402         (libc_feholdsetroundf_ctx): Likewise.
15403         (libc_feholdsetroundl_ctx): Likewise.
15405         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15406         with __USE_GNU instead of XOPEN cpp guards.
15408         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15409         0.
15411         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15412         with XOPEN cpp guards.
15414 2014-04-30  Julian Brown  <julian@codesourcery.com>
15416         [BZ #16888]
15417         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15418         handling.
15420 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15422         [BZ #9894]
15423         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15424         Change to 2.6.32.
15425         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15426         * sysdeps/unix/sysv/linux/configure: Regenerated.
15427         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15428         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15429         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15430         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15431         * README: Update reference to required Linux kernel version.
15432         * manual/install.texi (Linux): Update reference to required Linux
15433         kernel headers version.
15434         * INSTALL: Regenerated.
15436         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15437         header inclusion.
15438         [POSIX] (limits.h): Likewise.
15439         [POSIX] (math.h): Likewise.
15440         [POSIX] (sys/wait.h): Likewise.
15441         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15442         function.
15443         [POSIX] (stddef.h): Do not allow header inclusion.
15445 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15447         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15449 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15451         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15452         Return immediately after lll_futex_wake.
15454 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15456         [BZ #16791]
15457         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15458         structure.
15459         (datahead_init_pos): Call datahead_init_common early.
15460         (datahead_init_neg): Likewise.
15462         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15463         datahead_init_neg): New functions.
15464         * nscd/aicache.c (addhstaiX): Use them.
15465         * nscd/grpcache.c (cache_addgr): Likewise.
15466         * nscd/hstcache.c (cache_addhst): Likewise.
15467         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15468         * nscd/netgroupcache.c (do_notfound): Likewise.
15469         (addgetnetgrentX): Likewise.
15470         (addinnetgrX): Likewise.
15471         * nscd/pwdcache.c (cache_addpw): Likewise.
15472         * nscd/servicescache.c (cache_addserv): Likewise.
15474 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15475             Atsushi Onoe  <atsushi@onoe.org>
15477         [BZ #14308]
15478         [BZ #12994]
15479         [BZ #13651]
15480         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15481         one response is valid.
15482         * resolv/res_send.c (send_dg): Check for validity of other
15483         response if the current response is a referral.
15485 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15487         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15489 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15491         [BZ #16823]
15492         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15493         Always divide by positive zero when computing -Inf result.
15494         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15495         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15497 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15499         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15500         FPSCR if value do not change.
15501         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15502         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15503         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15504         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15505         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15506         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15507         function.
15509 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15511         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15512         * sysdeps/unix/sysv/linux/hppa: Move directory from
15513         ports/systeps/unix/sysv/linux/hppa.
15514         * README: Update listing for hppa-*-linux-gnu.
15516 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15518         [BZ #16754]
15519         * manual/stdio.texi (Hook functions): Fix types of stream hook
15520         functions.
15521         [BZ #16854]
15522         * socket/sys/socket.h: Fix typo in comment.
15524 2014-04-28  Wilco  <wdijkstr@arm.com>
15526         * sysdeps/arm/fenv_private.h: New file.
15527         * sysdeps/arm/math_private.h: New file.
15528         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15530 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15532         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15533         with __int128_t.
15534         (La_x86_64_retval): Likewise.
15536 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15538         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15539         fpsr if value didn't change.
15540         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15541         to fpcr if value didn't change.
15542         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15543         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15544         fpsr or fpcr if value didn't change.
15545         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15546         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15547         fpcr if value didn't change.
15548         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15549         to fpsr if value didn't change.
15551 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15553         * nptl/tst-sem3.c: Use test-skeleton.c
15554         (main): Rename to do_test.  Use return instead of
15555         exit.
15556         * nptl/tst-sem4.c: Use test-skeleton.c
15557         (main): Rename to do_test.
15559 2014-04-22  David S. Miller  <davem@davemloft.net>
15561         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15562         (struct sigaction): New struct member __glibc_reserved0, change
15563         type of sa_flags to int.
15565 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15567         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15568         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15570 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15572         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15573         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15575 2014-04-22  Will Newton  <will.newton@linaro.org>
15576             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15578         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15579         (__longjmp): Add longjmp and longjmp_target SystemTap
15580         probes.
15581         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15582         (__sigsetjmp): Add setjmp SystemTap probe.
15584 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15586         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15587         match manual order.
15589 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15591         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15593         * sysdeps/powerpc/fpu/fenv_private.h
15594         (libc_feholdexcept_setroundl_ctx): Define to
15595         libc_feholdexcept_setround_ppc_ctx.
15596         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15597         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15598         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15599         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15601 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15603         * sysdeps/aarch64/math-tests.h: New file.
15605 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15607         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15608         New.
15609         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15610         Check and set bit_AVX2_Usable.
15611         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15612         macro.
15613         (bit_AVX2): Likewise.
15614         (index_AVX2_Usable): Likewise.
15615         (CPUID_AVX2): Likewise.
15616         (HAS_AVX2): Likewise.
15618 2014-04-17  Will Newton  <will.newton@linaro.org>
15620         * manual/setjmp.texi (System V contexts): Add note that
15621         calling setcontext on a context created by a call to a
15622         signal handler is undefined.  Update text to note that
15623         setcontext from a signal handler is possible but not
15624         recommended.
15626         [BZ #16629]
15627         * stdlib/tst-setcontext.c: Include signal.h.
15628         (main): Check that the signal stack before and
15629         after swapcontext is the same.
15631         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15632         Re-implement to restore registers in user code and avoid
15633         rt_sigreturn system call.
15635 2014-04-17  Wilco  <wdijkstr@arm.com>
15637         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15638         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15639         * math/test-fenv.c: Skip exception trap tests on targets which only
15640         support non-stop mode.
15642 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15643             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15645         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15646         (libc_feholdsetround_aarch64_ctx)
15647         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15648         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15649         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15650         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15651         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15652         (libc_feresetround_noexl_ctx): Define.
15654 2014-04-16  Richard Henderson  <rth@redhat.com>
15656         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15658         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15659         unwind tables.
15661         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15662         const from the non-libc, non-ldso copy.
15664         * sysdeps/alpha/libm-test-ulps: Regenerate.
15666 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15667             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15669         * sysdeps/aarch64/fpu/math_private.h: New file.
15671 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15673         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15675 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15677         [BZ #16275]
15678         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15679         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15680         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15681         Intel MPX bound registers before _dl_profile_fixup.
15682         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15683         registers after _dl_profile_fixup.  Save and restore bound
15684         registers bnd0/bnd1 when calling _dl_call_pltexit.
15685         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15686         (LR_BND_OFFSET): Likewise.
15687         (LRV_BND0_OFFSET): Likewise.
15688         (LRV_BND1_OFFSET): Likewise.
15690 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15692         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15693         to...
15694         * sysdeps/mach/hurd/i386/tls.h: ... here.
15695         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15696         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15697         fields.
15699 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15701         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15703 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15705         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15707 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15709         [BZ #14770]
15710         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15711         * sysdeps/s390/configure: Regenerate.
15713         [BZ #16824]
15714         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15715         Set round-to-nearest internally to reduce error accumulation.
15717 2014-04-16  Alan Modra  <amodra@gmail.com>
15719         [BZ #16740]
15720         [BZ #16619]
15721         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15722         * math/libm-test.inc (frexp_test_data): Add tests.
15723         * NEWS: Update fixed bug list.
15725 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15727         * benchtests/Makefile: Depend on libraries in build directory.
15728         (bench-math): Separate out math tests.
15729         (bench-pthread): Separate out pthread tests.
15730         (bench): Include math and pthread tests.
15732 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15734         [BZ #16831]
15735         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15736         _dl_debug_initialize.
15738         * configure.ac: Remove SELinux header check.
15739         * configure: Regenerate.
15740         * nscd/selinux.c (perms): Array of const char* to permission names.
15741         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15742         default policy. Call string_to_security_class and string_to_av_perm to
15743         translate strings. Enforce default policy and call avs_has_perm with
15744         results of translated strings.
15746 2014-04-13  David S. Miller  <davem@davemloft.net>
15748         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15750 2014-04-12  Allan McRae  <allan@archlinux.org>
15752         [BZ #16838]
15753         * manual/string.texi (Collation Functions): Fix qsort argument
15754         order in example.
15755         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15757 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15759         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15760         Make the test a no-op if there are no exceptions defined.
15762 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15764         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15765         enable-hardcoded-path-in-tests
15767 2014-04-11  Will Newton  <will.newton@linaro.org>
15769         * benchtests/Makefile (extra-objs): Add json-lib.o.
15770         (bench-func): Tidy up JSON output.
15771         * benchtests/bench-skeleton.c: Include json-lib.h.
15772         (main): Use JSON library functions to do output of
15773         benchmark results.
15774         * benchtests/bench-timing-type.c (main): Output the
15775         timing type simply, leaving formatting to the user.
15776         * benchtests/json-lib.c: New file.
15777         * benchtests/json-lib.h: Likewise.
15779 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15781         [BZ #15215]
15782         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15783         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15784         memory barriers.  Add comments.
15785         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15786         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15787         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15788         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15789         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15790         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15792 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15794         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15795         * sysdeps/s390/s390-64/configure.ac: ... this ...
15796         * sysdeps/s390/configure.ac: ... to here.
15797         * sysdeps/s390/s390-32/configure: Delete file.
15798         * sysdeps/s390/s390-64/configure: Delete file.
15799         * sysdeps/s390/configure: Regenerate.
15801 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15803         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15805 2014-04-11  Will Newton  <will.newton@linaro.org>
15807         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15808         to zero if it is not defined elsewhere.  (mtrim): Test
15809         the value of MALLOC_DEBUG with #if rather than #ifdef.
15811 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15813         * benchtests/pthread_once-inputs: New file.
15814         * benchtests/pthread_once-source.c: New file.
15815         * benchtests/README: Update documentation.
15817 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15818             H.J. Lu  <hongjiu.lu@intel.com>
15820         [BZ #16275]
15821         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15822         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15823         * sysdeps/x86_64/configure: Regenerated.
15824         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15825         macro.
15826         (REGISTER_SAVE_RAX): Likewise.
15827         (REGISTER_SAVE_RCX): Likewise.
15828         (REGISTER_SAVE_RDX): Likewise.
15829         (REGISTER_SAVE_RSI): Likewise.
15830         (REGISTER_SAVE_RDI): Likewise.
15831         (REGISTER_SAVE_R8): Likewise.
15832         (REGISTER_SAVE_R9): Likewise.
15833         (REGISTER_SAVE_BND0): Likewise.
15834         (REGISTER_SAVE_BND1): Likewise.
15835         (REGISTER_SAVE_BND2): Likewise.
15836         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15837         bound registers when calling _dl_fixup.
15839 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15841         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15842         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15843         of its definition.
15844         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15845         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15846         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15847         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15848         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15849         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15850         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15852 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15854         [BZ #15514]
15855         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15856         pathconf(_PC_NAME_MAX).
15858 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15860         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15861         Remove macro usage.
15862         (__PTHREAD_SPINS): Move definition to ...
15863         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15864         (__PTHREAD_SPINS): ... here.
15865         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15866         (__PTHREAD_SPIN): Likewise.
15867         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15868         (__PTHREAD_SPIN): Likewise.
15869         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15870         (__PTHREAD_SPIN): Likewise.
15871         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15872         (__PTHREAD_SPIN): Likewise.
15873         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15874         (__PTHREAD_SPIN): Likewise.
15875         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15876         (__PTHREAD_SPIN): Likewise.
15877         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15878         (__PTHREAD_SPIN): Likewise.
15879         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15880         (__PTHREAD_SPIN): Likewise.
15881         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15882         (__PTHREAD_SPIN): Likewise.
15883         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15884         (__PTHREAD_SPIN): Likewise.
15885         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15886         (__PTHREAD_SPIN): Likewise.
15887         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15888         (__PTHREAD_SPIN): Likewise.
15890         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15891         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15892         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15893         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15894         imply folder.
15895         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15896         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15897         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15898         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15899         correct imply path.
15900         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15901         strlen symbol for non multi-arch builds.
15902         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15903         missing hidden_def and weak_alias.
15905 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15907         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15909 2014-04-07  Will Newton  <will.newton@linaro.org>
15911         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15912         and contents.  [!_LIBC] Remove #ifndef and contents.
15913         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15914         * string/memccpy.c (__memccpy): Use ANSI prototype.
15915         * string/memfrob.c (memfrob): Likewise.
15916         * string/strcoll.c (STRCOLL): Likewise.
15917         * string/strlen.c (strlen): Likewise.
15918         * string/strtok.c (STRTOK): Likewise.
15919         * string/strcat.c: Remove unused #include of memcopy.h.
15920         (strcat): Use ANSI prototype.
15921         * string/strchr.c: Remove unused #include of memcopy.h.
15922         (strchr): Use ANSI prototype.
15923         * string/strcmp.c: Remove unused #include of memcopy.h.
15924         (strcmp): Use ANSI prototype.
15925         * string/strcpy.c: Remove unused #include of memcopy.h.
15926         (strcpy): Use ANSI prototype.
15928 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15930         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15931         * config.make.in (config-extra-cppflags): Set it from
15932         libc_extra_cppflags.
15933         * configure.ac (libc_extra_cflags): Make it accumulate over
15934         configure fragments.
15935         (libc_extra_cppflags): New flag.
15936         * configure. Regenerate.
15937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15938         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15939         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15942         [BZ #16815]
15943         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15944         result for FE_DOWNWARD rounding mode.
15945         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15946         Likewise.
15947         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15949 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15951         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15952         in function argument name.
15954 2014-04-03  David Svoboda  <svoboda@cert.org>
15956         [BZ #5666]
15957         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15958         explicitly.
15960 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15962         * elf/dl-unmap-segments.h: New file.
15963         * sysdeps/generic/ldsodefs.h
15964         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15965         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15966         * elf/dl-fptr.c: Likewise.
15967         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15968         * sysdeps/aarch64/tlsdesc.c: Likewise.
15969         * sysdeps/arm/tlsdesc.c: Likewise.
15970         * sysdeps/i386/tlsdesc.c: Likewise.
15971         * sysdeps/tile/dl-runtime.c: Likewise.
15972         * sysdeps/x86_64/tlsdesc.c: Likewise.
15973         * elf/dl-load.h: New file.
15974         * elf/dl-load.c: Include it.
15975         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15976         Macros moved to dl-load.h.
15977         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15978         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15979         Use _dl_unmap_segments in place of __munmap.
15980         Break out segment-mapping loop into ...
15981         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15983 2014-04-03  Will Newton  <will.newton@linaro.org>
15985         * elf/dl-lookup.c (do_lookup_x): Remove comment
15986         referring to nested function and move variable
15987         declarations down to before first use.
15989 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15991         [BZ #16799]
15992         [BZ #16800]
15993         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15994         with 0 numerator.
15995         * math/s_catanf.c (__catanf): Likewise.
15996         * math/s_catanh.c (__catanh): Likewise.
15997         * math/s_catanhf.c (__catanhf): Likewise.
15998         * math/s_catanhl.c (__catanhl): Likewise.
15999         * math/s_catanl.c (__catanl): Likewise.
16000         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
16001         by positive zero when computing -Inf result.
16002         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
16003         (catanh_test): Likewise.
16004         * sysdeps/i386/fpu/libm-test-ulps: Update.
16005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16007         [BZ #16789]
16008         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
16009         instead of using underflowing value in computing result.
16010         * math/s_clog10.c (__clog10): Likewise.
16011         * math/s_clog10f.c (__clog10f): Likewise.
16012         * math/s_clog10l.c (__clog10l): Likewise.
16013         * math/s_clogf.c (__clogf): Likewise.
16014         * math/s_clogl.c (__clogl): Likewise.
16015         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
16016         (clog10_test): Likewise.
16017         * sysdeps/i386/fpu/libm-test-ulps: Update.
16018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16020 2014-04-02  Alan Modra  <amodra@gmail.com>
16022         [BZ #16739]
16023         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
16024         output when value is near a power of two.  Use int64_t for lx and
16025         remove casts.  Use decimal rather than hex exponent constants.
16026         Don't use long double multiplication when double will suffice.
16027         * math/libm-test.inc (nextafter_test_data): Add tests.
16028         * NEWS: Add 16739 and 16786 to bug list.
16030         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
16032         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
16034 2014-04-01  Will Newton  <will.newton@linaro.org>
16036         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
16037         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
16039 2014-04-01  Florian Weimer  <fweimer@redhat.com>
16041         [BZ #13347]
16042         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
16043         * nptl/tst-setuid2.c: New file.
16044         * nptl/Makefile (xtests): Add tst-setuid2.
16046 2014-04-01  Alan Modra  <amodra@gmail.com>
16048         [BZ #16786]
16049         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
16051 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16053         [BZ #6803]
16054         [BZ #6804]
16055         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
16056         set errno as appropriate.
16057         * math/w_scalbf.c (__scalbf): Likewise.
16058         * math/w_scalbl.c (__scalbl): Likewise.
16059         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
16060         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
16061         * math/libm-test.inc (scalb_test_data): Add errno expectations.
16062         Add more NaN tests.
16064         [BZ #16349]
16065         * math/w_atan2.c: Include <errno.h>.
16066         (__atan2): Set errno for result underflowing to zero.
16067         * math/w_atan2f.c: Include <errno.h>.
16068         (__atan2f): Set errno for result underflowing to zero.
16069         * math/w_atan2l.c: Include <errno.h>.
16070         (__atan2l): Set errno for result underflowing to zero.
16071         * math/auto-libm-test-in: Don't allow missing errno for some atan2
16072         tests.
16073         * math/auto-libm-test-out: Regenerated.
16075 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16077         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
16078         Encode instruction correctly in little endian.
16079         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
16080         Likewise.
16081         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
16082         Likewise.
16083         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
16084         Likewise.
16085         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
16086         Likewise.
16088 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16090         [BZ #9894]
16091         * sysdeps/unix/sysv/linux/kernel-features.h
16092         [__sparc__ && !__arch64__ && !__sparc_v9__]
16093         (__ASSUME_SET_ROBUST_LIST): Do not define.
16094         [__sparc__ && !__arch64__ && !__sparc_v9__]
16095         (__ASSUME_FUTEX_LOCK_PI): Likewise.
16096         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
16097         Likewise.
16098         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16099         (__ASSUME_FUTEX_LOCK_PI): Undefine.
16100         (__ASSUME_REQUEUE_PI): Likewise.
16101         (__ASSUME_SET_ROBUST_LIST): Likewise.
16102         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16103         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
16104         Undefine.
16105         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16106         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
16107         Likewise.
16108         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
16109         Likewise.
16110         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
16111         Likewise.
16112         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16113         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
16114         Undefine.
16115         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
16116         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
16117         Likewise.
16119         [BZ #16648]
16120         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16121         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
16122         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
16124 2014-03-31  Will Newton  <will.newton@linaro.org>
16126         * benchtests/Makefile (bench): Add ffs and ffsll to list
16127         of tests.
16128         * benchtests/ffs-inputs: New file.
16129         * benchtests/ffsll-inputs: Likewise.
16131 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
16133         [BZ #16770]
16134         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
16135         too large before casting to int.
16136         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
16137         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
16138         * math/libm-test.inc (scalb_test_data): Add more tests.
16140 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16142         * benchtests/Makefile (DETAILED_OPT): New make option.
16143         (bench-func): Run benchmark program with -d if DETAILED_OPT is
16144         set.
16145         * benchtests/bench-skeleton.c: Include stdbool.h.
16146         (main): Store and print timings per input.
16147         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16148         member to each argument value.
16149         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16150         (_print_arg_data): Initialize per-input timing to 0.
16152         * benchtests/Makefile (timing-type): New binary.
16153         (bench-clean): Also remove bench-timing-type.
16154         (bench): New target for timing-type.
16155         (bench-func): Print output in JSON format.
16156         * benchtests/bench-skeleton.c (main): Print output in JSON
16157         format.
16158         * benchtests/bench-timing-type.c: New file.
16159         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
16160         (TIMING_PRINT_STATS): Remove.
16161         * benchtests/scripts/bench.py (_print_arg_data): Store variant
16162         name separately.
16164         * benchtests/bench-modf.c: Remove.
16165         * benchtests/modf-inputs: New inputs file.
16167 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
16169         [BZ #16362]
16170         * math/s_clog10.c (M_PI_LOG10E): New macro.
16171         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
16172         imaginary parts are 0.
16173         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
16174         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
16175         imaginary parts are 0.
16176         * math/s_clog10l.c (M_PI_LOG10El): New macro.
16177         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
16178         imaginary parts are 0.
16179         * math/libm-test.inc (clog10_test_data): Update expected results
16180         for when real and imaginary parts are 0.
16182 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
16184         * elf/dl-load.c: Finish conversion of __builtin_expect into
16185         __glibc_{un}likely.
16187 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
16189         [BZ #16348]
16190         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
16191         1+x for argument with exponent below -67.
16192         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
16193         Likewise.
16194         * math/auto-libm-test-in: Add more tests of exp.
16195         * math/auto-libm-test-out: Regenerated.
16197 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16199         [BZ #16759]
16200         * inet/getnetgrent_r.c (get_nonempty_val): New function.
16201         (nscd_getnetgrent): Use it.
16203         [BZ #16760]
16204         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
16205         of stpcpy.
16207 2014-03-27  Andi Kleen  <ak@linux.intel.com>
16209         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
16210         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16211         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16212         (lll_robust_unlock): Remove out of line section. Use cfi
16213         intrinsics.
16214         (LLL_STUB_UNWIND_INFO*): Remove.
16215         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
16216         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16217         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16218         (lll_robust_unlock): Remove out of line section. Use cfi
16219         intrinsics.
16220         (LLL_STUB_UNWIND_INFO*): Remove.
16222 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16224         [BZ #16758]
16225         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
16226         blank values.
16228 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
16230         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
16232 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
16234         [BZ #16198]
16235         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
16236         fnstenv.
16237         * math/test-fenv-preserve.c: New file.
16238         * math/Makefile (tests): Add test-fenv-preserve.
16240 2014-03-26  Will Newton <will.newton@linaro.org>
16242         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
16244 2014-03-25  Roland McGrath  <roland@hack.frob.com>
16246         * scripts/versionlist.awk: Partition the version sets and emit all
16247         GLIBC_* (sorted) before all others (sorted).
16249 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16251         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
16252         GLIBC_2.2.5 version.
16254 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16256         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
16257         calls.
16259         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16260         previous change.
16262         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16264 2014-03-25  Andreas Schwab  <schwab@suse.de>
16266         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16267         label to be used after in6ailist is initialized.
16269 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16271         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16272         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16274 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16276         [BZ #16357]
16277         [BZ #16599]
16278         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16279         min_plus_half.
16280         (fp_formats): Update initializers.
16281         (init_fp_formats): Initialize new field.
16282         (output_for_one_input_case): Allow underflow for results up to
16283         min_plus_half.
16284         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16285         * math/auto-libm-test-in: Don't mark some underflows from asin and
16286         atanh as spurious.
16287         * math/auto-libm-test-out: Regenerated.
16288         * sysdeps/i386/fpu/libm-test-ulps: Update.
16289         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16291 2014-03-25  Andreas Schwab  <schwab@suse.de>
16293         * libio/Makefile (tst-ftell-partial-wide-ENV)
16294         (tst-ftell-active-handler-ENV): Define.
16296 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
16298         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16300 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16302         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16304 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16306         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16307         * sysdeps/x86_64/fpu/multiarch/e_exp.c
16308         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16310 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16312         [BZ #16634]
16313         * elf/dl-load.c (open_verify): Add mode parameter.
16314         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16315         (open_path): Change from boolean 'secure' to complete flag 'mode'
16316         (_dl_map_object): Adjust.
16317         * elf/Makefile (tests): Add tst-dlopen-aout.
16318         * elf/tst-dlopen-aout.c: New test.
16320 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
16322         [BZ #16714]
16323         * sysdeps/unix/sysv/linux/s390/bits/stat.h
16324         (struct stat): Rename member pad0 to __glibc_reserved0.
16326         [BZ #16712]
16327         * sysdeps/s390/s390-32/bits/wordsize.h
16328         (__WORDSIZE32_SIZE_ULONG): New define.
16329         * sysdeps/s390/s390-64/bits/wordsize.h
16330         (__WORDSIZE32_SIZE_ULONG): Likewise.
16331         * sysdeps/generic/stdint.h (SIZE_MAX):
16332         Define as UL if __WORDSIZE32_SIZE_ULONG.
16334         [BZ #16713]
16335         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16336         (__glibc_reserved0): New variable.
16337         (sa_flags): Change type to int.
16339         * posix/Makefile (before-compile): Use += before-compile instead
16340         of a :=.
16342         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16343         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16345 2014-03-20  Andreas Schwab  <schwab@suse.de>
16347         [BZ #16743]
16348         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16349         non-matching result from nscd.
16351 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16353         * scripts/bench.py: Moved to ...
16354         * benchtests/scripts/bench.py: ... here.
16355         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16357 2014-03-24  Andreas Schwab  <schwab@suse.de>
16359         [BZ #16002]
16360         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16361         alloca_account and account alloca use for struct in6ailist.
16363 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16365         [BZ #16284]
16366         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16367         rounding mode to recompute results that overflow to infinity or
16368         underflow to zero.
16369         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16370         bug 16284.
16371         * math/auto-libm-test-out: Regenerated.
16372         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16373         (ccosh_test): Likewise.
16374         (csin_test_data): Use plus_oflow.
16375         (csin_test): Use ALL_RM_TEST.
16376         (csinh_test_data): Use plus_oflow.
16377         (csinh_test): Use ALL_RM_TEST.
16378         * sysdeps/i386/fpu/libm-test-ulps: Update.
16379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16381 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16383         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16384         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16385         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16387         [BZ #16731]
16388         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16389         when x - 1 is zero.
16390         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16391         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16392         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16393         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16394         argument is 1.
16395         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16396         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16397         zero.
16398         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16399         * sysdeps/i386/fpu/libm-test-ulps: Update.
16400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16402 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16404         * scripts/bench.pl: Remove file.
16405         * scripts/bench.py: New benchmark script.
16406         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16407         * benchtests/README: Mention python dependency.
16408         * scripts/pylintrc: New file.
16409         * scripts/pylint: New file.
16411         * bits/mathdef.h: Use #ifdef instead of #if.
16412         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16413         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16414         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16415         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16416         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16417         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16419 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16420             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16422         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16423         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16424         and strpbrk-ppc64 objects.
16425         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16426         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16427         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16428         multiarch strpbrk for POWER7.
16429         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16430         multiarch strpbrk for PPC64.
16431         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16432         ifunc selector.
16433         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16434         strpbrk for POWER7.
16436 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16438         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16439         (atan_test): Likewise.
16440         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16441         (atanh_test): Use ALL_RM_TEST.
16442         (atan2_test_data): Likewise.
16443         (cabs_test): Likewise.
16444         (cacosh_test): Likewise.
16445         (carg_test): Likewise.
16446         (casin_test): Likewise.
16447         (casinh_test): Likewise.
16448         (cbrt_test): Likewise.
16449         (csqrt_test): Likewise.
16450         (erf_test): Likewise.
16451         (erfc_test): Likewise.
16452         (pow10_test): Likewise.
16453         (exp2_test): Likewise.
16454         (hypot_test): Likewise.
16455         (j0_test): Likewise.
16456         (j1_test): Likewise.
16457         (lgamma_test): Likewise.
16458         (gamma_test): Likewise.
16459         (sincos_test): Likewise.
16460         (tanh_test): Likewise.
16461         (y0_test): Likewise.
16462         (y1_test): Likewise.
16463         * sysdeps/i386/fpu/libm-test-ulps: Update.
16464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16466 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16468         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16469         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16470         and strcspn-ppc64 objects.
16471         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16472         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16473         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16474         multiarch strcspn for POWER7.
16475         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16476         multiarch strcspn for PPC64.
16477         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16478         ifunc selector.
16479         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16480         strcspn for POWER7.
16482 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16484         * math/gen-libm-test.pl (generate_testfile): Expect only function
16485         name as argument to AUTO_TESTS_* and pass results for all rounding
16486         modes to parse_args.
16487         (parse_auto_input): Separate inputs of automatic tests from
16488         outputs before storing in %auto_tests.
16489         * math/libm-test.inc (acos_test_data): Update call to
16490         AUTO_TESTS_f_f.
16491         (acos_test): Use ALL_RM_TEST.
16492         (acos_tonearest_test_data): Remove.
16493         (acos_test_tonearest): Likewise.
16494         (acos_towardzero_test_data): Likewise.
16495         (acos_test_towardzero): Likewise.
16496         (acos_downward_test_data): Likewise.
16497         (acos_test_downward): Likewise.
16498         (acos_upward_test_data): Likewise.
16499         (acos_test_upward): Likewise.
16500         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16501         (asin_test_data): Likewise.
16502         (asin_test): Use ALL_RM_TEST.
16503         (asin_tonearest_test_data): Remove.
16504         (asin_test_tonearest): Likewise.
16505         (asin_towardzero_test_data): Likewise.
16506         (asin_test_towardzero): Likewise.
16507         (asin_downward_test_data): Likewise.
16508         (asin_test_downward): Likewise.
16509         (asin_upward_test_data): Likewise.
16510         (asin_test_upward): Likewise.
16511         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16512         (atan_test_data): Likewise.
16513         (atanh_test_data): Likewise.
16514         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16515         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16516         (carg_test_data): Likewise.
16517         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16518         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16519         (ccosh_test_data): Likewise.
16520         (cexp_test_data): Likewise.
16521         (clog_test_data): Likewise.
16522         (clog10_test_data): Likewise.
16523         (cos_test_data): Update call to AUTO_TESTS_f_f.
16524         (cos_test): Use ALL_RM_TEST.
16525         (cos_tonearest_test_data): Remove.
16526         (cos_test_tonearest): Likewise.
16527         (cos_towardzero_test_data): Likewise.
16528         (cos_test_towardzero): Likewise.
16529         (cos_downward_test_data): Likewise.
16530         (cos_test_downward): Likewise.
16531         (cos_upward_test_data): Likewise.
16532         (cos_test_upward): Likewise.
16533         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16534         (cosh_test): Use ALL_RM_TEST.
16535         (cosh_tonearest_test_data): Remove.
16536         (cosh_test_tonearest): Likewise.
16537         (cosh_towardzero_test_data): Likewise.
16538         (cosh_test_towardzero): Likewise.
16539         (cosh_downward_test_data): Likewise.
16540         (cosh_test_downward): Likewise.
16541         (cosh_upward_test_data): Likewise.
16542         (cosh_test_upward): Likewise.
16543         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16544         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16545         (ctan_test_data): Likewise.
16546         (ctan_test): Use ALL_RM_TEST.
16547         (ctan_tonearest_test_data): Remove.
16548         (ctan_test_tonearest): Likewise.
16549         (ctan_towardzero_test_data): Likewise.
16550         (ctan_test_towardzero): Likewise.
16551         (ctan_downward_test_data): Likewise.
16552         (ctan_test_downward): Likewise.
16553         (ctan_upward_test_data): Likewise.
16554         (ctan_test_upward): Likewise.
16555         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16556         (ctanh_test): Use ALL_RM_TEST.
16557         (ctanh_tonearest_test_data): Remove.
16558         (ctanh_test_tonearest): Likewise.
16559         (ctanh_towardzero_test_data): Likewise.
16560         (ctanh_test_towardzero): Likewise.
16561         (ctanh_downward_test_data): Likewise.
16562         (ctanh_test_downward): Likewise.
16563         (ctanh_upward_test_data): Likewise.
16564         (ctanh_test_upward): Likewise.
16565         (erf_test_data): Update call to AUTO_TESTS_f_f.
16566         (erfc_test_data): Likewise.
16567         (exp_test_data): Likewise.
16568         (exp_test): Use ALL_RM_TEST.
16569         (exp_tonearest_test_data): Remove.
16570         (exp_test_tonearest): Likewise.
16571         (exp_towardzero_test_data): Likewise.
16572         (exp_test_towardzero): Likewise.
16573         (exp_downward_test_data): Likewise.
16574         (exp_test_downward): Likewise.
16575         (exp_upward_test_data): Likewise.
16576         (exp_test_upward): Likewise.
16577         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16578         (exp10_test): Use ALL_RM_TEST.
16579         (exp10_tonearest_test_data): Remove.
16580         (exp10_test_tonearest): Likewise.
16581         (exp10_towardzero_test_data): Likewise.
16582         (exp10_test_towardzero): Likewise.
16583         (exp10_downward_test_data): Likewise.
16584         (exp10_test_downward): Likewise.
16585         (exp10_upward_test_data): Likewise.
16586         (exp10_test_upward): Likewise.
16587         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16588         (expm1_test_data): Likewise.
16589         (expm1_test): Use ALL_RM_TEST.
16590         (expm1_tonearest_test_data): Remove.
16591         (expm1_test_tonearest): Likewise.
16592         (expm1_towardzero_test_data): Likewise.
16593         (expm1_test_towardzero): Likewise.
16594         (expm1_downward_test_data): Likewise.
16595         (expm1_test_downward): Likewise.
16596         (expm1_upward_test_data): Likewise.
16597         (expm1_test_upward): Likewise.
16598         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16599         (fma_test): Use ALL_RM_TEST.
16600         (fma_towardzero_test_data): Remove.
16601         (fma_test_towardzero): Likewise.
16602         (fma_downward_test_data): Likewise.
16603         (fma_test_downward): Likewise.
16604         (fma_upward_test_data): Likewise.
16605         (fma_test_upward): Likewise.
16606         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16607         (j0_test_data): Update call to AUTO_TESTS_f_f.
16608         (j1_test_data): Likewise.
16609         (jn_test_data): Update call to AUTO_TESTS_if_f.
16610         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16611         (log_test_data): Update call to AUTO_TESTS_f_f.
16612         (log10_test_data): Likewise.
16613         (log1p_test_data): Likewise.
16614         (log2_test_data): Likewise.
16615         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16616         (pow_tonearest_test_data): Likewise.
16617         (sin_test_data): Update call to AUTO_TESTS_f_f.
16618         (sin_test): Use ALL_RM_TEST.
16619         (sin_tonearest_test_data): Remove.
16620         (sin_test_tonearest): Likewise.
16621         (sin_towardzero_test_data): Likewise.
16622         (sin_test_towardzero): Likewise.
16623         (sin_downward_test_data): Likewise.
16624         (sin_test_downward): Likewise.
16625         (sin_upward_test_data): Likewise.
16626         (sin_test_upward): Likewise.
16627         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16628         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16629         (sinh_test): Use ALL_RM_TEST.
16630         (sinh_tonearest_test_data): Remove.
16631         (sinh_test_tonearest): Likewise.
16632         (sinh_towardzero_test_data): Likewise.
16633         (sinh_test_towardzero): Likewise.
16634         (sinh_downward_test_data): Likewise.
16635         (sinh_test_downward): Likewise.
16636         (sinh_upward_test_data): Likewise.
16637         (sinh_test_upward): Likewise.
16638         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16639         (sqrt_test): Use ALL_RM_TEST.
16640         (sqrt_tonearest_test_data): Remove.
16641         (sqrt_test_tonearest): Likewise.
16642         (sqrt_towardzero_test_data): Likewise.
16643         (sqrt_test_towardzero): Likewise.
16644         (sqrt_downward_test_data): Likewise.
16645         (sqrt_test_downward): Likewise.
16646         (sqrt_upward_test_data): Likewise.
16647         (sqrt_test_upward): Likewise.
16648         (tan_test_data): Update call to AUTO_TESTS_f_f.
16649         (tan_test): Use ALL_RM_TEST.
16650         (tan_tonearest_test_data): Remove.
16651         (tan_test_tonearest): Likewise.
16652         (tan_towardzero_test_data): Likewise.
16653         (tan_test_towardzero): Likewise.
16654         (tan_downward_test_data): Likewise.
16655         (tan_test_downward): Likewise.
16656         (tan_upward_test_data): Likewise.
16657         (tan_test_upward): Likewise.
16658         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16659         (tgamma_test_data): Likewise.
16660         (y0_test_data): Likewise.
16661         (y1_test_data): Likewise.
16662         (yn_test_data): Update call to AUTO_TESTS_if_f.
16663         (main): Do not call removed functions.
16665 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16667         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16668         (ldexp_test_data): Remove.
16669         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16670         scalbn_test_data.
16671         (scalb_test): Use ALL_RM_TEST.
16673 2014-03-19  Andreas Schwab  <schwab@suse.de>
16675         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16677 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16679         [BZ #16649]
16680         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16681         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16682         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16683         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16684         (__ASSUME_PREADV): Undefine.
16685         (__ASSUME_PWRITEV): Likewise.
16687 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16689         * bits/mman-linux.h: Add comment about non-Linux use.
16690         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16691         bits/mman-linux.h resting place.
16693         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16694         * bits/mman-linux.h: ... here.
16696 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16698         * conform/conformtest.pl: Add standard definition when calling C
16699         preprocessor on data files.
16700         (checknamespace): Remove unused variable.
16702 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16704         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16705         minus_oflow, plus_uflow and minus_uflow in expected results.
16706         * math/libm-test.inc (scalbn_test_data): Add more tests of
16707         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16708         minus_uflow.
16709         (scalbn_test): Use ALL_RM_TEST.
16710         (scalbln_test_data): Add more tests of negative arguments.  Use
16711         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16712         (scalbln_test): Use ALL_RM_TEST.
16714 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16716         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16718 2014-03-18  Will Newton  <will.newton@linaro.org>
16720         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16721         inaccurate comment.
16723 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16725         * Makerules [!subdir] (check-abi): Exit with error status if a
16726         test failed.
16728 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16730         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16731         for rint.  Include results for all rounding modes.
16732         (nearbyint_test): Use ALL_RM_TEST.
16733         (rint_test_data): Include all tests used for nearbyint.
16735 2014-03-17  Will Newton  <will.newton@linaro.org>
16737         * nptl/sysdeps/pthread/pthread.h: Revert previous
16738         change.
16740         * sysdeps/generic/ldsodefs.h: Revert previous
16741         change.
16743         * libio/genops.c: Revert previous change.
16744         * libio/libioP.h: Likewise.
16745         * stdio-common/vfprintf.c: Likewise.
16747         * sysdeps/generic/math_private.h: Revert previous
16748         change.
16750         * sysdeps/generic/math_private.h: Check whether
16751         HAVE_RM_CTX is defined with #ifdef rather
16752         than #if.
16754         * argp/argp-fmtstream.h: Check whether
16755         __STRICT_ANSI__ is defined with #ifdef rather
16756         than #if.
16757         * argp/argp.h: Likewise.
16759         * libio/genops.c: Check whether
16760         _IO_JUMPS_OFFSET is defined with #ifdef rather
16761         than #if.
16762         * libio/libioP.h: Likewise.
16763         * stdio-common/vfprintf.c: Likewise.
16765         * sysdeps/generic/ldsodefs.h: Check whether
16766         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16767         than #if.
16769         * nptl/sysdeps/pthread/pthread.h: Check
16770         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16771         its value.
16773 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16775         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16776         setting O_APPEND.
16777         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16778         test case.
16780         [BZ #16680]
16781         * libio/fileops.c (_IO_file_open): Seek to end of file but
16782         don't cache the offset.
16783         (get_file_offset): Remove function.
16784         (do_ftell): Use cached offset when available.
16785         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16786         don't cache the offset.
16787         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16788         case.
16789         (do_one_test): Call it.
16790         (do_ftell_test): Fix up expected old offset for a+ mode.
16791         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16792         available.
16794         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16795         up test status with function return status.
16796         (do_write_test): Likewise.
16797         (do_append_test): Likewise.
16799         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16800         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16801         Remove.
16803 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16805         * math/gen-libm-test.pl (parse_args): Handle results specified for
16806         each rounding mode separately.
16807         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16808         tests and results from lrint_tonearest_test_data,
16809         lrint_towardzero_test_data, lrint_downward_test_data and
16810         lrint_upward_test_data.
16811         (lrint_test): Use ALL_RM_TEST.
16812         (lrint_tonearest_test_data): Remove.
16813         (lrint_test_tonearest): Likewise.
16814         (lrint_towardzero_test_data): Likewise.
16815         (lrint_test_towardzero): Likewise.
16816         (lrint_downward_test_data): Likewise.
16817         (lrint_test_downward): Likewise.
16818         (lrint_upward_test_data): Likewise.
16819         (lrint_test_upward): Likewise.
16820         (llrint_test_data): Merge in per-rounding-mode tests and results
16821         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16822         llrint_downward_test_data and llrint_upward_test_data.
16823         (llrint_test): Use ALL_RM_TEST.
16824         (llrint_tonearest_test_data): Remove.
16825         (llrint_test_tonearest): Likewise.
16826         (llrint_towardzero_test_data): Likewise.
16827         (llrint_test_towardzero): Likewise.
16828         (llrint_downward_test_data): Likewise.
16829         (llrint_test_downward): Likewise.
16830         (llrint_upward_test_data): Likewise.
16831         (llrint_test_upward): Likewise.
16832         (rint_test_data): Merge in per-rounding-mode tests and results
16833         from rint_tonearest_test_data, rint_towardzero_test_data,
16834         rint_downward_test_data and rint_upward_test_data.  Add
16835         per-rounding-mode results for tests not in those arrays.
16836         (rint_test): Use ALL_RM_TEST.
16837         (rint_tonearest_test_data): Remove.
16838         (rint_test_tonearest): Likewise.
16839         (rint_towardzero_test_data): Likewise.
16840         (rint_test_towardzero): Likewise.
16841         (rint_downward_test_data): Likewise.
16842         (rint_test_downward): Likewise.
16843         (rint_upward_test_data): Likewise.
16844         (rint_test_upward): Likewise.
16845         (main): Don't call removed functions.
16847 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16849         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16850         "Compiled on ..." crapola.  It is anti-useful.
16852 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16854         * scripts/evaluate-test.sh: Handle fourth argument to determine
16855         whether test run should stop on failure.
16856         * Makeconfig (stop-on-test-failure): New variable.
16857         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16858         $(stop-on-test-failure).
16859         * Makefile (tests): Give a summary of results from testing and
16860         exit with failure status if they include an ERROR or FAIL.
16861         (xtests): Likewise.
16862         * manual/install.texi (Configuring and compiling): Mention
16863         stop-on-test-failure=y.
16864         * INSTALL: Regenerated.
16866 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16868         * scripts/versionlist.awk: New file.
16869         * Makerules [$(build-shared) = yes]
16870         (postclean-generated): Add Versions.def, not Versions.def.v and
16871         Versions.def.v.i.
16872         ($(common-objpfx)Versions.def.v.i): Target removed.
16873         ($(common-objpfx)Versions.def): New target.
16874         ($(common-objpfx)Versions.all): Depend on that rather that
16875         $(common-objpfx)Versions.def.v.
16876         * Versions.def: File removed.
16878         * Makeconfig (+gccwarn): Add -Wundef.
16879         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16880         a dl-sysdep.h breaking its contract.
16881         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16882         * include/stackinfo.h: New file.
16883         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16884         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16885         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16886         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16887         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16888         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16889         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16890         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16891         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16892         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16893         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16894         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16895         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16896         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16897         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16899 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16901         [BZ #16707]
16902         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16903         implementation.
16904         * math/libm-test.inc (round_test_data): Add more tests.
16906         [BZ #16706]
16907         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16908         implementation.
16909         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16911         [BZ #16701]
16912         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16913         implementation.
16914         * math/libm-test.inc (ceil_test_data): Add more tests.
16916         * math/libm-test.inc (trunc_test_data): Add more tests related to
16917         BZ#16414.
16919 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16921         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16922         with #if rather than #ifdef.
16923         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16925 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16927         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16928         first.  Disable AVX-512 GCC support if assembler doesn't support
16929         it.
16930         * sysdeps/x86_64/configure: Regenerated.
16932 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16934         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16935         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16936         (__old_pthread_attr_setstack): Likewise.
16937         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16938         [!_STACK_GROWS_DOWN]: Likewise.
16940 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16942         * config.make.in (have-bash2): Delete.
16943         * configure.ac (libc_cv_have_bash2): Delete.
16944         * configure: Regenerate.
16945         * elf/Makefile (common-ldd-rewrite): Rename to ...
16946         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16947         (sh-ldd-rewrite): Delete.
16948         (bash-ldd-rewrite): Delete.
16949         (have-bash2): Delete checks.
16950         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16951         ldd-rewrite.
16953         * config.make.in (have-ksh): Delete.
16954         (KSH): Delete.
16955         * configure.ac (libc_cv_have_ksh): Delete.
16956         * configure: Regenerate.
16958         * elf/Makefile: Delete $(have-ksh) check.
16959         ($(objpfx)sotruss): Change KSH to BASH.
16960         * elf/sotruss.ksh: Rename to ...
16961         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16962         function style to match POSIX.  Drop ksh vim mode setting.
16964         * manual/time.texi (Specifying the Time Zone with TZ): Change
16965         Tuesday to Thursday.
16967         * debug/tst-longjmp_chk2.c: Update header comment.
16968         (stackoverflow_handler): Add comment.  Call assert on pass value.
16970 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16972         [BZ #16194]
16973         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16974         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16975         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16976         (La_x86_64_vector): Add zmm.
16977         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16978         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16979         ($(objpfx)tst-audit10): New target.
16980         ($(objpfx)tst-audit10.out): Likewise.
16981         (tst-audit10-ENV): New.
16982         (AVX512-CFLAGS): Likewise.
16983         (CFLAGS-tst-audit10.c): Likewise.
16984         (CFLAGS-tst-auditmod10a.c): Likewise.
16985         (CFLAGS-tst-auditmod10b.c): Likewise.
16986         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16987         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16988         * sysdeps/x86_64/configure: Regenerated.
16989         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16990         AVX-512 zmm register support.
16991         (_dl_x86_64_save_sse): Likewise.
16992         (_dl_x86_64_restore_sse): Likewise.
16993         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16994         size vector registers.
16995         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16996         (ZMM_SIZE): Likewise.
16997         * sysdeps/x86_64/tst-audit10.c: New file.
16998         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16999         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
17001 2014-03-13  Roland McGrath  <roland@hack.frob.com>
17003         * configure.ac (HAVE_EHDR_START): New check.
17004         * configure: Regenerated.
17005         * config.h.in (HAVE_EHDR_START): New #undef.
17006         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
17007         assuming the lowest-addressed segment maps the start of the file.
17009 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
17011         * INSTALL: Regenerated.
17013 2014-03-13  Will Newton  <will.newton@linaro.org>
17015         * manual/setjmp.texi (System V contexts): Improve
17016         clarity and grammar of documentation.
17018 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
17020         [BZ #16381]
17021         * elf/Makefile (tests): Add tst-pie2.
17022         (tests-pie): Add tst-pie2.
17023         * elf/tst-pie2.c: New file.
17024         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
17025         for ET_EXEC.
17026         * elf/rtld.c (map_doit): Load executable as lt_executable.
17027         (dl_main): Likewise.
17029 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
17031         [BZ #16642]
17032         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17033         (__ASSUME_PSELECT): Undefine.
17035 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17037         [BZ #16689]
17038         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
17039         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
17040         static build.
17041         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
17042         selector for static builds.
17044 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17046         [BZ #16695]
17047         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
17048         key in the buffer.
17050 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17052         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
17053         IFUNC selector for static builds.
17055 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
17057         * sysdeps/mips/math_private.h [__mips_hard_float]
17058         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
17059         libc_feresetround_mips_ctx.
17060         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
17061         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
17062         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
17064         [BZ #16677]
17065         * math/s_nextafter.c (__nextafter): Do not return value from
17066         overflowing computation.
17067         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
17068         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
17069         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
17070         Likewise.
17071         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
17072         Likewise.
17073         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
17074         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
17076 2014-03-11  Roland McGrath  <roland@hack.frob.com>
17078         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
17079         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
17080         Move sfi_sp use from the load-multiple (that no longer sets sp) to
17081         the new mov targetting sp.
17083 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17085         [BZ #16683]
17086         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
17087         Define it for static builds as well.
17088         (NO_BZERO_IMPL): Likewise.
17090 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17092         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
17093         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
17094         multiarch strspn for PPC64.
17095         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
17096         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
17097         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17098         (__libc_ifunc_impl_list): Likewise.
17099         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
17100         multiarch optimizations
17101         * string/strspn.c (strspn): Using macro to redefine symbol name.
17103 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17104             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17106         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
17107         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
17108         multiarch strncat for PPC64.
17109         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
17110         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
17111         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17112         (__libc_ifunc_impl_list): Likewise.
17113         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
17114         multiarch optimizations
17116 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17118         [BZ #16639]
17119         * nscd/nscd.service: Make service type forking.
17121 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17123         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
17124         sign in non default rounding modes.
17125         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
17127 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
17129         * math/libm-test.inc (ALL_RM_TEST): New macro.
17130         (ceil_test): Use ALL_RM_TEST.
17131         (cimag_test): Likewise.
17132         (conj_test): Likewise.
17133         (copysign_test): Likewise.
17134         (cproj_test): Likewise.
17135         (creal_test): Likewise.
17136         (fabs_test): Likewise.
17137         (floor_test): Likewise.
17138         (fmax_test): Likewise.
17139         (fmin_test): Likewise.
17140         (fmod_test): Likewise.
17141         (fpclassify_test): Likewise.
17142         (frexp_test): Likewise.
17143         (ilogb_test): Likewise.
17144         (isfinite_test): Likewise.
17145         (finite_test): Likewise.
17146         (isgreater_test): Likewise.
17147         (isgreaterequal_test): Likewise.
17148         (isinf_test): Likewise.
17149         (isless_test): Likewise.
17150         (islessequal_test): Likewise.
17151         (islessgreater_test): Likewise.
17152         (isnan_test): Likewise.
17153         (isnormal_test): Likewise.
17154         (issignaling_test): Likewise.
17155         (isunordered_test): Likewise.
17156         (logb_test): Likewise.
17157         (logb_downward_test_data): Remove.
17158         (logb_test_downward): Likewise.
17159         (lround_test): Use ALL_RM_TEST.
17160         (llround_test): Likewise.
17161         (modf_test): Likewise.
17162         (nexttoward_test): Likewise.
17163         (remainder_test): Likewise.
17164         (drem_test): Likewise.
17165         (remainder_tonearest_test_data): Likewise.
17166         (remainder_test_tonearest): Likewise.
17167         (drem_test_tonearest): Likewise.
17168         (remainder_towardzero_test_data): Likewise.
17169         (remainder_test_towardzero): Likewise.
17170         (drem_test_towardzero): Likewise.
17171         (remainder_downward_test_data): Likewise.
17172         (remainder_test_downward): Likewise.
17173         (drem_test_downward): Likewise.
17174         (remainder_upward_test_data): Likewise.
17175         (remainder_test_upward): Likewise.
17176         (drem_test_upward): Likewise.
17177         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
17178         (round_test): Use ALL_RM_TEST.
17179         (signbit_test): Likewise.
17180         (trunc_test): Likewise.
17181         (significand_test): Likewise.
17182         (main): Don't call removed functions.
17184 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17186         [BZ #16674]
17187         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
17188         || __USE_XOPEN2K8].
17189         (ILL_ILLOPN): Likewise.
17190         (ILL_ILLADR): Likewise.
17191         (ILL_ILLTRP): Likewise.
17192         (ILL_PRVOPC): Likewise.
17193         (ILL_PRVREG): Likewise.
17194         (ILL_COPROC): Likewise.
17195         (ILL_BADSTK): Likewise.
17196         (FPE_INTDIV): Likewise.
17197         (FPE_INTOVF): Likewise.
17198         (FPE_FLTDIV): Likewise.
17199         (FPE_FLTOVF): Likewise.
17200         (FPE_FLTUND): Likewise.
17201         (FPE_FLTRES): Likewise.
17202         (FPE_FLTINV): Likewise.
17203         (FPE_FLTSUB): Likewise.
17204         (SEGV_MAPERR): Likewise.
17205         (SEGV_ACCERR): Likewise.
17206         (BUS_ADRALN): Likewise.
17207         (BUS_ADRERR): Likewise.
17208         (BUS_OBJERR): Likewise.
17209         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17210         (TRAP_TRACE): Likewise.
17211         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17212         __USE_XOPEN2K8].
17213         (CLD_KILLED): Likewise.
17214         (CLD_DUMPED): Likewise.
17215         (CLD_TRAPPED): Likewise.
17216         (CLD_STOPPED): Likewise.
17217         (CLD_CONTINUED): Likewise.
17218         (POLL_IN): Likewise.
17219         (POLL_OUT): Likewise.
17220         (POLL_MSG): Likewise.
17221         (POLL_ERR): Likewise.
17222         (POLL_PRI): Likewise.
17223         (POLL_HUP): Likewise.
17224         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
17225         Likewise.
17226         (ILL_ILLOPN): Likewise.
17227         (ILL_ILLADR): Likewise.
17228         (ILL_ILLTRP): Likewise.
17229         (ILL_PRVOPC): Likewise.
17230         (ILL_PRVREG): Likewise.
17231         (ILL_COPROC): Likewise.
17232         (ILL_BADSTK): Likewise.
17233         (FPE_INTDIV): Likewise.
17234         (FPE_INTOVF): Likewise.
17235         (FPE_FLTDIV): Likewise.
17236         (FPE_FLTOVF): Likewise.
17237         (FPE_FLTUND): Likewise.
17238         (FPE_FLTRES): Likewise.
17239         (FPE_FLTINV): Likewise.
17240         (FPE_FLTSUB): Likewise.
17241         (SEGV_MAPERR): Likewise.
17242         (SEGV_ACCERR): Likewise.
17243         (BUS_ADRALN): Likewise.
17244         (BUS_ADRERR): Likewise.
17245         (BUS_OBJERR): Likewise.
17246         (BUS_MCEERR_AR): Likewise.
17247         (BUS_MCEERR_AO): Likewise.
17248         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17249         (TRAP_TRACE): Likewise.
17250         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17251         __USE_XOPEN2K8].
17252         (CLD_KILLED): Likewise.
17253         (CLD_DUMPED): Likewise.
17254         (CLD_TRAPPED): Likewise.
17255         (CLD_STOPPED): Likewise.
17256         (CLD_CONTINUED): Likewise.
17257         (POLL_IN): Likewise.
17258         (POLL_OUT): Likewise.
17259         (POLL_MSG): Likewise.
17260         (POLL_ERR): Likewise.
17261         (POLL_PRI): Likewise.
17262         (POLL_HUP): Likewise.
17263         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17264         (ILL_ILLOPN): Likewise.
17265         (ILL_ILLADR): Likewise.
17266         (ILL_ILLTRP): Likewise.
17267         (ILL_PRVOPC): Likewise.
17268         (ILL_PRVREG): Likewise.
17269         (ILL_COPROC): Likewise.
17270         (ILL_BADSTK): Likewise.
17271         (FPE_INTDIV): Likewise.
17272         (FPE_INTOVF): Likewise.
17273         (FPE_FLTDIV): Likewise.
17274         (FPE_FLTOVF): Likewise.
17275         (FPE_FLTUND): Likewise.
17276         (FPE_FLTRES): Likewise.
17277         (FPE_FLTINV): Likewise.
17278         (FPE_FLTSUB): Likewise.
17279         (SEGV_MAPERR): Likewise.
17280         (SEGV_ACCERR): Likewise.
17281         (BUS_ADRALN): Likewise.
17282         (BUS_ADRERR): Likewise.
17283         (BUS_OBJERR): Likewise.
17284         (BUS_MCEERR_AR): Likewise.
17285         (BUS_MCEERR_AO): Likewise.
17286         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17287         (TRAP_TRACE): Likewise.
17288         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17289         __USE_XOPEN2K8].
17290         (CLD_KILLED): Likewise.
17291         (CLD_DUMPED): Likewise.
17292         (CLD_TRAPPED): Likewise.
17293         (CLD_STOPPED): Likewise.
17294         (CLD_CONTINUED): Likewise.
17295         (POLL_IN): Likewise.
17296         (POLL_OUT): Likewise.
17297         (POLL_MSG): Likewise.
17298         (POLL_ERR): Likewise.
17299         (POLL_PRI): Likewise.
17300         (POLL_HUP): Likewise.
17301         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17302         Likewise.
17303         (ILL_ILLOPN): Likewise.
17304         (ILL_ILLADR): Likewise.
17305         (ILL_ILLTRP): Likewise.
17306         (ILL_PRVOPC): Likewise.
17307         (ILL_PRVREG): Likewise.
17308         (ILL_COPROC): Likewise.
17309         (ILL_BADSTK): Likewise.
17310         (ILL_BADIADDR): Likewise.
17311         (ILL_BREAK): Likewise.
17312         (FPE_INTDIV): Likewise.
17313         (FPE_INTOVF): Likewise.
17314         (FPE_FLTDIV): Likewise.
17315         (FPE_FLTOVF): Likewise.
17316         (FPE_FLTUND): Likewise.
17317         (FPE_FLTRES): Likewise.
17318         (FPE_FLTINV): Likewise.
17319         (FPE_FLTSUB): Likewise.
17320         (FPE_DECOVF): Likewise.
17321         (FPE_DECDIV): Likewise.
17322         (FPE_DECERR): Likewise.
17323         (FPE_INVASC): Likewise.
17324         (FPE_INVDEC): Likewise.
17325         (SEGV_MAPERR): Likewise.
17326         (SEGV_ACCERR): Likewise.
17327         (SEGV_PSTKOVF): Likewise.
17328         (BUS_ADRALN): Likewise.
17329         (BUS_ADRERR): Likewise.
17330         (BUS_OBJERR): Likewise.
17331         (BUS_MCEERR_AR): Likewise.
17332         (BUS_MCEERR_AO): Likewise.
17333         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17334         (TRAP_TRACE): Likewise.
17335         (TRAP_BRANCH): Likewise.
17336         (TRAP_HWBKPT): Likewise.
17337         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17338         __USE_XOPEN2K8].
17339         (CLD_KILLED): Likewise.
17340         (CLD_DUMPED): Likewise.
17341         (CLD_TRAPPED): Likewise.
17342         (CLD_STOPPED): Likewise.
17343         (CLD_CONTINUED): Likewise.
17344         (POLL_IN): Likewise.
17345         (POLL_OUT): Likewise.
17346         (POLL_MSG): Likewise.
17347         (POLL_ERR): Likewise.
17348         (POLL_PRI): Likewise.
17349         (POLL_HUP): Likewise.
17350         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17351         (ILL_ILLOPN): Likewise.
17352         (ILL_ILLADR): Likewise.
17353         (ILL_ILLTRP): Likewise.
17354         (ILL_PRVOPC): Likewise.
17355         (ILL_PRVREG): Likewise.
17356         (ILL_COPROC): Likewise.
17357         (ILL_BADSTK): Likewise.
17358         (FPE_INTDIV): Likewise.
17359         (FPE_INTOVF): Likewise.
17360         (FPE_FLTDIV): Likewise.
17361         (FPE_FLTOVF): Likewise.
17362         (FPE_FLTUND): Likewise.
17363         (FPE_FLTRES): Likewise.
17364         (FPE_FLTINV): Likewise.
17365         (FPE_FLTSUB): Likewise.
17366         (SEGV_MAPERR): Likewise.
17367         (SEGV_ACCERR): Likewise.
17368         (BUS_ADRALN): Likewise.
17369         (BUS_ADRERR): Likewise.
17370         (BUS_OBJERR): Likewise.
17371         (BUS_MCEERR_AR): Likewise.
17372         (BUS_MCEERR_AO): Likewise.
17373         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17374         (TRAP_TRACE): Likewise.
17375         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17376         __USE_XOPEN2K8].
17377         (CLD_KILLED): Likewise.
17378         (CLD_DUMPED): Likewise.
17379         (CLD_TRAPPED): Likewise.
17380         (CLD_STOPPED): Likewise.
17381         (CLD_CONTINUED): Likewise.
17382         (POLL_IN): Likewise.
17383         (POLL_OUT): Likewise.
17384         (POLL_MSG): Likewise.
17385         (POLL_ERR): Likewise.
17386         (POLL_PRI): Likewise.
17387         (POLL_HUP): Likewise.
17388         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17389         (ILL_ILLOPN): Likewise.
17390         (ILL_ILLADR): Likewise.
17391         (ILL_ILLTRP): Likewise.
17392         (ILL_PRVOPC): Likewise.
17393         (ILL_PRVREG): Likewise.
17394         (ILL_COPROC): Likewise.
17395         (ILL_BADSTK): Likewise.
17396         (FPE_INTDIV): Likewise.
17397         (FPE_INTOVF): Likewise.
17398         (FPE_FLTDIV): Likewise.
17399         (FPE_FLTOVF): Likewise.
17400         (FPE_FLTUND): Likewise.
17401         (FPE_FLTRES): Likewise.
17402         (FPE_FLTINV): Likewise.
17403         (FPE_FLTSUB): Likewise.
17404         (SEGV_MAPERR): Likewise.
17405         (SEGV_ACCERR): Likewise.
17406         (BUS_ADRALN): Likewise.
17407         (BUS_ADRERR): Likewise.
17408         (BUS_OBJERR): Likewise.
17409         (BUS_MCEERR_AR): Likewise.
17410         (BUS_MCEERR_AO): Likewise.
17411         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17412         (TRAP_TRACE): Likewise.
17413         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17414         __USE_XOPEN2K8].
17415         (CLD_KILLED): Likewise.
17416         (CLD_DUMPED): Likewise.
17417         (CLD_TRAPPED): Likewise.
17418         (CLD_STOPPED): Likewise.
17419         (CLD_CONTINUED): Likewise.
17420         (POLL_IN): Likewise.
17421         (POLL_OUT): Likewise.
17422         (POLL_MSG): Likewise.
17423         (POLL_ERR): Likewise.
17424         (POLL_PRI): Likewise.
17425         (POLL_HUP): Likewise.
17426         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17427         (ILL_ILLOPN): Likewise.
17428         (ILL_ILLADR): Likewise.
17429         (ILL_ILLTRP): Likewise.
17430         (ILL_PRVOPC): Likewise.
17431         (ILL_PRVREG): Likewise.
17432         (ILL_COPROC): Likewise.
17433         (ILL_BADSTK): Likewise.
17434         (FPE_INTDIV): Likewise.
17435         (FPE_INTOVF): Likewise.
17436         (FPE_FLTDIV): Likewise.
17437         (FPE_FLTOVF): Likewise.
17438         (FPE_FLTUND): Likewise.
17439         (FPE_FLTRES): Likewise.
17440         (FPE_FLTINV): Likewise.
17441         (FPE_FLTSUB): Likewise.
17442         (SEGV_MAPERR): Likewise.
17443         (SEGV_ACCERR): Likewise.
17444         (BUS_ADRALN): Likewise.
17445         (BUS_ADRERR): Likewise.
17446         (BUS_OBJERR): Likewise.
17447         (BUS_MCEERR_AR): Likewise.
17448         (BUS_MCEERR_AO): Likewise.
17449         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17450         (TRAP_TRACE): Likewise.
17451         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17452         __USE_XOPEN2K8].
17453         (CLD_KILLED): Likewise.
17454         (CLD_DUMPED): Likewise.
17455         (CLD_TRAPPED): Likewise.
17456         (CLD_STOPPED): Likewise.
17457         (CLD_CONTINUED): Likewise.
17458         (POLL_IN): Likewise.
17459         (POLL_OUT): Likewise.
17460         (POLL_MSG): Likewise.
17461         (POLL_ERR): Likewise.
17462         (POLL_PRI): Likewise.
17463         (POLL_HUP): Likewise.
17464         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17465         (ILL_ILLOPN): Likewise.
17466         (ILL_ILLADR): Likewise.
17467         (ILL_ILLTRP): Likewise.
17468         (ILL_PRVOPC): Likewise.
17469         (ILL_PRVREG): Likewise.
17470         (ILL_COPROC): Likewise.
17471         (ILL_BADSTK): Likewise.
17472         (ILL_DBLFLT): Likewise.
17473         (ILL_HARDWALL): Likewise.
17474         (FPE_INTDIV): Likewise.
17475         (FPE_INTOVF): Likewise.
17476         (FPE_FLTDIV): Likewise.
17477         (FPE_FLTOVF): Likewise.
17478         (FPE_FLTUND): Likewise.
17479         (FPE_FLTRES): Likewise.
17480         (FPE_FLTINV): Likewise.
17481         (FPE_FLTSUB): Likewise.
17482         (SEGV_MAPERR): Likewise.
17483         (SEGV_ACCERR): Likewise.
17484         (BUS_ADRALN): Likewise.
17485         (BUS_ADRERR): Likewise.
17486         (BUS_OBJERR): Likewise.
17487         (BUS_MCEERR_AR): Likewise.
17488         (BUS_MCEERR_AO): Likewise.
17489         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17490         (TRAP_TRACE): Likewise.
17491         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17492         __USE_XOPEN2K8].
17493         (CLD_KILLED): Likewise.
17494         (CLD_DUMPED): Likewise.
17495         (CLD_TRAPPED): Likewise.
17496         (CLD_STOPPED): Likewise.
17497         (CLD_CONTINUED): Likewise.
17498         (POLL_IN): Likewise.
17499         (POLL_OUT): Likewise.
17500         (POLL_MSG): Likewise.
17501         (POLL_ERR): Likewise.
17502         (POLL_PRI): Likewise.
17503         (POLL_HUP): Likewise.
17504         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17505         (ILL_ILLOPN): Likewise.
17506         (ILL_ILLADR): Likewise.
17507         (ILL_ILLTRP): Likewise.
17508         (ILL_PRVOPC): Likewise.
17509         (ILL_PRVREG): Likewise.
17510         (ILL_COPROC): Likewise.
17511         (ILL_BADSTK): Likewise.
17512         (FPE_INTDIV): Likewise.
17513         (FPE_INTOVF): Likewise.
17514         (FPE_FLTDIV): Likewise.
17515         (FPE_FLTOVF): Likewise.
17516         (FPE_FLTUND): Likewise.
17517         (FPE_FLTRES): Likewise.
17518         (FPE_FLTINV): Likewise.
17519         (FPE_FLTSUB): Likewise.
17520         (SEGV_MAPERR): Likewise.
17521         (SEGV_ACCERR): Likewise.
17522         (BUS_ADRALN): Likewise.
17523         (BUS_ADRERR): Likewise.
17524         (BUS_OBJERR): Likewise.
17525         (BUS_MCEERR_AR): Likewise.
17526         (BUS_MCEERR_AO): Likewise.
17527         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17528         (TRAP_TRACE): Likewise.
17529         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17530         __USE_XOPEN2K8].
17531         (CLD_KILLED): Likewise.
17532         (CLD_DUMPED): Likewise.
17533         (CLD_TRAPPED): Likewise.
17534         (CLD_STOPPED): Likewise.
17535         (CLD_CONTINUED): Likewise.
17536         (POLL_IN): Likewise.
17537         (POLL_OUT): Likewise.
17538         (POLL_MSG): Likewise.
17539         (POLL_ERR): Likewise.
17540         (POLL_PRI): Likewise.
17541         (POLL_HUP): Likewise.
17542         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17543         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17545         [BZ #16670]
17546         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17547         before #include of <time.h>.
17548         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17549         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17550         (test-xfail-UNIX98/sched.h/conform): Likewise.
17552 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17554         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17555         error absence of trapping exception support.
17556         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17558 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17560         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17561         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17562         * timezone/Makefile (testdata): Move definition above include of
17563         Rules.
17564         (test-zones): New variable.
17565         (tests-special): Add zone files.
17566         (build-testdata): Use $(evaluate-test).
17568         * elf/Makefile (tests-special): Rename tests to end with .out.
17569         ($(objpfx)noload-mem): Likewise.
17570         ($(objpfx)tst-leaks1-mem): Likewise.
17571         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17572         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17573         $(objpfx)test-iconvconfig.out.
17574         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17575         set -e inside subshell and redirect output to file.
17576         * iconvdata/Makefile (generated): Rename tests to end with .out.
17577         Correct type.
17578         (tests-special): Rename tests to end with .out.
17579         ($(objpfx)mtrace-tst-loading): Likewise.
17580         * intl/Makefile (generated): Likewise.
17581         (tests-special): Likewise.
17582         ($(objpfx)mtrace-tst-gettext): Likewise.
17583         * misc/Makefile (generated): Likewise.
17584         (tests-special): Likewise.
17585         ($(objpfx)tst-error1-mem): Likewise.
17586         * nptl/Makefile (tests-special): Likewise.
17587         ($(objpfx)tst-stack3-mem): Likewise.
17588         (generated): Likewise.
17589         * posix/Makefile (generated): Likewise.
17590         (tests-special): Likewise.
17591         (xtests-special): Likewise.
17592         ($(objpfx)tst-fnmatch-mem): Likewise.
17593         ($(objpfx)bug-regex2-mem): Likewise.
17594         ($(objpfx)bug-regex14-mem): Likewise.
17595         ($(objpfx)bug-regex21-mem): Likewise.
17596         ($(objpfx)bug-regex31-mem): Likewise.
17597         ($(objpfx)tst-vfork3-mem): Likewise.
17598         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17599         ($(objpfx)tst-pcre-mem): Likewise.
17600         ($(objpfx)tst-boost-mem): Likewise.
17601         ($(objpfx)bug-ga2-mem): Likewise.
17602         ($(objpfx)bug-glob2-mem): Likewise.
17603         * resolv/Makefile (generate): Likewise.
17604         (tests-special): Likewise.
17605         (xtests-special): Likewise.
17606         (generated): Likewise.
17607         ($(objpfx)mtrace-tst-leaks): Likewise.
17608         ($(objpfx)mtrace-tst-leaks2): Likewise.
17610         * scripts/merge-test-results.sh: New file.
17611         * Makefile (tests-special-notdir): New variable.
17612         (tests): Run merge-test-results.sh.
17613         (xtests): Likewise.
17614         * Rules (tests-special-notdir): New variable.
17615         (xtests-special-notdir): Likewise.
17616         (tests): Run merge-test-results.sh
17617         (xtests): Likewise.
17619         * Makeconfig (test-xfail-name): New variable.
17620         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17621         compute variable name for expected failures.
17622         * conform/Makefile (conformtest-headers-data): New variable.
17623         (conformtest-standards): Likewise.
17624         (conformtest-headers-ISO): Likewise.
17625         (conformtest-headers-ISO99): Likewise.
17626         (conformtest-headers-ISO11): Likewise.
17627         (conformtest-headers-POSIX): Likewise.
17628         (conformtest-headers-XPG3): Likewise.
17629         (conformtest-headers-XPG4): Likewise.
17630         (conformtest-headers-UNIX98): Likewise.
17631         (conformtest-headers-XOPEN2K): Likewise.
17632         (conformtest-headers-POSIX2008): Likewise.
17633         (conformtest-headers-XOPEN2K8): Likewise.
17634         (conformtest-header-list-base): Likewise.
17635         (conformtest-header-list-tests): Likewise.
17636         (conformtest-header-base): Likewise.
17637         (conformtest-header-tests): Likewise.
17638         (tests-special): Add $(conformtest-header-list-tests).  If
17639         [$(fast-check) && !$(cross-compiling)], add
17640         $(conformtest-header-tests) instead of
17641         $(objpfx)run-conformtest.out.
17642         (generated): Add $(conformtest-header-list-base).  If
17643         [$(fast-check) && !$(cross-compiling)], add
17644         $(conformtest-header-base).  Remove previous setting.
17645         ($(conformtest-header-list-tests)): New target.
17646         (test-xfail-run-conformtest): Remove variable.
17647         ($(objpfx)run-conformtest.out): Remove target.
17648         (test-xfail-ISO11/complex.h/conform): New variable.
17649         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17650         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17651         (test-xfail-XPG3/varargs.h/conform): Likewise.
17652         (test-xfail-XPG4/varargs.h/conform): Likewise.
17653         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17654         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17655         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17656         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17657         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17658         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17659         (test-xfail-XPG3/ftw.h/conform): Likewise.
17660         (test-xfail-XPG3/grp.h/conform): Likewise.
17661         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17662         (test-xfail-XPG3/limits.h/conform): Likewise.
17663         (test-xfail-XPG3/pwd.h/conform): Likewise.
17664         (test-xfail-XPG3/search.h/conform): Likewise.
17665         (test-xfail-XPG3/signal.h/conform): Likewise.
17666         (test-xfail-XPG3/stdio.h/conform): Likewise.
17667         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17668         (test-xfail-XPG3/string.h/conform): Likewise.
17669         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17670         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17671         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17672         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17673         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17674         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17675         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17676         (test-xfail-XPG3/termios.h/conform): Likewise.
17677         (test-xfail-XPG3/time.h/conform): Likewise.
17678         (test-xfail-XPG3/unistd.h/conform): Likewise.
17679         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17680         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17681         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17682         (test-xfail-XPG4/netdb.h/conform): Likewise.
17683         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17684         (test-xfail-XPG4/signal.h/conform): Likewise.
17685         (test-xfail-XPG4/stdio.h/conform): Likewise.
17686         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17687         (test-xfail-XPG4/stropts.h/conform): Likewise.
17688         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17689         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17690         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17691         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17692         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17693         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17694         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17695         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17696         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17697         (test-xfail-XPG4/termios.h/conform): Likewise.
17698         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17699         (test-xfail-XPG4/unistd.h/conform): Likewise.
17700         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17701         (test-xfail-POSIX/sched.h/conform): Likewise.
17702         (test-xfail-POSIX/signal.h/conform): Likewise.
17703         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17704         (test-xfail-POSIX/tar.h/conform): Likewise.
17705         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17706         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17707         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17708         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17709         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17710         (test-xfail-UNIX98/sched.h/conform): Likewise.
17711         (test-xfail-UNIX98/signal.h/conform): Likewise.
17712         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17713         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17714         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17715         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17716         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17717         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17718         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17719         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17720         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17721         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17722         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17723         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17724         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17725         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17726         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17727         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17728         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17729         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17730         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17731         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17732         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17733         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17734         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17735         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17736         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17737         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17738         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17739         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17740         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17741         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17742         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17743         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17744         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17745         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17746         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17747         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17748         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17749         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17750         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17751         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17752         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17753         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17754         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17755         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17756         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17757         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17758         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17759         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17760         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17761         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17762         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17763         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17764         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17765         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17766         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17767         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17768         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17769         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17770         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17771         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17772         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17773         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17774         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17775         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17776         (conformtest-cc-flags): Likewise.
17777         ($(conformtest-header-tests): New target.
17778         * conform/check-header-lists.sh: New file.
17779         * conform/run-conformtest.sh: Remove.
17781         * conform/conformtest.pl: Allow ' and \ in values given for
17782         constants.
17783         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17784         inclusion.
17785         [POSIX] (sys/types.h): Likewise.
17786         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17787         inclusion.
17788         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17789         inclusion.
17790         * conform/data/signal.h-data (SIGIO): Remove expectation.
17791         [XPG3] (SIGBUS): Do not expect.
17792         [POSIX || XPG3] (SIGPOLL): Likewise.
17793         [POSIX || XPG3] (SIGPROF): Likewise.
17794         [POSIX || XPG3] (SIGSYS): Likewise.
17795         [XPG3] (SIGTRAP): Likewise.
17796         [POSIX || XPG3] (SIGURG): Likewise.
17797         [POSIX || XPG3] (SIGVTALRM): Likewise.
17798         [POSIX || XPG3] (SIGXCPU): Likewise.
17799         [POSIX || XPG3] (SIGXFSZ): Likewise.
17800         [POSIX] (SA_SIGINFO): Expect.
17801         [XPG3] (siginfo_t): Do not expect type or contents.
17802         [POSIX] (si_pid): Do not expect element.
17803         [POSIX] (si_uid): Likewise.
17804         [POSIX] (si_addr): Likewise.
17805         [POSIX] (si_status): Likewise.
17806         [POSIX] (si_band): Likewise.
17807         [XPG4] (si_value): Likewise.
17808         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17809         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17810         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17811         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17812         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17813         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17814         [POSIX || XPG3] (ILL_COPROC): Likewise.
17815         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17816         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17817         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17818         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17819         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17820         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17821         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17822         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17823         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17824         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17825         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17826         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17827         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17828         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17829         [POSIX || XPG3] (CLD_EXITED): Likewise.
17830         [POSIX || XPG3] (CLD_KILLED): Likewise.
17831         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17832         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17833         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17834         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17835         [POSIX || XPG3] (POLL_IN): Likewise.
17836         [POSIX || XPG3] (POLL_OUT): Likewise.
17837         [POSIX || XPG3] (POLL_MSG): Likewise.
17838         [POSIX || XPG3] (POLL_ERR): Likewise.
17839         [POSIX || XPG3] (POLL_PRI): Likewise.
17840         [POSIX || XPG3] (POLL_HUP): Likewise.
17841         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17842         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17843         (SIG*): Do not allow.
17844         [XPG3] (si_*): Likewise.
17845         [XPG3] (SI_*): Likewise.
17846         [XPG3 || XPG4] (sigev_*): Likewise.
17847         [XPG3 || XPG4] (SIGEV_*): Likewise.
17848         [XPG3 || XPG4] (sival_*): Likewise.
17849         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17850         [POSIX || XPG3] (BUS_*): Likewise.
17851         [POSIX || XPG3] (CLD_*): Likewise.
17852         [POSIX || XPG3] (FPE_*): Likewise.
17853         [POSIX || XPG3] (ILL_*): Likewise.
17854         [POSIX || XPG3] (POLL_*): Likewise.
17855         [POSIX || XPG3] (SEGV_*): Likewise.
17856         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17857         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17858         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17859         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17860         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17861         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17862         Specify type and value.
17863         (TVERSLEN): Likewise.
17864         (REGTYPE): Likewise.
17865         (AREGTYPE): Likewise.
17866         (LNKTYPE): Likewise.
17867         (SYMTYPE): Likewise.
17868         (CHRTYPE): Likewise.
17869         (BLKTYPE): Likewise.
17870         (DIRTYPE): Likewise.
17871         (FIFOTYPE): Likewise.
17872         (CONTTYPE): Likewise.
17873         (TSUID): Likewise.
17874         (TSGID): Likewise.
17875         (TSVTX): Likewise.
17876         (TUREAD): Likewise.
17877         (TUWRITE): Likewise.
17878         (TUEXEC): Likewise.
17879         (TGREAD): Likewise.
17880         (TGWRITE): Likewise.
17881         (TGEXEC): Likewise.
17882         (TOREAD): Likewise.
17883         (TOWRITE): Likewise.
17884         (TOEXEC): Likewise.
17885         [POSIX] (TSVTX): Expect constant.
17887 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17889         * Makefile (tests): Change dependencies to ....
17890         (tests-special): ... additions to this variable.
17891         (tests): Depend on $(tests-special).
17892         * Makerules (check-abi-list): New variable.
17893         (check-abi): Depend on $(check-abi-list).
17894         [$(subdir) = elf] (tests-special): Add
17895         $(objpfx)check-abi-libc.out.
17896         [$(build-shared) = yes && subdir] (tests-special): Add
17897         $(check-abi-list).
17898         [$(build-shared) = yes && subdir] (tests): Do not depend on
17899         check-abi.
17900         * Rules (tests): Depend on $(tests-special).
17901         (xtests): Depend on $(xtests-special).
17902         * catgets/Makefile (tests): Change dependencies to ....
17903         (tests-special): ... additions to this variable.
17904         * conform/Makefile (tests): Change dependencies to ....
17905         (tests-special): ... additions to this variable.
17906         * elf/Makefile (tests): Change dependencies to ....
17907         (tests-special): ... additions to this variable.
17908         * grp/Makefile (tests): Change dependencies to ....
17909         (tests-special): ... additions to this variable.
17910         * iconv/Makefile (xtests): Change dependencies to ....
17911         (xtests-special): ... additions to this variable.
17912         * iconvdata/Makefile (tests): Change dependencies to ....
17913         (tests-special): ... additions to this variable.
17914         * intl/Makefile (tests): Change dependencies to ....
17915         (tests-special): ... additions to this variable.  Also add
17916         $(objpfx)tst-gettext.out.
17917         * io/Makefile (tests): Change dependencies to ....
17918         (tests-special): ... additions to this variable.
17919         * libio/Makefile (tests): Change dependencies to ....
17920         (tests-special): ... additions to this variable.
17921         * malloc/Makefile (tests): Change dependencies to ....
17922         (tests-special): ... additions to this variable.
17923         * misc/Makefile (tests): Change dependencies to ....
17924         (tests-special): ... additions to this variable.
17925         * nptl/Makefile (tests): Change dependencies to ....
17926         (tests-special): ... additions to this variable.
17927         * nptl_db/Makefile (tests): Change dependencies to ....
17928         (tests-special): ... additions to this variable.
17929         * posix/Makefile (tests): Change dependencies to ....
17930         (tests-special): ... additions to this variable.
17931         (xtests): Change dependencies to ....
17932         (xtests-special): ... additions to this variable.
17933         * resolv/Makefile (tests): Change dependencies to ....
17934         (tests-special): ... additions to this variable.
17935         (xtests): Change dependencies to ....
17936         (xtests-special): ... additions to this variable.
17937         * stdio-common/Makefile (tests): Change dependencies to ....
17938         (tests-special): ... additions to this variable.
17939         (do-tst-unbputc): Remove target.
17940         (do-tst-printf): Likewise.
17941         * stdlib/Makefile (tests): Change dependencies to ....
17942         (tests-special): ... additions to this variable.
17943         * string/Makefile (tests): Change dependencies to ....
17944         (tests-special): ... additions to this variable.
17945         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17946         (tests-special): ... additions to this variable.
17948         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17949         whole file.
17950         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17951         whole file.
17952         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17953         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17955         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17956         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17957         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17958         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17959         * conform/data/libgen.h-data [XPG3]: Likewise.
17960         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17961         * conform/data/ndbm.h-data [XPG3]: Likewise.
17962         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17963         * conform/data/netdb.h-data [XPG3]: Likewise.
17964         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17965         * conform/data/poll.h-data [XPG3]: Likewise.
17966         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17967         * conform/data/strings.h-data [XPG3]: Likewise.
17968         * conform/data/stropts.h-data [XPG3]: Likewise.
17969         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17970         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17971         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17972         Likewise.
17973         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17974         * conform/data/sys/time.h-data [XPG3]: Likewise.
17975         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17976         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17977         * conform/data/sys/un.h-data [XPG3]: Likewise.
17978         * conform/data/syslog.h-data [XPG3]: Likewise.
17979         * conform/data/ucontext.h-data [XPG3]: Likewise.
17980         * conform/data/utmpx.h-data [XPG3]: Likewise.
17981         * conform/data/varargs.h-data [UNIX98]: Enable file.
17983         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17985         * math/libm-test.inc (struct test_f_f_data): Move expected results
17986         into structure for each rounding mode.
17987         (struct test_ff_f_data): Likewise.
17988         (struct test_ff_f_data_nexttoward): Likewise.
17989         (struct test_fi_f_data): Likewise.
17990         (struct test_fl_f_data): Likewise.
17991         (struct test_if_f_data): Likewise.
17992         (struct test_fff_f_data): Likewise.
17993         (struct test_c_f_data): Likewise.
17994         (struct test_f_f1_data): Likewise.
17995         (struct test_fF_f1_data): Likewise.
17996         (struct test_ffI_f1_data): Likewise.
17997         (struct test_c_c_data): Likewise.
17998         (struct test_cc_c_data): Likewise.
17999         (struct test_f_i_data): Likewise.
18000         (struct test_ff_i_data): Likewise.
18001         (struct test_f_l_data): Likewise.
18002         (struct test_f_L_data): Likewise.
18003         (struct test_fFF_11_data): Likewise.
18004         (RM_): New macro.
18005         (RM_FE_DOWNWARD): Likewise.
18006         (RM_FE_TONEAREST): Likewise.
18007         (RM_FE_TOWARDZERO): Likewise.
18008         (RM_FE_UPWARD): Likewise.
18009         (RUN_TEST_LOOP_f_f): Update references to expected results.
18010         (RUN_TEST_LOOP_2_f): Likewise.
18011         (RUN_TEST_LOOP_fff_f): Likewise.
18012         (RUN_TEST_LOOP_c_f): Likewise.
18013         (RUN_TEST_LOOP_f_f1): Likewise.
18014         (RUN_TEST_LOOP_fF_f1): Likewise.
18015         (RUN_TEST_LOOP_fI_f1): Likewise.
18016         (RUN_TEST_LOOP_ffI_f1): Likewise.
18017         (RUN_TEST_LOOP_c_c): Likewise.
18018         (RUN_TEST_LOOP_cc_c): Likewise.
18019         (RUN_TEST_LOOP_f_i): Likewise.
18020         (RUN_TEST_LOOP_f_i_tg): Likewise.
18021         (RUN_TEST_LOOP_ff_i_tg): Likewise.
18022         (RUN_TEST_LOOP_f_b): Likewise.
18023         (RUN_TEST_LOOP_f_b_tg): Likewise.
18024         (RUN_TEST_LOOP_f_l): Likewise.
18025         (RUN_TEST_LOOP_f_L): Likewise.
18026         (RUN_TEST_LOOP_fFF_11): Likewise.
18027         * math/gen-libm-test.pl (parse_args): Output four copies of
18028         expected results for each test.
18030         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18031         (__ASSUME_UTIMES): Remove.
18032         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18033         (__ASSUME_UTIMES): Likewise.
18035         * math/gen-auto-libm-tests.c: Update comment on output format.
18036         (output_for_one_input_case): Generate before-rounding and
18037         after-rounding information as conditions on output flags not
18038         floating-point format.
18039         * math/auto-libm-test-out: Regenerated.
18040         * math/gen-libm-test.pl (cond_value): New function.
18041         (or_cond_value): Use cond_value.
18042         (generate_testfile): Handle conditional exceptions.
18044 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
18046         * math/libm-test.inc (max_valid_error): New variable.
18047         (init_max_error): Take new argument specifying whether function
18048         results are exactly determined.  Set max_valid_error and bound
18049         other variables for errors based on this argument.
18050         (set_max_error): Do not record results above max_valid_error.
18051         (check_float_internal): Only accept errors of up to 0.5ulps if
18052         also at most max_valid_error.
18053         (START): Take new argument EXACT and pass it to init_max_error.
18054         (acos_test): Update call to START.
18055         (acos_test_tonearest): Likewise.
18056         (acos_test_towardzero): Likewise.
18057         (acos_test_downward): Likewise.
18058         (acos_test_upward): Likewise.
18059         (acosh_test): Likewise.
18060         (asin_test): Likewise.
18061         (asin_test_tonearest): Likewise.
18062         (asin_test_towardzero): Likewise.
18063         (asin_test_downward): Likewise.
18064         (asin_test_upward): Likewise.
18065         (asinh_test): Likewise.
18066         (atan_test): Likewise.
18067         (atanh_test): Likewise.
18068         (atan2_test): Likewise.
18069         (cabs_test): Likewise.
18070         (cacos_test): Likewise.
18071         (cacosh_test): Likewise.
18072         (carg_test): Likewise.
18073         (casin_test): Likewise.
18074         (casinh_test): Likewise.
18075         (catan_test): Likewise.
18076         (catanh_test): Likewise.
18077         (cbrt_test): Likewise.
18078         (ccos_test): Likewise.
18079         (ccosh_test): Likewise.
18080         (ceil_test): Likewise.
18081         (cexp_test): Likewise.
18082         (cimag_test): Likewise.
18083         (clog_test): Likewise.
18084         (clog10_test): Likewise.
18085         (conj_test): Likewise.
18086         (copysign_test): Likewise.
18087         (cos_test): Likewise.
18088         (cos_test_tonearest): Likewise.
18089         (cos_test_towardzero): Likewise.
18090         (cos_test_downward): Likewise.
18091         (cos_test_upward): Likewise.
18092         (cosh_test): Likewise.
18093         (cosh_test_tonearest): Likewise.
18094         (cosh_test_towardzero): Likewise.
18095         (cosh_test_downward): Likewise.
18096         (cosh_test_upward): Likewise.
18097         (cpow_test): Likewise.
18098         (cproj_test): Likewise.
18099         (creal_test): Likewise.
18100         (csin_test): Likewise.
18101         (csinh_test): Likewise.
18102         (csqrt_test): Likewise.
18103         (ctan_test): Likewise.
18104         (ctan_test_tonearest): Likewise.
18105         (ctan_test_towardzero): Likewise.
18106         (ctan_test_downward): Likewise.
18107         (ctan_test_upward): Likewise.
18108         (ctanh_test): Likewise.
18109         (ctanh_test_tonearest): Likewise.
18110         (ctanh_test_towardzero): Likewise.
18111         (ctanh_test_downward): Likewise.
18112         (ctanh_test_upward): Likewise.
18113         (erf_test): Likewise.
18114         (erfc_test): Likewise.
18115         (exp_test): Likewise.
18116         (exp_test_tonearest): Likewise.
18117         (exp_test_towardzero): Likewise.
18118         (exp_test_downward): Likewise.
18119         (exp_test_upward): Likewise.
18120         (exp10_test): Likewise.
18121         (exp10_test_tonearest): Likewise.
18122         (exp10_test_towardzero): Likewise.
18123         (exp10_test_downward): Likewise.
18124         (exp10_test_upward): Likewise.
18125         (pow10_test): Likewise.
18126         (exp2_test): Likewise.
18127         (expm1_test): Likewise.
18128         (expm1_test_tonearest): Likewise.
18129         (expm1_test_towardzero): Likewise.
18130         (expm1_test_downward): Likewise.
18131         (expm1_test_upward): Likewise.
18132         (fabs_test): Likewise.
18133         (fdim_test): Likewise.
18134         (floor_test): Likewise.
18135         (fma_test): Likewise.
18136         (fma_test_towardzero): Likewise.
18137         (fma_test_downward): Likewise.
18138         (fma_test_upward): Likewise.
18139         (fmax_test): Likewise.
18140         (fmin_test): Likewise.
18141         (fmod_test): Likewise.
18142         (fpclassify_test): Likewise.
18143         (frexp_test): Likewise.
18144         (hypot_test): Likewise.
18145         (ilogb_test): Likewise.
18146         (isfinite_test): Likewise.
18147         (finite_test): Likewise.
18148         (isgreater_test): Likewise.
18149         (isgreaterequal_test): Likewise.
18150         (isinf_test): Likewise.
18151         (isless_test): Likewise.
18152         (islessequal_test): Likewise.
18153         (islessgreater_test): Likewise.
18154         (isnan_test): Likewise.
18155         (isnormal_test): Likewise.
18156         (issignaling_test): Likewise.
18157         (isunordered_test): Likewise.
18158         (j0_test): Likewise.
18159         (j1_test): Likewise.
18160         (jn_test): Likewise.
18161         (ldexp_test): Likewise.
18162         (lgamma_test): Likewise.
18163         (gamma_test): Likewise.
18164         (lrint_test): Likewise.
18165         (lrint_test_tonearest): Likewise.
18166         (lrint_test_towardzero): Likewise.
18167         (lrint_test_downward): Likewise.
18168         (lrint_test_upward): Likewise.
18169         (llrint_test): Likewise.
18170         (llrint_test_tonearest): Likewise.
18171         (llrint_test_towardzero): Likewise.
18172         (llrint_test_downward): Likewise.
18173         (llrint_test_upward): Likewise.
18174         (log_test): Likewise.
18175         (log10_test): Likewise.
18176         (log1p_test): Likewise.
18177         (log2_test): Likewise.
18178         (logb_test): Likewise.
18179         (logb_test_downward): Likewise.
18180         (lround_test): Likewise.
18181         (llround_test): Likewise.
18182         (modf_test): Likewise.
18183         (nearbyint_test): Likewise.
18184         (nextafter_test): Likewise.
18185         (nexttoward_test): Likewise.
18186         (pow_test): Likewise.
18187         (pow_test_tonearest): Likewise.
18188         (pow_test_towardzero): Likewise.
18189         (pow_test_downward): Likewise.
18190         (pow_test_upward): Likewise.
18191         (remainder_test): Likewise.
18192         (drem_test): Likewise.
18193         (remainder_test_tonearest): Likewise.
18194         (drem_test_tonearest): Likewise.
18195         (remainder_test_towardzero): Likewise.
18196         (drem_test_towardzero): Likewise.
18197         (remainder_test_downward): Likewise.
18198         (drem_test_downward): Likewise.
18199         (remainder_test_upward): Likewise.
18200         (drem_test_upward): Likewise.
18201         (remquo_test): Likewise.
18202         (rint_test): Likewise.
18203         (rint_test_tonearest): Likewise.
18204         (rint_test_towardzero): Likewise.
18205         (rint_test_downward): Likewise.
18206         (rint_test_upward): Likewise.
18207         (round_test): Likewise.
18208         (scalb_test): Likewise.
18209         (scalbn_test): Likewise.
18210         (scalbln_test): Likewise.
18211         (signbit_test): Likewise.
18212         (sin_test): Likewise.
18213         (sin_test_tonearest): Likewise.
18214         (sin_test_towardzero): Likewise.
18215         (sin_test_downward): Likewise.
18216         (sin_test_upward): Likewise.
18217         (sincos_test): Likewise.
18218         (sinh_test): Likewise.
18219         (sinh_test_tonearest): Likewise.
18220         (sinh_test_towardzero): Likewise.
18221         (sinh_test_downward): Likewise.
18222         (sinh_test_upward): Likewise.
18223         (sqrt_test): Likewise.
18224         (sqrt_test_tonearest): Likewise.
18225         (sqrt_test_towardzero): Likewise.
18226         (sqrt_test_downward): Likewise.
18227         (sqrt_test_upward): Likewise.
18228         (tan_test): Likewise.
18229         (tan_test_tonearest): Likewise.
18230         (tan_test_towardzero): Likewise.
18231         (tan_test_downward): Likewise.
18232         (tan_test_upward): Likewise.
18233         (tanh_test): Likewise.
18234         (tgamma_test): Likewise.
18235         (trunc_test): Likewise.
18236         (y0_test): Likewise.
18237         (y1_test): Likewise.
18238         (yn_test): Likewise.
18239         (significand_test): Likewise.
18241         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
18242         individual tests in comment.
18243         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
18244         (prev_max_error): New variable.
18245         (prev_real_max_error): Likewise.
18246         (prev_imag_max_error): Likewise.
18247         (compare_ulp_data): Don't refer to test names in comment.
18248         (find_test_ulps): Remove function.
18249         (find_function_ulps): Likewise.
18250         (find_complex_function_ulps): Likewise.
18251         (init_max_error): Take function name as argument.  Look up ulps
18252         for that function.
18253         (print_ulps): Remove function.
18254         (print_max_error): Use prev_max_error instead of calling
18255         find_function_ulps.
18256         (print_complex_max_error): Use prev_real_max_error and
18257         prev_imag_max_error instead of calling find_complex_function_ulps.
18258         (check_float_internal): Take max_ulp parameter instead of calling
18259         find_test_ulps.  Don't call print_ulps.
18260         (check_float): Update call to check_float_internal.
18261         (check_complex): Update calls to check_float_internal.
18262         (START): Pass argument to init_max_error.
18263         * math/gen-libm-test.pl (%results): Don't include "kind"
18264         information.
18265         (parse_ulps): Don't handle ulps of individual tests.
18266         (print_ulps_file): Likewise.
18267         (output_ulps): Likewise.
18268         * math/README.libm-test: Update.
18269         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18270         individual tests.
18271         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18272         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18273         * sysdeps/arm/libm-test-ulps: Likewise.
18274         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18275         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18276         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18277         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18278         * sysdeps/microblaze/libm-test-ulps: Likewise.
18279         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18280         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18281         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18282         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18283         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18284         * sysdeps/sh/libm-test-ulps: Likewise.
18285         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18286         * sysdeps/tile/libm-test-ulps: Likewise.
18287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18289 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
18291         * math/libm-test.inc (print_complex_max_error): Check separately
18292         whether real and imaginary errors are within allowed range and
18293         pass 0 to print_complex_function_ulps instead of value within
18294         allowed range.
18296 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18298         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18299         formatting.
18300         (get_handles_fopen): Likewise.
18301         (do_write_test): Likewise.
18303         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18305         * libio/fileops.c (do_ftell): Use cached offset when
18306         available.
18307         * libio/iofwide.c (do_ftell_wide): Likewise.
18308         * libio/iofdopen.c (_IO_new_fdopen): Don't use
18309         _IO_file_attach.
18310         * libio/wfileops.c (_IO_fwide): Don't cache offset.
18312         [BZ #16532]
18313         * libio/libioP.h (get_file_offset): New function.
18314         * libio/fileops.c (get_file_offset): Likewise.
18315         (do_ftell): Likewise.
18316         (_IO_new_file_seekoff): Split out ftell logic.
18317         * libio/wfileops.c (do_ftell_wide): Likewise.
18318         (_IO_wfile_seekoff): Split out ftell logic.
18319         * libio/tst-ftell-active-handler.c: New test case.
18320         * libio/Makefile (tests): Add it.
18322 2014-03-03  Roland McGrath  <roland@hack.frob.com>
18324         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18325         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18327 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18329         [BZ #16639]
18330         * nscd/connections.c (nscd_init): Call do_exit.
18331         (start_threads): Call do_exit and notify_parent.
18332         (begin_drop_privileges): Call do_exit.
18333         (finish_drop_privileges): Likewise.
18334         * nscd/selinux.c (preserve_capabilities): Likewise.
18335         (install_real_capabilities): Likewise.
18336         (nscd_selinux_enabled): Likewise.
18337         (avc_create_thread): Likewise.
18338         (avc_alloc_lock): Likewise.
18339         (nscd_avc_init): Likewise.
18340         * nscd/nscd.c (parent_fd): New static variable.
18341         (main): Create a pipe between parent and child processes.
18342         Skip closing parent_fd.
18343         (monitor_child): New function.
18344         (do_exit): Likewise.
18345         (notify_parent): Likewise.
18346         * nscd/nscd.h (notify_parent): Likewise.
18347         (do_exit): Likewise.
18349 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18351         * malloc/malloc.c (__libc_calloc): Revert last change.
18353 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18355         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18357 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18359         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18360         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18361         implementation.
18362         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18363         (__libc_ifunc_impl_list): Likewise.
18364         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18365         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18366         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18367         * string/strrchr.c: Define STRRCHR.
18369 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18371         * benchtest/bench-strtok.c (simple_strtok): Delete.
18372         (strtok_string): Use as benchmark.
18373         * string/strtok (STRTOK): New macro.
18375 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18377         * manual/threads.texi: Add header and standard comments to all
18378         functions.
18380         * elf/dl-lookup.c (check_match): New function.
18381         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18382         (do_lookup_x): Remove nested function check_match. Use non-nested
18383         function check_match.
18385 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18387         * csu/Makefile (generated, before-compile): Use += rather than =.
18388         * catgets/Makefile (generated, generated-dirs): Likewise.
18389         * debug/Makefile (generated): Likewise.
18390         * dlfcn/Makefile (generated): Likewise.
18391         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18392         * iconvdata/Makefile (before-compile, generated): Likewise.
18393         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18394         * libio/Makefile (generated): Likewise.
18395         * malloc/Makefile (generated): Likewise.
18396         * manual/Makefile (generated, generated-dirs): Likewise.
18397         * misc/Makefile (generated): Likewise.
18398         * posix/Makefile (generated): Likewise.
18399         * resolv/Makefile (generated): Likewise.
18400         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18401         * timezone/Makefile (generated, generated-dirs): Likewise.
18403         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18405 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18407         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18408         power8 implementation.
18409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18410         file: POWER8 llround ifunc implementation.
18411         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18412         (__lllround): Add POWER8 implementation.
18413         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18414         POWER8 llround implementation.
18416         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18417         power8 implementation.
18418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18419         file: POWER8 llrint ifunc implementation.
18420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18421         Add POWER8 implementation.
18422         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18423         POWER8 llrint implementation.
18425         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18426         power8 implementation.
18427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18428         file: POWER8 finite ifunc implementation.
18429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18430         Add POWER8 implementation.
18431         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18432         Likewise.
18433         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18434         POWER8 finite implementation.
18435         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18437         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18438         power8 implementation.
18439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18440         file: POWER8 isinf ifunc implementation.
18441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18442         POWER8 implementation.
18443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18444         Likewise.
18445         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18446         isinf implementation.
18447         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18449         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18450         (INIT_ARCH): Add hwcap2 initialization.
18451         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18452         power8 implementation.
18453         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18454         file: POWER8 isnan ifunc implementation.
18455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18456         POWER8 implementation.
18457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18458         Likewise.
18459         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18460         isnan implementation.
18461         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18463 2014-02-27  Joey Ye  <joey.ye@arm.com>
18465         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18466         (_FP_NANFRAC_Q): Set to zero.
18468 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18470         [BZ #16623]
18471         * math/auto-libm-test-in: New test inputs.
18472         * math/auto-libm-test-out: Regenerate.
18473         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18474         and DA.
18475         (__cos): Likewise.
18476         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18478 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18480         * scripts/evaluate-test.sh: Take new argument indicating whether
18481         failure is expected.
18482         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18483         indicating whether failure is expected.
18484         * conform/Makefile (test-xfail-run-conformtest): New variable.
18485         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18486         level.
18487         * posix/Makefile (test-xfail-annexc): New variable.
18488         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18490 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18492         * argp/Makefile: Include Makeconfig immediately after defining
18493         subdir.
18494         * assert/Makefile: Likewise.
18495         * benchtests/Makefile: Likewise.
18496         * catgets/Makefile: Likewise.
18497         * conform/Makefile: Likewise.
18498         * crypt/Makefile: Likewise.
18499         * csu/Makefile: Likewise.
18500         (all): Remove target.
18501         * ctype/Makefile: Include Makeconfig immediately after defining
18502         subdir.
18503         * debug/Makefile: Likewise.
18504         * dirent/Makefile: Likewise.
18505         * dlfcn/Makefile: Likewise.
18506         * gmon/Makefile: Likewise.
18507         * gnulib/Makefile: Likewise.
18508         * grp/Makefile: Likewise.
18509         * gshadow/Makefile: Likewise.
18510         * hesiod/Makefile: Likewise.
18511         * hurd/Makefile: Likewise.
18512         (all): Remove target.
18513         * iconvdata/Makefile: Include Makeconfig immediately after
18514         defining subdir.
18515         * inet/Makefile: Likewise.
18516         * intl/Makefile: Likewise.
18517         * io/Makefile: Likewise.
18518         * libio/Makefile: Likewise.
18519         (all): Remove target.
18520         * locale/Makefile: Include Makeconfig immediately after defining
18521         subdir.
18522         * login/Makefile: Likewise.
18523         * mach/Makefile: Likewise.
18524         (all): Remove target.
18525         * malloc/Makefile: Include Makeconfig immediately after defining
18526         subdir.
18527         (all): Remove target.
18528         * manual/Makefile: Include Makeconfig immediately after defining
18529         subdir.
18530         * math/Makefile: Likewise.
18531         * misc/Makefile: Likewise.
18532         * nis/Makefile: Likewise.
18533         * nss/Makefile: Likewise.
18534         * po/Makefile: Likewise.
18535         (all): Remove target.
18536         * posix/Makefile: Include Makeconfig immediately after defining
18537         subdir.
18538         * pwd/Makefile: Likewise.
18539         * resolv/Makefile: Likewise.
18540         * resource/Makefile: Likewise.
18541         * rt/Makefile: Likewise.
18542         * setjmp/Makefile: Likewise.
18543         * shadow/Makefile: Likewise.
18544         * signal/Makefile: Likewise.
18545         * socket/Makefile: Likewise.
18546         * soft-fp/Makefile: Likewise.
18547         * stdio-common/Makefile: Likewise.
18548         * stdlib/Makefile: Likewise.
18549         * streams/Makefile: Likewise.
18550         * string/Makefile: Likewise.
18551         * sunrpc/Makefile: Likewise.
18552         (all): Remove target.
18553         * sysvipc/Makefile: Include Makeconfig immediately after defining
18554         subdir.
18555         * termios/Makefile: Likewise.
18556         * time/Makefile: Likewise.
18557         * timezone/Makefile: Likewise.
18558         (all): Remove target.
18559         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18560         subdir.
18561         * wctype/Makefile: Likewise.
18563 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18565         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18566         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18567         (libc_feholdexcept_setround_mips): Ditto.
18568         (libc_feholdsetround): New.
18569         (libc_feholdsetroundf): New.
18570         (libc_feholdsetroundl): New.
18571         (libc_feupdateenv_test_mips): New.
18572         (libc_feupdateenv_test): New.
18573         (libc_feupdateenv_testf): New.
18574         (libc_feupdateenv_testl): New.
18575         (libc_feresetround): New.
18576         (libc_feresetroundf): New.
18577         (libc_feresetroundl): New.
18578         (libc_fetestexcept_mips): New.
18579         (libc_fetestexcept): New.
18580         (libc_fetestexceptf): New.
18581         (libc_fetestexceptl): New.
18582         (HAVE_RM_CTX): New.
18583         (libc_feholdexcept_setround_mips_ctx): New.
18584         (libc_feholdexcept_setround_ctx): New.
18585         (libc_feholdexcept_setroundf_ctx): New.
18586         (libc_feholdexcept_setroundl_ctx): New.
18587         (libc_fesetenv_mips_ctx): New.
18588         (libc_fesetenv_ctx): New.
18589         (libc_fesetenv_ctxf): New.
18590         (libc_fesetenv_ctxl): New.
18591         (libc_feupdateenv_mips_ctx): New.
18592         (libc_feupdateenv_ctx): New.
18593         (libc_feupdateenvf_ctx): New.
18594         (libc_feupdateenvl_ctx): New.
18595         (libc_feholdsetround_mips_ctx): New.
18596         (libc_feholdsetround_ctx): New.
18597         (libc_feholdsetroundf_ctx): New.
18598         (libc_feholdsetroundl_ctx): New.
18599         (libc_feresetround_mips_ctx): New.
18600         (libc_feresetround_ctx): New.
18601         (libc_feresetroundf_ctx): New.
18602         (libc_feresetroundl_ctx): New.
18604 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18606         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18608         * manual/ipc.texi: New file.
18609         * manual/Makefile (chapters): Add ipc.
18610         * manual/job.texi: Add "Inter-Process Communication" to next.
18611         * manual/process.texi: Add "Inter-Process Communication" to prev.
18613 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18615         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18617 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18619         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18621         * manual/arith.texi: Fix spaces after sentences.
18622         * manual/charset.texi: Likewise.
18623         * manual/errno.texi: Likewise.
18624         * manual/install.texi: Likewise.
18625         * manual/llio.texi: Likewise.
18626         * manual/locale.texi: Likewise.
18627         * manual/maint.texi: Likewise.
18628         * manual/math.texi: Likewise.
18629         * manual/memory.texi: Likewise.
18630         * manual/message.texi: Likewise.
18631         * manual/probes.texi: Likewise.
18632         * manual/resource.texi: Likewise.
18633         * manual/signal.texi: Likewise.
18634         * manual/socket.texi: Likewise.
18635         * manual/stdio.texi: Likewise.
18636         * manual/string.texi: Likewise.
18637         * manual/time.texi: Likewise.
18638         * manual/users.texi: Likewise.
18640 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18642         [BZ #16632]
18643         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18644         _DEFAULT_SOURCE is defined.
18646 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18647             Carlos O'Donell  <carlos@redhat.com>
18649         [BZ #16613]
18650         * elf/dl-tls.c (_dl_count_modids): New function.
18651         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18652         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18653         audit library and increment generation counter.
18654         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18655         * elf/tst-audit9.c: New file.
18656         * elf/tst-auditmod9a.c: New file.
18657         * elf/tst-auditmod9b.c: New file.
18658         * elf/Makefile: Add rules to build and run tst-audit9.
18660 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18662         [BZ #15347]
18663         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18665 2014-02-25  Will Newton  <will.newton@linaro.org>
18667         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18668         (__longjmp): Restore sp and lr before restoring callee
18669         saved registers.  Add longjmp and longjmp_target
18670         SystemTap probe point.
18671         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18672         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18673         Define to zero to match jmpbuf layout.
18674         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18675         (__sigsetjmp): Save sp and lr before saving callee
18676         saved registers.  Add setjmp SystemTap probe point.
18678 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18680         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18682 2014-02-24  Andreas Schwab  <schwab@suse.de>
18684         [BZ #15804]
18685         * elf/pldd.c (wait_for_ptrace_stop): New function.
18686         (main): Call it after attaching.
18688 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18690         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18691         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18692         Versions files is now verboten.
18693         * hurd/Versions (libc: GLIBC_2.0):
18694         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18695         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18696         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18697         * mach/Versions: Likewise.
18699         * csu/Versions: Remove unused %include.
18700         * resolv/Versions: Likewise.
18702 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18704         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18705         ($(objpfx)check-local-headers.out): Likewise.
18706         ($(objpfx)begin-end-check.out): Likewise.
18707         * Makerules (check-abi-%.out): Likewise.
18708         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18709         ($(objpfx)test2.cat): Likewise.
18710         ($(objpfx)de/libc.cat): Likewise.
18711         ($(objpfx)test-gencat.out): Likewise.
18712         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18713         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18714         ($(objpfx)noload-mem): Likewise.
18715         ($(objpfx)tst-pathopt.out): Likewise.
18716         ($(objpfx)tst-rtld-load-self.out): Likewise.
18717         ($(objpfx)tst-array1-cmp.out): Likewise.
18718         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18719         ($(objpfx)tst-array2-cmp.out): Likewise.
18720         ($(objpfx)tst-array3-cmp.out): Likewise.
18721         ($(objpfx)tst-array4-cmp.out): Likewise.
18722         ($(objpfx)tst-array5-cmp.out): Likewise.
18723         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18724         ($(objpfx)check-textrel.out): Likewise.
18725         ($(objpfx)check-execstack.out): Likewise.
18726         ($(objpfx)check-localplt.out): Likewise.
18727         ($(objpfx)order2-cmp.out): Likewise.
18728         ($(objpfx)tst-leaks1-mem): Likewise.
18729         ($(objpfx)tst-leaks1-static-mem): Likewise.
18730         ($(objpfx)tst-initorder-cmp.out): Likewise.
18731         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18732         ($(objpfx)tst-unused-dep.out): Likewise.
18733         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18734         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18735         * iconv/Makefile (test-iconvconfig): Likewise.
18736         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18737         ($(objpfx)iconv-test.out): Likewise.
18738         ($(objpfx)tst-tables.out): Likewise.
18739         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18740         ($(objpfx)tst-gettext.out): Likewise.
18741         ($(objpfx)tst-translit.out): Likewise.
18742         ($(objpfx)tst-gettext2.out): Likewise.
18743         ($(objpfx)tst-gettext4.out): Likewise.
18744         ($(objpfx)tst-gettext6.out): Likewise.
18745         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18746         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18747         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18748         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18749         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18750         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18751         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18752         ($(objpfx)wordexp-tst.out): Likewise.
18753         ($(objpfx)annexc.out): Likewise.
18754         ($(objpfx)tst-fnmatch-mem): Likewise.
18755         ($(objpfx)bug-regex2-mem): Likewise.
18756         ($(objpfx)bug-regex14-mem): Likewise.
18757         ($(objpfx)bug-regex21-mem): Likewise.
18758         ($(objpfx)bug-regex31-mem): Likewise.
18759         ($(objpfx)tst-vfork3-mem): Likewise.
18760         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18761         ($(objpfx)tst-pcre-mem): Likewise.
18762         ($(objpfx)tst-boost-mem): Likewise.
18763         ($(objpfx)tst-getconf.out): Likewise.
18764         ($(objpfx)bug-ga2-mem): Likewise.
18765         ($(objpfx)bug-glob2-mem): Likewise.
18766         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18767         ($(objpfx)mtrace-tst-leaks2): Likewise.
18768         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18769         ($(objpfx)tst-printf.out): Likewise.
18770         ($(objpfx)tst-setvbuf1.out): Likewise.
18771         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18772         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18773         ($(objpfx)tst-fmtmsg.out): Likewise.
18774         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18775         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18777         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18778         * bits/sigaction.h [__USE_MISC]: Likewise.
18779         * bits/waitstatus.h: Update #endif comments.
18780         * ctype/ctype.h: Likewise.
18781         * dirent/dirent.h: Likewise.
18782         [__USE_MISC]: Remove redundant conditionals.
18783         * grp/grp.h: Update #endif comments.
18784         [__USE_GNU]: Remove redundant conditionals.
18785         [__USE_MISC]: Likewise.
18786         * inet/netinet/in.h [__USE_GNU]: Likewise.
18787         * io/sys/stat.h [__USE_MISC]: Likewise.
18788         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18789         * libio/bits/stdio.h: Update #endif comments.
18790         [__USE_MISC]: Remove redundant conditionals.
18791         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18792         * libio/stdio.h: Update #endif comments.
18793         [__USE_MISC]: Remove redundant conditionals.
18794         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18795         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18796         * math/math.h: Update #else and #endif comments.
18797         [__USE_MISC]: Remove redundant conditionals.
18798         * misc/sys/uio.h: Update #endif comments.
18799         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18800         * posix/glob.h [__USE_MISC]: Likewise.
18801         * posix/sys/types.h: Update #endif comments.
18802         [__USE_MISC]: Remove redundant conditionals.
18803         * posix/sys/wait.h: Update #endif comments.
18804         [__USE_MISC]: Remove redundant conditionals.
18805         * posix/unistd.h: Update #endif comments.
18806         [__USE_MISC]: Remove redundant conditionals.
18807         * pwd/pwd.h [__USE_GNU]: Likewise.
18808         [__USE_MISC]: Likewise.
18809         * resolv/netdb.h [__USE_GNU]: Likewise.
18810         * signal/signal.h: Update #endif comments.
18811         [__USE_MISC]: Remove redundant conditionals.
18812         * stdlib/stdlib.h: Update #else and #endif comments.
18813         [__USE_MISC]: Remove redundant conditionals.
18814         [__USE_GNU]: Likewise.
18815         * string/bits/string2.h [__USE_MISC]: Likewise.
18816         * string/string.h: Update #endif comments.
18817         [__USE_MISC]: Remove redundant conditionals.
18818         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18819         Likewise.
18820         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18821         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18822         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18823         Likewise.
18824         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18825         Likewise.
18826         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18827         comments.
18828         [__USE_MISC]: Remove redundant conditionals.
18829         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18830         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18831         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18832         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18833         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18834         Likewise.
18835         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18836         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18837         Likewise.
18838         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18839         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18840         Likewise.
18841         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18842         Likewise.
18843         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18844         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18845         Likewise.
18846         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18847         Likewise.
18848         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18849         * sysdeps/x86/bits/string.h: Update #endif comments.
18850         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18851         conditionals.
18852         * time/sys/time.h: Update #endif comments.
18853         * time/time.h: Likewise.
18854         [__USE_MISC]: Remove redundant conditionals.
18856 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18858         [BZ #16600]
18859         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18861 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18863         * Versions.def (librt): Add GLIBC_2.17.
18865 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18867         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18868         synonym for _SYS_AUXV_H to allow direct inclusion.
18869         * sysdeps/sparc/bits/hwcap.h: Likewise.
18870         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18871         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18872         * sysdeps/sparc/sysdep.h: Likewise.
18874 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18876         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18878 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18880         * benchtests/bench-strrchr.c: Print length instead of position.
18882 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18884         [BZ #16611]
18885         * sysdeps/unix/sysv/linux/kernel-features.h
18886         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18887         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18888         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18889         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18890         Likewise.
18891         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18892         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18893         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18894         (__ASSUME_SENDMMSG): Define instead of using previous
18895         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18896         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18897         (__ASSUME_SENDMMSG_SYSCALL): Define.
18898         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18899         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18900         Likewise.
18901         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18902         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18903         Likewise.
18904         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18905         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18906         Likewise.
18907         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18908         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18909         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18910         [__ASSUME_SENDMMSG]: Change conditionals to
18911         [__ASSUME_SENDMMSG_SOCKETCALL].
18912         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18913         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18914         Define.
18915         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18916         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18917         Likewise.
18918         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18919         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18920         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18921         [!__ASSUME_SENDMMSG]: Change conditional to
18922         [!__ASSUME_SENDMMSG_SOCKETCALL].
18923         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18924         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18925         Define.
18927         [BZ #16610]
18928         * sysdeps/unix/sysv/linux/kernel-features.h
18929         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18930         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18931         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18932         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18933         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18934         [__i386__ || __sparc__]
18935         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18936         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18937         (__ASSUME_RECVMMSG): Define instead of using previous
18938         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18939         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18940         (__ASSUME_RECVMMSG_SYSCALL): Define.
18941         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18942         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18943         Likewise.
18944         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18945         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18946         Likewise.
18947         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18948         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18949         Likewise.
18950         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18951         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18952         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18953         [__ASSUME_RECVMMSG]: Change condition to
18954         [__ASSUME_RECVMMSG_SOCKETCALL].
18955         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18956         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18957         Define.
18958         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18959         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18960         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18961         Likewise.
18962         * sysdeps/unix/sysv/linux/recvmmsg.c [__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/tile/kernel-features.h
18968         (__ASSUME_RECVMMSG_SYSCALL): Define.
18970         [BZ #16609]
18971         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18972         __powerpc__ || __s390__ || __sh__ || __sparc__]
18973         (__ASSUME_SOCKETCALL): Define.
18974         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18975         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18976         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18977         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18978         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18979         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18980         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18981         (__ASSUME_ACCEPT4): Define instead of using previous
18982         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18983         __powerpc__ || __sparc__ || __s390__)] condition.
18984         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18985         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18986         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18987         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18988         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18989         [!__ASSUME_ACCEPT4]: Change condition to
18990         [!__ASSUME_ACCEPT4_SOCKETCALL].
18991         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18992         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18993         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18994         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18995         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18996         __ASSUME_ACCEPT4_SYSCALL.
18997         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18998         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18999         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19000         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
19001         __ASSUME_ACCEPT4_SYSCALL.
19002         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
19003         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19004         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19005         [__ASSUME_ACCEPT4]: Change condition to
19006         [__ASSUME_ACCEPT4_SOCKETCALL].
19007         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19008         (__ASSUME_SOCKETCALL): Define.
19009         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
19010         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19011         (__ASSUME_SOCKETCALL): Define.
19012         (__ASSUME_ACCEPT4): Remove.
19013         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
19014         Define.
19015         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19016         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
19017         Likewise.
19018         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19019         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19021         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
19022         macro.
19023         (HWCAP_ARM_LPAE): Likewise.
19024         (HWCAP_ARM_EVTSTRM): Likewise.
19025         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
19026         Add vpfd32, lpae and evtstrm.
19027         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
19028         Increase to 22.
19030 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
19032         * math/auto-libm-test-in: Add tests of clog10.
19033         * math/auto-libm-test-out: Regenerated.
19034         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
19035         * sysdeps/i386/fpu/libm-test-ulps: Update.
19036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19038 2014-02-18  Andreas Schwab  <schwab@suse.de>
19040         [BZ #16574]
19041         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
19042         Store non-zero if the second buffer was newly allocated.
19043         (send_dg): Likewise.
19044         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
19045         to send_vc and send_dg.
19046         (res_nsend): Pass NULL for ansp2_malloced.
19047         * resolv/res_query.c (__libc_res_nquery): Add parameter
19048         answerp2_malloced and pass it down to __libc_res_nsend.
19049         (res_nquery): Pass additional NULL to __libc_res_nquery.
19050         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
19051         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
19052         second answer buffer if answerp2_malloced was set.
19053         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
19054         (__libc_res_nquerydomain): Add parameter
19055         answerp2_malloced and pass it down to __libc_res_nquery.
19056         (res_nquerydomain): Pass additional NULL to
19057         __libc_res_nquerydomain.
19058         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
19059         additional NULL to __libc_res_nsend and __libc_res_nquery.
19060         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
19061         additional NULL to __libc_res_nsearch.
19062         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
19063         parameter of __libc_res_nsearch to check for separately allocated
19064         second buffer.
19065         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
19066         __libc_res_nquery.
19067         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
19068         additional NULL to __libc_res_nquery.
19069         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
19070         __libc_res_nsearch.
19071         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
19072         * include/resolv.h: Update prototypes of __libc_res_nquery,
19073         __libc_res_nsearch, __libc_res_nsend.
19075 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
19077         * math/auto-libm-test-in: Add tests of fma.
19078         * math/auto-libm-test-out: Regenerated.
19079         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
19080         (fma_towardzero_test_data): Likewise.
19081         (fma_downward_test_data): Likewise.
19082         (fma_upward_test_data): Likewise.
19083         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
19084         mpc_mode.
19085         (rounding_modes): Add values for new field.
19086         (func_calc_method): Add value mpfr_fff_f.
19087         (func_calc_desc): Add mpfr_fff_f union field.
19088         (test_function): Add field exact_args.
19089         (FUNC): Add macro argument EXACT_ARGS.
19090         (FUNC_mpfr_f_f): Update call to FUNC.
19091         (FUNC_mpfr_f_f): Likewise.
19092         (FUNC_mpfr_ff_f): Likewise.
19093         (FUNC_mpfr_if_f): Likewise.
19094         (FUNC_mpc_c_f): Likewise.
19095         (FUNC_mpc_c_c): Likewise.
19096         (test_functions): Add fma.  Update calls to FUNC.
19097         (handle_input_arg): Add argument exact_args.
19098         (add_test): Update call to handle_input_arg.
19099         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
19100         (output_for_one_input_case): Update call to calc_generic_results.
19101         Recalculate exact zero results in each rounding mode.
19103         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
19104         non-negative before setting low bit.
19105         * math/auto-libm-test-in: Mark one asin test possibly having
19106         spurious underflow.
19107         * math/auto-libm-test-out: Regenerated.
19108         * sysdeps/i386/fpu/libm-test-ulps: Update.
19109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19111 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
19113         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
19114         * sysdeps/unix/sysv/linux/microblaze: Move directory from
19115         ports/sysdeps/unix/sysv/linux/microblaze.
19116         * README: Add missing listing for microblaze*-*-linux-gnu.
19118 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
19120         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
19121         duplicate code
19123 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
19125         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
19126         * sysdeps/unix/sysv/linux/ia64: Move directory from
19127         ports/sysdeps/unix/sysv/linux/ia64.
19128         * README: Update listing for ia64-*-linux-gnu.
19130 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
19131             Joseph Myers  <joseph@codesourcery.com>
19133         * Makeconfig (test-name): New variable.
19134         (evaluate-test): Likewise.
19135         * Makerules (do-test-clean): Remove .test-result files.
19136         (common-mostlyclean): Likewise.
19137         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
19138         * scripts/evaluate-test.sh: New file.
19140 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
19142         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
19143         separate $(objpfx)tst-fopenloc-cmp.out and
19144         $(objpfx)tst-fopenloc-mem.out targets.
19145         (tests): Update dependencies.
19146         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19147         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19148         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19149         (tst-rxspencer-no-utf8-ARGS): New variable.
19150         (tst-rxspencer-no-utf8-ENV): Likewise.
19151         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19152         instead of $(objpfx)tst-rxspencer-mem.
19153         ($(objpfx)tst-rxspencer-mem): Change target to
19154         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
19155         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19156         * posix/tst-rxspencer-no-utf8.c: New file.
19158         * elf/Makefile ($(objpfx)order.out): Remove rule.
19159         [$(run-built-tests) = yes] (tests): Depend on
19160         $(objpfx)order-cmp.out.
19161         ($(objpfx)order-cmp.out): New rule.
19162         [$(run-built-tests) = yes] (tests): Depend on
19163         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
19164         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
19165         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
19166         $(objpfx)tst-array5-static-cmp.out.
19167         ($(objpfx)tst-array1.out): Remove rule.
19168         ($(objpfx)tst-array1-cmp.out): New rule.
19169         ($(objpfx)tst-array1-static.out): Remove rule.
19170         ($(objpfx)tst-array1-static-cmp.out): New rule.
19171         ($(objpfx)tst-array2.out): Remove rule.
19172         ($(objpfx)tst-array2-cmp.out): New rule.
19173         ($(objpfx)tst-array3.out): Remove rule.
19174         ($(objpfx)tst-array3-cmp.out): New rule.
19175         ($(objpfx)tst-array4.out): Remove rule.
19176         ($(objpfx)tst-array4-cmp.out): New rule.
19177         ($(objpfx)tst-array5.out): Remove rule.
19178         ($(objpfx)tst-array5-cmp.out): New rule.
19179         ($(objpfx)tst-array5-static.out): Remove rule.
19180         ($(objpfx)tst-array5-static-cmp.out): New rule.
19181         [$(run-built-tests) = yes] (tests): Depend on
19182         $(objpfx)order2-cmp.out.
19183         ($(objpfx)order2.out): Remove rule.
19184         ($(objpfx)order2-cmp.out): New rule.
19185         ($(objpfx)tst-initorder.out): Remove rule.
19186         [$(run-built-tests) = yes] (tests): Depend on
19187         $(objpfx)tst-initorder-cmp.out.
19188         ($(objpfx)tst-initorder-cmp.out): New rule.
19189         ($(objpfx)tst-initorder2.out): Remove rule.
19190         [$(run-built-tests) = yes] (tests): Depend on
19191         $(objpfx)tst-initorder2-cmp.out.
19192         ($(objpfx)tst-initorder2-cmp.out): New rule.
19193         [$(run-built-tests) = yes] (tests): Depend on
19194         $(objpfx)tst-unused-dep-cmp.out.
19195         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
19196         ($(objpfx)tst-unused-dep-cmp.out): New rule.
19197         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
19198         on $(objpfx)tst-setvbuf1-cmp.out.
19199         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
19200         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
19201         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
19202         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
19203         ($(objpfx)tst-svc.out): Remove rule.
19204         ($(objpfx)tst-svc-cmp.out): New rule.
19206 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
19208         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
19209         * ctype/ctype.h [__USE_MISC]: Likewise.
19210         * dirent/dirent.h [__USE_MISC]: Likewise.
19211         * grp/grp.h [__USE_MISC]: Likewise.
19212         * io/fcntl.h [__USE_MISC]: Likewise.
19213         * io/sys/stat.h [__USE_MISC]: Likewise.
19214         * libio/stdio.h [__USE_MISC]: Likewise.
19215         * posix/unistd.h [__USE_MISC]: Likewise.
19216         * pwd/pwd.h [__USE_MISC]: Likewise.
19217         * stdlib.h [__USE_MISC]: Likewise.
19218         * string/bits/string2.h [__USE_MISC]: Likewise.
19219         * string/string.h [__USE_MISC]: Likewise.
19220         * time/time.h [__USE_MISC]: Likewise.
19222 2014-02-13  Andreas Schwab  <schwab@suse.de>
19224         [BZ #16574]
19225         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
19226         second answer buffer if it was separately allocated.
19228 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
19230         * sysdeps/mips/math-tests.h: Include <features.h>.
19231         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19232         (ROUNDING_TESTS_long_double): Do not define.
19233         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19234         (EXCEPTION_TESTS_long_double): Likewise.
19235         * sysdeps/mips/mips64/libm-test-ulps: Update.
19237         * include/features.h (__USE_BSD): Remove macro definitions.
19238         (__USE_SVID): Likewise.
19239         (_BSD_SOURCE): Likewise.
19240         (_SVID_SOURCE): Likewise.
19241         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
19242         from definition of _DEFAULT_SOURCE.
19243         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
19244         [_DEFAULT_SOURCE].
19245         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
19246         * bits/mman.h [__USE_BSD]: Likewise.
19247         * bits/termios.h [__USE_BSD]: Likewise.
19248         * bits/waitstatus.h [__USE_BSD]: Likewise.
19249         * ctype/ctype.h [__USE_SVID]: Likewise.
19250         * dirent/dirent.h [__USE_BSD]: Likewise.
19251         * grp/grp.h [__USE_SVID]: Likewise.
19252         [__USE_BSD]: Likewise.
19253         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
19254         * io/fcntl.h [__USE_BSD]: Likewise.
19255         * io/ftw.h [__USE_BSD]: Likewise.
19256         * io/sys/stat.h [__USE_BSD]: Likewise.
19257         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
19258         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
19259         * libio/stdio.h [__USE_SVID]: Likewise.
19260         [__USE_BSD]: Likewise.
19261         * math/math.h [__USE_SVID]: Likewise.
19262         [__USE_BSD]: Likewise.
19263         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19264         * misc/bits/syslog.h [__USE_BSD]: Likewise.
19265         * misc/search.h [__USE_SVID]: Likewise.
19266         * misc/sys/mman.h [__USE_BSD]: Likewise.
19267         * misc/sys/syslog.h [__USE_BSD]: Likewise.
19268         * misc/sys/uio.h [__USE_BSD]: Likewise.
19269         * posix/bits/unistd.h [__USE_BSD]: Likewise.
19270         * posix/glob.h [__USE_BSD]: Likewise.
19271         * posix/regex.h [__USE_BSD]: Likewise.
19272         * posix/sys/types.h [__USE_BSD]: Likewise.
19273         [__USE_SVID]: Likewise.
19274         * posix/sys/utsname.h [__USE_SVID]: Likewise.
19275         * posix/sys/wait.h [__USE_BSD]: Likewise.
19276         [__USE_SVID]: Likewise.
19277         * posix/unistd.h [__USE_BSD]: Likewise.
19278         [__USE_SVID]: Likewise.
19279         * pwd/pwd.h [__USE_SVID]: Likewise.
19280         * resolv/netdb.h [__USE_BSD]: Likewise.
19281         * setjmp/setjmp.h [__USE_BSD]: Likewise.
19282         * signal/signal.h [__USE_BSD]: Likewise.
19283         [__USE_SVID]: Likewise.
19284         * socket/sys/socket.h [__USE_BSD]: Likewise.
19285         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19286         * stdlib/stdlib.h [__USE_BSD]: Likewise.
19287         [__USE_SVID]: Likewise.
19288         * string/bits/string2.h [__USE_BSD]: Likewise.
19289         [__USE_SVID]: Likewise.
19290         * string/bits/string3.h [__USE_BSD]: Likewise.
19291         * string/endian.h [__USE_BSD]: Likewise.
19292         * string/string.h [__USE_SVID]: Likewise.
19293         [__USE_BSD]: Likewise.
19294         * string/strings.h [__USE_BSD]: Likewise.
19295         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19296         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19297         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19298         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19299         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19300         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19301         Likewise.
19302         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19303         Likewise.
19304         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19305         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19306         Likewise.
19307         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19308         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19309         Likewise.
19310         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19311         Likewise.
19312         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19313         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19314         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19315         Likewise.
19316         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19317         Likewise.
19318         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19319         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19320         * termios/termios.h [__USE_BSD]: Likewise.
19321         * time/sys/time.h [__USE_BSD]: Likewise.
19322         * time/time.h [__USE_BSD]: Likewise.
19323         [__USE_SVID]: Likewise.
19325         * Makefile (subdir_targets): Remove subdir_lint.out.
19327         * stdio-common/Makefile (do-tst-unbputc): Remove target.
19328         (do-tst-printf): Likewise.
19329         (tests): Depend directly on $(objpfx)tst-unbputc.out and
19330         $(objpfx)tst-printf.out.
19332         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19334         * Makerules (check-abi-%): Change target to
19335         $(objpfx)check-abi-%.out.
19336         (check-abi target): Update dependencies.
19337         (check-abi-pattern variable): Redirect output of diff to $@.
19338         (check-abi variable): Likewise.
19339         * elf/Makefile (check-abi): Update dependencies.
19341         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19342         unused.
19343         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19344         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19345         subnormal range.
19346         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19347         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19348         value has largest subnormal exponent.
19349         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19350         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19351         * sysdeps/aarch64/soft-fp/sfp-machine.h
19352         (_FP_TININESS_AFTER_ROUNDING): New macro.
19353         * sysdeps/alpha/soft-fp/sfp-machine.h
19354         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19355         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19356         Likewise.
19357         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19358         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19359         * sysdeps/mips/soft-fp/sfp-machine.h
19360         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19361         * sysdeps/powerpc/soft-fp/sfp-machine.h
19362         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19363         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19364         Likewise.
19365         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19366         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19367         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19368         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19369         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19370         Likewise.
19372 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19374         [BZ #16545]
19375         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19376         model 1.
19378 2014-02-12  Richard Henderson  <rth@redhat.com>
19380         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19381         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19382         * sysdeps/unix/sysv/linux/alpha: Move directory from
19383         ports/sysdeps/unix/sysv/linux/alpha.
19384         * README: Update listing for alpha-*-linux-gnu.
19386 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19388         * include/features.h: Update comment documenting feature test
19389         macros.
19390         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19391         _DEFAULT_SOURCE.
19392         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19393         (_SVID_SOURCE): Likewise.
19394         (_DEFAULT_SOURCE): Update description of default features.
19395         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19396         with _GNU_SOURCE.
19397         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19398         (S_ISVTX): Likewise.
19399         * manual/math.texi (Mathematical Constants): Likewise.
19400         * manual/signal.texi (Interrupted Primitives): Likewise.
19401         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19402         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19403         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19404         Don't refer to _SVID_SOURCE in warning text.
19406         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19408         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19409         already defined.
19410         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19411         * sysdeps/mips/dl-lookup.c: Remove.
19412         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19414 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19416         [BZ #16447]
19417         * math/auto-libm-test-in: Add testcase for expl.
19418         * math/auto-libm-test-out: Regenerate.
19419         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19420         calculation of unsafe.
19421         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19423 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19425         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19426         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19427         ports/sysdeps/unix/sysv/linux/aarch64.
19428         * README: Update listing for aarch64*-*-linux-gnu.
19430 2014-02-11  Will Newton  <will.newton@linaro.org>
19432         * manual/probes.texi (Mathematical Function Probes): Use
19433         "triggered" instead of "hit".
19435         * manual/probes.texi (Internal Probes): Add documentation
19436         of setjmp, longjmp and longjmp_target probes.
19438         * include/stap-probe.h: Add comment about probe argument
19439         format.
19441         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19442         definition.  (tr_where, tr_freehook, tr_mallochook,
19443         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19445 2014-02-11  David S. Miller  <davem@davemloft.net>
19447         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19448         processing int_tests.
19450 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19452         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19453         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19454         * sysdeps/unix/sysv/linux/mips: Move directory from
19455         ports/sysdeps/unix/sysv/linux/mips.
19456         * README: Update listing for mips-*-linux-gnu and
19457         mips64-*-linux-gnu.
19459 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19461         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19462         * sysdeps/unix/sysv/linux/m68k: Move directory from
19463         ports/sysdeps/unix/sysv/linux/m68k.
19464         * README: Update listing for m68k-*-linux-gnu.
19466 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19468         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19469         * sysdeps/unix/sysv/linux/generic: Move directory from
19470         ports/sysdeps/unix/sysv/linux/generic.
19471         * sysdeps/unix/sysv/linux/tile: Move directory from
19472         ports/sysdeps/unix/sysv/linux/tile.
19473         * README: Update listing for tile*-*-linux-gnu.
19475 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19477         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19478         __builtin_expect.
19479         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19480         * catgets/open_catalog.c (__open_catalog): Likewise.
19481         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19482         * debug/confstr_chk.c: Likewise.
19483         * debug/fread_chk.c (__fread_chk): Likewise.
19484         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19485         * debug/getgroups_chk.c: Likewise.
19486         * debug/mbsnrtowcs_chk.c: Likewise.
19487         * debug/mbsrtowcs_chk.c: Likewise.
19488         * debug/mbstowcs_chk.c: Likewise.
19489         * debug/memcpy_chk.c: Likewise.
19490         * debug/memmove_chk.c: Likewise.
19491         * debug/mempcpy_chk.c: Likewise.
19492         * debug/memset_chk.c: Likewise.
19493         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19494         * debug/strcat_chk.c (__strcat_chk): Likewise.
19495         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19496         * debug/strncat_chk.c (__strncat_chk): Likewise.
19497         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19498         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19499         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19500         * debug/wcpncpy_chk.c: Likewise.
19501         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19502         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19503         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19504         * debug/wcsncpy_chk.c: Likewise.
19505         * debug/wcsnrtombs_chk.c: Likewise.
19506         * debug/wcsrtombs_chk.c: Likewise.
19507         * debug/wcstombs_chk.c: Likewise.
19508         * debug/wmemcpy_chk.c: Likewise.
19509         * debug/wmemmove_chk.c: Likewise.
19510         * debug/wmempcpy_chk.c: Likewise.
19511         * debug/wmemset_chk.c: Likewise.
19512         * dirent/scandirat.c (SCANDIRAT): Likewise.
19513         * dlfcn/dladdr1.c (dladdr1): Likewise.
19514         * dlfcn/dladdr.c (dladdr): Likewise.
19515         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19516         * dlfcn/dlerror.c (__dlerror): Likewise.
19517         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19518         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19519         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19520         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19521         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19522         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19523         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19524         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19525         Likewise.
19526         * elf/dl-conflict.c: Likewise.
19527         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19528         * elf/dl-dst.h: Likewise.
19529         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19530         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19531         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19532         * elf/dl-init.c (call_init, _dl_init): Likewise.
19533         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19534         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19535         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19536         Likewise.
19537         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19538         Likewise.
19539         * elf/dl-minimal.c (__libc_memalign): Likewise.
19540         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19541         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19542         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19543         * elf/dl-sym.c (do_sym): Likewise.
19544         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19545         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19546         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19547         * elf/dl-writev.h (_dl_writev): Likewise.
19548         * elf/ldconfig.c (search_dir): Likewise.
19549         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19550         (dl_main): Likewise.
19551         * elf/setup-vdso.h (setup_vdso): Likewise.
19552         * grp/compat-initgroups.c (compat_call): Likewise.
19553         * grp/fgetgrent.c (fgetgrent): Likewise.
19554         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19555         * grp/putgrent.c (putgrent): Likewise.
19556         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19557         Likewise.
19558         * hurd/hurdinit.c: Likewise.
19559         * iconvdata/8bit-gap.c (struct): Likewise.
19560         * iconvdata/ansi_x3.110.c : Likewise.
19561         * iconvdata/big5.c : Likewise.
19562         * iconvdata/big5hkscs.c : Likewise.
19563         * iconvdata/cp1255.c: Likewise.
19564         * iconvdata/cp1258.c : Likewise.
19565         * iconvdata/cp932.c : Likewise.
19566         * iconvdata/euc-cn.c: Likewise.
19567         * iconvdata/euc-jisx0213.c : Likewise.
19568         * iconvdata/euc-jp.c: Likewise.
19569         * iconvdata/euc-jp-ms.c : Likewise.
19570         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19571         * iconvdata/gb18030.c : Likewise.
19572         * iconvdata/gbbig5.c (const): Likewise.
19573         * iconvdata/gbgbk.c: Likewise.
19574         * iconvdata/gbk.c : Likewise.
19575         * iconvdata/ibm1364.c : Likewise.
19576         * iconvdata/ibm930.c : Likewise.
19577         * iconvdata/ibm932.c: Likewise.
19578         * iconvdata/ibm933.c : Likewise.
19579         * iconvdata/ibm935.c : Likewise.
19580         * iconvdata/ibm937.c : Likewise.
19581         * iconvdata/ibm939.c : Likewise.
19582         * iconvdata/ibm943.c: Likewise.
19583         * iconvdata/iso_11548-1.c: Likewise.
19584         * iconvdata/iso-2022-cn.c : Likewise.
19585         * iconvdata/iso-2022-cn-ext.c : Likewise.
19586         * iconvdata/iso-2022-jp-3.c: Likewise.
19587         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19588         * iconvdata/iso-2022-kr.c : Likewise.
19589         * iconvdata/iso646.c (gconv_end): Likewise.
19590         * iconvdata/iso_6937-2.c : Likewise.
19591         * iconvdata/iso_6937.c : Likewise.
19592         * iconvdata/iso8859-1.c: Likewise.
19593         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19594         * iconvdata/shift_jisx0213.c : Likewise.
19595         * iconvdata/sjis.c : Likewise.
19596         * iconvdata/t.61.c : Likewise.
19597         * iconvdata/tcvn5712-1.c : Likewise.
19598         * iconvdata/tscii.c: Likewise.
19599         * iconvdata/uhc.c : Likewise.
19600         * iconvdata/unicode.c (gconv_end): Likewise.
19601         * iconvdata/utf-16.c (gconv_end): Likewise.
19602         * iconvdata/utf-32.c (gconv_end): Likewise.
19603         * iconvdata/utf-7.c (base64): Likewise.
19604         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19605         * iconv/gconv_close.c (__gconv_close): Likewise.
19606         * iconv/gconv_open.c (__gconv_open): Likewise.
19607         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19608         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19609         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19610         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19611         (ucs4le_internal_loop_single): Likewise.
19612         * iconv/iconv.c (iconv): Likewise.
19613         * iconv/iconv_close.c: Likewise.
19614         * iconv/loop.c (SINGLE): Likewise.
19615         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19616         * include/atomic.h: Likewise.
19617         * inet/inet6_option.c (option_alloc): Likewise.
19618         * intl/bindtextdom.c (set_binding_values): Likewise.
19619         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19620         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19621         * intl/localealias.c (read_alias_file): Likewise.
19622         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19623         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19624         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19625         * libio/fmemopen.c (fmemopen): Likewise.
19626         * libio/iofgets.c (_IO_fgets): Likewise.
19627         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19628         * libio/iofgetws.c (fgetws): Likewise.
19629         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19630         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19631         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19632         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19633         * locale/findlocale.c (_nl_find_locale): Likewise.
19634         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19635         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19636         Likewise.
19637         * locale/setlocale.c (setlocale): Likewise.
19638         * login/programs/pt_chown.c (main): Likewise.
19639         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19640         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19641         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19642         (mmap, mmap64, mremap, munmap): Likewise.
19643         * math/e_exp2l.c: Likewise.
19644         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19645         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19646         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19647         * math/s_catan.c (__catan): Likewise.
19648         * math/s_catanf.c (__catanf): Likewise.
19649         * math/s_catanh.c (__catanh): Likewise.
19650         * math/s_catanhf.c (__catanhf): Likewise.
19651         * math/s_catanhl.c (__catanhl): Likewise.
19652         * math/s_catanl.c (__catanl): Likewise.
19653         * math/s_ccosh.c (__ccosh): Likewise.
19654         * math/s_ccoshf.c (__ccoshf): Likewise.
19655         * math/s_ccoshl.c (__ccoshl): Likewise.
19656         * math/s_cexp.c (__cexp): Likewise.
19657         * math/s_cexpf.c (__cexpf): Likewise.
19658         * math/s_cexpl.c (__cexpl): Likewise.
19659         * math/s_clog10.c (__clog10): Likewise.
19660         * math/s_clog10f.c (__clog10f): Likewise.
19661         * math/s_clog10l.c (__clog10l): Likewise.
19662         * math/s_clog.c (__clog): Likewise.
19663         * math/s_clogf.c (__clogf): Likewise.
19664         * math/s_clogl.c (__clogl): Likewise.
19665         * math/s_csin.c (__csin): Likewise.
19666         * math/s_csinf.c (__csinf): Likewise.
19667         * math/s_csinh.c (__csinh): Likewise.
19668         * math/s_csinhf.c (__csinhf): Likewise.
19669         * math/s_csinhl.c (__csinhl): Likewise.
19670         * math/s_csinl.c (__csinl): Likewise.
19671         * math/s_csqrt.c (__csqrt): Likewise.
19672         * math/s_csqrtf.c (__csqrtf): Likewise.
19673         * math/s_csqrtl.c (__csqrtl): Likewise.
19674         * math/s_ctan.c (__ctan): Likewise.
19675         * math/s_ctanf.c (__ctanf): Likewise.
19676         * math/s_ctanh.c (__ctanh): Likewise.
19677         * math/s_ctanhf.c (__ctanhf): Likewise.
19678         * math/s_ctanhl.c (__ctanhl): Likewise.
19679         * math/s_ctanl.c (__ctanl): Likewise.
19680         * math/w_pow.c: Likewise.
19681         * math/w_powf.c: Likewise.
19682         * math/w_powl.c: Likewise.
19683         * math/w_scalb.c (sysv_scalb): Likewise.
19684         * math/w_scalbf.c (sysv_scalbf): Likewise.
19685         * math/w_scalbl.c (sysv_scalbl): Likewise.
19686         * misc/error.c (error_tail): Likewise.
19687         * misc/pselect.c (__pselect): Likewise.
19688         * nis/nis_callback.c (__nis_create_callback): Likewise.
19689         * nis/nis_call.c (__nisfind_server): Likewise.
19690         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19691         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19692         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19693         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19694         * nis/nis_lookup.c (nis_lookup): Likewise.
19695         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19696         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19697         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19698         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19699         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19700         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19701         * nis/nss_compat/compat-initgroups.c (add_group)
19702         (internal_getgrent_r): Likewise.
19703         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19704         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19705         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19706         (internal_getspnam_r): Likewise.
19707         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19708         (_nss_nis_getaliasbyname_r): Likewise.
19709         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19710         (_nss_nis_getntohost_r): Likewise.
19711         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19712         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19713         (_nss_nis_getgrgid_r): Likewise.
19714         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19715         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19716         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19717         (_nss_nis_gethostbyname4_r): Likewise.
19718         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19719         (initgroups_netid): Likewise.
19720         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19721         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19722         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19723         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19724         (_nss_nis_getprotobynumber_r): Likewise.
19725         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19726         (_nss_nis_getsecretkey): Likewise.
19727         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19728         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19729         (_nss_nis_getpwuid_r): Likewise.
19730         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19731         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19732         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19733         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19734         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19735         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19736         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19737         Likewise.
19738         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19739         (_nss_nisplus_getntohost_r): Likewise.
19740         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19741         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19742         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19743         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19744         Likewise.
19745         * nis/nss_nisplus/nisplus-initgroups.c
19746         (_nss_nisplus_initgroups_dyn): Likewise.
19747         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19748         (_nss_nisplus_getnetbyaddr_r): Likewise.
19749         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19750         (_nss_nisplus_getprotobynumber_r): Likewise.
19751         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19752         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19753         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19754         Likewise.
19755         * nis/nss_nisplus/nisplus-service.c
19756         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19757         (_nss_nisplus_getservbyport_r): Likewise.
19758         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19759         (_nss_nisplus_getspnam_r): Likewise.
19760         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19761         Likewise.
19762         * nscd/aicache.c (addhstaiX): Likewise.
19763         * nscd/cache.c (cache_search, prune_cache): Likewise.
19764         * nscd/connections.c (register_traced_file, send_ro_fd)
19765         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19766         (main_loop_epoll): Likewise.
19767         * nscd/grpcache.c (addgrbyX): Likewise.
19768         * nscd/hstcache.c (addhstbyX): Likewise.
19769         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19770         * nscd/mem.c (gc, mempool_alloc): Likewise.
19771         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19772         (addinnetgrX): Likewise.
19773         * nscd/nscd-client.h (__nscd_acquire_maplock)
19774         (__nscd_drop_map_ref): Likewise.
19775         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19776         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19777         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19778         Likewise.
19779         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19780         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19781         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19782         (__nscd_get_map_ref): Likewise.
19783         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19784         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19785         Likewise.
19786         * nscd/pwdcache.c (addpwbyX): Likewise.
19787         * nscd/selinux.c (preserve_capabilities): Likewise.
19788         * nscd/servicescache.c (addservbyX): Likewise.
19789         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19790         * posix/fnmatch.c (fnmatch): Likewise.
19791         * posix/getopt.c (_getopt_internal_r): Likewise.
19792         * posix/glob.c (glob, glob_in_dir): Likewise.
19793         * posix/wordexp.c (exec_comm_child): Likewise.
19794         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19795         (getanswer_r, gaih_getanswer_slice): Likewise.
19796         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19797         * resolv/res_init.c: Likewise.
19798         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19799         * resolv/res_query.c (__libc_res_nquery): Likewise.
19800         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19801         Likewise.
19802         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19803         * stdio-common/perror.c (perror): Likewise.
19804         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19805         * stdio-common/tmpnam.c (tmpnam): Likewise.
19806         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19807         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19808         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19809         Likewise.
19810         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19811         * stdlib/putenv.c (putenv): Likewise.
19812         * stdlib/setenv.c (__add_to_environ): Likewise.
19813         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19814         * stdlib/strtol_l.c (INTERNAL): Likewise.
19815         * string/memmem.c (memmem): Likewise.
19816         * string/strerror.c (strerror): Likewise.
19817         * string/strnlen.c (__strnlen): Likewise.
19818         * string/test-memmem.c (simple_memmem): Likewise.
19819         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19820         * sunrpc/pm_getport.c (__get_socket): Likewise.
19821         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19822         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19823         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19824         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19825         Likewise.
19826         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19827         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19828         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19829         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19830         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19831         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19832         Likewise.
19833         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19834         Likewise.
19835         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19836         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19837         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19838         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19839         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19840         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19841         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19842         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19843         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19844         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19845         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19846         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19847         Likewise.
19848         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19849         Likewise.
19850         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19851         Likewise.
19852         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19853         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19854         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19855         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19856         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19857         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19858         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19859         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19860         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19861         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19862         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19863         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19864         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19865         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19866         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19867         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19868         Likewise.
19869         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19870         Likewise.
19871         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19872         Likewise.
19873         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19874         Likewise.
19875         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19876         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19877         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19878         Likewise.
19879         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19880         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19881         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19882         * sysdeps/posix/sleep.c: Likewise.
19883         * sysdeps/posix/tempname.c: Likewise.
19884         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19885         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19886         Likewise.
19887         * sysdeps/powerpc/powerpc32/dl-machine.h
19888         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19889         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19890         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19891         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19892         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19893         Likewise.
19894         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19895         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19896         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19897         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19898         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19899         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19900         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19901         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19902         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19903         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19904         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19905         (elf_machine_lazy_rel): Likewise.
19906         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19907         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19908         (elf_machine_lazy_rel): Likewise.
19909         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19910         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19911         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19912         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19913         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19914         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19915         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19916         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19917         Likewise.
19918         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19919         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19920         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19921         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19922         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19923         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19924         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19925         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19926         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19927         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19928         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19929         Likewise.
19930         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19931         (__posix_fallocate64_l64): Likewise.
19932         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19933         (posix_fallocate): Likewise.
19934         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19935         Likewise.
19936         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19937         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19938         (getifaddrs_internal): Likewise.
19939         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19940         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19941         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19942         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19943         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19944         (__posix_fallocate64_l64): Likewise.
19945         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19946         Likewise.
19947         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19948         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19949         (__get_clockfreq): Likewise.
19950         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19951         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19952         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19953         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19954         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19955         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19956         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19957         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19958         Likewise.
19959         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19960         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19961         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19962         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19963         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19964         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19965         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19966         Likewise.
19967         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19968         (posix_fallocate): Likewise.
19969         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19970         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19971         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19972         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19973         (elf_machine_rela, elf_machine_rela_relative)
19974         (elf_machine_lazy_rel): Likewise.
19975         * time/asctime.c (asctime_internal): Likewise.
19976         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19977         * time/tzset.c (__tzset_parse_tz): Likewise.
19978         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19979         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19980         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19981         * wcsmbs/wcsmbsload.h: Likewise.
19983         [BZ #15894]
19984         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19986         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19987         (arena_get2): Remove THREAD_STATS conditionals.
19988         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19989         (__malloc_stats, int): Likewise.
19991 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19993         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19994         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19996         * manual/setjmp.texi: Fix typos/grammar errors.
19998         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19999         Only return early when n is <= 0.  Delete unused return statement.
20001         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
20002         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
20003         * debug/tst-longjmp_chk3.c: New file.
20005         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
20006         (test_main): Replace code with set_fortify_handler call.
20007         * debug/test-strcpy_chk.c: Likewise.
20008         * debug/tst-chk1.c: Likewise.
20009         * debug/tst-longjmp_chk.c: Likewise.
20010         * test-skeleton.c: Include fcntl.h & paths.h
20011         (set_fortify_handler): Define.
20013         * debug/tst-longjmp_chk.c: Add header comment and include
20014         ../test-skeleton.c.
20015         (do_test): Mark static.
20016         (TEST_FUNCTION): Define.
20018         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
20019         (IP_PMTUDISC_INTERFACE): Likewise.
20020         (IP_MULTICAST_IF): Likewise.
20021         (IP_MULTICAST_TTL): Likewise.
20022         (IP_MULTICAST_LOOP): Likewise.
20023         (IP_ADD_MEMBERSHIP): Likewise.
20024         (IP_DROP_MEMBERSHIP): Likewise.
20025         (IP_UNBLOCK_SOURCE): Likewise.
20026         (IP_BLOCK_SOURCE): Likewise.
20027         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
20028         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
20029         (IP_MSFILTER): Likewise.
20030         (MCAST_JOIN_GROUP): Likewise.
20031         (MCAST_BLOCK_SOURCE): Likewise.
20032         (MCAST_UNBLOCK_SOURCE): Likewise.
20033         (MCAST_LEAVE_GROUP): Likewise.
20034         (MCAST_JOIN_SOURCE_GROUP): Likewise.
20035         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
20036         (MCAST_MSFILTER): Likewise.
20037         (IP_MULTICAST_ALL): Likewise.
20038         (IP_UNICAST_IF): Likewise.
20040         * timezone/Makefile: Delete $(have-ksh) check.
20041         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
20042         * timezone/tzselect.ksh: Add +x mode bits.
20044         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
20045         (ANON_INODE_FS_MAGIC): Likewise.
20046         (BDEVFS_MAGIC): Likewise.
20047         (BINFMTFS_MAGIC): Likewise.
20048         (BTRFS_TEST_MAGIC): Likewise.
20049         (CRAMFS_MAGIC_WEND): Likewise.
20050         (DEBUGFS_MAGIC): Likewise.
20051         (ECRYPTFS_SUPER_MAGIC): Likewise.
20052         (EXT3_SUPER_MAGIC): Likewise.
20053         (EXT4_SUPER_MAGIC): Likewise.
20054         (FUTEXFS_SUPER_MAGIC): Likewise.
20055         (HOSTFS_SUPER_MAGIC): Likewise.
20056         (HUGETLBFS_MAGIC): Likewise.
20057         (MINIX3_SUPER_MAGIC): Likewise.
20058         (MTD_INODE_FS_MAGIC): Likewise.
20059         (NILFS_SUPER_MAGIC): Likewise.
20060         (OPENPROM_SUPER_MAGIC): Likewise.
20061         (PIPEFS_MAGIC): Likewise.
20062         (PSTOREFS_MAGIC): Likewise.
20063         (QNX6_SUPER_MAGIC): Likewise.
20064         (RAMFS_MAGIC): Likewise.
20065         (REISERFS_SUPER_MAGIC_STRING): Likewise.
20066         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
20067         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
20068         (SECURITYFS_MAGIC): Likewise.
20069         (SELINUX_MAGIC): Likewise.
20070         (SMACK_MAGIC): Likewise.
20071         (SOCKFS_MAGIC): Likewise.
20072         (SQUASHFS_MAGIC): Likewise.
20073         (STACK_END_MAGIC): Likewise.
20074         (TMPFS_MAGIC): Likewise.
20075         (USBDEVICE_SUPER_MAGIC): Likewise.
20076         (V9FS_MAGIC): Likewise.
20077         (XENFS_SUPER_MAGIC): Likewise.
20078         (CRAMFS_MAGIC): Fix typo in comment.
20079         (EXT2_SUPER_MAGIC): Update comment.
20080         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
20082 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
20084         * sysdeps/arm: Move directory from ports/sysdeps/arm.
20085         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
20086         * sysdeps/unix/sysv/linux/arm: Move directory from
20087         ports/sysdeps/unix/sysv/linux/arm.
20088         * README: Update listing for arm-*-linux-gnueabi.
20090         * README: Remove mention of am33.
20092 2014-02-07  Roland McGrath  <roland@hack.frob.com>
20094         * bits/sigset.h (__sigemptyset): Use a statement expression rather
20095         than the comma operator, to avoid "rhs of comma has no effect"
20096         compiler warnings.
20097         (__sigfillset, __sigandset, __sigorset): Likewise.
20098         * include/signal.h (__sigemptyset): Likewise.
20099         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
20101 2014-02-07  Allan McRae  <allan@archlinux.org>
20103         * version.h (RELEASE): Set to "development".
20104         (VERSION): Set to "2.19.90"
20105         * NEWS: Add 2.20 section.
20107 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
20109         [BZ #16529]
20110         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
20112 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20114         * manual/contrib.texi: Update entry for Carlos O'Donell,
20115         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
20117 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
20119         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
20121         * sysdeps/unix/sysv/linux/kernel-features.h
20122         [__LINUX_KERNEL_VERSION >= 0x020621]
20123         (__ASSUME_PROC_PID_TASK_COMM): Define.
20125 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20127         [BZ #16398]
20128         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
20129         conversion when destination buffer does not have enough space.
20130         * libio/tst-ftell-partial-wide.c: New test case.
20131         * libio/Makefile (tests): Add tst-ftell-partial-wide.
20133         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
20134         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
20135         Leonard and Allan McRae.
20137 2014-02-04  David S. Miller  <davem@davemloft.net>
20139         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
20140         32-bit.
20142 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
20145         New file
20146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20147         New file
20148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20149         New file.
20150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20151         New file.
20152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20153         New file.
20154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20155         New file.
20156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20157         New file.
20158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20159         New file.
20160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
20161         New file.
20162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
20163         New file.
20164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
20165         New file.
20166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
20167         New file.
20168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
20169         New file.
20171 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20173         * nptl/shlib-versions: Change powerpc*le start to 2.17.
20174         * shlib-versions: Likewise.
20176 2014-02-04  Roland McGrath  <roland@hack.frob.com>
20177             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20179         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
20180         (abilist-pattern): New variable, set to %-le.abilist.
20182         * Makerules (abilist-pattern): New variable.
20183         (vpath): Use $(abilist-pattern) in place of %.abilist.
20184         (check-abi-% pattern rule): Likewise.
20185         (check-abi, update-abi): Likewise.
20187 2014-02-04  Eric Wong  <normalperson@yhbt.net>
20189         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20191 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
20193         * manual/startup.texi: Add next, previous, and top entries for
20194         the `Program Arguments' and `Environment Variables' nodes.
20196 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
20198         * manual/macros.texi: Add comments before MTASC-safety macros.
20200         * manual/users.texi: Document MTASC-safety properties.
20202         * manual/threads.texi (pthread_key_create, pthread_key_delete)
20203         (pthread_getspecific, pthread_setspecific): Format with
20204         @deftypefun, and add @safety note.
20205         * manual/signal.texi: Move comments that analyze the above
20206         functions to their home place.
20208 2014-02-03  Allan McRae  <allan@archlinux.org>
20210         * po/sl.po: Update Slovenian translation from translation project.
20212 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
20214         * manual/time.texi (timegm): Add missing blank after @c.
20215         Reported by Joseph Myers <joseph@codesourcery.com>.
20217 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
20219         * manual/check-safety.sh: New.
20220         * manual/Makefile ($(objpfx)stamp-summary): Run it.
20222         * manual/terminal.texi: Document MTASC-safety properties.
20224         * manual/filesys.texi: Document MTASC-safety properties.
20226         * manual/errno.texi: Document MTASC-safety properties.
20228         * manual/intro.texi: Document safety identifiers and
20229         conditionals.
20231         * manual/string.texi (wcstok): Fix prototype.
20232         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
20234         * manual/time.texi: Document MTASC-safety properties.
20236         * manual/string.texi: Document MTASC-safety properties.
20238         * manual/threads.texi: Document MTASC-safety properties.
20240         * manual/stdio.texi: Document MTASC-safety properties.
20242         * manual/syslog.texi: Document MTASC-safety properties.
20244         * manual/sysinfo.texi: Document MTASC-safety properties.
20246         * manual/startup.texi: Document MTASC-safety properties.
20248         * manual/socket.texi: Document MTASC-safety properties.
20250         * manual/signal.texi: Document MTASC-safety properties.
20252 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
20254         * manual/setjmp.texi: Document MTASC-safety properties.
20256         * manual/search.texi: Document MTASC-safety properties.
20258         * manual/resource.texi: Document MTASC-safety properties.
20260         * manual/process.texi: Document MTASC-safety properties.
20262         * manual/platform.texi: Document MTASC-safety properties.
20264         * manual/pipe.texi: Document MTASC-safety properties.
20266         * manual/pattern.texi: Document MTASC-safety properties.
20268         * manual/message.texi: Document MTASC-safety properties.
20270         [BZ #12751]
20271         * manual/memory.texi: Document MTASC-safety properties.
20273         * manual/math.texi: Document MTASC-safety properties.
20275         * manual/locale.texi: Document MTASC-safety properties.
20277         * manual/llio.texi: Document MTASC-safety properties.
20279         * manual/libdl.texi: New.
20281         * manual/lang.texi: Document MTASC-safety properties.
20283         * manual/job.texi: Document MTASC-safety properties.
20285         * manual/getopt.texi: Document MTASC-safety properties.
20287         * manual/ctype.texi: Document MTASC-safety properties.
20289 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
20291         [BZ #16046]
20292         * csu/libc-tls.c (static_map): Remove variable.
20293         (__libc_setup_tls): Use main executable's link map for TLS data.
20294         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20295         casing for LM_ID_BASE and GL(dl_nns).
20296         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20297         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
20298         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20299         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20300         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20301         member.
20302         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20303         l_phnum members.
20305 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
20307         * manual/debug.texi: Document MTASC-safety properties.
20309 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20311         [BZ #16510]
20312         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20313         of __x86_64__ when disabling x87 inline functions.
20315 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
20317         * manual/charset.texi: Document MTASC-safety properties.
20319         * manual/crypt.texi: Document MTASC-safety properties.
20321         * manual/conf.texi: Document MTASC-safety properties.
20323         * manual/arith.texi: Document MTASC-safety properties.
20325         * manual/argp.texi: Document MTASC-safety properties.
20327         * manual/macros.texi: Introduce macros to document multi
20328         thread, asynchronous signal and asynchronous cancellation
20329         safety properties.
20330         * manual/intro.texi: Introduce the properties themselves.
20332 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20334         * sysdeps/sh/sh4/Makefile: New file.
20336 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20338         * math/gen-libm-test.pl ($srcdir): New variable.
20339         ($auto_input): Use it.
20341 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20343         [BZ #16506]
20344         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20345         access beyond array bounds when parsing netgroups file.
20347         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20348         the old buffer before realloc.
20350 2014-01-27  Allan McRae  <allan@archlinux.org>
20352         * po/fr.po: Update French translation from translation project.
20354 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20356         * sysdeps/sh/libm-test-ulps: Regenerate.
20358 2014-01-24  David S. Miller  <davem@davemloft.net>
20360         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20362 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20364         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20365         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20367 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20369         [BZ #16474]
20370         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20371         string pointers after reallocation.
20373 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20375         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20376         __SH4A__ instead of __SH_FPU_ANY__.
20378 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20380         * sysdeps/sh/fpu_control.h: New file.
20381         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20382         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20383         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20384         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20385         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20386         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20387         * sysdeps/sh/sys/ucontext.h: Remove.
20388         * sysdeps/sh/sys: Remove directory.
20390 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20392         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20393         s390/sys/ucontext.h.
20394         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20395         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20397 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20399         [BZ #15605]
20400         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20402 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20404         [BZ#16431]
20405         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20406         Adjust the vDSO correctly for internal calls.
20407         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20409 2014-01-20  Allan McRae  <allan@archlinux.org>
20411         * po/ca.po: Update Catalan translation from translation project.
20413 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20415         * sysdeps/s390/sotruss-lib.c: New file.
20417 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20419         [BZ#16430]
20420         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20421         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20422         local calls issues by not having a PLT stub required for IFUNC calls.
20423         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20425 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20427         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20428         * math/test-fpucw-static.c: Likewise.
20430 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20432         [BZ #16453]
20433         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20435 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20437         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20438         implementation for powerpc.
20440 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20442         [BZ #14782]
20443         * sysdeps/posix/system.c (__libc_system): Do not enable
20444         asynchronous cancellation.
20446 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20448         [BZ #16427]
20449         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20450         handling only for numbers special also in the IEEE case.
20452 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20454         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20456 2014-01-11  Allan McRae  <allan@archlinux.org>
20458         * po/bg.po: Update Bulgarian translation from translation project.
20460         * po/de.po: Update German translation from translation project.
20462 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20464         * sysdeps/generic/gcc-compat.h: New file.
20466 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20468         * benchtests/asin-inputs: Correct slow inputs.
20469         * benchtests/acos-inputs: Likewise.
20471 2014-01-10  Allan McRae  <allan@archlinux.org>
20473         * po:sv.po: Update Swedish translation from translation project.
20475         * po/vi.po: Update Vietnamese translation from translation project.
20477         * po/eo.po: Update Esperanto translation from translation project.
20479         * po/cs.po: Update Czech translation from translation project.
20481         * po/nl.po: Update Dutch translation from translation project.
20483         * po/pl.po: Update Polish translation from translation project.
20485         * po/ru.po: Update Russian translation from translation project.
20487         * po/uk.po: Update Ukrainian translation from translation project.
20489 2014-01-08  Brooks Moses  <bmoses@google.com>
20491         * elf/dl-load.c: Fix comment typo.
20493 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20495         * po/header.pot: Rename to...
20496         * po/pot.header: ... this.
20497         * po/Makefile: Use pot.header.
20499 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20500             Maxim Kuvyrkov  <maxim@kugelworks.com>
20502         [BZ #16394]
20503         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20504         SRC and DEST against LEN.
20506 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20508         [BZ #16414]
20509         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20510         implementation.
20511         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20513 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20515         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20517 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20519         [BZ #16408]
20520         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20521         for large positive arguments.
20523 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20525         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20527         * math/auto-libm-test-in: Mark various tests with
20528         xfail-rounding:ldbl-128ibm.
20529         * math/auto-libm-test-out: Regenerated.
20531         [BZ #16407]
20532         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20533         Increase overflow threshold.
20535 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20537         [BZ #14286]
20538         * stdio-common/vfprintf.c: Check for integer overflow.
20540 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20542         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20543         the first argument and return value of __tls_get_addr_internal.
20545 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20547         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20548         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20550 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20552         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20553         * sysdeps/s390/rtld-global-offsets.sym: New file.
20554         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20555         GLIBC_2.19 symbol.
20556         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20557         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20558         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20559         ... this.
20560         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20561         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20562         ... this.
20563         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20564         Regenerate.
20565         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20566         Regenerate.
20567         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20568         halfs of GPRs for high_gprs contexts.
20569         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20570         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20571         field.
20572         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20573         uc_flags field.
20574         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20575         64 bit versions:
20576         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20577         for high GPRs (uc_high_gprs) and for future extensions
20578         (__reserved).
20579         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20580         for future extensions (__reserved).
20581         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20582         64 bit versions:
20583         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20584         SC_HIGHGPRS offset definition.
20585         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20586         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20588         * Versions.def: Add GLIBC_2.19 for libpthread.
20589         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20590         siglongjmp for libpthread with GLIBC_2.19 symver.
20591         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20592         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20593         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20594         * sysdeps/s390/__longjmp.c: New file.
20595         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20596         * sysdeps/s390/longjmp.c: New file.
20597         * sysdeps/s390/setjmp.S: New file.
20598         * sysdeps/s390/sigjmp.S: New file.
20599         * sysdeps/s390/v1-longjmp.c: New file.
20600         * sysdeps/s390/v1-setjmp.h: New file.
20601         * sysdeps/s390/v1-sigjmp.c: New file.
20602         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20603         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20604         GLIBC_2.19 version.
20605         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20606         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20607         versioned symbols for ____longjmp_chk.
20608         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20609         Likewise.
20610         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20611         Regenerate.
20612         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20613         Regenerate.
20614         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20615         Regenerate.
20616         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20617         Regenerate.
20618         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20619         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20620         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20621         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20622         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20623         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20624         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20625         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20626         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20627         * sysdeps/s390/rtld-__longjmp.c: New file.
20628         * sysdeps/s390/rtld-setjmp.S: New file.
20630 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20632         [BZ #16400]
20633         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20634         Return -__logl (x) for small positive arguments without evaluating
20635         a polynomial.
20637 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20639         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20640         Rename to ...
20641         (__ptrace_peeksiginfo_args): ... this.
20642         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20643         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20644         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20646 2014-01-06  Allan McRae  <allan@archlinux.org>
20648         * inet/netinet/in.h: Fix typo in comment.
20650 2014-01-05  Andreas Jaeger  <aj@suse.de>
20652         * sysdeps/i386/fpu/libm-test-ulps: Update.
20654 2014-01-05  Allan McRae  <allan@archlinux.org>
20656         * po/libc.pot: Regenerated.
20658         * malloc/memusagestat.c: Fix gettext call formatting.
20660 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20662         * nscd/nscd.c: Improve usage() output.
20664 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20666         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20667         * sysdeps/unix/sysv/linux/configure: Regenerated.
20668         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20669         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20671 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20673         [BZ #16390]
20674         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20675         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20677 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20679         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20680         extra tokens at end of #undef directive.
20681         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20682         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20683         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20685 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20687         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20689         * math/auto-libm-test-in: Mark various tests with
20690         xfail-rounding:ldbl-128ibm.
20691         * math/auto-libm-test-out: Regenerated.
20693 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20695         [BZ #16386]
20696         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20697         numbers with subnormal high part when calculating exponent.
20699         [BZ #16385]
20700         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20701         fabs.
20703         [BZ #16384]
20704         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20705         M_LN2l.
20706         (__ieee754_acoshl): Use __log1pl not __log1p.
20708 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20710         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20711         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20712         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20713         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20714         (reused_arena, arena_get2): Convert to GNU style.
20715         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20716         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20717         (memalign_check, __malloc_set_state): Likewise.
20718         * malloc/mallocbug.c (main): Likewise.
20719         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20720         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20721         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20722         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20723         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20724         (__posix_memalign, malloc_info): Likewise.
20725         * malloc/malloc.h: Likewise.
20726         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20727         (mallochook, memalignhook, reallochook, mabort): Likewise.
20728         * malloc/mcheck.h: Likewise.
20729         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20730         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20731         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20732         * malloc/morecore.c (__default_morecore): Likewise.
20733         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20734         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20735         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20736         (print_and_abort): Likewise.
20737         * malloc/obstack.h: Likewise.
20738         * malloc/set-freeres.c (__libc_freeres): Likewise.
20739         * malloc/tst-mallocstate.c (main): Likewise.
20740         * malloc/tst-mtrace.c (main): Likewise.
20741         * malloc/tst-realloc.c (do_test): Likewise.
20743 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20745         [BZ #16366]
20746         * nscd/netgroupcache.c (do_notfound): New function.
20747         (addgetnetgrentX): Use it.
20749         [BZ # 16365]
20750         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20751         NSS_STATUS_NOTFOUND.
20753 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20755         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20758 2014-01-01  Allan McRae  <allan@archlinux.org>
20760         * scripts/update-copyrights: Update configure input file suffix.
20762         * NEWS: Update copyright year.
20763         * catgets/gencat.c: Likewise.
20764         * csu/version.c: Likewise.
20765         * debug/catchsegv.sh: Likewise.
20766         * debug/pcprofiledump.c: Likewise.
20767         * debug/xtrace.sh: Likewise.
20768         * elf/ldconfig.c: Likewise.
20769         * elf/ldd.bash.in: Likewise.
20770         * elf/pldd.c: Likewise.
20771         * elf/sotruss.ksh: Likewise.
20772         * elf/sprof.c: Likewise.
20773         * iconv/iconv_prog.c: Likewise.
20774         * iconv/iconvconfig.c: Likewise.
20775         * locale/programs/locale.c: Likewise.
20776         * locale/programs/localedef.c: Likewise.
20777         * login/programs/pt_chown.c: Likewise.
20778         * malloc/memusage.sh: Likewise.
20779         * malloc/memusagestat.c: Likewise.
20780         * malloc/mtrace.pl: Likewise.
20781         * manual/libc.texinfo: Likewise.
20782         * nscd/nscd.c: Likewise.
20783         * nss/getent.c: Likewise.
20784         * nss/makedb.c: Likewise.
20785         * posix/getconf.c: Likewise.
20786         * scripts/test-installation.pl: Likewise.
20788         * All files with FSF copyright notices: Update copyright dates
20789         using scripts/update-copyrights.
20790         * intl/plural.c: Regenerated.
20791         * locale/programs/charmap-kw.h: Likewise.
20792         * locale/programs/locfile-kw.h: Likewise.
20794 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20796         * sysdeps/unix/sysv/linux/configure: Regenerated.
20797         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20798         the linux/fanotify.h header.
20799         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20800         HAVE_LINUX_FANOTIFY_H is defined.
20802 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20804         * benchtests/cos-inputs: New inputs.
20805         * benchtests/sin-inputs: Likewise.
20807         * benchtests/atan-inputs: New inputs. Fix name of multiple
20808         precision fallback inputs.
20810         * benchtests/atanh-inputs: New inputs.
20811         * benchtests/tanh-inputs: Likewise.
20813         * benchtests/acosh-inputs: New inputs.
20814         * benchtests/asinh-inputs: Likewise.
20816         * benchtests/cosh-inputs: New inputs.
20817         * benchtests/sinh-inputs: Likewise.
20819         * benchtests/acos-inputs: Add more inputs.
20820         * benchtests/asin-inputs: Likewise.
20822 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20824         [BZ #16375]
20825         * manual/arith.texi: Fix spelling.
20826         * manual/charset.texi: Likewise.
20827         * manual/errno.texi: Likewise.
20828         * manual/filesys.texi: Likewise.
20829         * manual/lang.texi: Likewise.
20830         * manual/llio.texi: Likewise.
20831         * manual/locale.texi: Likewise.
20832         * manual/message.texi: Likewise.
20833         * manual/resource.texi: Likewise.
20834         * manual/search.texi: Likewise.
20835         * manual/setjmp.texi: Likewise.
20836         * manual/stdio.texi: Likewise.
20837         * manual/string.texi: Likewise.
20838         * manual/sysinfo.texi: Likewise.
20839         * manual/time.texi: Likewise.
20841 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20843         * po/sl.po: New file.
20845 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20847         * .gitignore: Add core/.gdbinit/.gdb_history.
20849 2013-12-27  Allan McRae  <allan@archlinux.org>
20851         [BZ #16369]
20852         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20853         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20855 2013-12-24  Brooks Moses  <bmoses@google.com>
20857         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20858         all compilers that claim C++98 compliance, not just GCC.
20859         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20860         Likewise.
20862 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20864         * NEWS: Restore accidentally deleted bug-fix entries.
20866 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20867             Ondřej Bílka  <neleai@seznam.cz>
20869         [BZ #15073]
20870         * malloc/malloc.c (_int_free): Perform sanity check only if we
20871         have_lock.
20873 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20875         [BZ #12986]
20876         * manual/stdio.texi (String Input Conversions): Clarify that character
20877         classes are not supported.
20879 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20881         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20883 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20885         [BZ #16337]
20886         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20887         Calculate results for small negative arguments directly rather
20888         than using reflection formula with special underflow handling.
20890         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20891         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20892         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20893         (fchflags): Likewise.
20894         (revoke): Likewise.
20895         (setlogin): Likewise.
20896         (sigaltstack): Likewise.
20897         (wait4): Likewise.
20898         (sigblock): Remove.
20899         (sigsetmask): Likewise.
20900         (wait3): Likewise.
20901         (waitpid): Likewise.
20902         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20903         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20904         file.
20905         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20906         * sysdeps/unix/bsd/Makefile: ... here.
20907         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20908         * sysdeps/unix/bsd/Versions: ... here.
20909         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20910         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20911         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20912         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20913         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20914         * sysdeps/unix/bsd/sigblock.c: ... here.
20915         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20916         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20917         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20918         * sysdeps/unix/bsd/sigvec.c: ... here.
20919         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20920         * sysdeps/unix/bsd/tcdrain.c: ... here.
20921         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20922         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20923         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20924         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20925         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20926         * sysdeps/unix/bsd/wait.c: ... here.
20927         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20928         * sysdeps/unix/bsd/wait3.c: ... here.
20929         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20930         * sysdeps/unix/bsd/waitpid.c: ... here.
20932 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20934         [BZ #16356]
20935         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20936         round-to-nearest for [!USE_AS_EXPM1L].
20937         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20938         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20939         more tests of exp and exp10.  Expect some exp10 tests to miss
20940         exceptions or fail in directed rounding modes.
20941         * math/auto-libm-test-out: Regenerated.
20942         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20943         (exp10_test_tonearest): New function.
20944         (exp10_towardzero_test_data): New array.
20945         (exp10_test_towardzero): New function.
20946         (exp10_downward_test_data): New array.
20947         (exp10_test_downward): New function.
20948         (exp10_upward_test_data): New array.
20949         (exp10_test_upward): New function.
20950         (main): Call the new functions.
20951         * sysdeps/i386/fpu/libm-test-ulps: Update.
20952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20954 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20956         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20957         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20958         * math/auto-libm-test-out: Regenerated.
20959         * math/libm-test.inc (acosh_test_data): Add more tests.
20960         (atanh_test_data): Likewise.
20961         (ceil_test_data): Likewise.
20962         (copysign_test_data): Likewise.
20963         * sysdeps/i386/fpu/libm-test-ulps: Update.
20964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20966         * timezone/checktab.awk: Update from tzcode 2013i.
20967         * timezone/private.h: Likewise.
20968         * timezone/scheck.c: Likewise.
20969         * timezone/tzfile.h: Likewise.
20970         * timezone/tzselect.ksh: Likewise.
20971         * timezone/zdump.c: Likewise.
20972         * timezone/zic.c: Likewise.
20974         * math/auto-libm-test-in: Add tests of cpow.
20975         * math/auto-libm-test-out: Regenerated.
20976         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20977         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20978         mpc_cc_c.
20979         (func_calc_desc): Add mpc_cc_c union field.
20980         (test_functions): Add cpow.
20981         (special_fill_2pi): New function.
20982         (special_real_inputs): Add 2pi.
20983         (calc_generic_results): Handle mpc_cc_c.
20984         * sysdeps/i386/fpu/libm-test-ulps: Update.
20985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20987         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20988         csqrt, ctan and ctanh.
20989         * math/auto-libm-test-out: Regenerated.
20990         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20991         (TEST_COND_x86): Likewise.
20992         (ccos_test_data): Use AUTO_TESTS_c_c.
20993         (ccosh_test_data): Likewise.
20994         (cexp_test_data): Likewise.
20995         (clog_test_data): Likewise.
20996         (csqrt_test_data): Likewise.
20997         (ctan_test_data): Likewise.
20998         (ctan_tonearest_test_data): Likewise.
20999         (ctan_towardzero_test_data): Likewise.
21000         (ctan_downward_test_data): Likewise.
21001         (ctan_upward_test_data): Likewise.
21002         (ctanh_test_data): Likewise.
21003         (ctanh_tonearest_test_data): Likewise.
21004         (ctanh_towardzero_test_data): Likewise.
21005         (ctanh_downward_test_data): Likewise.
21006         (ctanh_upward_test_data): Likewise.
21007         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21008         mpc_c_c.
21009         (func_calc_desc): Add mpc_c_c union field.
21010         (FUNC_mpc_c_c): New macro.
21011         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
21012         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
21013         ctanh.
21014         (special_fill_min_subnorm_p120): New function.
21015         (special_real_inputs): Add min_subnorm_p120.
21016         (calc_generic_results): Handle mpc_c_c.
21017         * sysdeps/i386/fpu/libm-test-ulps: Update.
21018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21020 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21022         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
21023         (do_sin_slow): New functions.
21024         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
21025         (cslow2, csloww1, csloww2): Use the new functions.
21027         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
21028         Use M to change sign of result instead of X.  Assume X is
21029         positive.
21030         (csloww1): Likewise.
21031         (__sin): Adjust.
21032         (__cos): Adjust.
21034         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
21035         arguments A and DA.
21036         (__sin): Adjust.
21037         (__cos): Likewise.
21039         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
21040         (__cos): Likewise.
21041         (sloww1): Don't adjust sign of DX.
21042         (csloww1): Likewise.
21043         (sloww2): Use X directly and don't adjust sign of DX.
21044         (csloww2): Likewise.
21046 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21048         * math/auto-libm-test-in: Add tests of cabs and carg.
21049         * math/auto-libm-test-out: Regenerated.
21050         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
21051         (carg_test_data): Likewise.
21052         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21053         mpc_c_f.
21054         (func_calc_desc): Add mpc_c_f union field.
21055         (test_functions): Add cabs and carg.
21056         (calc_generic_results): Handle mpc_c_f.
21058         * sysdeps/powerpc/powerpc32/libgcc-compat.S
21059         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
21060         as a macro and a compat symbol.
21061         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
21062         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
21063         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
21064         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
21065         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
21066         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
21067         not use .hidden.
21068         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
21069         Likewise.
21070         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
21071         Likewise.
21072         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
21073         Likewise.
21074         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
21075         Likewise.
21076         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
21077         Likewise.
21078         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
21079         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
21080         from GLIBC_2.3.2.
21082 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21084         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21086 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21088         * manual/texinfo.tex: Update to version 2013-11-26.10 with
21089         trailing whitespace removed.
21090         * scripts/config.guess: Update to version 2013-11-29.
21091         * scripts/config.sub: Update to version 2013-10-01.
21093         * math/auto-libm-test-in: Add tests of sincos.
21094         * math/auto-libm-test-out: Regenerated.
21095         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
21096         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21097         mpfr_f_11.
21098         (func_calc_desc): Add mpfr_f_11 union field.
21099         (test_functions): Add sincos.
21100         (calc_generic_results): Handle mpfr_f_11.
21101         * sysdeps/i386/fpu/libm-test-ulps: Update.
21102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21104 2013-12-19  Andreas Schwab  <schwab@suse.de>
21106         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
21107         CALL_MCOUNT.
21108         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21109         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
21110         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
21112 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21114         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
21115         * sysdeps/i386/fpu/libm-test-ulps: Update.
21116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21118         [BZ #16293]
21119         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
21120         round-to-nearest mode when using frndint.
21121         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
21122         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21123         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
21124         Likewise.
21125         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
21126         sinh test to fail.
21127         * math/auto-libm-test-out: Regenerated.
21128         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
21129         (TEST_COND_x86): Likewise.
21130         (expm1_tonearest_test_data): New array.
21131         (expm1_test_tonearest): New function.
21132         (expm1_towardzero_test_data): New array.
21133         (expm1_test_towardzero): New function.
21134         (expm1_downward_test_data): New array.
21135         (expm1_test_downward): New function.
21136         (expm1_upward_test_data): New array.
21137         (expm1_test_upward): New function.
21138         (main): Run the new test functions.
21139         * sysdeps/i386/fpu/libm-test-ulps: Update.
21140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21142         * include/features.h: Update comment documenting feature test
21143         macros.  Mention _DEFAULT_SOURCE in comment.
21144         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
21145         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
21146         _BSD_SOURCE and _SVID_SOURCE.
21147         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21148         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21149         !_SVID_SOURCE]: Likewise.
21150         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21151         (__USE_POSIX_IMPLICITLY): Define.
21152         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21153         (_POSIX_SOURCE): Undefine and redefine.
21154         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21155         (_POSIX_C_SOURCE): Likewise.
21156         * manual/creature.texi (_DEFAULT_SOURCE): Document.
21157         (Feature Test Macros): Update documentation of default features.
21159 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21161         * benchtests/Makefile: Add bench-strtok.
21162         * benchtests/bench-strtok.c: New file: strtok benchtest.
21164 2013-12-19  Allan McRae  <allan@archlinux.org>
21166         * manual/install.texi: Suppress menu for plain text output.
21167         * INSTALL: Regenerated.
21169 2013-12-18  Brooks Moses  <bmoses@google.com>
21171         [BZ #15846]
21172         * misc/getauxval.c: Include errno.h.
21173         (__getauxval): Set errno to ENOENT if the requested type is not
21174         found.
21175         * misc/sys/auxv.h (getauxval): Document that it may set errno;
21176         don't declare with __attribute_const__.
21177         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
21178         * manual/startup.texi: Document that getauxval sets errno.
21180 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21182         * math/auto-libm-test-in: Add tests of jn and yn.
21183         * math/auto-libm-test-out: Regenerated.
21184         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
21185         (yn_test_data): Likewise.
21186         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21187         mpfr_if_f.
21188         (func_calc_desc): Add mpfr_if_f union field.
21189         (FUNC_mpfr_if_f): New macro.
21190         (test_functions): Add jn and yn.
21191         (calc_generic_results): Assert type of second input for
21192         mpfr_ff_f.  Handle mpfr_if_f.
21193         (output_for_one_input_case): Disable all checking for arguments
21194         fitting floating-point types in case of an integer argument.
21195         * sysdeps/i386/fpu/libm-test-ulps: Update.
21196         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21199         Don't expect fegetround reference in libm.so.
21201 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21203         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
21204         $(config-cflags-nofma).
21206 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21208         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
21209         * math/auto-libm-test-out: Regenerated.
21211         [BZ #16338]
21212         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
21213         to determine exponent and adjust argument to have exponent of -1.
21214         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
21215         log2.
21216         * math/auto-libm-test-out: Regenerated.
21217         * sysdeps/i386/fpu/libm-test-ulps: Update.
21218         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21220 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
21222         * manual/probes.texi: Remove cases when per-thread arenas are
21223         disabled.
21225 2013-12-18  Andreas Schwab  <schwab@suse.de>
21227         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
21228         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
21229         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
21230         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
21231         * sysdeps/i386/i686/multiarch/Makefile: Update.
21232         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
21234 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21236         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
21237         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
21239 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
21241         [BZ #15968]
21242         Support TZ transition times < 00:00:00.
21243         This is needed for version-3 tz-format files; it supports time
21244         stamps past 2037 for America/Godthab (the only entry in the tz
21245         database for which this change is relevant).
21246         * manual/time.texi (TZ Variable): Document transition times
21247         from -167:59:59 through -00:00:01.
21248         * time/tzset.c (tz_rule): Time of day is now signed.
21249         (__tzset_parse_tz): Parse negative time of day.
21251         Document TZ transition times >= 25:00:00.
21252         * manual/time.texi (TZ Variable): Document transition times from
21253         25:00:00 through 167:59:59.  These are already supported, and this
21254         support will help with version-3 tz-format files.
21256         * manual/time.texi (TZ Variable): Modernize North America example
21257         to reflect current (i.e., 2007-and-later) daylight saving rules.
21259         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21261 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21263         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21264         * sysdeps/unix/bsd/bits/stat.h: Likewise.
21265         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21266         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21267         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21268         * sysdeps/unix/bsd/bsdstat.h: Likewise.
21269         * sysdeps/unix/bsd/clock.c: Likewise.
21270         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21271         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21272         * sysdeps/unix/bsd/init-posix.c: Likewise.
21273         * sysdeps/unix/bsd/poll.c: Likewise.
21274         * sysdeps/unix/bsd/ptsname.c: Likewise.
21275         * sysdeps/unix/bsd/seekdir.c: Likewise.
21276         * sysdeps/unix/bsd/setegid.c: Likewise.
21277         * sysdeps/unix/bsd/seteuid.c: Likewise.
21278         * sysdeps/unix/bsd/setgid.c: Likewise.
21279         * sysdeps/unix/bsd/setrgid.c: Likewise.
21280         * sysdeps/unix/bsd/setruid.c: Likewise.
21281         * sysdeps/unix/bsd/setsid.c: Likewise.
21282         * sysdeps/unix/bsd/setuid.c: Likewise.
21283         * sysdeps/unix/bsd/sigaction.c: Likewise.
21284         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21285         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21286         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21287         * sysdeps/unix/bsd/telldir.c: Likewise.
21288         * sysdeps/unix/bsd/times.c: Likewise.
21289         * sysdeps/unix/bsd/usleep.c: Likewise.
21291         * misc/Makefile (install-lib): Remove libbsd-compat.a.
21292         ($(objpfx)libbsd-compat.a): Remove rule.
21294         * include/features.h (__FAVOR_BSD): Do not define.
21295         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21296         features conflicting with POSIX.
21297         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21298         (_BSD_SOURCE): Remove description of not being a subset of other
21299         feature test macros.
21300         * manual/job.texi (getpgrp): Do not document BSD version.
21301         (getpgid): Do not document by reference to BSD getpgrp.
21302         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21303         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21304         * signal/signal.h [__FAVOR_BSD]: Likewise.
21305         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21306         instead of making contents conditional on [__FAVOR_BSD].
21307         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21309 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21311         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21313 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21315         [BZ #16314]
21316         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21317         values below 2**-450, not 2**-500.
21318         * math/auto-libm-test-in: Don't allow spurious underflow from
21319         hypot.
21320         * math/auto-libm-test-out: Regenerated.
21322         [BZ #16316]
21323         [BZ #16330]
21324         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21325         values of ha and hb and sort them after adjusting subnormal
21326         arguments.
21327         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21328         Likewise.
21329         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21330         values of ea and eb and sort them after adjusting subnormal
21331         arguments.
21332         * math/auto-libm-test-in: Do not expect some hypot tests of
21333         subnormals to fail.  Add more hypot tests.
21334         * math/auto-libm-test-out: Regenerated.
21336 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21338         [BZ #13304]
21339         * sysdeps/sh/s_fma.c: New file.
21340         * sysdeps/sh/s_fmaf.c: New file.
21341         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21342         version.
21343         * sysdeps/sh/Implies: Add sh/soft-fp.
21345 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21347         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21348         level of indirection to members `objname', `errstring', `malloced'.
21349         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21350         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21351         it as the __longjmp argument (just pass 1 instead).
21352         (_dl_catch_error): Initialize C with argument pointers and address of
21353         volatile local ERRCODE rather than copying values out of C at return.
21355 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21357         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21358         * math/auto-libm-test-out: Regenerated.
21359         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21360         (hypot_test_data): Likewise.
21361         (pow_test_data): Likewise.
21362         (pow_tonearest_test_data): Likewise.
21363         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21364         mpfr_ff_f.
21365         (func_calc_desc): Add mpfr_ff_f union field.
21366         (FUNC_mpfr_ff_f): New macro.
21367         (test_functions): Add atan2, hypot and pow.
21368         (special_fill_min): New function.
21369         (special_fill_minus_min): Likewise.
21370         (special_fill_min_subnorm): Likewise.
21371         (special_fill_minus_min_subnorm): Likewise.
21372         (special_real_inputs): Add min, -min, min_subnorm and
21373         -min_subnorm.
21374         (calc_generic_results): Handle mpfr_ff_f.
21375         * sysdeps/i386/fpu/libm-test-ulps: Update.
21376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21378 2013-12-16  Will Newton  <will.newton@linaro.org>
21380         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21381         (Aligned Memory Blocks): Add documentation for aligned_alloc
21382         and suggest it as an alternative to posix_memalign.
21383         (Hooks for Malloc): Document __memalign_hook is also called
21384         for aligned_alloc.  (Summary of Malloc): Add summary for
21385         aligned alloc.  Document __memalign_hook is also called
21386         for aligned_alloc.
21388 2013-12-16  Will Newton  <will.newton@linaro.org>
21390         * manual/memory.texi (Malloc Examples): Clarify default
21391         alignment documentation.  Suggest posix_memalign rather
21392         than memalign or valloc.
21393         (Aligned Memory Blocks): Remove suggestion to use memalign
21394         or valloc.  Remove obsolete comment about BSD.
21395         Document memalign errno values and mark the function obsolete.
21396         Document posix_memalign returned error codes.  Mark valloc
21397         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21398         called for posix_memalign and valloc.
21399         (Summary of Malloc): Add posix_memalign to function summary.
21400         __memalign_hook is also called for posix_memalign and valloc.
21402 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21404         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21405         TAYLOR_SIN.
21406         (__sin): Adjust.
21407         (__cos): Likewise.
21408         (sloww): Use mynumber union.  Expand ternary operator into
21409         if-else statements.
21410         (cslow): use mynumber union.
21412 2013-12-16  Allan McRae  <allan@archlinux.org>
21414         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21415         * configure: Regenerated.
21417         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21419         [BZ #14120]
21420         * configure.ac: Added --enable-maintainer-mode. Check for
21421         autoconf when enabled.
21422         * configure: Regenerated.
21424         * nscd/nscd.service: New file.
21425         * nscd/nscd.tmpfiles: New file.
21427 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21429         [BZ #12100]
21430         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21431         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21432         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21433         (strstr): Add __strstr_sse2_unaligned ifunc.
21434         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21435         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21436         (strcasestr): Remove __strcasestr_sse42 ifunc.
21437         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21438         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21439         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21441 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21443         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21444         * sysdeps/sh/bits/fenv.h: ... here.
21445         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21447 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21449         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21451         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21452         hypotf multiarch implementations.
21453         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21454         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21455         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21456         multiarch hypot for PPC64.
21457         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21458         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21459         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21460         multiarch hypotf for PPC64.
21462         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21463         modff multiarch implementations.
21464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21465         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21467         multiarch modf for PPC64.
21468         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21470         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21471         multiarch modff for PPC64.
21473         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21474         and logl multiarch implementations.
21475         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21476         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21478         multiarch logb for PPC64.
21479         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21481         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21482         multiarch logb for PPC64.
21483         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21485         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21486         multiarch logb for PPC64.
21488         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21489         isinff multiarch implementation.
21490         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21491         file.
21492         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21493         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21494         multiarch isinf for PPC64.
21495         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21496         file.
21497         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21498         multiarch isinff for PPC64.
21500         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21501         finitef multiarch implementation.
21502         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21503         file.
21504         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21505         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21506         multiarch finite for PPC64.
21507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21508         file.
21509         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21510         multiarch finitef for PPC64.
21512         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21513         lrint multiarch implementation.
21514         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21515         file.
21516         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21518         multiarch llrint for PPC64.
21519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21520         multiarch lrint for PPC64.
21522         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21523         copysignf multiarch implementation.
21524         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21525         file.
21526         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21527         file.
21528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21529         multiarch copysign for PPC64.
21530         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21531         multiarch copysignf for PPC64.
21533         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21534         multiarch implementation.
21535         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21536         file.
21537         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21538         file.
21539         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21540         file.
21541         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21542         file.
21543         multiarch llround for PPC64.
21544         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21545         multiarch trunc for PPC64.
21546         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21547         multiarch truncf for PPC64.
21549         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21550         multiarch implementation.
21551         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21552         file.
21553         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21554         file.
21555         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21556         file.
21557         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21558         file.
21559         multiarch llround for PPC64.
21560         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21561         multiarch round for PPC64.
21562         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21563         multiarch roundf for PPC64.
21565         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21566         multiarch implementation.
21567         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21568         file.
21569         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21570         file.
21571         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21572         file.
21573         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21574         file.
21575         multiarch llround for PPC64.
21576         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21577         multiarch floor for PPC64.
21578         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21579         multiarch floorf for PPC64.
21581         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21582         multiarch implementation.
21583         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21584         file.
21585         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21586         file.
21587         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21588         file.
21589         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21590         file.
21591         multiarch llround for PPC64.
21592         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21593         multiarch ceil for PPC64.
21594         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21595         multiarch ceilf for PPC64.
21597         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21598         multiarch implementation.
21599         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21600         file.
21601         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21602         file.
21603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21604         file.
21605         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21606         multiarch llround for PPC64.
21607         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21608         multiarch lround for PPC64.
21610         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21611         multiarch implementation.
21612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21613         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21614         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21615         file.
21616         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21617         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21618         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21619         multiarch isnan for PPC64.
21620         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21621         multiarch isnanf for PPC64.
21623         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21624         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21625         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21626         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21627         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21630         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21631         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21632         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21633         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21635         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21636         multiarch implementations.
21637         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21638         (__libc_ifunc_impl_list): Likewise.
21639         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21640         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21641         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21642         multiarch stpcpy for PPC64.
21644         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21645         multiarch implementations.
21646         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21647         (__libc_ifunc_impl_list): Likewise.
21648         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21649         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21650         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21651         multiarch strcpy for PPC64.
21653         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21654         redefine function name.
21655         (_wordcopy_fwd_dest_aligned): Likewise.
21656         (_wordcopy_bwd_aligned): Likewise.
21657         (_wordcopy_bwd_dest_aligned): Likewise.
21658         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21659         multiarch implementations.
21660         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21661         (__libc_ifunc_impl_list): Likewise.
21662         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21663         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21664         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21665         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21666         multiarch wcscpy for PPC64.
21668         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21669         multiarch implementations.
21670         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21671         (__libc_ifunc_impl_list): Likewise.
21672         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21673         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21674         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21675         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21676         multiarch wcscpy for PPC64.
21678         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21679         multiarch implementations.
21680         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21681         (__libc_ifunc_impl_list): Likewise.
21682         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21683         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21684         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21685         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21686         multiarch wcsrchr for PPC64.
21688         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21689         multiarch implementations.
21690         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21691         (__libc_ifunc_impl_list): Likewise.
21692         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21693         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21694         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21695         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21696         multiarch wcschr for PPC64.
21698         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21699         multiarch implementations.
21700         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21701         (__libc_ifunc_impl_list): Likewise.
21702         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21703         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21704         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21705         multiarch strchrnul for PPC64.
21707         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21708         implementations.
21709         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21710         (__libc_ifunc_impl_list): Likewise.
21711         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21712         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21713         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21714         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21715         strchr for PPC64.
21717         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21718         implementations.
21719         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21720         (__libc_ifunc_impl_list): Likewise.
21721         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21722         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21723         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21724         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21725         strncmp for PPC64.
21727         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21728         multiarch implementations.
21729         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21730         (__libc_ifunc_impl_list): Likewise.
21731         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21732         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21733         strncasecmp for PPC64.
21734         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21735         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21736         multiarch strncasecmp_l for PPC64.
21738         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21739         multiarch implementations.
21740         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21741         (__libc_ifunc_impl_list): Likewise.
21742         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21743         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21744         multiarch strcasecmp for PPC64.
21745         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21746         file.
21747         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21748         multiarch strcasecmp_l for PPC64.
21750         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21751         implementations.
21752         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21753         (__libc_ifunc_impl_list): Likewise.
21754         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21755         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21756         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21757         strnlen for PPC64.
21759         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21760         implementations.
21761         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21762         (__libc_ifunc_impl_list): Likewise.
21763         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21764         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21765         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21766         strlen for PPC64.
21768         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21769         implementations.
21770         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21771         (__libc_ifunc_impl_list): Likewise.
21772         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21773         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21774         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21775         rawmemrchr for PPC64.
21777         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21778         implementation.
21779         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21780         (__libc_ifunc_impl_list): Likewise.
21781         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21782         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21783         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21784         memrchr for PPC64.
21786         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21787         implementation.
21788         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21789         (__libc_ifunc_impl_list): Likewise.
21790         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21791         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21792         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21793         memchr for PPC64.
21795         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21796         implementation.
21797         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21798         (__libc_ifunc_impl_list): Likewise.
21799         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21800         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21801         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21802         mempcpy for PPC64.
21804         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21805         avoid cretion of __bzero symbol.
21806         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21807         Likewise.
21808         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21809         Likewise.
21810         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21811         Likewise.
21812         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21813         multiarch implementations.
21814         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21815         (__libc_ifunc_impl_list): Likewise.
21816         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21817         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21818         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21819         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21820         bzero for PPC32.
21821         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21822         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21823         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21824         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21825         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21826         memset for PPC64.
21827         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21829         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21830         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21831         implementations.
21832         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21833         (__libc_ifunc_impl_list): Likewise.
21834         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21835         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21836         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21837         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21838         memcmp for PPC64.
21840         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21841         multiarch for POWER/PPC64.
21842         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21843         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21844         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21845         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21846         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21847         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21848         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21849         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21850         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21851         memcpy for PPC64.
21853         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21854         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21855         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21856         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21857         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21858         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21859         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21860         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21861         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21862         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21863         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21864         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21865         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21866         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21867         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21876 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21878         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21880 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21882         * benchtests/Makefile (bench): Add exp2 and log2.
21883         (LDLIBS-bench-exp2): Add -lm.
21884         (LDLIBS-bench-log2): Likewise.
21885         * benchtests/exp2-inputs: New inputs file.
21886         * benchtests/log2-inputs: New inputs file.
21887         * benchtests/log-inputs: Add new inputs.
21888         * benchtests/tan-inputs: Likewise.
21890 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21892         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21893         definition...
21894         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21895         (csloww2): ... from here.
21897         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21898         instead of structures.
21899         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21900         (POLYNOMIAL): Likewise.
21901         (TAYLOR_SLOW): Likewise.
21902         (__sin): Likewise.
21903         (__cos): Likewise.
21904         (slow1): Likewise.
21905         (slow2): Likewise.
21906         (sloww): Likewise.
21907         (sloww1); Likewise.
21908         (sloww2): Likewise.
21909         (bsloww1): Likewise.
21910         (bsloww2): Likewise.
21911         (cslow2): Likewise.
21912         (csloww): Likewise.
21913         (csloww1): Likewise.
21914         (csloww2): Likewise.
21916 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21918         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21919         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21920         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21921         * malloc/hooks.c (realloc_check): Likewise.
21923         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21924         * malloc/arena.c: Remove PER_THREAD conditional.
21925         [!PER_THREAD]: Remove code.
21926         (ptmalloc_unlock_all2): Likewise.
21927         (ptmalloc_init): Likewise.
21928         (_int_new_arena): Likewise.
21929         (arena_get2): Likewise.
21930         * malloc/hooks.c (__malloc_get_state): Likewise.
21931         (__malloc_set_state): Likewise.
21932         * malloc/malloc.c: Likewise.
21933         (struct malloc_state): Likewise.
21934         (struct malloc_par): Likewise.
21935         (__libc_realloc): Likewise.
21936         (__libc_mallopt): Likewise.
21938 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21940         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21942 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21944         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21945         macro to a function.  Check for zero perturb_byte.
21946         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21948         * malloc/malloc.c: (force_reg): Remove.
21949         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21950         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21951         force_reg by atomic_forced_read.
21952         * malloc/arena.c (ptmalloc_init): Likewise.
21953         * malloc/hooks.c (top_check): Likewise.
21955 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21957         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21959 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21961         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21963 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21965         * math/auto-libm-test-in: Add tests of lgamma.
21966         * math/auto-libm-test-out: Regenerated.
21967         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21968         (M_LOG_2_SQRT_PIl): Likewise.
21969         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21970         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21971         mpfr_f_f1.
21972         (func_calc_desc): Add mpfr_f_f1 union field.
21973         (ARGS1): New macro.
21974         (ARGS2): Likewise.
21975         (ARGS3): Likewise.
21976         (ARGS4): Likewise.
21977         (RET1): Likewise.
21978         (RET2): Likewise.
21979         (CALC): Likewise.
21980         (FUNC): Likewise.
21981         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21982         (test_functions): Add lgamma.
21983         (calc_generic_results): Handle mpfr_f_f1.
21984         * sysdeps/i386/fpu/libm-test-ulps: Update.
21985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21987 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21989         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21990         __mpn_add_n for PowerPC64/POWER7.
21991         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21992         __mpn_sub_n for PowerPC64/POWER7.
21994         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21995         __mpn_addmul_1 for PowerPC64.
21996         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21997         __mpn_submul_1 for PowerPC64.
21998         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21999         for PowerPC64.
22000         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
22001         for PowerPC64.
22003 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
22005         [BZ #15089]
22006         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
22008 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22010         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
22012         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
22013         add multiarch folders.
22014         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
22015         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
22016         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
22017         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
22018         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
22019         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
22020         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
22021         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
22022         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
22023         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
22024         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
22025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
22026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
22027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
22028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
22029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
22030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
22032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22033         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
22034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
22035         New file.
22036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
22037         New file.
22038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
22039         multiarch __ieee754_hypot for PowerPC32.
22040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
22041         New file.
22042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
22043         New file.
22044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
22045         multiarch __ieee754_hypotf for PowerPC32.
22047         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
22048         long_double_symbol only if __logbl is defined.
22049         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
22050         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
22051         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
22052         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
22053         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
22054         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
22055         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
22056         path for implementation.
22057         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
22058         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
22059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
22060         logb, and logbl multiarch implementations for PowerPC32.
22061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
22062         file.
22063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
22064         file.
22065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
22066         multiarch logb for PowerPC32.
22067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
22068         file.
22069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
22070         file.
22071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
22072         multiarch logbf for PowerPC32.
22073         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
22074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
22075         file.
22076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
22077         multiarch logbl implementation for PowerPC32.
22079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
22080         and modff multiarch implementations.
22081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
22082         New file.
22083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
22084         New file.
22085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
22086         multiarch modf for PowerPC32.
22087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
22088         New file.
22089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
22090         New file.
22091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
22092         multiarch modff for PowerPC32.
22094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
22095         and lrintf multiarch implementations.
22096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
22097         New file.
22098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
22099         New file.
22100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
22101         multiarch lrint for PowerPC32.
22102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
22103         file: multiarch lrintf for PowerPC32.
22105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
22106         and lroundf multiarch implementations.
22107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
22108         New file.
22109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
22110         New file.
22111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
22112         New file.
22113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
22114         multiarch lround for PowerPC32.
22115         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
22116         file: multiarch lroundf for PowerPC32.
22118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22119         copysign and copysignf multiarch implementations.
22120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
22121         New file.
22122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
22123         New file.
22124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
22125         file: multiarch copysign for PowerPC32.
22126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
22127         file: multiarch copysignf for PowerPC32.
22129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
22130         and truncf multiarch implementations.
22131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
22132         New file.
22133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
22134         file.
22135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
22136         multiarch trunc for PowerPC32.
22137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
22138         New file.
22139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
22140         New file.
22141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
22142         multiarch truncf for PowerPC32.
22144         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
22145         and roundf multiarch implementations.
22146         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22147         New file.
22148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22149         file.
22150         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22151         multiarch round for PowerPC32.
22152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22153         New file.
22154         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22155         New file.
22156         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22157         multiarch roundf for PowerPC32.
22159         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
22160         and floorf multiarch implementations.
22161         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
22162         New file.
22163         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
22164         file.
22165         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
22166         multiarch floor for PowerPC32.
22167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
22168         New file.
22169         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
22170         New file.
22171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
22172         multiarch floorf for PowerPC32.
22174         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
22175         and ceilf multiarch implementations.
22176         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
22177         New file.
22178         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
22179         file.
22180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
22181         multiarch ceil for PowerPC32.
22182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
22183         New file.
22184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
22185         file.
22186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
22187         multiarch ceilf for PowerPC32.
22189         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
22190         is defined.
22191         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
22192         FINITEF is defined.
22193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
22194         and finitef multiarch implementations.
22195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
22196         New file.
22197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
22198         file.
22199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
22200         multiarch finite for PowerPC32.
22201         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
22202         New file.
22203         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
22204         file: multiarch finitef for PowerPC32.
22206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
22207         and isinff multiarch implementations.
22208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
22209         file.
22210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
22211         file.
22212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
22213         multiarch isinf for PowerPC32.
22214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
22215         New file.
22216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
22217         multiarch isinff for PowerPC32.
22219         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
22220         alias when __isnan is defined.
22221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
22222         and isnanf multiarch implementations.
22223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
22224         file.
22225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
22226         file.
22227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
22228         file.
22229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
22230         file.
22231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
22232         multiarch isnan for PowerPC32.
22233         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
22234         New file.
22235         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
22236         New file.
22237         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
22238         multiarch isnanf for PowerPC32.
22240         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
22241         and sqrtf multiarch implementations.
22242         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
22243         file.
22244         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
22245         file.
22246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
22247         multiarch sqrt for PowerPC32.
22248         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
22249         file.
22250         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
22251         file.
22252         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
22253         multiarch sqrtf for PowerPC32.
22255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
22256         and llroundf multiarch implementations.
22257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
22258         New file.
22259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22260         New file.
22261         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22262         New file.
22263         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22264         file: multiarch llround for PowerPC32.
22265         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22266         file: multiarch llroundf for PowerPC32.
22268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22269         multiarch PowerPC32 fpu implementations.
22270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22271         New file.
22272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22273         New file.
22274         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22275         multiarch llrint for PowerPC32.
22276         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22277         New file.
22278         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22279         New file.
22280         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22281         file.
22283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22285         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22286         file.
22287         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22288         file.
22289         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22290         file.
22291         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22292         multiarch wordcopy for PPC32.
22293         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22294         wordcopy objects.
22295         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22296         (__libc_ifunc_impl_list): Likewise.
22297         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22298         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22299         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22300         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22301         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22302         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22304         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22305         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22306         file.
22307         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22308         file.
22309         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22310         file.
22311         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22312         multiarch wcscpy for PPC32.
22313         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22314         multiarch objects.
22315         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22316         (__libc_ifunc_impl_list): Likewise.
22317         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22318         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22319         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22320         sysdeps/powerpc/power6/wcscpy.c.
22322         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22323         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22324         file.
22325         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22326         file.
22327         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22328         file.
22329         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22330         multiarch wcsrchr for PPC32.
22331         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22332         multiarch objects.
22333         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22334         (__libc_ifunc_impl_list): Likewise.
22335         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22336         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22337         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22338         sysdeps/powerpc/power6/wcsrchr.c.
22340         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22341         file.
22342         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22343         file.
22344         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22345         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22346         multiarch wcschr for PPc32.
22347         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22348         multiarch objects.
22349         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22350         (__libc_ifunc_impl_list): Likewise.
22351         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22352         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22353         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22354         sysdeps/powerpc/power6/wcschr.c.
22356         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22357         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22358         file.
22359         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22360         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22361         file: multiarch strchr for PPC32.
22362         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22363         multiarch objects.
22364         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22365         (__libc_ifunc_impl_list): Likewise.
22367         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22368         name.
22369         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22370         file.
22371         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22372         file.
22373         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22374         multiarch strchrnul for PPC32.
22375         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22376         multiarch objects.
22377         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22378         (__libc_ifunc_impl_list): Likewise.
22380         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22381         file.
22382         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22383         multiarch strncasecmp for PPC32.
22384         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22385         file.
22386         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22387         multiarch strncasecmp_l for PPC32.
22388         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22389         strncasecmp multiarch objects.
22390         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22391         (__libc_ifunc_impl_list): Likewise.
22393         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22394         file.
22395         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22396         multiarch strncasecmp for PPC32.
22397         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22398         New file.
22399         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22400         multiarch strcasecmp_l for PPC32.
22401         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22402         multiarch objects.
22403         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22404         (__libc_ifunc_impl_list): Likewise.
22406         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22407         file.
22408         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22409         file.
22410         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22411         multiarch strncmp for PPC32.
22412         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22413         multiarch objects.
22414         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22415         (__libc_ifunc_impl_list): Likewise.
22417         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22418         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22419         file.
22420         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22421         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22422         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22423         multiarch objects.
22424         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22425         (__libc_ifunc_impl_list): Likewise.
22427         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22428         file.
22429         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22430         file.
22431         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22432         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22433         multiarch objects.
22434         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22435         (__libc_ifunc_impl_list): Likewise.
22437         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22438         file.
22439         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22440         file.
22441         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22442         multiarch rawmemchr for PPC32.
22443         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22444         multiarch objects.
22445         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22446         (__libc_ifunc_impl_list): Likewise.
22448         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22449         file.
22450         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22451         file.
22452         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22453         file: memrchr multiarch for PPC32.
22454         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22455         multiarch objects.
22456         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22457         (__libc_ifunc_impl_list): Likewise.
22459         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22460         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22461         file.
22462         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22463         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22464         multiarch memchr for PPC32.
22465         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22466         multiarch objects.
22467         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22468         (__libc_ifunc_impl_list): Likewise.
22470         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22471         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22472         file.
22473         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22474         file.
22475         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22476         file: multiarch mempcpy for PPC32.
22477         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22478         multiarch objects.
22479         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22480         (__libc_ifunc_impl_list): Likewise.
22482         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22483         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22484         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22485         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22486         multiarch bzero for PPC32.
22487         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22488         file.
22489         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22490         file.
22491         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22492         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22493         file: multiarch memset for PPC32.
22494         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22495         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22496         memset multiarch objects.
22497         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22498         (__libc_ifunc_impl_list): Likewise.
22500         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22501         file.
22502         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22503         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22504         memcmp for PPC32.
22505         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22506         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22507         multiarch objects.
22508         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22509         (__libc_ifunc_impl_list): Likewise.
22511         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22512         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22513         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22514         file.
22515         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22516         file.
22517         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22518         file.
22519         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22520         multiarch memcpy for PPC32.
22521         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22522         multiarch objects.
22523         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22524         (__libc_ifunc_impl_list): Likewise.
22526         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22527         support multiarch for POWER/PPC32.
22528         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22529         Likewise.
22530         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22532         Implies file to make multiarch folder appers before the fpu and
22533         default folder for power4 configuration.
22535 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22537         * scripts/bench.pl: Append volatile keyword to type.
22539 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22541         * sysdeps/sh/sotruss-lib.c: New file.
22542         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22544 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22546         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22548 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22550         [BZ #6810]
22551         * math/w_tgamma.c: Include <errno.h>.
22552         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22553         * math/w_tgammaf.c: Include <errno.h>.
22554         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22555         * math/w_tgammal.c: Include <errno.h>.
22556         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22557         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22558         underflow.  Add more tgamma tests.
22559         * math/auto-libm-test-out: Regenerated.
22560         * sysdeps/i386/fpu/libm-test-ulps: Update.
22561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22563         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22564         sin, sinh, tan, tanh, tgamma, y0 and y1.
22565         * math/auto-libm-test-out: Regenerated.
22566         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22567         (TEST_COND_x86): Likewise.
22568         (M_E2l): Remove macro.
22569         (M_E3l): Likewise.
22570         (M_2_SQRT_PIl): Likewise.
22571         (M_SQRT_PIl): Likewise.
22572         (M_1_DIV_El): Likewise.
22573         (log_test_data): Use AUTO_TESTS_f_f.
22574         (log10_test_data): Likewise.
22575         (log1p_test_data): Likewise.
22576         (log2_test_data): Likewise.
22577         (sin_test_data): Likewise.
22578         (sin_tonearest_test_data): Likewise.
22579         (sin_towardzero_test_data): Likewise.
22580         (sin_downward_test_data): Likewise.
22581         (sin_upward_test_data): Likewise.
22582         (sinh_test_data): Likewise.
22583         (sinh_tonearest_test_data): Likewise.
22584         (sinh_towardzero_test_data): Likewise.
22585         (sinh_downward_test_data): Likewise.
22586         (sinh_upward_test_data): Likewise.
22587         (tan_test_data): Likewise.
22588         (tan_tonearest_test_data): Likewise.
22589         (tan_towardzero_test_data): Likewise.
22590         (tan_downward_test_data): Likewise.
22591         (tan_upward_test_data): Likewise.
22592         (tanh_test_data): Likewise.
22593         (tgamma_test_data): Likewise.
22594         (y0_test_data): Likewise.
22595         (y1_test_data): Likewise.
22596         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22597         (special_real_inputs): Add pi/4.
22598         * sysdeps/i386/fpu/libm-test-ulps: Update.
22599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22601 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22603         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22604         "longjmp_target" static probes.
22605         (__longjmp): Rename to __longjmp_symbol.
22606         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22607         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22608         on which longjmp to generate.
22609         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22610         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22611         probe.
22612         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22613         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22614         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22615         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22616         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22617         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22619         __longjmp_symbol based on which __longjmp to generate.
22620         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22621         probe.
22622         (setjmp): Rename to setjmp_symbol.
22623         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22624         (_setjmp): Rename to _setjmp_symbol.
22625         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22626         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22627         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22628         which setjmp to generate.
22629         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22630         "longjmp_target" static probes.
22632 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22634         * benchtests/README: Add note about output arguments.
22635         * benchtests/bench-sincos.c: Remove file.
22636         * benchtests/sincos-inputs: New file.
22637         * scripts/bench.pl: Identify output arguments and define
22638         static variables for them.
22640         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22642         [BZ #15941]
22643         * Makefile (INSTALL): Add install-plain.texi as the primary
22644         dependency.
22645         * manual/install-plain.texi: New file.
22646         * manual/install.texi: Include node directive only for
22647         non-plaintext output.
22649 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22651         * stdlib/longlong.h: Update from GCC.
22653         [BZ #6807]
22654         [BZ #15901]
22655         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22656         * math/w_j0f.c (y0f): Likewise.
22657         * math/w_j0l.c (__y0l): Likewise.
22658         * math/w_j1.c (y1): Likewise.
22659         * math/w_j1f.c (y1f): Likewise.
22660         * math/w_j1l.c (__y1l): Likewise
22661         * math/w_jn.c (yn): Likewise.
22662         * math/w_jnf.c (ynf): Likewise.
22663         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22664         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22665         value for Bessel function domain errors outside _SVID_ mode.
22666         Adjust sign of return value for yn (negative integer, 0).
22667         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22668         by zero in return for negative x and set sign appropriately for
22669         negative n.
22670         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22671         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22672         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22673         expectations in error cases.
22674         (y1_test_data): Likewise.
22675         (yn_test_data): Likewise.
22676         * sysdeps/i386/fpu/libm-test-ulps: Update.
22677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22679 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22681         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22682         "64" to "64-v1".  Add "64-v2".
22683         (abi-64-options): Rename to ...
22684         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22685         (abi-64-condition): Rename to ...
22686         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22687         (abi-64-ld-soname): Rename to ...
22688         (abi-64-v1-ld-soname): ... this.
22689         (abi-64-v2-options): Define.
22690         (abi-64-v2-condition): Likewise.
22691         (abi-64-v2-ld-soname): Likewise.
22692         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22693         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22698 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22699             Alan Modra  <amodra@gmail.com>
22701         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22702         New versions for use with the ELFv2 ABI.
22703         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22704         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22705         declaration.
22706         (struct La_ppc64v2_retval): Likewise.
22707         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22708         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22709         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22710         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22711         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22712         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22713         Do not save or restore CR.
22714         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22715         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22716         return values for ELFv2 ABI.  Fix location of FPR return registers.
22717         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22718         updated values for _CALL_ELF == 2.
22719         (La_regs, La_retval, int_retval): Likewise.
22721 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22723         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22724         (FRAME_MIN_SIZE_PARM): Likewise.
22725         (FRAME_BACKCHAIN): Likewise.
22726         (FRAME_CR_SAVE): Likewise.
22727         (FRAME_LR_SAVE): Likewise.
22728         (FRAME_TOC_SAVE): Likewise.
22729         (FRAME_PARM_SAVE): Likewise.
22730         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22731         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22732         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22733         (call_mcount_parm_offset): New macro.
22734         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22735         (PROF): Use symbolic stack frame offsets.
22736         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22737         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22738         Redefine in terms of FRAME_MIN_SIZE.
22739         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22740         (_dl_profile_resolve): Likewise.  Update comment.
22741         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22742         symbols stack frame offsets.
22743         (__sigsetjmp): Likewise.
22744         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22745         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22746         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22747         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22750         (FRAME_BACKCHAIN): Remove.
22751         (FRAME_CR_SAVE): Likewise.
22752         (FRAME_LR_SAVE): Likewise.
22753         (FRAME_COMPILER_DW): Likewise.
22754         (FRAME_LINKER_DW): Likewise.
22755         (FRAME_TOC_SAVE): Likewise.
22756         (FRAME_PARM_SAVE): Likewise.
22757         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22758         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22759         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22761         (CHECK_SP): Use symbolic stack frame offsets.
22762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22763         zone" instead of caller's parameter save area for temp storage.
22764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22765         Likewise.  Also, use symbolic stack frame offsets.
22766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22767         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22768         our own stack frame instead of the caller's.
22769         (__socket): Use symbolic stack frame offsets.
22771 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22772             Alan Modra  <amodra@gmail.com>
22774         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22775         Define.
22776         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22777         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22778         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22779         New function.
22780         (elf_machine_fixup_plt): Call it.
22781         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22782         reloc arguments.
22783         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22784         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22785         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22786         r2 before calling target.
22788 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22789             Alan Modra  <amodra@gmail.com>
22791         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22792         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22793         versions of macros to support ELFv2 ABI.
22794         (LOCALENTRY): New macro.
22795         (ENTRY, EALIGN): Use it.
22796         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22797         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22798         fall through into ENTRY entry point.
22799         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22800         Only define if _CALL_ELF != 2.
22802         (elf_machine_matches_host): Verify ABI version matches.
22803         (RTLD_START): Use LOCALENTRY.
22804         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22805         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22806         (PLT_ENTRY_WORDS): New macro.
22807         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22808         (elf_machine_runtime_setup): Support ELFv2 ABI.
22809         (elf_machine_fixup_plt): Likewise.
22810         (elf_machine_plt_conflict): Likewise.
22811         (resolve_ifunc): Likewise.
22812         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22813         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22814         Likewise.
22815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22816         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22818         (makecontext): Support ELFv2 ABI.
22819         * elf/elf.h (EF_PPC64_ABI): Define.
22821 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22823         * sysdeps/powerpc/powerpc64/sysdep.h
22824         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22825         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22826         (ENTRY) [ASSEMBLER]: ... but instead here ...
22827         (EALIGN) [ASSEMBLER]: ... and here.
22828         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22829         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22830         (ENTRY_2) [!ASSEMBLER]: Use it.
22831         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22832         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22833         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22834         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22835         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22837         Use PPC64_LOAD_FUNCPTR.
22839         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22841 2013-12-04  Alan Modra  <amodra@gmail.com>
22843         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22844         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22845         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22846         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22848         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22849         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22850         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22851         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22852         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22853         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22855 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22858         (__makecontext): Fix incorrect CFI when backtracing out of
22859         context created via makecontext.
22860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22861         (__setcontext): Fix incorrect CFI during switch to new context.
22862         (__novec_setcontext): Likewise.
22864 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22866         [BZ #4772]
22867         * time/strptime_l.c (__strptime_internal): Allow modifiers
22868         in strptime.
22869         * time/tst-strptime.c (day_tests): Add testcase.
22871 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22873         * scripts/bench.pl: Skip over blank lines.
22875 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22877         [BZ #926]
22878         * manual/time.texi (Calendar Time): Clarify what timezone functions
22879         use.
22881 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22883         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22885 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22887         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22888         implementation.
22889         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22890         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22891         * debug/memset_chk.c (__memset_chk): Likewise.
22892         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22893         * debug/strncpy_chk.c: Likewise.
22895 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22897         [BZ #15268]
22898         [BZ #15425]
22899         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22900         (__ieee754_exp): For possibly underflowing results, check size of
22901         result and force underflow exception if required.
22902         * math/auto-libm-test-in: Add more tests of exp.
22903         * math/auto-libm-test-out: Regenerated.
22904         * sysdeps/i386/fpu/libm-test-ulps: Update.
22905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22907         [BZ #16283]
22908         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22909         * math/w_exp2f.c (__exp2f): Likewise.
22910         * math/w_exp2l.c (__exp2l): Likewise.
22911         * math/auto-libm-test-in: Do not allow missing errno on exp2
22912         underflow.
22913         * math/auto-libm-test-out: Regenerated.
22915 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22917         [BZ #16274]
22918         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22919         handle filename validation.
22920         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22921         (do_open): Delete.
22923 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22925         [BZ #6786]
22926         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22927         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22928         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22929         <float.h>.
22930         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22931         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22932         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22933         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22934         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22935         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22936         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22937         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22938         Add more erfc tests.
22939         * math/auto-libm-test-out: Regenerated.
22940         * sysdeps/i386/fpu/libm-test-ulps: Update.
22941         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22943         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22944         exp2, expm1, j0 and j1.
22945         * math/auto-libm-test-out: Regenerated.
22946         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22947         (erfc_test_data): Likewise.
22948         (exp_test_data): Likewise.
22949         (exp_tonearest_test_data): Likewise.
22950         (exp_towardzero_test_data): Likewise.
22951         (exp_downward_test_data): Likewise.
22952         (exp_upward_test_data): Likewise.
22953         (exp10_test_data): Likewise.
22954         (exp2_test_data): Likewise.
22955         (expm1_test_data): Likewise.
22956         (j0_test_data): Likewise.
22957         (j1_test_data): Likewise.
22958         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22959         (input_flag_type): Add flag_xfail_rounding.
22960         (input_flags): Add xfail-rounding.
22961         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22962         (output_for_one_input_case): Handle flag_xfail_rounding.
22963         * sysdeps/i386/fpu/libm-test-ulps: Update.
22964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22966 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22968         [BZ #16289]
22969         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22970         division by 0.
22972 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22974         [BZ #16195]
22975         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22976         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22977         (STAP_PROBE0): New macro.
22978         (STAP_PROBE1): Likewise.
22979         (STAP_PROBE2): Likewise.
22980         (STAP_PROBE3): Likewise.
22981         (STAP_PROBE4): Likewise.
22983 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22985         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22987 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22989         * benchtests/Makefile (bench): Add sqrt.
22990         (LDLIBS-bench-sqrt): New.
22991         * benchtests/sqrt-input: New.
22993 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22995         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22996         (GAIH_EAI): Likewise.
22997         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22998         (gaih_inet): Likewise.
22999         (getaddrinfo): Don't use GAIH_EAI.
23001         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
23002         (struct gaih): Remove definition.
23004 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23006         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
23007         Use HERRNOP directly.
23009 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23011         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23013 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
23015         * math/gen-auto-libm-tests.c (test_functions): Add more
23016         single-argument functions.
23017         (special_fill_pi_2): New function.
23018         (special_fill_minus_pi_2): Likewise.
23019         (special_fill_pi_6): Likewise.
23020         (special_fill_minus_pi_6): Likewise.
23021         (special_fill_pi_3): Likewise.
23022         (special_fill_2pi_3): Likewise.
23023         (special_fill_e): Likewise.
23024         (special_fill_1_e): Likewise.
23025         (special_fill_e_minus_1): Likewise.
23026         (special_real_inputs): Add more special inputs.
23027         (output_for_one_input_case): Do not require ERANGE on underflow to
23028         zero if round-to-nearest result does not underflow to zero, unless
23029         exact results required.
23030         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
23031         atan, atanh, cbrt, cos and cosh.
23032         * math/auto-libm-test-out: Regenerated.
23033         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
23034         (acos_tonearest_test_data): Likewise.
23035         (acos_towardzero_test_data): Likewise.
23036         (acos_downward_test_data): Likewise.
23037         (acos_upward_test_data): Likewise.
23038         (acosh_test_data): Likewise.
23039         (asin_test_data): Likewise.
23040         (asin_tonearest_test_data): Likewise.
23041         (asin_towardzero_test_data): Likewise.
23042         (asin_upward_test_data): Likewise.
23043         (asinh_test_data): Likewise.
23044         (atan_test_data): Likewise.
23045         (atanh_test_data): Likewise.
23046         (cbrt_test_data): Likewise.
23047         (cos_test_data): Likewise.
23048         (cos_tonearest_test_data): Likewise.
23049         (cos_towardzero_test_data): Likewise.
23050         (cos_downward_test_data): Likewise.
23051         (cos_upward_test_data): Likewise.
23052         (cosh_test_data): Likewise.
23053         (cosh_tonearest_test_data): Likewise.
23054         (cosh_towardzero_test_data): Likewise.
23055         (cosh_downward_test_data): Likewise.
23056         (cosh_upward_test_data): Likewise.
23057         * sysdeps/i386/fpu/libm-test-ulps: Update.
23058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23060 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
23062         [BZ #6787]
23063         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
23064         * math/w_exp10f.c (__exp10f): Likewise.
23065         * math/w_exp10l.c (__exp10l): Likewise.
23066         * math/libm-test.inc (exp10_test_data): Add more tests and expect
23067         errno settings in existing tests.
23069         [BZ #14032]
23070         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
23071         precision control set to double precision.
23072         * sysdeps/i386/fpu/w_sqrt.c: New file.
23073         * math/auto-libm-test-in: Add more tests.
23074         * math/auto-libm-test-out: Update.
23076         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
23077         (sqrt_test_tonearest): New function.
23078         (sqrt_towardzero_test_data): New variable.
23079         (sqrt_test_towardzero): New function.
23080         (sqrt_downward_test_data): New variable.
23081         (sqrt_test_downward): New function.
23082         (sqrt_upward_test_data): New variable.
23083         (sqrt_test_upward): New function.
23084         (main): Call the new functions.
23086         * math/gen-auto-libm-tests.c: New file.
23087         * math/auto-libm-test-in: Likewise.
23088         * math/auto-libm-test-out: New generated file.
23089         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
23090         variables.
23091         (%beautify): Add generated representations of zero.
23092         (top level): Set $auto_input and call parse_auto_input.
23093         (beautify): Remove trailing "f" from hex float constants.
23094         (parse_args): Handle XFAIL_TEST.
23095         (convert_condition): New function.
23096         (or_value): Likewise.
23097         (or_cond_value): Likewise.
23098         (generate_testfile): Handle AUTO_TESTS_* lines.
23099         (parse_auto_input): New function.
23100         * math/libm-test.inc (XFAIL_TEST): New macro.
23101         (ERRNO_UNCHANGED): Update value.
23102         (ERRNO_EDOM): Likewise.
23103         (ERRNO_ERANGE): Likewise.
23104         (IGNORE_RESULT): Likewise.
23105         (TEST_COND_flt_32): New macro.
23106         (TEST_COND_dbl_64): Likewise.
23107         (TEST_COND_ldbl_96_intel): Likewise.
23108         (TEST_COND_ldbl_96_m68k): Likewise.
23109         (TEST_COND_ldbl_128): Likewise.
23110         (TEST_COND_ldbl_128ibm): Likewise.
23111         (TEST_COND_long32): Likewise.
23112         (TEST_COND_long64): Likewise.
23113         (TEST_COND_before_rounding): Likewise.
23114         (TEST_COND_after_rounding): Likewise.
23115         (enable_test): Handle XFAIL_TEST flag.
23116         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
23117         with finite results.
23118         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
23119         auto-libm-test-out.
23121 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23122             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23124         [BZ #16214]
23125         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
23126         __tls_get_addr_internal instead of __tls_get_offset in order to
23127         avoid GOT pointer dependency.  Make rtld export
23128         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
23129         __tls_get_addr since we are a __tls_get_offset platform.
23130         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
23131         GOT pointer being set up before.
23132         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
23134 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
23136         * manual/math.texi (Errors in Math Functions): Document accuracy
23137         goals.
23139         [BZ #15004]
23140         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
23141         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
23142         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23143         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
23144         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
23145         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
23146         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23147         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23148         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23149         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23150         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23151         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23152         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23153         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23154         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23155         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23157         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23158         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23159         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
23160         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
23161         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
23162         Likewise.
23163         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
23164         Likewise.
23165         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
23166         Likewise.
23167         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
23168         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
23169         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
23170         atomic-feupdateenv and flt-rounds.
23171         * sysdeps/powerpc/nofpu/Versions (libc): Add
23172         __atomic_feholdexcept, __atomic_feclearexcept,
23173         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
23174         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
23175         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
23176         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
23177         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
23178         here.
23179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
23180         Update.
23182         * manual/arith.texi (FP Exceptions): Document that exceptions may
23183         not be raised when matherr is used.
23184         (Math Error Reporting): Document overflow in directed rounding
23185         modes.  Document that errno may not be set when finite values are
23186         returned on overflow.  Document intent to set errno on underflow
23187         only for underflow to zero.
23189         [BZ #16271]
23190         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
23191         round-to-nearest then adjust result for other rounding modes.
23192         * include/fenv.h (fegetround): Use libm_hidden_proto.
23193         * math/fegetround.c (fegetround): Use libm_hidden_def.
23194         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
23195         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
23196         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23197         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
23198         Likewise.
23199         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
23200         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
23201         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
23202         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
23204 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23206         [BZ #16077]
23207         * nss/Versions (libnss_files): Add
23208         _nss_files_gethostbyname3_r.
23209         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
23210         New function.
23211         (HOST_DB_LOOKUP): Remove macro.
23212         (_nss_files_gethostbyname_r): Implement function without the
23213         HOST_DB_LOOKUP macro.
23214         (_nss_files_gethostbyname2_r): Likewise.
23216 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
23218         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
23220 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
23222         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
23223         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
23224         warning.
23226 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23228         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
23229         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
23230         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
23231         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
23232         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
23233         __fe_nomask_env_priv and attribute_hidden.
23234         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
23235         (libc_feupdateenv_test_ppc): Likewise.
23236         (libc_feresetround_ppc): Likewise.
23237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23238         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
23239         compat_symbol macro.
23240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23241         (__fe_nomask_env): Likewise.
23242         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
23244 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23246         * string/Makefile: Remove ifunc tests.
23247         * string/test-string.h: Define TEST_IFUNC.
23248         * string/test-bcopy-ifunc.c: Remove.
23249         * string/test-bzero-ifunc.c: Likewise.
23250         * string/test-memccpy-ifunc.c: Likewise.
23251         * string/test-memchr-ifunc.c: Likewise.
23252         * string/test-memcmp-ifunc.c: Likewise.
23253         * string/test-memcpy-ifunc.c: Likewise.
23254         * string/test-memmem-ifunc.c: Likewise.
23255         * string/test-memmove-ifunc.c: Likewise.
23256         * string/test-mempcpy-ifunc.c: Likewise.
23257         * string/test-memrchr-ifunc.c: Likewise.
23258         * string/test-memset-ifunc.c: Likewise.
23259         * string/test-rawmemchr-ifunc.c: Likewise.
23260         * string/test-stpcpy-ifunc.c: Likewise.
23261         * string/test-stpncpy-ifunc.c: Likewise.
23262         * string/test-strcasecmp-ifunc.c: Likewise.
23263         * string/test-strcasestr-ifunc.c: Likewise.
23264         * string/test-strcat-ifunc.c: Likewise.
23265         * string/test-strchr-ifunc.c: Likewise.
23266         * string/test-strchrnul-ifunc.c: Likewise.
23267         * string/test-strcmp-ifunc.c: Likewise.
23268         * string/test-strcpy-ifunc.c: Likewise.
23269         * string/test-strcspn-ifunc.c: Likewise.
23270         * string/test-strlen-ifunc.c: Likewise.
23271         * string/test-strncasecmp-ifunc.c: Likewise.
23272         * string/test-strncat-ifunc.c: Likewise.
23273         * string/test-strncmp-ifunc.c: Likewise.
23274         * string/test-strncpy-ifunc.c: Likewise.
23275         * string/test-strnlen-ifunc.c: Likewise.
23276         * string/test-strpbrk-ifunc.c: Likewise.
23277         * string/test-strrchr-ifunc.c: Likewise.
23278         * string/test-strspn-ifunc.c: Likewise.
23279         * string/test-strstr-ifunc.c: Likewise.
23281 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23283         * benchtests/Makefile: Remove ifunc tests.
23284         * benchtests/bench-string.h: Define TEST_IFUNC.
23285         * benchtests/bench-bcopy-ifunc.c: Remove.
23286         * benchtests/bench-bzero-ifunc.c: Likewise.
23287         * benchtests/bench-memccpy-ifunc.c: Likewise.
23288         * benchtests/bench-memchr-ifunc.c: Likewise.
23289         * benchtests/bench-memcmp-ifunc.c: Likewise.
23290         * benchtests/bench-memcpy-ifunc.c: Likewise.
23291         * benchtests/bench-memmem-ifunc.c: Likewise.
23292         * benchtests/bench-memmove-ifunc.c: Likewise.
23293         * benchtests/bench-mempcpy-ifunc.c: Likewise.
23294         * benchtests/bench-memrchr-ifunc.c: Likewise.
23295         * benchtests/bench-memset-ifunc.c: Likewise.
23296         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23297         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23298         * benchtests/bench-stpcpy-ifunc.c: Likewise.
23299         * benchtests/bench-stpncpy-ifunc.c: Likewise.
23300         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23301         * benchtests/bench-strcasestr-ifunc.c: Likewise.
23302         * benchtests/bench-strcat-ifunc.c: Likewise.
23303         * benchtests/bench-strchr-ifunc.c: Likewise.
23304         * benchtests/bench-strchrnul-ifunc.c: Likewise.
23305         * benchtests/bench-strcmp-ifunc.c: Likewise.
23306         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23307         * benchtests/bench-strcpy-ifunc.c: Likewise.
23308         * benchtests/bench-strcspn-ifunc.c: Likewise.
23309         * benchtests/bench-strlen-ifunc.c: Likewise.
23310         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23311         * benchtests/bench-strncat-ifunc.c: Likewise.
23312         * benchtests/bench-strncmp-ifunc.c: Likewise.
23313         * benchtests/bench-strncpy-ifunc.c: Likewise.
23314         * benchtests/bench-strnlen-ifunc.c: Likewise.
23315         * benchtests/bench-strpbrk-ifunc.c: Likewise.
23316         * benchtests/bench-strrchr-ifunc.c: Likewise.
23317         * benchtests/bench-strsep-ifunc.c: Likewise.
23318         * benchtests/bench-strspn-ifunc.c: Likewise.
23319         * benchtests/bench-strstr-ifunc.c: Likewise.
23321 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23323         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23325 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23327         * resolv/netdb.h: Use __glibc_reserved instead __unused.
23328         * rt/aio.h: Likewise.
23329         * sysdeps/gnu/bits/utmp.h: Likewise.
23330         * sysdeps/gnu/bits/utmpx.h: Likewise.
23331         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23332         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23333         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23334         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23335         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23336         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23337         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23338         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23339         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23340         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23341         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23342         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23343         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23345         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23346         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23347         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23348         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23349         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23350         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23351         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23352         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23353         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23354         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23355         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23356         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23357         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23358         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23359         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23360         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23361         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23362         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23363         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23364         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23365         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23366         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23367         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23368         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23369         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23370         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23371         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23372         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23374 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23376         [BZ #16245]
23377         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23378         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23380 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23382         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23383         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23384         Likewise.
23386 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23388         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23389         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23390         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23391         (__fesetround): Remove define.
23392         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23393         rounding and exceptions handling.
23394         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23395         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23396         (__fe_nomask_env): Likewise.
23397         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23398         __fegetround instead of fegetround.
23399         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23400         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23402 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23404         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23405         it's there.
23407         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23409 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23411         [BZ #11157]
23412         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23413         (encrypt_r): Likewise.
23414         * malloc/obstack.h (obstack_free): Likewise.
23415         * posix/unistd.h (encrypt): Likewise.
23417 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23419         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23420         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23421         DL_CALL_DT_FINI() that call the functions directly.
23422         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23423         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23424         * elf/dl-fini.c: Likewise.
23426 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23428         * malloc/hooks.c (memalign_check): Add alignment rounding.
23429         * malloc/malloc.c (_mid_memalign): New function.
23430         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23431         Implement by calling _mid_memalign.
23432         * manual/probes.texi (Memory Allocation Probes): Remove
23433         memory_valloc_retry and memory_pvalloc_retry.
23435 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23437         * locale/programs/locarchive.c (open_archive): Add const
23438         qualifier to ARCHIVEFNAME and copy default fname to
23439         DEFAULT_FNAME.
23441         [BZ #15601]
23442         * libio/tst-widetext.input: Rename Oriya to Odia.
23443         * locale/iso-639.def: Likewise.
23445         * manual/probes.texi (Mathematical Function Probes): Add
23446         documentation for sin, cos, asin and acos probes.
23447         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23448         (__sin32): Add slowasin probe.
23449         (__cos32): Add slowacos probe.
23450         (__mpsin): Add slowsin probe.
23451         (__mpcos): Add slowcos probe.
23453 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23455         [BZ #15483]
23456         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23457         thread-local __sim_exceptions_thread and global
23458         __sim_exceptions_global.
23459         (__sim_disabled_exceptions): Change to thread-local
23460         __sim_disabled_exceptions_thread and global
23461         __sim_disabled_exceptions_global.
23462         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23463         and global __sim_round_mode_global.
23464         (__simulate_exceptions): Use thread-local floating-point state and
23465         set global state from it as needed.
23466         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23467         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23468         __sim_round_mode_thread.
23469         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23470         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23471         and global __sim_exceptions_global.
23472         (__sim_disabled_exceptions): Change to thread-local
23473         __sim_disabled_exceptions_thread and global
23474         __sim_disabled_exceptions_global.
23475         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23476         and global __sim_round_mode_global.
23477         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23478         (SIM_SET_GLOBAL): Likewise.
23479         * sysdeps/powerpc/soft-fp/sfp-machine.h
23480         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23481         __sim_round_mode_thread.
23482         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23483         __sim_disabled_exceptions_thread.
23484         (__sim_exceptions): Change to __sim_exceptions_thread.
23485         (__sim_disabled_exceptions): Change to
23486         __sim_disabled_exceptions_thread.
23487         (__sim_round_mode): Change to __sim_round_mode_thread.
23488         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23489         thread-local floating-point state and set global state from it as
23490         needed.
23491         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23492         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23493         (__sim_disabled_exceptions): Remove extern declaration.
23494         (feenableexcept): Use thread-local floating-point state and set
23495         global state from it as needed.
23496         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23497         extern declaration.
23498         (__sim_disabled_exceptions): Likewise.
23499         (__sim_round_mode): Likewise.
23500         (__fegetenv): Use thread-local floating-point state.
23501         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23502         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23503         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23504         floating-point state and set global state from it as needed.
23505         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23506         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23507         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23508         Likewise.
23509         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23510         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23511         Likewise.
23512         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23513         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23514         Use __sim_round_mode_thread.
23515         * math/test-fenv-tls.c: New file.
23516         * math/Makefile (tests): Add test-fenv-tls.
23517         ($(objpfx)test-fenv-tls): Depend on
23518         $(common-objpfx)nptl/libpthread.so.
23520 2013-11-19  Andreas Schwab  <schwab@suse.de>
23522         * locale/programs/locale.c (show_info): Decode wordarray elements.
23523         * locale/categories.def (LC_MONETARY): Add element for
23524         _NL_MONETARY_CRNCYSTR.
23525         * locale/C-monetary.c (conversion_rate): New variable.
23526         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23527         element.
23529 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23531         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23532         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23534 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23536         * elf/Makefile (tst-auxv): New test.
23537         * elf/tst-auxv.c: New
23538         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23540 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23542         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23543         (hidden_proto): Caller changed.
23544         (hidden_tls_proto): New macro.
23545         (libc_hidden_tls_proto): Likewise.
23546         (rtld_hidden_tls_proto): Likewise.
23547         (libm_hidden_tls_proto): Likewise.
23548         (libresolv_hidden_tls_proto): Likewise.
23549         (librt_hidden_tls_proto): Likewise.
23550         (libdl_hidden_tls_proto): Likewise.
23551         (libnss_files_hidden_tls_proto): Likewise.
23552         (libnsl_hidden_tls_proto): Likewise.
23553         (libnss_nisplus_hidden_tls_proto): Likewise.
23554         (libutil_hidden_tls_proto): Likewise.
23556 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23558         [BZ #10253]
23559         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23560         (decompose_rpath): Defer expansion to fillin_rpath.
23561         (_dl_init_paths): Pass linkmap to fillin_rpath.
23563 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23565         * benchtests/Makefile: Add strsep.
23566         * benchtests/bench-strsep.c: New file: strsep benchtest.
23567         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23569 2013-11-18  Andreas Schwab  <schwab@suse.de>
23571         * locale/programs/locale.c (show_info) [case byte]: Check for
23572         '\377' instead of '\177'.
23573         * locale/C-monetary.c (not_available): Always use "\377".
23574         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23575         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23576         detect unavailable sign_posn locale elements.
23577         * locale/localeconv.c (__localeconv): For grouping and
23578         mon_grouping handle "\177" and "\377" like no grouping.
23579         (INT_ELEM): New macro.  Use it to set all numeric members.
23580         * locale/programs/ld-monetary.c (monetary_read)
23581         <tok_mon_grouping>: Normalize single -1 to the empty string.
23582         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23583         Likewise.
23585 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23587         [BZ #16055]
23588         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23589         when we match (nil).
23590         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23592 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23594         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23595         (NO_TEST_INLINE): Update value.
23596         (ERRNO_UNCHANGED): Likewise.
23597         (ERRNO_EDOM): Likewise.
23598         (ERRNO_ERANGE): Likewise.
23599         (IGNORE_RESULT): Likewise.
23600         (check_float_internal): Check signs of NaN results if
23601         TEST_NAN_SIGN used.
23602         (check_complex): Pass TEST_NAN_SIGN flag through to second
23603         check_float_internal call.
23604         (copysign_test_data): Add tests with quiet NaNs as second
23605         argument.  Use TEST_NAN_SIGN.
23606         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23607         TEST_NAN_SIGN.
23608         (signbit_test_data): Add tests of quiet NaN argument.
23609         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23611         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23612         $ignore_result.
23613         (parse_args): Handle function results specified as IGNORE.
23614         * math/libm-test.inc (IGNORE_RESULT): New macro.
23615         (check_float_internal): Do not check numerical result if flag
23616         IGNORE_RESULT set.
23617         (check_complex): Pass through IGNORE_RESULT to second
23618         check_float_internal call.
23619         (check_int): Do not check numerical result if flag IGNORE_RESULT
23620         set.
23621         (check_long): Likewise.
23622         (check_bool): Likewise.
23623         (check_longlong): Likewise.
23624         (lrint_test_data): Add tests of infinite and NaN arguments.
23625         (lrint_tonearest_test_data): Likewise.
23626         (lrint_towardzero_test_data): Likewise.
23627         (lrint_downward_test_data): Likewise.
23628         (lrint_upward_test_data): Likewise.
23629         (llrint_test_data): Likewise.
23630         (llrint_tonearest_test_data): Likewise.
23631         (llrint_towardzero_test_data): Likewise.
23632         (llrint_downward_test_data): Likewise.
23633         (llrint_upward_test_data): Likewise.
23634         (lround_test_data): Likewise.
23635         (llround_test_data): Likewise.
23637         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23638         (ERRNO_UNCHANGED): Update value.
23639         (ERRNO_EDOM): Likewise.
23640         (ERRNO_ERANGE): Likewise.
23641         (NO_TEST_INLINE_FLOAT): New macro.
23642         (NO_TEST_INLINE_DOUBLE): Likewise.
23643         (enable_test): New function.
23644         (RUN_TEST_f_f): Check enable_test before running test.
23645         (RUN_TEST_2_f): Likewise.
23646         (RUN_TEST_fff_f): Likewise.
23647         (RUN_TEST_c_f): Likewise.
23648         (RUN_TEST_f_f1): Likewise.
23649         (RUN_TEST_fF_f1): Likewise.
23650         (RUN_TEST_fI_f1): Likewise.
23651         (RUN_TEST_ffI_f1): Likewise.
23652         (RUN_TEST_c_c): Likewise.
23653         (RUN_TEST_cc_c): Likewise.
23654         (RUN_TEST_f_i): Likewise.
23655         (RUN_TEST_f_i_tg): Likewise.
23656         (RUN_TEST_ff_i_tg): Likewise.
23657         (RUN_TEST_f_b): Likewise.
23658         (RUN_TEST_f_b_tg): Likewise.
23659         (RUN_TEST_f_l): Likewise.
23660         (RUN_TEST_f_L): Likewise.
23661         (RUN_TEST_fFF_11): Likewise.
23662         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23663         conditionals.
23664         (cosh_test_data): Likewise.
23665         (exp_test_data): Likewise.
23666         (expm1_test_data): Likewise.
23667         (hypot_test_data): Likewise.
23668         (pow_test_data): Likewise.
23669         (sinh_test_data): Likewise.
23670         (tanh_test_data): Likewise.
23671         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23672         flags argument.
23674         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23675         tests with quiet NaN input and output.
23676         (acosh_test_data): Likewise.
23677         (asin_test_data): Likewise.
23678         (asinh_test_data): Likewise.
23679         (atan_test_data): Likewise.
23680         (atanh_test_data): Likewise.
23681         (atan2_test_data): Likewise.
23682         (cbrt_test_data): Likewise.
23683         (cos_test_data): Likewise.
23684         (cosh_test_data): Likewise.
23685         (erf_test_data): Likewise.
23686         (erfc_test_data): Likewise.
23687         (exp_test_data): Likewise.
23688         (exp10_test_data): Likewise.
23689         (exp2_test_data): Likewise.
23690         (expm1_test_data): Likewise.
23691         (hypot_test_data): Likewise.
23692         (j0_test_data): Likewise.
23693         (j1_test_data): Likewise.
23694         (jn_test_data): Likewise.
23695         (lgamma_test_data): Likewise.
23696         (log_test_data): Likewise.
23697         (log10_test_data): Likewise.
23698         (log1p_test_data): Likewise.
23699         (log2_test_data): Likewise.
23700         (pow_test_data): Likewise.
23701         (scalb_test_data): Likewise.
23702         (sin_test_data): Likewise.
23703         (sincos_test_data): Likewise.
23704         (sinh_test_data): Likewise.
23705         (tan_test_data): Likewise.
23706         (tanh_test_data): Likewise.
23707         (tgamma_test_data): Likewise.
23708         (y0_test_data): Likewise.
23709         (y1_test_data): Likewise.
23710         (yn_test_data): Likewise.
23712         [BZ #16167]
23713         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23714         argument being NaN and avoid computations with second argument in
23715         that case.
23716         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23717         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23718         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23720 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23722         * locale/iso-639.def: Add Chitwani Tharu (the).
23724 2013-11-14  Andreas Schwab  <schwab@suse.de>
23726         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23727         word instead of empty string.
23729 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23732         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23734         (__fe_nomask_env): Likewise.
23736 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23738         * benchtests/bench-timing.h: Include time.h.
23740 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23742         [BZ #15997]
23743         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23744         to 3.4.0 for x32.
23745         * sysdeps/unix/sysv/linux/configure: Regenerated.
23747 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23749         [BZ #16151]
23750         * stdlib/strtod_l.c (round_and_return): Do not consider
23751         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23752         exponent one less than half the least subnormal exponent.
23753         * stdlib/test-strtod-round-data: Add more tests.
23754         * stdlib/tst-strtod-round.c (tests): Regenerated.
23756 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23758         [BZ #14143]
23759         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23760         (__fe_mask_env): Likewise.
23761         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23762         libm_hidden_proto and add function prototype.
23763         (__fe_mask_env): Add function prototype.
23764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23765         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23767         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23769         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23771 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23773         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23774         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23776 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23778         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23779         of htab_find_slot().
23781 2013-11-11  David S. Miller  <davem@davemloft.net>
23783         [BZ #16150]
23784         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23785         symbol in the non-vis3 case in static builds.
23786         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23787         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23788         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23789         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23791 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23793         [BZ #387]
23794         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23795         it is empty.
23797 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23799         * benchtests/Makefile: Add bench-strtod.
23800         * benchtests/bench-strtod.c: New file: strtod benchtest
23802 2013-11-11  Andreas Schwab  <schwab@suse.de>
23804         [BZ #16153]
23805         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23806         terminating NUL in key length.
23808 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23810         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23811         Add artificial ODP entry for vDSO symbol for PPC64.
23812         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23813         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23815 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23817         [BZ #15374]
23818         * nss/getent.c (services_keys): Recognize services starting with digit.
23820 2013-11-06  David S. Miller  <davem@davemloft.net>
23822         [BZ #15985]
23823         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23824         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23826 2013-11-06  Will Newton  <will.newton@linaro.org>
23828         * manual/memory.texi (Malloc Examples): Remove register
23829         keyword from examples.
23831 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23833         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23835 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23837         [BZ #6981]
23838         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23839         depending on [__GCC_IEC_559 > 0].
23840         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23841         depending on [__GCC_IEC_559_COMPLEX > 0].
23843 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23845         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23846         to iso-639.def.
23848 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23850         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23852 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23854         [BZ #16112]
23855         * malloc/malloc (malloc_info): Do not handle first bin as
23856         special case.
23858 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23860         * locale/iso-639.def: Add Central Nahuatl (nhn).
23862 2013-11-01  Bruno Haible  <bruno@clisp.org>
23864         [BZ #7003]
23865         * manual/math.texi (BSD Random): Specify range upper bound as
23866         in POSIX.
23868 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23870         * locale/iso-639.def: Add Meadow Mari (mhr).
23872 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23874         [BZ #14752], [BZ #15763]
23875         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23876         Validate name.
23877         * rt/tst_shm.c: Add test for escaping directory.
23879 2013-10-31  Andreas Schwab  <schwab@suse.de>
23881         [BZ #15917]
23882         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23883         followed by 'x' as part of digit sequence.
23884         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23886 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23888         [BZ #16037]
23889         * configure.ac: allow GNU Make 4.0 and greater.
23890         * configure: Regenerated.
23892 2013-10-30  Will Newton  <will.newton@linaro.org>
23894         [BZ #16038]
23895         * malloc/hooks.c (memalign_check): Limit alignment to the
23896         maximum representable power of two.
23897         * malloc/malloc.c (__libc_memalign): Likewise.
23898         * malloc/tst-memalign.c (do_test): Add test for very
23899         large alignment values.
23900         * malloc/tst-posix_memalign.c (do_test): Likewise.
23902 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23904         [BZ #11087]
23905         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23906         (munmap_chunk): Likewise.
23907         (mremap_chunk): Likewise.
23909 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23911         [BZ #15799]
23912         * stdlib/div.c (div): Remove obsolete code.
23913         * stdlib/ldiv.c (ldiv): Likewise.
23914         * stdlib/lldiv.c (lldiv): Likewise.
23916 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23918         [BZ #16071]
23919         * nss/nss_files/files-XXX.c (get_contents_ret): New
23920         enumerator.
23921         (get_contents): New function.
23922         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23924 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23926         * configure.in: Moved to ...
23927         * configure.ac: ... here. Change reference to configure.in
23928         to configure.ac.
23929         * sysdeps/arm/preconfigure.ac: ... here.
23930         configure.in to configure.ac.
23931         * sysdeps/gnu/configure.in: Moved to ...
23932         * sysdeps/gnu/configure.ac: ... here.
23933         * sysdeps/i386/configure.in: Moved to ...
23934         * sysdeps/i386/configure.ac: ... here.
23935         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23936         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23937         * sysdeps/mach/configure.in: Moved to ...
23938         * sysdeps/mach/configure.ac: ... here.
23939         * sysdeps/mach/hurd/configure.in: Moved to ...
23940         * sysdeps/mach/hurd/configure.ac: ... here.
23941         * sysdeps/powerpc/configure.in: Moved to ...
23942         * sysdeps/powerpc/configure.ac: ... here.
23943         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23944         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23945         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23946         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23947         * sysdeps/s390/s390-32/configure.in: Moved to ...
23948         * sysdeps/s390/s390-32/configure.ac: ... here.
23949         * sysdeps/s390/s390-64/configure.in: Moved to ...
23950         * sysdeps/s390/s390-64/configure.ac: ... here.
23951         * sysdeps/sh/configure.in: Moved to ...
23952         * sysdeps/sh/configure.ac: ... here.
23953         * sysdeps/sparc/configure.in: Moved to ...
23954         * sysdeps/sparc/configure.ac: ... here.
23955         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23956         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23957         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23958         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23959         * sysdeps/x86_64/configure.in: Moved to ...
23960         * sysdeps/x86_64/configure.ac: ... here.
23961         * sysdeps/x86_64/preconfigure.in: Moved to ...
23962         * sysdeps/x86_64/preconfigure.ac: ... here.
23963         * aclocal.m4: Change reference to configure.in to configure.ac.
23964         * config.h.in: Likewise.
23965         * manual/install.texi: Likewise.
23966         * manual/maint.texi: Likewise.
23967         * Makefile: Likewise.
23968         * malloc/Makefile: Likewise.
23969         * nscd/Makefile: Likewise.
23970         * Makeconfig: Change reference to configure.in and
23971         preconfigure.in to configure.ac and preconfigure.ac
23972         respectively.
23973         * INSTALL: Regenerated.
23974         * configure: Likewise.
23975         * sysdeps/gnu/configure: Likewise.
23976         * sysdeps/i386/configure: Likewise.
23977         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23978         * sysdeps/mach/configure: Likewise.
23979         * sysdeps/mach/hurd/configure: Likewise.
23980         * sysdeps/powerpc/configure: Likewise.
23981         * sysdeps/powerpc/powerpc32/configure: Likewise.
23982         * sysdeps/powerpc/powerpc64/configure: Likewise.
23983         * sysdeps/s390/s390-32/configure: Likewise.
23984         * sysdeps/s390/s390-64/configure: Likewise.
23985         * sysdeps/sh/configure: Likewise.
23986         * sysdeps/sparc/configure: Likewise.
23987         * sysdeps/unix/sysv/linux/configure: Likewise.
23988         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23989         * sysdeps/x86_64/configure: Likewise.
23990         * sysdeps/x86_64/preconfigure: Likewise.
23992 2013-10-29  Andreas Schwab  <schwab@suse.de>
23994         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23996 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23998         * benchtests/pow-inputs: Add new inputs.
24000         * benchtests/exp-inputs: Add new inputs.
24002         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
24003         conditional check for return value.
24004         (__cos32): Likewise.
24006 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24008         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
24009         to provide a boost for large inputs with word alignment.
24010         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
24011         implementation based on optimized PPC64 strcpy.
24012         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
24013         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
24014         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
24015         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
24017 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24019         [BZ #2801]
24020         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
24022 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24024         [BZ #14876]
24025         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
24026         * time/tst-strptime.c (day_tests): Add testcase.
24028 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24030         [BZ #14029]
24031         * manual/pattern.texi: Acknowledge that fnmatch can fail.
24033 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
24035         [BZ #16074]
24036         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
24037         MAP_FAILED on error.
24039 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24041         [BZ #16072]
24042         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
24043         heap for large requests.
24045 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
24047         [BZ #9954]
24048         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
24049         result if the result has no associated interface.
24050         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
24051         interface for all 127.X.Y.Z addresses.
24053 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
24055         * locale/iso-639.def: Add Ligurian (lij)
24057 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
24059         [BZ #15825]
24060         * sunrpc/rpc_main.c: Document rpcgen -5.
24062 2013-10-19  Michael Stahl  <mstahl@redhat.com>
24064         * elf/rtld.c (do_preload): Print the reason why preloading failed.
24066 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24068         [BZ #10278]
24069         * posix/glob.c: Match only directories when trailing slash is present.
24070         * posix/tst-gnuglob.c (my_opendir): Do not open files.
24071         (main): Add testcase.
24073 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24075         [BZ #15670]
24076         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
24078 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
24080         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
24081         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
24082         AUTH_DES and cindex for FIPS 140-2.
24083         (DES Encryption): Add cindex FIPS 46-3.
24085         * locale/locarchive.h (struct locarhandle): Add fname.
24086         * locale/programs/localedef.c (main): Pass ARGV[remaining]
24087         if an optional argument was specified to --list-archive,
24088         otherwise NULL.
24089         * locale/programs/locarchive.c (show_archive_content): Take new
24090         argument fname and pass it via ah.fname to open_archive.
24091         * locale/programs/localedef.h: Update decl.
24092         (open_archive): If AH->fname is non-null, open that file
24093         rather than the default file name, and don't ignore ENOENT.
24094         (create_archive): Set AH.fname to NULL.
24095         (delete_locales_from_archive): Likewise.
24096         (add_locales_to_archive): Likewise.
24097         * locale/programs/locfile.c (write_all_categories): Likewise.
24099 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
24100             Aldy Hernandez  <aldyh@redhat.com>
24102         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
24103         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
24104         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
24105         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
24106         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
24107         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
24108         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
24109         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
24110         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
24111         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
24112         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
24113         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
24114         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
24115         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
24116         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
24117         Likewise.
24118         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
24119         Likewise.
24120         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
24121         Likewise.
24122         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
24123         Likewise.
24124         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
24125         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
24126         Likewise.
24127         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
24128         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
24129         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
24130         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
24131         Likewise.
24132         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
24133         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
24134         * sysdeps/powerpc/preconfigure: Likewise.
24135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
24136         Likewise.
24137         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
24138         Replace contents of file by #include of <fenv_libc.h>.
24139         * sysdeps/powerpc/soft-fp/sfp-machine.h
24140         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
24141         and <sys/prctl.h>.
24142         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
24143         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
24144         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
24145         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
24146         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24147         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24148         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24149         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24150         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24151         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24152         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24153         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24155         Allow copysignl PLT reference to be missing.
24157 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
24158             Joseph Myers  <joseph@codesourcery.com
24160         [BZ #15948]
24161         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
24162         single character.
24163         (add_to_tablewc): Assert sequence of wide characters is nonempty.
24165 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24167         * elf/tst-tls-dlinfo.c: Don't include tls.h.
24168         * elf/tst-tls1.c: Likewise.
24169         * elf/tst-tls10.h: Likewise.
24170         * elf/tst-tls14.c: Likewise.
24171         * elf/tst-tls2.c: Likewise.
24172         * elf/tst-tls3.c: Likewise.
24173         * elf/tst-tls4.c: Likewise.
24174         * elf/tst-tls5.c: Likewise.
24175         * elf/tst-tls6.c: Likewise.
24176         * elf/tst-tls7.c: Likewise.
24177         * elf/tst-tls8.c: Likewise.
24178         * elf/tst-tls9.c: Likewise.
24179         * elf/tst-tlsmod1.c: Likewise.
24180         * elf/tst-tlsmod13.c: Likewise.
24181         * elf/tst-tlsmod13a.c: Likewise.
24182         * elf/tst-tlsmod14a.c: Likewise.
24183         * elf/tst-tlsmod16a.c: Likewise.
24184         * elf/tst-tlsmod16b.c: Likewise.
24185         * elf/tst-tlsmod2.c: Likewise.
24186         * elf/tst-tlsmod3.c: Likewise.
24187         * elf/tst-tlsmod4.c: Likewise.
24188         * elf/tst-tlsmod5.c: Likewise.
24189         * elf/tst-tlsmod6.c: Likewise.
24191 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
24193         [BZ #12486]
24194         * malloc/malloc.c: remove checks for statistics.
24196 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24198         [BZ #15277]
24199         * inet/inet_net.c (inet_network): Detect additional invalid strings.
24200         * inet/tst-network.c: Add testcase.
24202 2013-10-17  Andreas Schwab  <schwab@suse.de>
24204         [BZ #15218]
24205         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
24206         to determine canonical name.
24208 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24210         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
24211         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
24212         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
24213         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
24214         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
24215         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
24216         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
24217         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
24218         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
24219         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
24220         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24221         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
24222         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24223         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
24224         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
24225         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
24226         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
24227         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
24228         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
24229         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
24230         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
24231         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
24232         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24233         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
24234         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
24235         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
24236         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
24237         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
24238         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
24239         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
24240         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
24241         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
24242         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
24243         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
24244         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24245         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24246         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24247         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24248         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24249         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24250         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24251         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
24252         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
24253         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24254         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
24255         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24256         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24257         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
24258         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
24259         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24260         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24261         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24262         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24263         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24264         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24265         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24266         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24267         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24269 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
24271         [BZ #16041]
24272         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24273         make result into a quiet NaN.
24275 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
24277         * soft-fp/adddf3.c: Fix horizontal whitespace.
24278         * soft-fp/addsf3.c: Likewise.
24279         * soft-fp/addtf3.c: Likewise.
24280         * soft-fp/divdf3.c: Likewise.
24281         * soft-fp/divsf3.c: Likewise.
24282         * soft-fp/divtf3.c: Likewise.
24283         * soft-fp/double.h: Likewise.
24284         * soft-fp/eqdf2.c: Likewise.
24285         * soft-fp/eqsf2.c: Likewise.
24286         * soft-fp/eqtf2.c: Likewise.
24287         * soft-fp/extenddftf2.c: Likewise.
24288         * soft-fp/extended.h: Likewise.
24289         * soft-fp/extendsfdf2.c: Likewise.
24290         * soft-fp/extendsftf2.c: Likewise.
24291         * soft-fp/extendxftf2.c: Likewise.
24292         * soft-fp/fixdfdi.c: Likewise.
24293         * soft-fp/fixdfsi.c: Likewise.
24294         * soft-fp/fixdfti.c: Likewise.
24295         * soft-fp/fixsfdi.c: Likewise.
24296         * soft-fp/fixsfsi.c: Likewise.
24297         * soft-fp/fixsfti.c: Likewise.
24298         * soft-fp/fixtfdi.c: Likewise.
24299         * soft-fp/fixtfsi.c: Likewise.
24300         * soft-fp/fixtfti.c: Likewise.
24301         * soft-fp/fixunsdfdi.c: Likewise.
24302         * soft-fp/fixunsdfsi.c: Likewise.
24303         * soft-fp/fixunsdfti.c: Likewise.
24304         * soft-fp/fixunssfdi.c: Likewise.
24305         * soft-fp/fixunssfsi.c: Likewise.
24306         * soft-fp/fixunssfti.c: Likewise.
24307         * soft-fp/fixunstfdi.c: Likewise.
24308         * soft-fp/fixunstfsi.c: Likewise.
24309         * soft-fp/fixunstfti.c: Likewise.
24310         * soft-fp/floatdidf.c: Likewise.
24311         * soft-fp/floatdisf.c: Likewise.
24312         * soft-fp/floatditf.c: Likewise.
24313         * soft-fp/floatsidf.c: Likewise.
24314         * soft-fp/floatsisf.c: Likewise.
24315         * soft-fp/floatsitf.c: Likewise.
24316         * soft-fp/floattidf.c: Likewise.
24317         * soft-fp/floattisf.c: Likewise.
24318         * soft-fp/floattitf.c: Likewise.
24319         * soft-fp/floatundidf.c: Likewise.
24320         * soft-fp/floatundisf.c: Likewise.
24321         * soft-fp/floatunditf.c: Likewise.
24322         * soft-fp/floatunsidf.c: Likewise.
24323         * soft-fp/floatunsisf.c: Likewise.
24324         * soft-fp/floatunsitf.c: Likewise.
24325         * soft-fp/floatuntidf.c: Likewise.
24326         * soft-fp/floatuntisf.c: Likewise.
24327         * soft-fp/floatuntitf.c: Likewise.
24328         * soft-fp/fmadf4.c: Likewise.
24329         * soft-fp/fmasf4.c: Likewise.
24330         * soft-fp/fmatf4.c: Likewise.
24331         * soft-fp/gedf2.c: Likewise.
24332         * soft-fp/gesf2.c: Likewise.
24333         * soft-fp/getf2.c: Likewise.
24334         * soft-fp/ledf2.c: Likewise.
24335         * soft-fp/lesf2.c: Likewise.
24336         * soft-fp/letf2.c: Likewise.
24337         * soft-fp/muldf3.c: Likewise.
24338         * soft-fp/mulsf3.c: Likewise.
24339         * soft-fp/multf3.c: Likewise.
24340         * soft-fp/negdf2.c: Likewise.
24341         * soft-fp/negsf2.c: Likewise.
24342         * soft-fp/negtf2.c: Likewise.
24343         * soft-fp/op-1.h: Likewise.
24344         * soft-fp/op-2.h: Likewise.
24345         * soft-fp/op-4.h: Likewise.
24346         * soft-fp/op-8.h: Likewise.
24347         * soft-fp/op-common.h: Likewise.
24348         * soft-fp/quad.h: Likewise.
24349         * soft-fp/single.h: Likewise.
24350         * soft-fp/soft-fp.h: Likewise.
24351         * soft-fp/sqrtdf2.c: Likewise.
24352         * soft-fp/sqrtsf2.c: Likewise.
24353         * soft-fp/sqrttf2.c: Likewise.
24354         * soft-fp/subdf3.c: Likewise.
24355         * soft-fp/subsf3.c: Likewise.
24356         * soft-fp/subtf3.c: Likewise.
24357         * soft-fp/truncdfsf2.c: Likewise.
24358         * soft-fp/trunctfdf2.c: Likewise.
24359         * soft-fp/trunctfsf2.c: Likewise.
24360         * soft-fp/trunctfxf2.c: Likewise.
24361         * soft-fp/unorddf2.c: Likewise.
24362         * soft-fp/unordsf2.c: Likewise.
24363         * soft-fp/unordtf2.c: Likewise.
24365 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24367         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24368         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24370 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24372         * elf/dl-libc.c: Clear initfini list after freeing.
24374 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24376         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24377         * soft-fp/addsf3.c: Likewise.
24378         * soft-fp/addtf3.c: Likewise.
24379         * soft-fp/divdf3.c: Likewise.
24380         * soft-fp/divsf3.c: Likewise.
24381         * soft-fp/divtf3.c: Likewise.
24382         * soft-fp/double.h: Likewise.
24383         * soft-fp/eqdf2.c: Likewise.
24384         * soft-fp/eqsf2.c: Likewise.
24385         * soft-fp/eqtf2.c: Likewise.
24386         * soft-fp/extenddftf2.c: Likewise.
24387         * soft-fp/extended.h: Likewise.
24388         * soft-fp/extendsfdf2.c: Likewise.
24389         * soft-fp/extendsftf2.c: Likewise.
24390         * soft-fp/extendxftf2.c: Likewise.
24391         * soft-fp/fixdfdi.c: Likewise.
24392         * soft-fp/fixdfsi.c: Likewise.
24393         * soft-fp/fixdfti.c: Likewise.
24394         * soft-fp/fixsfdi.c: Likewise.
24395         * soft-fp/fixsfsi.c: Likewise.
24396         * soft-fp/fixsfti.c: Likewise.
24397         * soft-fp/fixtfdi.c: Likewise.
24398         * soft-fp/fixtfsi.c: Likewise.
24399         * soft-fp/fixtfti.c: Likewise.
24400         * soft-fp/fixunsdfdi.c: Likewise.
24401         * soft-fp/fixunsdfsi.c: Likewise.
24402         * soft-fp/fixunsdfti.c: Likewise.
24403         * soft-fp/fixunssfdi.c: Likewise.
24404         * soft-fp/fixunssfsi.c: Likewise.
24405         * soft-fp/fixunssfti.c: Likewise.
24406         * soft-fp/fixunstfdi.c: Likewise.
24407         * soft-fp/fixunstfsi.c: Likewise.
24408         * soft-fp/fixunstfti.c: Likewise.
24409         * soft-fp/floatdidf.c: Likewise.
24410         * soft-fp/floatdisf.c: Likewise.
24411         * soft-fp/floatditf.c: Likewise.
24412         * soft-fp/floatsidf.c: Likewise.
24413         * soft-fp/floatsisf.c: Likewise.
24414         * soft-fp/floatsitf.c: Likewise.
24415         * soft-fp/floattidf.c: Likewise.
24416         * soft-fp/floattisf.c: Likewise.
24417         * soft-fp/floattitf.c: Likewise.
24418         * soft-fp/floatundidf.c: Likewise.
24419         * soft-fp/floatundisf.c: Likewise.
24420         * soft-fp/floatunsidf.c: Likewise.
24421         * soft-fp/floatunsisf.c: Likewise.
24422         * soft-fp/floatuntidf.c: Likewise.
24423         * soft-fp/floatuntisf.c: Likewise.
24424         * soft-fp/floatuntitf.c: Likewise.
24425         * soft-fp/fmadf4.c: Likewise.
24426         * soft-fp/fmasf4.c: Likewise.
24427         * soft-fp/fmatf4.c: Likewise.
24428         * soft-fp/gedf2.c: Likewise.
24429         * soft-fp/gesf2.c: Likewise.
24430         * soft-fp/getf2.c: Likewise.
24431         * soft-fp/ledf2.c: Likewise.
24432         * soft-fp/lesf2.c: Likewise.
24433         * soft-fp/letf2.c: Likewise.
24434         * soft-fp/muldf3.c: Likewise.
24435         * soft-fp/mulsf3.c: Likewise.
24436         * soft-fp/multf3.c: Likewise.
24437         * soft-fp/negdf2.c: Likewise.
24438         * soft-fp/negsf2.c: Likewise.
24439         * soft-fp/negtf2.c: Likewise.
24440         * soft-fp/op-1.h: Likewise.
24441         * soft-fp/op-2.h: Likewise.
24442         * soft-fp/op-4.h: Likewise.
24443         * soft-fp/op-8.h: Likewise.
24444         * soft-fp/op-common.h: Likewise.
24445         * soft-fp/quad.h: Likewise.
24446         * soft-fp/single.h: Likewise.
24447         * soft-fp/soft-fp.h: Likewise.
24448         * soft-fp/sqrtdf2.c: Likewise.
24449         * soft-fp/sqrtsf2.c: Likewise.
24450         * soft-fp/sqrttf2.c: Likewise.
24451         * soft-fp/subdf3.c: Likewise.
24452         * soft-fp/subsf3.c: Likewise.
24453         * soft-fp/subtf3.c: Likewise.
24454         * soft-fp/truncdfsf2.c: Likewise.
24455         * soft-fp/trunctfdf2.c: Likewise.
24456         * soft-fp/trunctfsf2.c: Likewise.
24457         * soft-fp/trunctfxf2.c: Likewise.
24458         * soft-fp/unorddf2.c: Likewise.
24459         * soft-fp/unordsf2.c: Likewise.
24460         * soft-fp/unordtf2.c: Likewise.
24462 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24464         [BZ #15672]
24465         * misc/error.c (error_tail): Fix possible buffer overflow.
24467 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24469         [BZ #13028]
24470         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24471         address.
24473 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24475         [BZ #832]
24476         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24477         testing pipefail option.
24479 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24481         * soft-fp/double.h: Indent preprocessor directives inside #if.
24482         * soft-fp/extended.h: Likewise.
24483         * soft-fp/op-2.h: Likewise.
24484         * soft-fp/op-4.h: Likewise.
24485         * soft-fp/op-common.h: Likewise.
24486         * soft-fp/quad.h: Likewise.
24487         * soft-fp/single.h: Likewise.
24488         * soft-fp/soft-fp.h: Likewise.
24490 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24492         * iconv/iconv_prog.c: Fix typos.
24493         * stdio-common/psiginfo-data.h: Likewise.
24495 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24497         [BZ #15764]
24498         * locale/setlocale.c: Fix typo.
24500 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24502         [BZ #16036]
24503         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24504         signaling NaN arguments.
24505         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24506         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24508         [BZ #14910]
24509         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24510         unordered operands.
24511         * soft-fp/gesf2.c (__gesf2): Likewise.
24512         * soft-fp/getf2.c (__getf2): Likewise.
24513         * soft-fp/ledf2.c (__ledf2): Likewise.
24514         * soft-fp/lesf2.c (__lesf2): Likewise.
24515         * soft-fp/letf2.c (__letf2): Likewise.
24517         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24518         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24519         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24520         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24521         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24522         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24523         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24524         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24525         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24526         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24527         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24528         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24529         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24530         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24531         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24532         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24533         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24534         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24535         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24536         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24537         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24538         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24539         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24540         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24541         * soft-fp/floattidf.c (__floattidf): Likewise.
24542         * soft-fp/floattisf.c (__floattisf): Likewise.
24543         * soft-fp/floattitf.c (__floattitf): Likewise.
24544         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24545         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24546         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24547         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24548         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24549         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24550         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24551         * soft-fp/gesf2.c (__gesf2): Likewise.
24552         * soft-fp/getf2.c (__getf2): Likewise.
24553         * soft-fp/ledf2.c (__ledf2): Likewise.
24554         * soft-fp/lesf2.c (__lesf2): Likewise.
24555         * soft-fp/letf2.c (__letf2): Likewise.
24557         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24558         Undefine and redefine.
24559         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24560         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24561         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24562         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24563         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24564         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24565         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24566         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24567         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24568         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24569         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24570         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24571         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24572         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24573         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24575         [BZ #16032]
24576         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24577         without decrementing exponent if mantissa >= that for the
24578         denominator, not >.
24579         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24580         denominator, not >.  Decrement exponent in < case instead of
24581         incrementing in >= case.
24582         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24583         without decrementing exponent if mantissa >= that for the
24584         denominator, not >.
24586         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24587         computing saturated result for unsigned overflow.
24589 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24590             Jeff Law  <law@redhat.com>
24592         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24593         (atan2Mp): Add systemtap probe marker.
24594         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24595         (__ieee754_log): Add systemtap probe marker.
24596         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24597         (atanMp): Add systemtap probe marker.
24598         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24599         (tanMp): Add systemtap probe marker.
24600         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24601         (__slowexp): Add systemtap probe marker.
24602         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24603         (__slowpow): Add systemtap probe marker.
24604         * manual/probes.texi: Document probes.
24606 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24608         [BZ #15362]
24609         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24610         written.
24611         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24612         written.
24613         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24614         written to buffer but not flushed.
24615         * libio/iofwrite_u.c:  Likewise.
24616         * libio/iopadn.c:  Return bytes returned even if EOF was
24617         encountered.
24618         * libio/iowpadn.c:  Likewise.
24619         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24620         if _IO_padn does not write the whole buffer.
24621         [!COMPILE_WPRINTF] (PAD): Likewise.
24623 2013-10-10  David S. Miller  <davem@davemloft.net>
24625         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24626         directory block.
24628 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24630         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24631         instead of FSF address.
24632         * soft-fp/fixdfti.c: Likewise.
24633         * soft-fp/fixsfti.c: Likewise.
24634         * soft-fp/fixtfti.c: Likewise.
24635         * soft-fp/fixunsdfti.c: Likewise.
24636         * soft-fp/fixunssfti.c: Likewise.
24637         * soft-fp/fixunstfti.c: Likewise.
24638         * soft-fp/floattidf.c: Likewise.
24639         * soft-fp/floattisf.c: Likewise.
24640         * soft-fp/floattitf.c: Likewise.
24641         * soft-fp/floatuntidf.c: Likewise.
24642         * soft-fp/floatuntisf.c: Likewise.
24643         * soft-fp/floatuntitf.c: Likewise.
24644         * soft-fp/trunctfxf2.c: Likewise.
24646         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24647         * soft-fp/fixdfti.c: Likewise.
24648         * soft-fp/fixsfti.c: Likewise.
24649         * soft-fp/fixtfti.c: Likewise.
24650         * soft-fp/fixunsdfti.c: Likewise.
24651         * soft-fp/fixunssfti.c: Likewise.
24652         * soft-fp/fixunstfti.c: Likewise.
24653         * soft-fp/floattidf.c: Likewise.
24654         * soft-fp/floattisf.c: Likewise.
24655         * soft-fp/floattitf.c: Likewise.
24656         * soft-fp/floatuntidf.c: Likewise.
24657         * soft-fp/floatuntisf.c: Likewise.
24658         * soft-fp/floatuntitf.c: Likewise.
24659         * soft-fp/trunctfxf2.c: Likewise.
24661 2013-10-10  David S. Miller  <davem@davemloft.net>
24663         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24665 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24667         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24668         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24669         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24670         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24671         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24672         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24673         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24675         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24676         for NaNs before doing comparisons on argument.
24677         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24678         Likewise.
24680 2013-10-10  Will Newton  <will.newton@linaro.org>
24682         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24683         passed to _int_memalign does not overflow.
24685 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24687         * scripts/bench.pl: Add include-sources directive.
24688         * benchtests/README: Update documentation.
24690 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24692         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24693         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24694         instead of FP_INIT_ROUNDMODE.
24695         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24696         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24698         [BZ #16034]
24699         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24700         copy class of input value.
24701         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24702         not handle exceptions.
24703         * soft-fp/negsf2.c (__negsf2): Likewise.
24704         * soft-fp/negtf2.c (__negtf2): Likewise.
24705         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24707 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24709         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24710         semicolon.  From Linux kernel.
24712 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24714         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24716 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24718         [BZ #156]
24719         * manual/socket.texi: Added statement about buffer
24720         for gethostbyname2_r.
24722 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24724         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24725         Use .p2align directive instead, throughout.
24726         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24727         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24728         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24729         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24730         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24731         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24732         * sysdeps/x86_64/strchr.S: Likewise.
24733         * sysdeps/x86_64/strrchr.S: Likewise.
24735 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24737         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24739         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24741         * sysdeps/generic/math_private.h (__mpsin1): Remove
24742         declaration.
24743         (__mpcos1): Likewise.
24744         (__mpsin): New argument __range_reduce.
24745         (__mpcos): Likewise.
24746         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24747         (slow): Use __mpsin and __mpcos.
24748         (slow1): Likewise.
24749         (slow2): Likewise.
24750         (sloww): Likewise.
24751         (sloww1): Likewise.
24752         (sloww2): Likewise.
24753         (bsloww): Likewise.
24754         (bsloww1): Likewise.
24755         (bsloww2): Likewise.
24756         (cslow2): Likewise.
24757         (csloww): Likewise.
24758         (csloww1): Likewise.
24759         (csloww2): Likewise.
24760         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24761         range_reduce.  Merge in __mpsin1.
24762         (__mpcos): Likewise.
24763         (__mpsin1): Remove.
24764         (__mpcos1): Likewise.
24766 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24768         * locale/loadlocale.c (_nl_intern_locale_data): Use
24769         LOCFILE_ALIGNED_P.
24770         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24771         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24772         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24773         obstack data is appropriately aligned.
24774         (obstack_int32_grow_fast): Likewise.
24775         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24776         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24777         (add_locale_uint32_array): Likewise.
24779 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24781         * benchtests/Makefile: Remove ARGLIST and RET variables.
24782         ($(objpfx)bench-%.c): Pass only function name to the script.
24783         * benchtests/README: Update documentation.
24784         * benchtests/acos-inputs: Add new directives.
24785         * benchtests/acosh-inputs: Likewise.
24786         * benchtests/asin-inputs: Likewise.
24787         * benchtests/asinh-inputs: Likewise.
24788         * benchtests/atan-inputs: Likewise.
24789         * benchtests/atanh-inputs: Likewise.
24790         * benchtests/cos-inputs: Likewise.
24791         * benchtests/cosh-inputs: Likewise.
24792         * benchtests/exp-inputs: Likewise.
24793         * benchtests/log-inputs: Likewise.
24794         * benchtests/pow-inputs: Likewise.
24795         * benchtests/rint-inputs: Likewise.
24796         * benchtests/sin-inputs: Likewise.
24797         * benchtests/sinh-inputs: Likewise.
24798         * benchtests/tan-inputs: Likewise.
24799         * benchtests/tanh-inputs: Likewise.
24800         * scripts/bench.pl: Add support for new directives.
24802 2013-10-07  Alan Modra  <amodra@gmail.com>
24804         * README: Fix careless merge.
24806 2013-10-05  Alan Modra  <amodra@gmail.com>
24808         * NEWS: Mention powerpc64le support and bugs fixed.
24809         * README: Both big-endian and little-endian powerpc64 supported.
24811 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24813         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24814         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24815         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24816         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24818 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24820         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24821         match prototype.
24823 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24825         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24826         Move -mhard-float appending from
24827         ports/sysdeps/powerpc/powerpc32/Makefile.
24828         [$(with-fp) = yes] (ASFLAGS): Likewise.
24829         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24830         * sysdeps/powerpc/nofpu: Move directory from
24831         ports/sysdeps/powerpc/nofpu.
24832         * sysdeps/powerpc/soft-fp: Move directory from
24833         ports/sysdeps/powerpc/soft-fp.
24834         * sysdeps/powerpc/powerpc32/405: Move directory from
24835         ports/sysdeps/powerpc/powerpc32/405.
24836         * sysdeps/powerpc/powerpc32/440: Move directory from
24837         ports/sysdeps/powerpc/powerpc32/440.
24838         * sysdeps/powerpc/powerpc32/464: Move directory from
24839         ports/sysdeps/powerpc/powerpc32/464.
24840         * sysdeps/powerpc/powerpc32/476: Move directory from
24841         ports/sysdeps/powerpc/powerpc32/476.
24842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24843         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24845         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24847         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24849         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24851         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24852         * README: Update for powerpc-*-linux-gnu software floating point
24853         support in libc.
24855         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24856         case to powerpc/powerpc32*.
24857         * sysdeps/unix/sysv/linux/configure: Regenerated.
24859         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24860         (_FPU_MASK_OM): Define as 0x04.
24861         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24862         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24863         0x00c10080.
24864         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24865         0x0000003c.
24866         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24869         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24870         getcontext_e500.
24871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24872         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24873         setcontext_e500.
24874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24875         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24876         and setcontext_e500.
24878 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24880         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24882 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24884         * manual/threads.texi (Default Thread Attributes): Fix typo.
24886 2013-10-04  Will Newton  <will.newton@linaro.org>
24888         * malloc/Makefile: Add tst-memalign.
24889         * malloc/tst-memalign.c: New file.
24891         * malloc/tst-posix_memalign.c: Add comments.
24892         (do_test): Add comments and call free on all potentially
24893         allocated pointers. Add space after cast.
24895         * malloc/tst-pvalloc.c: Add comments.
24896         (do_test): Add comments and call free on all potentially
24897         allocated pointers. Remove duplicate check for NULL pointer.
24898         Add space after cast.
24900         * malloc/tst-valloc.c: Add comments.
24901         (do_test): Add comments and call free on all potentially
24902         allocated pointers. Remove duplicate check for NULL pointer.
24903         Add space after cast.
24905 2013-10-04  Alan Modra  <amodra@gmail.com>
24907         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24908         Use stdint types in rather than __attribute__((mode())).
24909         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24911 2013-10-04  Alan Modra  <amodra@gmail.com>
24913         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24914         Correct handling of unaligned relocs for little-endian.
24915         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24917 2013-10-04  Alan Modra  <amodra@gmail.com>
24919         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24920         * configure: Regenerate.
24921         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24922         * shlib-versions: Likewise.
24924 2013-10-04  Alan Modra  <amodra@gmail.com>
24926         * string/tester.c (test_memrchr): Increment reported test cycle.
24928 2013-10-04  Alan Modra  <amodra@gmail.com>
24930         * string/test-memcpy.c (do_one_test): When reporting errors, print
24931         string address and don't overrun end of string.
24933 2013-10-04  Alan Modra  <amodra@gmail.com>
24935         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24936         insrdi.  Make better use of reg selection to speed exit slightly.
24937         Schedule entry path a little better.  Remove useless "are we done"
24938         checks on entry to main loop.  Handle wrapping around zero address.
24939         Correct main loop count.  Handle single left-over word from main
24940         loop inline rather than by using loop_small.  Remove extra word
24941         case in loop_small caused by wrong loop count.  Add little-endian
24942         support.
24943         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24944         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24945         cache hint.
24946         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24947         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24948         support.  Avoid rlwimi.
24949         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24951 2013-10-04  Alan Modra  <amodra@gmail.com>
24953         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24954         insrdi.  Formatting.
24955         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24956         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24957         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24958         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24959         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24960         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24962 2013-10-04  Alan Modra  <amodra@gmail.com>
24964         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24965         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24966         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24967         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24968         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24969         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24970         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24971         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24972         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24973         use of regs.  Use power7 mtocrf.  Tidy function tails.
24975 2013-10-04  Alan Modra  <amodra@gmail.com>
24977         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24978         Formatting.  Consistently use rXXX register defines or rN defines.
24979         Use early exit labels that avoid restoring unused non-volatile regs.
24980         Make cr field use more consistent with rWORDn compares.  Rename
24981         regs used as shift registers for unaligned loop, using rN defines
24982         for short lifetime/multiple use regs.
24983         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24984         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24985         addi 1,1,64 to pop stack frame.  Simplify return value code.
24986         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24988 2013-10-04  Alan Modra  <amodra@gmail.com>
24990         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24991         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24992         rather than rlwimi.
24993         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24994         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24995         little-endian support.  Correct typos.
24996         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24997         rather than rlwimi.
24998         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24999         in loop and entry code to keep "and." results.
25000         (strchr): Add little-endian support.  Comment.  Move cntlzd
25001         earlier in tail.
25002         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
25004 2013-10-04  Alan Modra  <amodra@gmail.com>
25006         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
25007         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
25008         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
25009         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
25011 2013-10-04  Alan Modra  <amodra@gmail.com>
25013         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
25014         (rTMP): Define as r11.
25015         (strcmp): Add little-endian support.  Optimise tail.
25016         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
25017         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25018         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25019         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25020         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25021         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25022         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25024 2013-10-04  Alan Modra  <amodra@gmail.com>
25026         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
25027         little-endian support.  Remove unnecessary "are we done" tests.
25028         Handle "s" wrapping around zero and extremely large "size".
25029         Correct main loop count.  Handle single left-over word from main
25030         loop inline rather than by using small_loop.  Correct comments.
25031         Delete "zero" tail, use "end_max" instead.
25032         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
25034 2013-10-04  Alan Modra  <amodra@gmail.com>
25036         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
25037         support.  Don't branch over align.
25038         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
25039         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
25040         support.  Rearrange tmp reg use to suit.  Comment.
25041         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
25043 2013-10-04  Alan Modra  <amodra@gmail.com>
25045         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
25047 2013-10-04  Alan Modra  <amodra@gmail.com>
25049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
25050         conditional form of branch and link when obtaining pc.
25051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
25053 2013-10-04  Alan Modra  <amodra@gmail.com>
25055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
25056         HIWORD/LOWORD.
25057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
25058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
25060 2013-10-04  Alan Modra  <amodra@gmail.com>
25062         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
25063         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
25064         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
25065         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
25066         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
25067         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25068         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
25069         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25070         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
25071         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
25073 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25074             Alistair Popple <alistair@ozlabs.au.ibm.com>
25075             Alan Modra <amodra@gmail.com>
25077         [BZ #15723]
25078         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
25079         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
25080         _dl_hwcap access for little-endian.
25081         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
25082         destroy vmx regs when saving unaligned.
25083         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
25084         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
25085         destroy vmx regs when saving unaligned.
25087 2013-10-04  Alan Modra  <amodra@gmail.com>
25089         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
25090         Don't use a union to pack hi/low value.
25092 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25094         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
25095         for little-endian.
25096         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25097         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
25098         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25099         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25100         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25102 2013-10-04  Alan Modra  <amodra@gmail.com>
25104         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
25105         constants to usual value for .cst8 section, and remove redundant
25106         high address load.
25107         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
25108         constant for 0x1p52.  Load little-endian words of double from
25109         correct stack offsets.
25111 2013-10-04  Alan Modra  <amodra@gmail.com>
25113         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
25114         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
25115         words of double from correct stack offsets.
25116         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
25117         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
25118         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25119         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25120         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25121         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25122         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25123         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
25124         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
25125         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25126         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25127         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25128         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25129         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25130         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25131         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
25132         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
25134 2013-10-04  Alan Modra  <amodra@gmail.com>
25136         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
25137         64-bit int/double union.
25138         (_FPU_SETCW): Likewise.
25139         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
25140         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
25142 2013-10-04  Alan Modra  <amodra@gmail.com>
25144         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
25145         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25147 2013-10-04  Alan Modra  <amodra@gmail.com>
25149         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25150         use vector int constants.
25151         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25153 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25155         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25156         array with long long.
25157         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25158         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25159         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
25160         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
25161         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
25162         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
25163         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
25164         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
25165         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
25166         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
25167         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
25168         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
25169         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
25171 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25173         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
25174         (__signbit): Likewise.  Correct for little-endian.
25175         (__signbitl): Call __signbit.
25176         (lrint): Correct for little-endian.
25177         (lrintf): Call lrint.
25179 2013-10-04  Alan Modra  <amodra@gmail.com>
25181         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
25182         union 32-bit int array member with 64-bit int array.
25183         (t515, tm256): Double rather than long double.
25184         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
25186 2013-10-04  Alan Modra  <amodra@gmail.com>
25188         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
25189         Delete.
25190         (IEEE854_LONG_DOUBLE_BIAS): Delete.
25191         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
25192         version of math_ldbl.h.
25194 2013-10-04  Alan Modra  <amodra@gmail.com>
25196         [BZ #15734], [BZ #15735]
25197         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
25198         all uses of ieee875 long double macros and unions.  Simplify test
25199         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
25200         ldbl_extract_mantissa value for ix,iy exponents.  Properly
25201         normalize after ldbl_extract_mantissa, and don't add hidden bit
25202         already handled.  Don't treat low word of ieee854 mantissa like
25203         low word of IBM long double and mask off bit when testing for
25204         zero.
25205         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
25206         all uses of ieee875 long double macros and unions.  Simplify tests
25207         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
25208         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
25209         two1022, instead use their values.  Recognise that tests for large
25210         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
25211         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
25212         Rewrite all uses of ieee875 long double macros and unions.  Simplify
25213         test for 0.0L and nan.  Correct negation.
25214         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
25215         ieee875 long double macros and unions.  Correct output for large
25216         magnitude x.  Correct absolute value calculation.
25217         (__erfcl): Likewise.
25218         * math/libm-test.inc: Add tests for errors discovered in IBM long
25219         double versions of fmodl, remainderl, erfl and erfcl.
25221 2013-10-04  Alan Modra  <amodra@gmail.com>
25223         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
25224         all uses of ieee854 long double macros and unions.  Simplify tests
25225         for long doubles that are fully specified by the high double.
25226         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
25227         Likewise.
25228         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
25229         Remove dead code too.
25230         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
25231         (__ieee754_ynl): Likewise.
25232         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
25233         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
25234         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
25235         Remove dead code too.
25236         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
25237         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
25238         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
25239         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
25240         Simplify.
25241         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
25242         Simplify.
25243         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
25244         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
25245         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
25246         Comment on variable precision.
25247         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
25248         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25249         Likewise.
25250         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
25251         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
25252         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
25253         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25254         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
25256 2013-10-04  Alan Modra  <amodra@gmail.com>
25258         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
25259         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25260         all uses of ieee854 long double macros and unions.
25261         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25262         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25263         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25264         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25265         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25266         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25267         Likewise.
25268         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25269         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25270         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25271         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25272         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25273         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25274         Simplify sign and nan test too.
25275         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25276         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25277         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25278         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25279         Likewise.
25280         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25281         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25282         Likewise.
25283         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25284         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25285         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25286         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25287         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25288         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25290 2013-10-04  Alan Modra  <amodra@gmail.com>
25292         * stdio-common/printf_size.c (__printf_size): Don't use
25293         union ieee854_long_double in fpnum union.
25294         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
25295         signbit macro to retrieve sign from long double.
25296         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25297         retrieve sign from long double.
25298         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25299         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25300         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25301         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25302         * math/test-misc.c (main): Don't use union ieee854_long_double.
25304 2013-10-04  Alan Modra  <amodra@gmail.com>
25306         [BZ #15680]
25307         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25308         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25309         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25310         calculation.  Remove unnecessary test for denormal exponent.
25311         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25312         Correct handling of denormals.  Avoid undefined shift behaviour.
25313         Correct normalisation of low mantissa when low double is denormal.
25314         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25315         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
25316         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25317         Correct normalisation of low mantissa.  Test for overflow of high
25318         mantissa and normalise.
25319         (ldbl_nearbyint): Use more readable constant for two52.
25320         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25321         (__mpn_construct_long_double): Fix test for overflow of high
25322         mantissa and correct normalisation.  Avoid undefined shift.
25324 2013-10-04  Alan Modra  <amodra@gmail.com>
25326         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25327         (union ibm_extended_long_double): Define as an array of ieee754_double.
25328         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25329         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25330         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25331         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25332         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25333         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25334         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25335         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25336         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25337         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25338         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25340 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25342         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25343         page size instead of calling getpagesize.
25345         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25346         (LOCFILE_ALIGN_MASK): Likewise.
25347         (LOCFILE_ALIGN_UP): Likewise.
25348         (LOCFILE_ALIGNED_P): Likewise.
25349         * locale/programs/ld-collate.c (collate_output): Use the new
25350         macros instead of __alignof__ (int32_t).
25351         * locale/weight.h (findidx): Likewise.
25353 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25355         [BZ #431]
25356         * manual/string.texi: Fix strncat and wcsncat.
25358 2013-10-03  Brooks Moses  <bmoses@google.com>
25360         [BZ #15915]
25361         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25362         * Makerules: ...here, and adjust associated comments.
25364 2013-10-02  Will Newton  <will.newton@linaro.org>
25366         * malloc/Makefile: Add tst-pvalloc.
25367         * malloc/tst-pvalloc.c: New file.
25369 2013-10-02  Will Newton  <will.newton@linaro.org>
25371         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25372         improve test coverage.
25374 2013-10-02  Will Newton  <will.newton@linaro.org>
25376         * malloc/Makefile: Add tst-posix_memalign.
25377         * malloc/tst-posix_memalign.c: New file.
25379 2013-10-01  Eric Blake  <eblake@redhat.com>
25381         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25382         Use __THROWNL rather than __THROW on static functions.
25384 2013-09-30  Petr Machata  <pmachata@redhat.com>
25386         * elf/elf.h (R_AARCH64_ABS16): New macro.
25387         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25388         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25389         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25390         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25391         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25392         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25393         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25394         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25395         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25396         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25397         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25398         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25399         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25400         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25401         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25402         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25403         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25404         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25405         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25406         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25407         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25408         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25409         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25410         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25411         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25412         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25413         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25414         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25415         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25416         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25417         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25418         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25419         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25420         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25421         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25422         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25423         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25424         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25425         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25426         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25427         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25428         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25429         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25430         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25431         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25432         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25433         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25434         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25435         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25436         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25437         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25438         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25439         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25440         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25441         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25442         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25443         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25444         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25445         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25446         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25447         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25448         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25449         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25450         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25451         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25452         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25453         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25454         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25455         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25456         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25457         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25458         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25459         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25460         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25461         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25462         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25463         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25464         (R_AARCH64_TLSDESC_LDR): Likewise.
25465         (R_AARCH64_TLSDESC_ADD): Likewise.
25466         (R_AARCH64_TLSDESC_CALL): Likewise.
25468 2013-09-30  Andreas Schwab  <schwab@suse.de>
25470         [BZ #15048]
25471         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25472         the nss database lookup.
25473         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25474         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25476 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25478         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25480 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25482         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25483         ${Bash-specific parameter/pattern/string} parameter expansion.
25484         * sysdeps/unix/make-syscalls.sh: Likewise.
25486 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25488         * sysdeps/sh/stackguard-macros.h: New file.
25490 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25492         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25493         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25494         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25495         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25496         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25497         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25499 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25501         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25502         Fix thread ID register.
25504 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25506         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25507         [POSIX || UNIX98]: Require rather than permitting all symbols from
25508         <time.h>.
25509         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25510         element of struct sched_param.
25511         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25512         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25513         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25514         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25515         constant.
25517 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25519         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25520         argument calculation.
25522 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25524         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25525         Expect macro.
25526         [POSIX] (pthread_attr_t): Do not require type.
25527         [POSIX] (pthread_cond_t): Likewise.
25528         [POSIX] (pthread_condattr_t): Likewise.
25529         [POSIX] (pthread_key_t): Likewise.
25530         [POSIX] (pthread_mutex_t): Likewise.
25531         [POSIX] (pthread_mutexattr_t): Likewise.
25532         [POSIX] (pthread_once_t): Likewise.
25533         [POSIX] (pthread_t): Likewise.
25534         [POSIX-based standards] (pthread_atfork): Expect function.
25536 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25537             Richard Sandiford  <richard@codesourcery.com>
25539         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25540         (swap_endianness_p): New extern variable.
25541         (set_big_endian): New inline function.
25542         (maybe_swap_uint32): Likewise.
25543         (maybe_swap_uint32_array): Likewise.
25544         (maybe_swap_uint32_obstack): Likewise.
25545         * locale/programs/locfile.c: Include <stdbool.h>.
25546         (swap_endianness_p): New variable.
25547         (add_locale_uint32): Call maybe_swap_uint32.
25548         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25549         (write_locale_data): Call maybe_swap_uint32_array.
25550         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25551         maybe_swap_uint32.
25552         (obstack_int32_grow_fast): Likewise.
25553         (output_weightwc): Call maybe_swap_uint32_obstack.
25554         (collate_output): Likewise.
25555         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25556         (OPT_LITTLE_ENDIAN): Likewise.
25557         (options): Add --little-endian and --big-endian options.
25558         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25559         * locale/programs/locarchive.c: Include "locfile.h".
25560         (GET): New macro.
25561         (SET): Likewise.
25562         (INC): Likewise.
25563         (create_archive): Use the new macros to access fields of
25564         structures directly mapped from or written to locale archives.
25565         (oldlocrecentcmp): Likewise.
25566         (enlarge_archive): Likewise.
25567         (insert_name): Likewise.
25568         (add_alias): Likewise.
25569         (add_locale): Likewise.
25570         (delete_locales_from_archive): Likewise.
25571         (show_archive_content): Likewise.
25572         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25573         locale data.
25575 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25577         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25578         http://www.gnu.org/doc/freemanuals.texi.
25579         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25581 2013-09-24  Will Newton  <will.newton@linaro.org>
25583         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25584         macro.
25586 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25588         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25589         unsigned char.
25591 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25593         * manual/threads.texi (POSIX Threads): Fix a typo.
25595 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25597         [BZ #14547]
25598         * string/tst-strcoll-overflow.c: New test case.
25599         * string/Makefile (xtests): Add tst-strcoll-overflow.
25600         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25601         cache if string sizes may cause integer overflow.
25603         [BZ #14547]
25604         * string/strcoll_l.c (coll_seq): New members rule, idx,
25605         save_idx and back_us.
25606         (get_next_seq_nocache): New function.
25607         (do_compare_nocache): New function.
25608         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25609         when malloc fails.
25611 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25613         [BZ #15754]
25614         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25615         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25616         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25618         [BZ #15754]
25619         * elf/Makefile (tests): Add tst-ptrguard1.
25620         (tests-static): Add tst-ptrguard1-static.
25621         (tst-ptrguard1-ARGS): Define.
25622         (tst-ptrguard1-static-ARGS): Define.
25623         * elf/tst-ptrguard1.c: New file.
25624         * elf/tst-ptrguard1-static.c: New file.
25625         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25626         * sysdeps/i386/stackguard-macros.h: Likewise.
25627         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25628         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25629         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25630         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25631         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25632         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25634 2013-09-23  Hector Marco  <hecmargi@upv.es>
25635             Ismael Ripoll  <iripoll@disca.upv.es>
25636             Carlos O'Donell  <carlos@redhat.com>
25638         [BZ #15754]
25639         * sysdeps/generic/stackguard-macros.h: Define
25640         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25641         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25642         Define __pointer_chk_guard_local.
25643         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25644         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25646 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25648         [BZ #15859]
25649         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25651 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25653         * include/string.h (__ffs): Declare as hidden.
25654         * string/ffs.c (__ffs): Define as hidden.
25655         * sysdeps/i386/ffs.c (__ffs): Likewise.
25656         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25657         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25658         * sysdeps/s390/ffs.c (__ffs): Likewise.
25659         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25661 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25663         * NEWS: Mention malloc probes.
25665         * malloc/arena.c (new_heap): New memory_heap_new probe.
25666         (grow_heap): New memory_heap_more probe.
25667         (shrink_heap): New memory_heap_less probe.
25668         (heap_trim): New memory_heap_free probe.
25669         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25670         (systrim): New memory_sbrk_less probe.
25671         * manual/probes.texi: Document them.
25673         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25674         * manual/probes.texi: Document it.
25676         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25677         (__libc_realloc): Add memory_realloc_retry probe.
25678         (__libc_memalign): Add memory_memalign_retry probe.
25679         (__libc_valloc): Add memory_valloc_retry probe.
25680         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25681         (__libc_calloc): Add memory_calloc_retry probe.
25682         * manual/probes.texi: Document them.
25684         * malloc/arena.c (get_free_list): Add probe
25685         memory_arena_reuse_free_list.
25686         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25687         and memory_arena_reuse.
25688         (arena_get2) [!PER_THREAD]: Likewise.
25689         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25690         memory_arena_reuse_realloc.
25691         * manual/probes.texi: Document them.
25693         * malloc/malloc.c (__libc_free): Add
25694         memory_mallopt_free_dyn_thresholds probe.
25695         (__libc_mallopt): Add multiple memory_mallopt probes.
25696         * manual/probes.texi: Document them.
25698         * malloc/malloc.c: Include stap-probe.h.
25699         (__libc_mallopt): Add memory_mallopt probe.
25700         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25701         * manual/probes.texi: New.
25702         * manual/Makefile (chapters): Add probes.
25703         * manual/threads.texi: Set next node.
25705 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25707         [BZ #15963, #13985]
25708         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25709         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25710         Add `Chinese' to `nan' entry name.
25712 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25714         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25715         (POLYNOMIAL): Likewise.
25716         (TAYLOR_SINCOS): Likewise.
25717         (TAYLOR_SLOW): Likewise.
25718         (__sin): Use TAYLOR_SINCOS.
25719         (__cos): Likewise.
25720         (slow): Use TAYLOR_SLOW.
25721         (sloww): Likewise.
25722         (bsloww): Likewise.
25723         (csloww): Likewise.
25725 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25727         * stdlib/strtod_l.c: Fix buffer overrun.
25729 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25731         * benchtests/Makefile (bench): Add sincos.
25732         * benchtests/bench-sincos.c: New file.
25734         * math/libm-test.inc (cos_test_data): New test inputs.
25735         (sin_test_data): Likewise.
25737         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25738         macro.
25739         (__sin): Use it.
25740         (__cos): Likewise.
25741         (slow1): Likewise.
25742         (slow2): Likewise.
25743         (sloww1): Likewise.
25744         (sloww2): Likewise.
25745         (bsloww1): Likewise.
25746         (bsloww2): Likewise.
25747         (cslow2): Likewise.
25748         (csloww1): Likewise.
25749         (csloww2): Likewise.
25751         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25752         function.
25753         (__sin): Use it.
25754         (__cos): Likewise.
25756         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25757         gotos.
25758         (__cos): Likewise.
25760 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25762         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25763         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25764         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25765         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25766         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25767         * elf/cache.c (print_entry): Handle the new cache flags.
25769 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25770             Aldy Hernandez  <aldyh@redhat.com>
25772         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25773         Change condition to [_SOFT_FLOAT].
25774         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25775         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25776         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25777         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25778         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25779         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25780         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25781         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25782         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25783         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25784         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25785         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25786         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25787         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25788         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25789         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25790         declaration.
25792 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25794         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25795         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25796         (__longjmp): Use LOAD_GP to load saved GPRs.
25797         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25798         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25799         (__sigsetjmp): Use SAVE_GP to save GPRs.
25801         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25802         Do not append -msoft-float.
25803         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25805 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25807         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25809 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25811         [BZ #15966]
25812         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25813         (_FPU_GETCW): Use initial "__" on variable and field names but not
25814         on macro parameter name.
25815         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25816         parentheses around reference to macro parameter.
25818 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25820         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25821         prototype.
25822         (ctype_startup): Use uint32_t in cast and sizeof for
25823         ctype->charnames.
25825 2013-09-11  Jia Liu  <proljc@gmail.com>
25827         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25828         __daddr_t_defined.
25829         [__FreeBSD__]: Likewise.
25831 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25833         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25834         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25835         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25836         (strchr): Remove __strchr_sse42 ifunc selection.
25837         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25838         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25840 2013-09-11  Will Newton  <will.newton@linaro.org>
25842         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25843         parameter to RES. Remove hardcoded 1000 value.
25844         * benchtests/bench-skeleton.c (main): Pass RES parameter
25845         to TIMING_INIT and multiply result by 1000.
25847 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25849         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25851 2013-09-11  Andreas Schwab  <schwab@suse.de>
25853         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25854         if not defined.
25855         (O_TMPFILE) [__USE_GNU]: Define.
25856         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25857         Define.
25859 2013-09-11  Will Newton  <will.newton@linaro.org>
25861         [BZ #15857]
25862         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25863         does not overflow.
25865 2013-09-11  Will Newton  <will.newton@linaro.org>
25867         [BZ #15856]
25868         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25869         does not overflow.
25871 2013-09-11  Will Newton  <will.newton@linaro.org>
25873         [BZ #15855]
25874         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25875         does not overflow.
25877 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25879         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25880         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25881         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25882         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25883         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25885 2013-09-10  Allan McRae  <allan@archlinux.org>
25887         [BZ #15748]
25888         * manual/arith.texi (Parsing of Floats): Clarify
25889         cross-reference.
25891         [BZ #15849]
25892         * manual/install.texi (Running make install): Mention
25893         --enable-pt-chown.
25894         * INSTALL: Regenerated.
25896 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25898         * csu/init-first.c (_init): Remove the !SHARED condition around
25899         FPU control word initialization.
25900         * elf/dl-support.c (_dl_fpu_control): New variable.
25901         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25902         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25903         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25904         * math/test-fpucw-static.c: New file.
25905         * math/test-fpucw-ieee.c: New file.
25906         * math/test-fpucw-ieee-static.c: New file.
25907         * math/Makefile (tests): Add `test-fpucw-ieee' and
25908         `$(tests-static)'.
25909         (tests-static): New variable.
25910         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25911         dependency to...
25912         [($(build-shared),yes)]
25913         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25914         ... this.
25915         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25916         New dependency.
25918 2013-09-09  Allan McRae  <allan@archlinux.org>
25920         [BZ #15939]
25921         * manual/string.texi (Collation Functions): Fix typo in
25922         strcoll example.
25923         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25925         [BZ #15893]
25926         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25928         [BZ #15892]
25929         * libio/memstream.c (open_memstream): Fix memory leak.
25930         * libio/wmemstream.c (open_wmemstream): Likewise.
25932         [BZ #15895]
25933         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25935 2013-09-09  Will Newton  <will.newton@linaro.org>
25937         * malloc/Makefile: Add tst-realloc to tests.
25938         * malloc/tst-realloc.c: New file.
25940 2013-09-09  Allan McRae  <allan@archlinux.org>
25942         [BZ #15844]
25943         * COPYING: Update from GNU website to fix FSF address.
25944         * COPYING.LIB: Likewise.
25946 2013-09-06  David S. Miller  <davem@davemloft.net>
25948         * po/zh_TW.po: Update Chinese (traditional) translation from
25949         translation project.
25951 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25952             Joseph Myers  <joseph@codesourcery.com>
25954         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25955         "localeinfo.h".
25956         (obstack_chunk_alloc): New macro.
25957         (obstack_chunk_free): Likewise.
25958         (record_offset): New function.
25959         (init_locale_data): Likewise.
25960         (align_locale_data): Likewise.
25961         (add_locale_empty): Likewise.
25962         (add_locale_raw_data): Likewise.
25963         (add_locale_raw_obstack): Likewise.
25964         (add_locale_string): Likewise.
25965         (add_locale_wstring): Likewise.
25966         (add_locale_uint32): Likewise.
25967         (add_locale_uint32_array): Likewise.
25968         (add_locale_char): Likewise.
25969         (start_locale_structure): Likewise.
25970         (end_locale_structure): Likewise.
25971         (start_locale_prelude): Likewise.
25972         (end_locale_prelude): Likewise.
25973         (write_locale_data): Take locale_file structure rather than an
25974         iovec.
25975         * locale/programs/locfile.h: Include "obstack.h".
25976         (struct locale_file): Change to store locale file contents instead
25977         of header.
25978         (init_locale_data): New prototype.
25979         (align_locale_data): Likewise.
25980         (add_locale_empty): Likewise.
25981         (add_locale_raw_data): Likewise.
25982         (add_locale_raw_obstack): Likewise.
25983         (add_locale_string): Likewise.
25984         (add_locale_wstring): Likewise.
25985         (add_locale_uint32): Likewise.
25986         (add_locale_uint32_array): Likewise.
25987         (add_locale_char): Likewise.
25988         (start_locale_structure): Likewise.
25989         (end_locale_structure): Likewise.
25990         (start_locale_prelude): Likewise.
25991         (end_locale_prelude): Likewise.
25992         (write_locale_data): Update prototype.
25993         * locale/programs/3level.h (struct TABLE): Remove result field.
25994         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25995         Use new locale_file interface.
25996         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25997         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25998         * locale/programs/ld-address.c (address_output): Use new
25999         locale_file interface.
26000         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
26001         NO_ADD_LOCALE.
26002         (collate_finish): Don't call collseq_table_finalize.
26003         (collate_output): Use new locale_file interface.
26004         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
26005         in file.
26006         (NO_FINALIZE): Change to NO_ADD_LOCALE.
26007         (TABLE): Move defines earlier in file.
26008         (ELEMENT): Likewise.
26009         (DEFAULT): Likewise.
26010         (wctrans_table_add): Move macro and inline function earlier in
26011         file.
26012         (struct wctype_table): Move type earlier in file.
26013         (add_locale_wctype_table): New static prototype.
26014         (struct locale_ctype_t): Use logical types instead of struct iovec
26015         pointers for members.
26016         (ctype_output): Use new locale_file interface.
26017         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
26018         new locale_file interface.
26019         (allocate_arrays): Update for use of new locale_file interface.
26020         * locale/programs/ld-identification.c (identification_output): Use
26021         new locale_file interface.
26022         * locale/programs/ld-measurement.c (measurement_output): Likewise.
26023         * locale/programs/ld-messages.c (messages_output): Likewise.
26024         * locale/programs/ld-monetary.c (monetary_output): Likewise.
26025         * locale/programs/ld-name.c (name_output): Likewise.
26026         * locale/programs/ld-numeric.c (numeric_output): Likewise.
26027         * locale/programs/ld-paper.c (paper_output): Likewise.
26028         * locale/programs/ld-telephone.c (telephone_output): Likewise.
26029         * locale/programs/ld-time.c (time_output): Likewise.
26031 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26033         * benchtests/Makefile: Add memrchr benchmark.
26034         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
26035         benchmark as memrchr.
26036         * benchtests/bench-memrchr-ifunc.c: New file.
26037         * benchtests/bench-memrchr.c: New file.
26039 2013-09-06   Will Newton  <will.newton@linaro.org>
26041         * benchtests/Makefile (string-bench): Add memcpy.
26043 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
26044             Cong Wang  <amwang@redhat.com>
26046         [BZ #15850]
26047         * sysdeps/unix/sysv/linux/bits/in.h
26048         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
26049         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
26050         before __USE_KERNEL_IPV6_DEFS uses.
26051         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
26052         IPPROTO_BEETPH.
26053         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
26054         sockaddr_in6, or ipv6_mreq.
26056 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26058         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
26059         memory access for final bytes in some large inputs.
26060         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
26062 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26064         * string/test-memrchr.c: New file.
26065         * string/test-memrchr-ifunc.c: New file.
26066         * string/Makefile: Add new memrchr testcase.
26068 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
26070         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
26071         fanotify_init returns EPERM.
26073 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26075         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
26076         errors.
26077         (top level): Treat second token from macro or constant entries for
26078         allowed headers as allowed.
26079         * include/complex.h: Condition internal declarations on
26080         [!_ISOMAC].
26081         * include/fenv.h: Condition include of <stdbool.h> and internal
26082         declarations on [!_ISOMAC].
26084 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
26086         [BZ #15923]
26087         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
26089 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26091         * configure.in (--enable-versioning): Remove configure option.
26092         (libc_cv_asm_symver_directive): Remove configure test.
26093         (libc_cv_ld_version_script_option): Likewise.
26094         (VERSIONING): Remove variable and AC_SUBST.
26095         (DO_VERSIONING): Remove AC_DEFINE.
26096         * configure: Regenerated.
26097         * config.h.in (DO_VERSIONING): Remove macro.
26098         * Makerules [$(versioning) = yes]: Change conditionals to
26099         [$(build-shared) = yes].
26100         * config.make.in (versioning): Remove variable.
26101         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
26102         [$(build-shared) = yes].
26103         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
26104         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
26105         * elf/Makefile [$(versioning) = yes]: Change conditionals to
26106         [$(build-shared) = yes].
26107         * extra-lib.mk [$(versioning) = yes]: Likewise.
26108         * hurd/Makefile [$(versioning) = yes]: Likewise.
26109         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
26110         [SHARED].
26111         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
26112         [SHARED].
26113         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26114         [SHARED && !NO_HIDDEN].
26115         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
26116         [SHARED].
26117         [SHARED && DO_VERSIONING]: Likewise..
26118         * libio/Makefile [$(versioning) = yes]: Change conditionals to
26119         [$(build-shared) = yes].
26120         * manual/install.texi (--disable-versioning): Remove
26121         documentation.
26122         * INSTALL: Regenerated.
26123         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
26124         to [SHARED].
26125         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
26126         [$(build-shared) = yes].
26127         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
26128         * sysdeps/i386/i686/multiarch/strstr-c.c
26129         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26130         [SHARED && !NO_HIDDEN].
26131         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
26132         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
26133         * sysdeps/powerpc/powerpc32/dl-machine.c
26134         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
26135         * sysdeps/powerpc/powerpc32/sysdep.h
26136         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
26137         to [SHARED && PIC && !NO_HIDDEN].
26138         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
26139         conditional to [SHARED].
26141 2013-09-04   Will Newton  <will.newton@linaro.org>
26143         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
26144         * benchtests/bench-string.h: Include bench-timing.h instead
26145         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
26146         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26147         call to HP_TIMING_DIFF_INIT.
26148         * benchtests/bench-memccpy.c: Use bench-timing.h macros
26149         instead of hp-timing.h macros.
26150         * benchtests/bench-memchr.c: Likewise.
26151         * benchtests/bench-memcmp.c: Likewise.
26152         * benchtests/bench-memcpy.c: Likewise.
26153         * benchtests/bench-memmem.c: Likewise.
26154         * benchtests/bench-memmove.c: Likewise.
26155         * benchtests/bench-memset.c: Likewise.
26156         * benchtests/bench-rawmemchr.c: Likewise.
26157         * benchtests/bench-strcasecmp.c: Likewise.
26158         * benchtests/bench-strcasestr.c: Likewise.
26159         * benchtests/bench-strcat.c: Likewise.
26160         * benchtests/bench-strchr.c: Likewise.
26161         * benchtests/bench-strcmp.c: Likewise.
26162         * benchtests/bench-strcpy.c: Likewise.
26163         * benchtests/bench-strcpy_chk.c: Likewise.
26164         * benchtests/bench-strlen.c: Likewise.
26165         * benchtests/bench-strncasecmp.c: Likewise.
26166         * benchtests/bench-strncat.c: Likewise.
26167         * benchtests/bench-strncmp.c: Likewise.
26168         * benchtests/bench-strncpy.c: Likewise.
26169         * benchtests/bench-strnlen.c: Likewise.
26170         * benchtests/bench-strpbrk.c: Likewise.
26171         * benchtests/bench-strrchr.c: Likewise.
26172         * benchtests/bench-strspn.c: Likewise.
26173         * benchtests/bench-strstr.c: Likewise.
26175 2013-09-04  Will Newton  <will.newton@linaro.org>
26177         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
26179 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
26181         [BZ #15427]
26182         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
26183         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
26184         * math/libm-test.inc (lgamma_test_data): Add more tests.
26185         * sysdeps/i386/fpu/libm-test-ulps: Update.
26186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26188 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
26190         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
26191         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26192         Add ifunc.
26193         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26194         Add strcmp-sse2-unaligned
26195         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
26197 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26199         * Versions.def (libc): Add GLIBC_2.19.
26201 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26203         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
26204         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
26206 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
26208         [BZ #14155]
26209         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
26210         intermediate calculations in recurrence.
26211         (__ieee754_ynf): Likewise.
26212         * math/libm-test.inc (jn_test_data): Do not allow spurious
26213         underflow exception.  Add more tests.
26214         (yn_test_data): Add more tests.
26215         * sysdeps/i386/fpu/libm-test-ulps: Update.
26216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26218 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
26220         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
26222 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26224         * csu/init-first.c: Fix then/than typos.
26225         * locale/programs/ld-collate.c: Likewise.
26226         * locale/programs/linereader.h: Likewise.
26227         * manual/charset.texi: Likewise.
26228         * manual/filesys.texi: Likewise.
26229         * manual/stdio.texi: Likewise.
26230         * manual/string.texi: Likewise.
26231         * stdlib/fmtmsg.c: Likewise.
26232         * sysdeps/i386/stpncpy.S: Likewise.
26233         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26234         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
26235         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26236         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
26238 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26240         * elf/dl-open.c: Fix typos.
26241         * iconvdata/gbbig5.c: Likewise.
26242         * iconvdata/iso-2022-jp.c: Likewise.
26243         * iconv/gconv_int.h: Likewise.
26244         * iconv/loop.c: Likewise.
26245         * nis/rpcsvc/nis.h: Likewise.
26246         * resolv/ns_name.c: Likewise.
26247         * stdio-common/vfscanf.c: Likewise.
26248         * streams/stropts.h: Likewise.
26249         * sunrpc/rpc_thread.c: Likewise.
26250         * sysdeps/i386/strpbrk.S: Likewise.
26251         * sysdeps/ieee754/k_standard.c: Likewise.
26252         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26253         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26254         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
26255         * sysdeps/mach/hurd/profil.c: Likewise.
26256         * sysdeps/s390/dl-procinfo.h: Likewise.
26257         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
26258         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
26259         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26260         * sysdeps/x86_64/dl-trampoline.S: Likewise.
26261         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26263 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
26265         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26266         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26268 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
26270         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26271         aix specific files.
26272         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26273         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26274         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26275         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26276         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26277         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26278         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26279         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26281 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26282             Roland McGrath  <roland@hack.frob.com>
26284         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26285         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26287 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26289         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26290         __executable_start symbol instead of _start.
26292 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26294         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26295         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26296         Move macros to...
26297         * sysdeps/gnu/ldsodefs.h: ... this new file.
26299         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26300         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26301         instead of ELFOSABI_LINUX.
26303         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26304         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26305         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26306         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26307         Likewise.
26308         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26309         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26310         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26311         Likewise.
26312         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26313         (ibm_extended_long_double): Add ieee_nan member.
26314         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26315         (do_test): New function.
26317         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26318         TEST_TRUNC.
26319         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26320         functions, renamed from truncdfsf_test, trunctfsf_test,
26321         trunctfdf_test.
26322         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26323         functions.
26324         (do_test): Run all these.
26326 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
26328         * argp/argp-help.c: Fix typos.
26329         * argp/argp-parse.c: Likewise.
26330         * debug/backtracesyms.c: Likewise.
26331         * elf/elf.h: Likewise.
26332         * malloc/malloc.c: Likewise.
26333         * nis/nis_print.c: Likewise.
26334         * resolv/res_comp.c: Likewise.
26335         * stdlib/stdlib.h: Likewise.
26336         * sunrpc/clnt_tcp.c: Likewise.
26337         * sunrpc/clnt_udp.c: Likewise.
26338         * sunrpc/clnt_unix.c: Likewise.
26339         * sysdeps/unix/bsd/ptsname.c: Likewise.
26340         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26341         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26343         Likewise.
26344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26345         Likewise.
26346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26347         Likewise.
26348         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26350 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26352         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26353         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26355 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26357         [BZ #15897]
26358         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26359         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26360         ($(objpfx)bug-dl-leaf): New rule.
26361         ($(objpfx)bug-dl-leaf.so): Likewise.
26362         ($(objpfx)bug-dl-leaf.out): Likewise.
26363         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26364         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26365         * dlfcn/bug-dl-leaf.c: New test.
26366         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26367         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26368         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26369         (dlclose): Likewise.
26370         (dlmopen): Likewise.
26372 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26374         * include/netdb.h [!_ISOMAC]:
26375         Don't include <tls.h>.
26376         (h_errno, __libc_h_errno): Move declaration and macros out of
26377         [_LIBC_REENTRANT].
26379         * include/resolv.h [_RESOLV_H_]:
26380         Don't include <tls.h>.
26381         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26382         * resolv/res_libc.c: Don't include <tls.h>.
26383         (_res): Use __attribute__ ((nocommon)) in place of
26384         __attribute__ ((section (".bss"))).
26386         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26387         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26389         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26391         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26392         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26394         * resolv/res_mkquery.c: Include <sys/time.h>.
26396         * inet/ifreq.c: Moved to ...
26397         * sysdeps/unix/ifreq.c: ... here.
26398         * inet/ifreq.c: New file, true stub version.
26400         * socket/sa_len.c: New file.
26401         * socket/Makefile (aux): Add it.
26402         * sysdeps/unix/sysv/linux/Makefile
26403         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26404         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26405         and #include <socket/sa_len.c>.
26406         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26407         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26409         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26410         * bits/socket.h: ... here.
26412         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26413         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26414         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26416 2013-08-27  Andreas Schwab  <schwab@suse.de>
26418         [BZ #15736]
26419         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26420         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26421         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26422         * string/test-strcasecmp.c (test_main): Run tests in several
26423         locales.
26424         * string/test-strncasecmp.c (test_main): Likewise.
26426         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26427         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26428         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26429         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26430         (__strncasecmp_ssse3) [PIC]: Likewise.
26432 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26434         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26436         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26437         instead of explicitly declaring xdecrypt.
26438         * nis/nss_nis/nis-publickey.c: Likewise.
26440 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26442         [BZ #15890]
26443         * nscd/aicache.c: Include res_hconf.h.
26444         (addhstaiX): Initialize res_hconf.
26446 2013-08-26  Andreas Schwab  <schwab@suse.de>
26448         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26449         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26451 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26453         * nscd/aicache.c (addhstaiX): Fix indentation.
26455 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26457         * configure.ac: Quote $build_pt_chown test.
26458         * configure: Regenerated.
26460 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26462         [BZ #15532]
26463         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26464         * math/s_cexpf.c (__cexpf): Likewise.
26465         * math/s_cexpl.c (__cexpl): Likewise.
26466         * math/libm-test.inc (cexp_test_data): Correct expected return
26467         value for NaN + i0.  Add another test.
26469 2013-08-22  David S. Miller  <davem@davemloft.net>
26471         * po/ca.po: Update Catalan translation from translation project.
26472         * po/uk.po: Add Ukrainian translations from translation project.
26474 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26476         [BZ #15797]
26477         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26478         is infinite, not alongside NaN test.
26479         * math/s_fdimf.c (__fdimf): Likewise.
26480         * math/s_fdiml.c (__fdiml): Likewise.
26481         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26482         errno is unchanged.
26484 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26486         * argp/argp-help.c: Fix typos.
26487         * crypt/speeds.c: Likewise.
26488         * csu/check_fds.c: Likewise.
26489         * elf/dl-load.c: Likewise.
26490         * elf/dl-open.c: Likewise.
26491         * elf/reldep3.c: Likewise.
26492         * elf/reldep.c: Likewise.
26493         * elf/sprof.c: Likewise.
26494         * iconv/iconv_charmap.c: Likewise.
26495         * iconv/skeleton.c: Likewise.
26496         * iconv/strtab.c: Likewise.
26497         * io/lockf64.c: Likewise.
26498         * libio/libioP.h: Likewise.
26499         * resolv/gai_notify.c: Likewise.
26500         * resolv/ns_name.c: Likewise.
26501         * resolv/ns_samedomain.c: Likewise.
26502         * resolv/res_send.c: Likewise.
26503         * stdlib/random.c: Likewise.
26504         * sunrpc/rpc/xdr.h: Likewise.
26505         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26506         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26507         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26508         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26509         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26510         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26511         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26512         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26513         * sysdeps/mach/hurd/check_fds.c: Likewise.
26514         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26515         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26516         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26517         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26518         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26519         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26520         * sysdeps/pthread/aio_notify.c: Likewise.
26521         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26522         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26523         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26524         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26525         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26527 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26529         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26530         version if bit_Slow_SSE4_2 is set.
26531         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26532         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26534 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26536         [BZ #15867]
26537         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26538         trampoline stack frame information.
26539         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26540         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26541         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26542         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26543         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26544         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26545         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26546         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26547         sa_flags value.
26548         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26549         interrupting a syscall and set with option SA_SIGINFO.
26551 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26553         [BZ #15531]
26554         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26555         argument is infinite.
26556         * math/s_cprojf.c (__cprojf): Likewise.
26557         * math/s_cprojl.c (__cprojl): Likewise.
26558         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26559         * math/libm-test.inc (cproj_test_data): Add more tests.
26561         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26563         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26564         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26565         size.  Use __ffs to determine corresponding shift.
26567 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26568             Roland McGrath  <roland@hack.frob.com>
26570         * Makefile (INSTALL): Remove trailing blank lines from output of
26571         makeinfo.
26573 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26575         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26576         Align 32 bit compat elf_greg to 8 bytes.
26578 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26580         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26582 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26584         * string/strcoll_l.c (coll_seq): New structure.
26585         (get_next_seq_cached): New function.
26586         (get_next_seq): New function.
26587         (do_compare): New function.
26588         (STRCOLL): Use GNU style definition.  Simplify implementation
26589         by using get_next_seq, get_next_seq_cached and do_compare.
26591 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26593         [BZ #14699]
26594         CVE-2013-4237
26595         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26596         member.
26597         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26598         member.
26599         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26600         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26601         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26602         conditional.
26603         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26604         GETDENTS_64BIT_ALIGNED.
26605         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26606         * manual/filesys.texi (Reading/Closing Directory): Document
26607         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26608         strongly.
26609         * manual/conf.texi (Limits for Files): Add portability note to
26610         NAME_MAX, PATH_MAX.
26611         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26613 2013-08-13  Andreas Schwab  <schwab@suse.de>
26615         [BZ #15749]
26616         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26617         of fabs.
26618         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26619         LDBL_MAX_EXP >= 16384]: Add tests for it.
26621 2013-08-12  David S. Miller  <davem@davemloft.net>
26623         * version.h (RELEASE): Set to "development".
26624         (VERSION): Set to "2.18.90".
26625         * NEWS: Add 2.19 section.
26627 2013-08-03  David S. Miller  <davem@davemloft.net>
26629         * po/ko.po: Update Korean translation from translation project.
26631 2013-08-01  David S. Miller  <davem@davemloft.net>
26633         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26634         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26635         Bilka.
26637 2013-07-30  David S. Miller  <davem@davemloft.net>
26639         * po/fr.po: Update French translation from translation project.
26641 2013-07-28  David S. Miller  <davem@davemloft.net>
26643         * po/cs.po: Update Czech translation from translation project.
26645         * po/sv.po: Update Swedish translation from translation project.
26647 2013-07-27  David S. Miller  <davem@davemloft.net>
26649         * po/eo.po: Update Esperanto translation from translation project.
26651         * po/vi.po: Update Vietnamese translation from translation project.
26653         * po/de.po: Update German translation from translation project.
26655 2013-07-26  David S. Miller  <davem@davemloft.net>
26657         * po/bg.po: Update Bulgarian translation from translation project.
26659         * po/nl.po: Update Dutch translation from translation project.
26660         * po/pl.po: Update Polish translation from translation project.
26661         * po/ru.po: Update Russian translation from translation project.
26663 2013-07-24  David S. Miller  <davem@davemloft.net>
26665         * po/libc.pot: Update.
26667 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26669         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26670         variable page size.
26671         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26672         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26673         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26675 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26677         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26679 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26680             Andreas Schwab  <schwab@suse.de>
26681             Roland McGrath  <roland@hack.frob.com>
26682             Joseph Myers  <joseph@codesourcery.com>
26683             Carlos O'Donell  <carlos@redhat.com>
26685         [BZ #15755]
26686         * config.h.in: Define HAVE_PT_CHOWN.
26687         * config.make.in (build-pt-chown): New variable.
26688         * configure.in (--enable-pt_chown): New configure option.
26689         * configure: Regenerate.
26690         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26691         build-pt-chown is enabled.
26692         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26693         pt_chown to fix pty ownership.
26694         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26695         CLOSE_ALL_FDS.
26696         * manual/install.texi (Configuring and compiling): Mention
26697         --enable-pt_chown. Add @findex for grantpt.
26698         * INSTALL: Regenerate.
26700 2013-07-20  David S. Miller  <davem@davemloft.net>
26702         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26703         difference between 32-bit and 64-bit.
26705 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26707         [BZ #15711]
26708         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26709         Avoid system header dependency with -ffreestanding.
26710         ($(objpfx)bits/syscall%d): Likewise.
26712 2013-07-13  David S. Miller  <davem@davemloft.net>
26714         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26715         underflows from atanl/atan2l due to bug 15319.
26716         (casinh_test_data): Likewise.
26718 2013-07-07  David S. Miller  <davem@davemloft.net>
26720         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26722 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26724         * sysdeps/i386/fpu/libm-test-ulps: Update.
26725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26727 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26729         * configure.in (--enable-lock-elision): Fix message text.
26730         * INSTALL: Regenerate.
26731         * configure: Regenerate.
26733 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26735         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26737 2013-07-03  Andreas Jaeger  <aj@suse.de>
26739         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26740         define.
26741         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26742         (ptrace_peeksiginfo_args): Add.
26743         (__ptrace_peeksiginfo_flags): Add.
26744         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26745         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26746         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26748 2013-07-03  Allan McRae  <allan@archlinux.org>
26750         * sysdeps/i386/fpu/libm-test-ulps: Update.
26752 2013-07-02  David S. Miller  <davem@davemloft.net>
26754         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26756 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26758         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26760 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26762         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26765 2013-07-02  Andi Kleen <ak@linux.intel.com>
26767         * config.h.in (ENABLE_LOCK_ELISION): Add.
26768         * configure.in (--enable-lock-elision): Add option.
26769         * manual/install.texi: Document --enable lock elision.
26770         * configure: Regenerate
26771         * INSTALL: Regenerate.
26773 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26775         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26776         SSE4.2 strcasecmp for libc.a.
26777         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26779 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26781         [BZ #13304]
26782         * soft-fp/op-common.h (_FP_FMA): New macro.
26783         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26784         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26785         (_FP_MUL_MEAT_1_imm): ... here.
26786         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26787         (_FP_MUL_MEAT_1_wide): ... here.
26788         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26789         (_FP_MUL_MEAT_1_hard): ... here.
26790         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26791         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26792         (_FP_MUL_MEAT_2_wide): ... here.
26793         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26794         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26795         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26796         (_FP_MUL_MEAT_2_gmp): ... here.
26797         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26798         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26799         (_FP_MUL_MEAT_4_wide): ... here.
26800         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26801         (_FP_MUL_MEAT_4_gmp): ... here.
26802         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26803         (_FP_WFRACBITS_DW_S): Likewise.
26804         (_FP_WFRACXBITS_DW_S): Likewise.
26805         (_FP_HIGHBIT_DW_S): Likewise.
26806         (FP_FMA_S): Likewise.
26807         (_FP_FRAC_HIGH_DW_S): Likewise.
26808         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26809         (_FP_WFRACBITS_DW_D): Likewise.
26810         (_FP_WFRACXBITS_DW_D): Likewise.
26811         (_FP_HIGHBIT_DW_D): Likewise.
26812         (FP_FMA_D): Likewise.
26813         (_FP_FRAC_HIGH_DW_D): Likewise.
26814         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26815         (_FP_WFRACBITS_DW_E): Likewise.
26816         (_FP_WFRACXBITS_DW_E): Likewise.
26817         (_FP_HIGHBIT_DW_E): Likewise.
26818         (FP_FMA_E): Likewise.
26819         (_FP_FRAC_HIGH_DW_E): Likewise.
26820         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26821         (_FP_WFRACBITS_DW_Q): Likewise.
26822         (_FP_WFRACXBITS_DW_Q): Likewise.
26823         (_FP_HIGHBIT_DW_Q): Likewise.
26824         (FP_FMA_Q): Likewise.
26825         (_FP_FRAC_HIGH_DW_Q): Likewise.
26826         * soft-fp/fmasf4.c: New file.
26827         * soft-fp/fmadf4.c: Likewise.
26828         * soft-fp/fmatf4.c: Likewise.
26830 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26832         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26833         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26834         Silvermont.
26835         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26836         macro.
26837         (index_Slow_SSE4_2): Likewise.
26838         (index_Prefer_PMINUB_for_stringop): Likewise.
26839         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26840         bit_Slow_SSE4_2 is set.
26841         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26842         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26844 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26846         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26847         rtld_global._dl_hwcap2.
26848         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26849         POWER8.
26850         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26851         POWER8 feature descriptions defined in _dl_hwcap2.
26852         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26853         string handling for POWER8 feature bits.
26854         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26855         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26856         _dl_powerpc_cap_flags.
26857         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26858         * sysdeps/powerpc/rtld-global-offsets.sym
26859         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26860         _dl_hwcap2 in the rtld_global_ro structure.
26862 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26864         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26865         hardware capabilities in support of AT_HWCAP2.
26866         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26867         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26868         GLRO(dl_hwcap2).
26869         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26870         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26871         explicitly the unknown a_type display mechanism is used.
26872         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26873         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26874         struct member.
26875         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26876         to macro prototype for AT_HWCAP2 support.
26877         * sysdeps/i386/dl-procinfo.h: Likewise.
26878         * sysdeps/s390/dl-procinfo.h: Likewise.
26879         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26880         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26881         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26882         return -1 for unknown a_type display fallback.
26883         * sysdeps/sparc/dl-procinfo.h: Likewise.
26884         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26885         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26887 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26889         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26890         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26892 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26894         [BZ #12492]
26895         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26896         mprotect making __stack_prot writable.
26898 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26899             Joseph Myers  <joseph@codesourcery.com>
26901         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26902         as being properly aligned.
26904 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26906         * dlfcn/modstatic5.c: New file.
26907         * dlfcn/tststatic5.c: New file.
26908         * dlfcn/Makefile (tests): Add tststatic5.
26909         (tests-static): Likewise.
26910         (modules-names): Add modstatic5.
26911         (tststatic5-ENV): New variable.
26912         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26914         [BZ #15022]
26915         * elf/dl-support.c (_dl_main_map): New variable.
26916         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26917         (_dl_nns, _dl_load_adds): Set to 1.
26918         (_dl_initial_searchlist): Refer to _dl_main_map.
26919         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26920         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26921         call to _dl_get_origin.
26922         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26923         around call_map.
26924         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26925         * dlfcn/modstatic3.c: New file.
26926         * dlfcn/tststatic3.c: New file.
26927         * dlfcn/tststatic4.c: New file.
26928         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26929         (tests-static): Likewise.
26930         (modules-names): Add modstatic3.
26931         (tststatic3-ENV, tststatic4-ENV): New variables.
26932         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26933         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26935 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26937         * configure.in (CC): Require GCC version 4.4 or later.
26938         * configure: Regenerated.
26939         * manual/install.texi (Tools for Compilation): Update GCC version
26940         requirement.
26941         * INSTALL: Regenerated.
26943 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26945         [BZ #15674]
26946         * string/test-memcmp.c (check2): New.
26947         (main): Call check2.
26949         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26951 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26953         [BZ #15022]
26954         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26955         over to...
26956         (dl_open_worker) [!SHARED]: ... here.
26958 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26960         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26962 2013-06-25  Richard Henderson  <rth@redhat.com>
26964         * locale/programs/locarchive.c: Include <libc-internal.h>
26966 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26968         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26969         trailing whitespace removed.
26971 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26973         [BZ #10283]
26974         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26975         * locale/programs/locarchive.c: Include libc-mmap.h.
26976         (prepare_address_space): Take two new outputs (the mmap base and len).
26977         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26978         values.
26979         (create_archive): Declare new mmap base and len values for
26980         prepare_address_space, and store the result in ah.
26981         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26982         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26983         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26984         Declare new mmap base and len values for
26985         prepare_address_space, and store the result in new_ah.
26986         (open_archive): Declare new mmap base and len values for
26987         prepare_address_space, and store the result in ah.
26988         (close_archive): If ah->mmap_base is not NULL, use that and
26989         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26990         * sysdeps/generic/libc-mmap.h: New file.
26992 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26994         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26995         (ALIGN_UP): Likewise.
26996         (PTR_ALIGN_DOWN): Likewise.
26997         (PTR_ALIGN_UP): Likewise.
26999 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27001         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
27002         entry mapped to PPC_PLATFORM_POWER8.
27003         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
27004         POWER8.
27005         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
27006         (_dl_string_platform): Add case for exporting platform position for
27007         POWER8.
27008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
27009         search path to sysdeps/powerpc/powerpc32/power8 directory.
27010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
27011         search path to sysdeps/powerpc/powerpc64/power8 directory.
27012         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
27013         power7 directories.
27014         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
27015         power7 directories.
27017 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
27019         * INSTALL: Regenerate.
27021         * nscd/connections.c (nscd_init): Fix comment.
27023 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
27025         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
27027         [BZ #15667]
27028         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
27029         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
27031 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27033         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
27034         DL_DST_REQ_STATIC.
27035         (DL_DST_REQ_STATIC): Remove macro.
27037 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
27039         [BZ #7006]
27040         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
27041         with a shift of 0 bits.
27043 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27045         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
27046         $(tststatic-ENV).
27048 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
27050         [BZ #15655]
27051         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
27053 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27055         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
27056         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
27057         accepts -fno-tree-loop-distribute-patterns.
27058         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
27059         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
27060         recursive call.
27061         * string/memset.c (memset): Likewise.
27062         * string/test-memmove.c (simple_memmove): Disable loop transformation
27063         to library calls.
27064         * string/test-memset.c (simple_memset): Likewise.
27065         * benchtests/bench-memmove.c (simple_memmove): Likewise.
27066         * benchtests/bench-memset.c (simple_memset): Likewise.
27067         * configure: Regenerated.
27069 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
27071         * math/test-misc.c (main): Ignore fesetround failure when failures
27072         of subsequent rounding tests would be ignored.
27074         [BZ #15654]
27075         * math/fedisblxcpt.c (fedisableexcept): Return 0.
27076         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
27077         * math/fegetenv.c (__fegetenv): Return 0.
27078         * math/fegetexcept.c (fegetexcept): Return 0.
27079         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
27080         FE_TONEAREST.
27081         * math/feholdexcpt.c (feholdexcept): Return 0.
27082         * math/fesetenv.c (__fesetenv): Return 0.
27083         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
27084         argument FE_TONEAREST.
27085         * math/feupdateenv.c (__feupdateenv): Return 0.
27086         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
27088 2013-06-18  Roland McGrath  <roland@hack.frob.com>
27090         * elf/rtld-Rules (rtld-compile-command.S): New variable.
27091         (rtld-compile-command.s, rtld-compile-command.c): New variables.
27092         ($(objpfx)rtld-%.os rules): Use them.
27094 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27096         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
27097         fields.
27099 2013-06-17  Roland McGrath  <roland@hack.frob.com>
27101         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
27102         length of target pattern, then descending length of dependency pattern.
27103         * configure.in (AWK): Require gawk 3.1.2 or newer.
27104         * manual/install.texi (Tools for Compilation): Say that we do.
27105         * configure: Regenerated.
27107         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
27108         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
27109         * scripts/sysd-rules.awk: ... this new script.
27110         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
27111         than a glob-style pattern.
27113 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
27115         * math/test-misc.c (main): Do not treat incorrectly rounded
27116         conversions as failure unless ROUNDING_TESTS passes.
27118 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
27120         [BZ #15631]
27121         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
27122         restore exception state around main square root computation, then
27123         check for inexactness explicitly.
27125         * math/libm-test.inc (fma_test_data): Add another test.
27127 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27129         * manual/threads.texi (Non-POSIX Extensions): New document
27130         node.  Document pthread_getattr_default_np and
27131         pthread_setattr_default_np.
27133         * Versions.def (libpthread): Add GLIBC_2.18.
27134         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
27135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
27136         Likewise.
27137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
27138         Likewise.
27139         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
27140         Likewise.
27141         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
27142         Likewise.
27143         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
27144         Likewise.
27145         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
27146         Likewise.
27147         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27148         Likewise.
27149         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27150         Likewise.
27151         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27152         Likewise.
27154 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27156         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27157         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27159 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27160             H.J. Lu  <hjl.tools@gmail.com>
27162         [BZ #15627]
27163         * sysdeps/x86_64/rtld-memset.c: Remove file.
27164         * sysdeps/x86_64/rtld-memset.S: New file.
27166 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
27168         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
27169         (test_in_one_mode): Take arguments for whether the rounding mode
27170         is supported for each floating-point type.
27171         (do_test): Pass new arguments to test_in_one_mode using
27172         ROUNDING_TESTS.
27174 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27176         * posix/tst-waitid.c (do_test): Distinguish different instances of
27177         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
27178         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
27179         before entering the kernel for waitpid.
27181 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27183         * NEWS: Fix note on clock function precision.  Text by Roland
27184         McGrath.
27186 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27188         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
27189         it into place only when and if the sanity check passes.
27191 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
27193         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
27194         output for whether conversion result is exact.  Take argument
27195         indicating whether type is IBM long double.
27196         (round_for_all): Change need_exact field to ibm_ld.
27197         * stdlib/tst-strtod-round.c (struct exactness): New type.
27198         (struct test): Change bool ld_ok field to struct exactness exact.
27199         (TEST): Update all definitions for change to field.
27200         (tests): Regenerate array contents.
27201         (test_in_one_mode): Take pointer to new field instead of old ld_ok
27202         field value.  Check for IBM long double here.
27203         (do_test): Update calls to test_in_one_mode.
27205 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27207         [BZ #12515]
27208         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
27209         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
27211 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27213         [BZ #15605]
27214         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
27215         generated by the compiler on loop optimizations.
27216         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
27217         general definitions.
27219 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
27221         * math/bug-nextafter.c: Include <math-tests.h>.
27222         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27223         the relevant type.
27224         * math/bug-nexttoward.c: Include <math-tests.h>.
27225         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27226         the relevant type.
27227         * math/test-misc.c: Include <math-tests.h>.
27228         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27229         the relevant type.
27231 2013-06-12  Andreas Jaeger  <aj@suse.de>
27233         * po/ia.po: Update Interlingua translation from translation
27234         project.
27236 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27238         * include/fenv.h: Include stdbool.h.
27239         (struct rm_ctx): New structure.
27240         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
27241         Define macro.
27242         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
27243         (SET_RESTORE_ROUNDF): Likewise.
27244         (SET_RESTORE_ROUNDL): Likewise.
27245         (SET_RESTORE_ROUND_NOEX): Likewise.
27246         (SET_RESTORE_ROUND_NOEXF): Likewise.
27247         (SET_RESTORE_ROUND_NOEXL): Likewise.
27248         (SET_RESTORE_ROUND_53BIT): Likewise.
27249         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
27250         (libc_feresetround_noexf_ctx): Likewise.
27251         (libc_feresetround_noexl_ctx): Likewise.
27252         (libc_feholdsetround_53bit_ctx): Likewise.
27253         (libc_feresetround_53bit_ctx): Likewise.
27254         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
27255         (libc_feholdexcept_setround_sse_ctx): New function.
27256         (libc_fesetenv_sse_ctx): Likewise.
27257         (libc_feupdateenv_sse_ctx): Likewise.
27258         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
27259         (libc_feholdexcept_setround_387_ctx): Likewise.
27260         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27261         (libc_feholdsetround_387_prec_ctx): Likewise.
27262         (libc_feholdsetround_387_ctx): Likewise.
27263         (libc_feholdsetround_387_53bit_ctx): Likewise.
27264         (libc_feholdsetround_sse_ctx): Likewise.
27265         (libc_feresetround_sse_ctx): Likewise.
27266         (libc_feresetround_387_ctx): Likewise.
27267         (libc_feupdateenv_387_ctx): Likewise.
27268         (libc_feholdexcept_setroundf_ctx): Define macro.
27269         (libc_fesetenvf_ctx): Likewise.
27270         (libc_feupdateenvf_ctx): Likewise.
27271         (libc_feholdsetroundf_ctx): Likewise.
27272         (libc_feresetroundf_ctx): Likewise.
27273         (libc_feholdexcept_setround_ctx): Likewise.
27274         (libc_fesetenv_ctx): Likewise.
27275         (libc_feupdateenv_ctx): Likewise.
27276         (libc_feholdsetround_ctx): Likewise.
27277         (libc_feresetround_ctx): Likewise.
27278         (libc_feholdexcept_setroundl_ctx): Likewise.
27279         (libc_feupdateenvl_ctx): Likewise.
27280         (libc_feholdsetroundl_ctx): Likewise.
27281         (libc_feresetroundl_ctx): Likewise.
27282         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27283         (libc_feresetround_53bit_ctx): Likewise.
27285 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27287         * locale/iso-639.def: Convert to UTF-8.
27289 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
27291         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27292         (EXCEPTION_TESTS_double): Likewise.
27293         (EXCEPTION_TESTS_long_double): Likewise.
27294         (EXCEPTION_TESTS): Likewise.
27295         * math/libm-test.inc (test_exceptions): Only test exceptions if
27296         EXCEPTION_TESTS (FLOAT).
27298 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27300         * benchtests/Makefile (string-bench): Add strcpy_chk and
27301         stpcpy_chk.
27302         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27303         * benchtests/bench-stpcpy_chk.c: New file.
27304         * benchtests/bench-strcpy_chk-ifunc.c: New file.
27305         * benchtests/bench-strcpy_chk.c: New file.
27306         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27307         code.
27308         (do_test): Likewise.
27310 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27312         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27313         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27314         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27315         with tabs where appropriate.
27316         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27317         dl-procinfo.h.
27318         [PPC_PLATFORM_PPC440]: Likewise.
27319         [PPC_PLATFORM_PPC464]: Likewise.
27320         [PPC_PLATFORM_PPC476]: Likewise.
27321         (_dl_string_platform): Add support for detecting ppc405, ppc440,
27322         ppc464, and ppc476 platform strings merging from ports/
27323         dl-procinfo.h.
27325 2013-06-11  Andreas Schwab  <schwab@suse.de>
27327         [BZ #14991]
27328         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27329         (from_ucs4_idx): Regenerate.
27330         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27331         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27332         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27333         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27334         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27335         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27336         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27337         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27338         from FROM_LOOP and TO_LOOP specific macros.
27339         (BODY): Handle combining characters.
27340         * iconvdata/BIG5HKSCS.irreversible: Update.
27341         * iconvdata/BIG5HKSCS.precomposed: New file.
27342         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27343         characters.
27344         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27346 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27348         * include/sys/time.h: Fix indentation and add copyright header.
27350         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27351         (do_test): Likewise.
27352         * string/test-memchr.c (do_one_test): Likewise.
27353         (do_test): Likewise.
27354         * string/test-memcmp.c (do_one_test): Likewise.
27355         (do_test): Likewise.
27356         * string/test-memcpy.c (do_one_test): Likewise.
27357         (do_test): Likewise.
27358         * string/test-memmem.c (do_one_test): Likewise.
27359         (do_test): Likewise.
27360         (do_random_tests): Likewise.
27361         * string/test-memmove.c (do_one_test): Likewise.
27362         (do_test): Likewise.
27363         * string/test-memset.c (do_one_test): Likewise.
27364         (do_test): Likewise.
27365         * string/test-rawmemchr.c (do_one_test): Likewise.
27366         (do_test): Likewise.
27367         * string/test-strcasecmp.c (do_one_test): Likewise.
27368         (do_test): Likewise.
27369         * string/test-strcasestr.c (do_one_test): Likewise.
27370         (do_test): Likewise.
27371         * string/test-strcat.c (do_one_test): Likewise.
27372         (do_test): Likewise.
27373         * string/test-strchr.c (do_one_test): Likewise.
27374         (do_test): Likewise.
27375         * string/test-strcmp.c (do_one_test): Likewise.
27376         (do_test): Likewise.
27377         * string/test-strcpy.c (do_one_test): Likewise.
27378         (do_test): Likewise.
27379         * string/test-string.h: Likewise.
27380         (test_init): Likewise.
27381         * string/test-strlen.c (do_one_test): Likewise.
27382         (do_test): Likewise.
27383         * string/test-strncasecmp.c (do_one_test): Likewise.
27384         (do_test): Likewise.
27385         * string/test-strncat.c (do_one_test): Likewise.
27386         (do_test): Likewise.
27387         * string/test-strncmp.c (do_one_test): Likewise.
27388         (do_test_limit): Likewise.
27389         (do_test): Likewise.
27390         * string/test-strncpy.c (do_one_test): Likewise.
27391         (do_test): Likewise.
27392         * string/test-strnlen.c (do_one_test): Likewise.
27393         (do_test): Likewise.
27394         * string/test-strpbrk.c (do_one_test): Likewise.
27395         (do_test): Likewise.
27396         * string/test-strrchr.c (do_one_test): Likewise.
27397         (do_test): Likewise.
27398         * string/test-strspn.c (do_one_test): Likewise.
27399         (do_test): Likewise.
27400         * string/test-strstr.c (do_one_test): Likewise.
27401         (do_test): Likewise.
27403         * benchtests/Makefile (string-bench): Add string benchmarks.
27404         * benchtests/bench-bcopy-ifunc.c: New file.
27405         * benchtests/bench-bcopy.c: New file.
27406         * benchtests/bench-bzero-ifunc.c: New file.
27407         * benchtests/bench-bzero.c: New file.
27408         * benchtests/bench-memccpy-ifunc.c: New file.
27409         * benchtests/bench-memccpy.c: New file.
27410         * benchtests/bench-memchr-ifunc.c: New file.
27411         * benchtests/bench-memchr.c: New file.
27412         * benchtests/bench-memcmp-ifunc.c: New file.
27413         * benchtests/bench-memcmp.c: New file.
27414         * benchtests/bench-memmem-ifunc.c: New file.
27415         * benchtests/bench-memmem.c: New file.
27416         * benchtests/bench-memmove-ifunc.c: New file.
27417         * benchtests/bench-memmove.c: New file.
27418         * benchtests/bench-mempcpy-ifunc.c: New file.
27419         * benchtests/bench-mempcpy.c: New file.
27420         * benchtests/bench-memset-ifunc.c: New file.
27421         * benchtests/bench-memset.c: New file.
27422         * benchtests/bench-rawmemchr-ifunc.c: New file.
27423         * benchtests/bench-rawmemchr.c: New file.
27424         * benchtests/bench-stpcpy-ifunc.c: New file.
27425         * benchtests/bench-stpcpy.c: New file.
27426         * benchtests/bench-stpncpy-ifunc.c: New file.
27427         * benchtests/bench-stpncpy.c: New file.
27428         * benchtests/bench-strcasecmp-ifunc.c: New file.
27429         * benchtests/bench-strcasecmp.c: New file.
27430         * benchtests/bench-strcasestr-ifunc.c: New file.
27431         * benchtests/bench-strcasestr.c: New file.
27432         * benchtests/bench-strcat-ifunc.c: New file.
27433         * benchtests/bench-strcat.c: New file.
27434         * benchtests/bench-strchr-ifunc.c: New file.
27435         * benchtests/bench-strchr.c: New file.
27436         * benchtests/bench-strchrnul-ifunc.c: New file.
27437         * benchtests/bench-strchrnul.c: New file.
27438         * benchtests/bench-strcmp-ifunc.c: New file.
27439         * benchtests/bench-strcmp.c: New file.
27440         * benchtests/bench-strcpy-ifunc.c: New file.
27441         * benchtests/bench-strcpy.c: New file.
27442         * benchtests/bench-strcspn-ifunc.c: New file.
27443         * benchtests/bench-strcspn.c: New file.
27444         * benchtests/bench-strlen-ifunc.c: New file.
27445         * benchtests/bench-strlen.c: New file.
27446         * benchtests/bench-strncasecmp-ifunc.c: New file.
27447         * benchtests/bench-strncasecmp.c: New file.
27448         * benchtests/bench-strncat-ifunc.c: New file.
27449         * benchtests/bench-strncat.c: New file.
27450         * benchtests/bench-strncmp-ifunc.c: New file.
27451         * benchtests/bench-strncmp.c: New file.
27452         * benchtests/bench-strncpy-ifunc.c: New file.
27453         * benchtests/bench-strncpy.c: New file.
27454         * benchtests/bench-strnlen-ifunc.c: New file.
27455         * benchtests/bench-strnlen.c: New file.
27456         * benchtests/bench-strpbrk-ifunc.c: New file.
27457         * benchtests/bench-strpbrk.c: New file.
27458         * benchtests/bench-strrchr-ifunc.c: New file.
27459         * benchtests/bench-strrchr.c: New file.
27460         * benchtests/bench-strspn-ifunc.c: New file.
27461         * benchtests/bench-strspn.c: New file.
27462         * benchtests/bench-strstr-ifunc.c: New file.
27463         * benchtests/bench-strstr.c: New file.
27465         * benchtests/Makefile: Disable parallel execution of targets.
27466         (string-bench): Add memcpy.
27467         (benchset): New variable to store a list of benchmark sets.
27468         (bench-func): Renamed from bench.
27469         (bench-set): New target.
27470         (bench): Depend on bench-func and bench-set.
27471         * benchtests/README: Add section on benchmark sets.
27472         * benchtests/bench-memcpy-ifunc.c: New file.
27473         * benchtests/bench-memcpy.c: New file.
27474         * benchtests/bench-string.h: New file.
27476 2013-06-11  Andreas Schwab  <schwab@suse.de>
27478         [BZ #15577]
27479         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27480         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27481         values in the triple.
27482         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27483         terminator in the group key.
27485 2013-06-11  Andreas Jaeger  <aj@suse.de>
27487         * po/zh_TW.po: Update Chinese (traditional) translation from
27488         translation project.
27490 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27492         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27493         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27494         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27495         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27496         (clock_getcpuclockid): Likewise.
27497         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27498         Add weak_alias and libc_hidden_def.
27499         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27500         * rt/clock_gettime.c (clock_gettime): Rename to
27501         __clock_gettime.  Add weak_alias and libc_hidden_def.
27502         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27503         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27504         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27505         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27506         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27507         Likewise.
27508         * rt/clock_settime.c (clock_settime): Rename to
27509         __clock_settime.  Add weak_alias and libc_hidden_def.
27510         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27512 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27514         * mach/err_boot.sub: Remove trailing whitespace.
27515         * mach/err_ipc.sub: Likewise.
27516         * mach/err_mach.sub: Likewise.
27518         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27519         (ROUNDING_TESTS_double): Likewise.
27520         (ROUNDING_TESTS_long_double): Likewise.
27521         (ROUNDING_TESTS): Likewise.
27522         * math/libm-test.inc: Include <math-tests.h>.
27523         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27524         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27525         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27526         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27528 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27530         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27531         of assigning.
27533 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27535         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27536         otherwise empty TRANS lines.
27537         * sysdeps/gnu/errlist.c: Regenerated.
27539         * catgets/gencat.c (error_print): Use (void) in function
27540         definition.
27541         * crypt/crypt_util.c (__init_des): Likewise.
27542         * crypt/speeds.c (Stop): Likewise.
27543         (main): Likewise.
27544         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27545         * inet/ruserpass.c (token): Likewise.
27546         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27547         * intl/localealias.c (extend_alias_table): Likewise.
27548         * intl/plural-exp.c (init_germanic_plural): Likewise.
27549         * libio/fcloseall.c (__fcloseall): Likewise.
27550         * libio/genops.c (_IO_flush_all): Likewise.
27551         (_IO_flush_all_linebuffered): Likewise.
27552         (_IO_cleanup): Likewise.
27553         (_IO_iter_begin): Likewise.
27554         (_IO_iter_end): Likewise.
27555         (_IO_list_lock): Likewise.
27556         (_IO_list_unlock): Likewise.
27557         (_IO_list_resetlock): Likewise.
27558         * libio/getchar.c (getchar): Likewise.
27559         * libio/getchar_u.c (getchar_unlocked): Likewise.
27560         * libio/getwchar.c (getwchar): Likewise.
27561         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27562         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27563         * login/getpt.c (__getpt): Likewise.
27564         * login/tst-utmp.c (main): Likewise.
27565         * malloc/hooks.c (__malloc_check_init): Likewise.
27566         * malloc/malloc.c (__malloc_stats): Likewise.
27567         * malloc/mtrace.c (tr_break): Likewise.
27568         (mtrace): Likewise.
27569         (muntrace): Likewise.
27570         * misc/fstab.c (endfsent): Likewise.
27571         * misc/getclktck.c (__getclktck): Likewise.
27572         * misc/getdtsz.c (__getdtablesize): Likewise.
27573         * misc/gethostid.c (gethostid): Likewise.
27574         * misc/getpagesize.c (__getpagesize): Likewise.
27575         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27576         (__get_nprocs): Likewise.
27577         (__get_phys_pages): Likewise.
27578         (__get_avphys_pages): Likewise.
27579         * misc/getttyent.c (getttyent): Likewise.
27580         (setttyent): Likewise.
27581         (endttyent): Likewise.
27582         * misc/getusershell.c (getusershell): Likewise.
27583         (endusershell): Likewise.
27584         (setusershell): Likewise.
27585         (initshells): Likewise.
27586         * misc/hsearch.c (__hdestroy): Likewise.
27587         * misc/sync.c (sync): Likewise.
27588         * misc/syslog.c (closelog_internal): Likewise.
27589         (closelog): Likewise.
27590         * misc/ttyslot.c (ttyslot): Likewise.
27591         * misc/vhangup.c (vhangup): Likewise.
27592         * posix/fork.c (__fork): Likewise.
27593         * posix/getegid.c (__getegid): Likewise.
27594         * posix/geteuid.c (__geteuid): Likewise.
27595         * posix/getgid.c (__getgid): Likewise.
27596         * posix/getpid.c (__getpid): Likewise.
27597         * posix/getppid.c (__getppid): Likewise.
27598         * posix/getuid.c (__getuid): Likewise.
27599         * posix/pause.c (pause): Likewise.
27600         * posix/setpgrp.c (setpgrp): Likewise.
27601         * posix/setsid.c (__setsid): Likewise.
27602         * posix/test-vfork.c (noop): Likewise.
27603         * resolv/gethnamaddr.c (_endhtent): Likewise.
27604         (_gethtent): Likewise.
27605         (ht_endhostent): Likewise.
27606         (gethostent): Likewise.
27607         (dns_service): Likewise.
27608         * stdlib/drand48.c (drand48): Likewise.
27609         * stdlib/lrand48.c (lrand48): Likewise.
27610         * stdlib/mrand48.c (mrand48): Likewise.
27611         * stdlib/rand.c (rand): Likewise.
27612         * stdlib/random.c (__random): Likewise.
27613         * stdlib/setenv.c (clearenv): Likewise.
27614         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27615         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27616         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27617         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27618         (__get_nprocs): Likewise.
27619         (__get_phys_pages): Likewise.
27620         (__get_avphys_pages): Likewise.
27621         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27622         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27623         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27624         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27625         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27626         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27627         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27628         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27629         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27630         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27631         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27632         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27633         * sysdeps/posix/clock.c (clock): Likewise.
27634         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27635         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27636         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27637         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27638         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27639         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27640         (__get_nprocs_conf): Likewise.
27641         (__get_phys_pages): Likewise.
27642         (__get_avphys_pages): Likewise.
27643         * time/clock.c (clock): Likewise.
27644         * time/tzset.c (__tzname_max): Likewise.
27646 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27648         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27649         (__bswap_32): Do not use "register".
27650         * crypt/crypt.c (_ufc_doit_r): Likewise.
27651         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27652         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27653         * gmon/gmon.c (__monstartup): Likewise.
27654         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27655         * hurd/hurdmalloc.c (more_memory): Likewise.
27656         (malloc): Likewise.
27657         (free): Likewise.
27658         (realloc): Likewise.
27659         (malloc_fork_prepare): Likewise.
27660         (malloc_fork_parent): Likewise.
27661         (malloc_fork_child): Likewise.
27662         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27663         (_svcauth_des): Likewise.
27664         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27665         * inet/inet_net.c (inet_network): Likewise.
27666         * inet/inet_netof.c (inet_netof): Likewise.
27667         * inet/rcmd.c (__validuser2_sa): Likewise.
27668         * io/fts.c (fts_open): Likewise.
27669         (fts_load): Likewise.
27670         (fts_close): Likewise.
27671         (fts_read): Likewise.
27672         (fts_children): Likewise.
27673         (fts_build): Likewise.
27674         (fts_stat): Likewise.
27675         (fts_sort): Likewise.
27676         (fts_alloc): Likewise.
27677         (fts_lfree): Likewise.
27678         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27679         (_IO_file_xsgetn): Likewise.
27680         (_IO_file_xsgetn_mmap): Likewise.
27681         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27682         (_IO_cookie_write): Likewise.
27683         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27684         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27685         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27686         * malloc/obstack.c (_obstack_begin): Likewise.
27687         (_obstack_begin_1): Likewise.
27688         (_obstack_newchunk): Likewise.
27689         (_obstack_allocated_p): Likewise.
27690         (obstack_free): Likewise.
27691         (_obstack_memory_used): Likewise.
27692         * misc/getttyent.c (getttynam): Likewise.
27693         (getttyent): Likewise.
27694         (skip): Likewise.
27695         (value): Likewise.
27696         * misc/getusershell.c (initshells): Likewise.
27697         * misc/syslog.c (__vsyslog_chk): Likewise.
27698         * misc/ttyslot.c (ttyslot): Likewise.
27699         * nis/nis_hash.c (__nis_hash): Likewise.
27700         * posix/fnmatch_loop.c (FCT): Likewise.
27701         * posix/getconf.c (print_all): Likewise.
27702         (main): Likewise.
27703         * posix/getopt.c (exchange): Likewise.
27704         * posix/glob.c (globfree): Likewise.
27705         (prefix_array): Likewise.
27706         (__glob_pattern_type): Likewise.
27707         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27708         (NS_GET32): Likewise.
27709         (NS_PUT16): Likewise.
27710         (NS_PUT32): Likewise.
27711         * resolv/gethnamaddr.c (getanswer): Likewise.
27712         (gethostbyname2): Likewise.
27713         (gethostbyaddr): Likewise.
27714         (_gethtent): Likewise.
27715         (_gethtbyname2): Likewise.
27716         (_gethtbyaddr): Likewise.
27717         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27718         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27719         * resolv/res_init.c (__res_vinit): Likewise.
27720         (net_mask): Likewise.
27721         * resolv/res_mkquery.c (outchar): Likewise.
27722         (PRINT): Likewise.
27723         * stdio-common/printf_fp.c (outchar): Likewise.
27724         (PRINT): Likewise.
27725         * stdio-common/printf_fphex.c (outchar): Likewise.
27726         (PRINT): Likewise.
27727         * stdio-common/printf_size.c (outchar): Likewise.
27728         (PRINT): Likewise.
27729         * stdio-common/test_rdwr.c (main): Likewise.
27730         * stdio-common/tfformat.c (matches): Likewise.
27731         * stdio-common/vfprintf.c (outchar): Likewise.
27732         (printf_unknown): Likewise.
27733         (buffered_vfprintf): Likewise.
27734         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27735         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27736         (ReadFile): Likewise.
27737         * stdlib/qsort.c (SWAP): Likewise.
27738         (_quicksort): Likewise.
27739         * stdlib/setenv.c (__add_to_environ): Likewise.
27740         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27741         * stdlib/strtol_l.c (__strtol_l): Likewise.
27742         * stdlib/tst-strtod.c (main): Likewise.
27743         * stdlib/tst-strtol.c (main): Likewise.
27744         * stdlib/tst-strtoll.c (main): Likewise.
27745         * string/bits/string2.h (__strcmp_cc): Likewise.
27746         (__strcmp_cg): Likewise.
27747         (__strcspn_c1): Likewise.
27748         (__strcspn_c2): Likewise.
27749         (__strcspn_c3): Likewise.
27750         (__strspn_c1): Likewise.
27751         (__strspn_c2): Likewise.
27752         (__strspn_c3): Likewise.
27753         (__strsep_1c): Likewise.
27754         (__strsep_2c): Likewise.
27755         (__strsep_3c): Likewise.
27756         * string/memccpy.c (__memccpy): Likewise.
27757         * string/stpcpy.c (__stpcpy): Likewise.
27758         * string/strcmp.c (strcmp): Likewise.
27759         * string/strrchr.c (strrchr): Likewise.
27760         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27761         Likewise.
27762         * sysdeps/mach/hurd/getcwd.c
27763         (_hurd_canonicalize_directory_name_internal): Likewise.
27764         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27765         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27766         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27767         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27768         Likewise, in both definitions.
27769         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27770         definitions.
27771         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27772         64] (__bswap_64): Likewise.
27773         * time/test_time.c (main): Likewise.
27774         * time/tzfile.c (__tzfile_read): Likewise.
27775         (__tzfile_compute): Likewise.
27776         * time/tzset.c (__tzset_parse_tz): Likewise.
27777         (tzset_internal): Likewise.
27778         (compute_change): Likewise.
27779         * wcsmbs/wcscat.c (__wcscat): Likewise.
27780         * wcsmbs/wcschr.c (wcschr): Likewise.
27781         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27782         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27783         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27784         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27785         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27786         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27787         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27788         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27789         * wcsmbs/wmemset.c (wmemset): Likewise.
27791 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27793         * scripts/config.guess: Update to version 2013-05-16.
27794         * scripts/config.sub: Update to version 2013-04-24.
27795         * scripts/install-sh: Update to version 2011-11-20.07.
27796         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27797         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27799 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27801         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27802         * elf/sln.c: Likewise.
27803         * hurd/hurd/ioctl.h: Likewise.
27804         * hurd/hurdmalloc.c: Likewise.
27805         * hurd/xattr.c: Likewise.
27806         * include/shlib-compat.h: Likewise.
27807         * inet/ruserpass.c: Likewise.
27808         * libio/iofgets_u.c: Likewise.
27809         * libio/iofgetws_u.c: Likewise.
27810         * locale/programs/ld-identification.c: Likewise.
27811         * locale/programs/ld-time.c: Likewise.
27812         * mach/msg-destroy.c: Likewise.
27813         * nss/nss_files/files-netgrp.c: Likewise.
27814         * resolv/res_data.c: Likewise.
27815         * soft-fp/op-1.h: Likewise.
27816         * soft-fp/op-2.h: Likewise.
27817         * soft-fp/op-4.h: Likewise.
27818         * soft-fp/op-common.h: Likewise.
27819         * stdio-common/printf_fphex.c: Likewise.
27820         * stdlib/strtod_l.c: Likewise.
27821         * sunrpc/rpc/clnt.h: Likewise.
27822         * sysdeps/generic/framestate.c: Likewise.
27823         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27824         * sysdeps/i386/bsd-setjmp.S: Likewise.
27825         * sysdeps/i386/__longjmp.S: Likewise.
27826         * sysdeps/i386/setjmp.S: Likewise.
27827         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27828         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27829         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27830         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27831         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27832         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27833         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27834         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27835         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27836         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27837         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27838         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27839         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27840         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27841         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27842         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27843         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27844         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27845         * sysdeps/ieee754/support.c: Likewise.
27846         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27847         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27848         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27849         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27850         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27851         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27852         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27853         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27854         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27855         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27856         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27857         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27858         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27859         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27860         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27861         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27862         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27865 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27867         * posix/transbug.c: Remove executable mode.
27869 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27871         * crypt/speeds.c: Remove trailing whitespace.
27872         * dlfcn/default.c: Likewise.
27873         * elf/ifuncdep2.c: Likewise.
27874         * elf/ifuncmain1.c: Likewise.
27875         * elf/ifuncmain1vis.c: Likewise.
27876         * elf/testobj.h: Likewise.
27877         * elf/tst-stackguard1.c: Likewise.
27878         * gmon/sys/gmon.h: Likewise.
27879         * hurd/hurdmsg.c: Likewise.
27880         * hurd/new-fd.c: Likewise.
27881         * hurd/ports-get.c: Likewise.
27882         * iconvdata/ibm1008_420.c: Likewise.
27883         * inet/tst-getni1.c: Likewise.
27884         * inet/tst-getni2.c: Likewise.
27885         * libio/ioungetc.c: Likewise.
27886         * libio/wfiledoalloc.c: Likewise.
27887         * manual/libm-err-tab.pl: Likewise.
27888         * math/w_dremf.c: Likewise.
27889         * misc/ftruncate.c: Likewise.
27890         * posix/bug-glob2.c: Likewise.
27891         * posix/tst-pcre.c: Likewise.
27892         * posix/wait4.c: Likewise.
27893         * resolv/README: Likewise.
27894         * resolv/res_debug.h: Likewise.
27895         * resolv/tst-inet_ntop.c: Likewise.
27896         * setjmp/bug269-setjmp.c: Likewise.
27897         * soft-fp/extended.h: Likewise.
27898         * soft-fp/op-1.h: Likewise.
27899         * soft-fp/op-2.h: Likewise.
27900         * soft-fp/op-4.h: Likewise.
27901         * soft-fp/op-8.h: Likewise.
27902         * soft-fp/testit.c: Likewise.
27903         * stdio-common/bug16.c: Likewise.
27904         * stdlib/random.c: Likewise.
27905         * sunrpc/rpcsvc/rquota.x: Likewise.
27906         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27907         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27908         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27909         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27910         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27911         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27912         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27913         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27914         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27915         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27916         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27917         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27918         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27919         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27920         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27921         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27922         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27923         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27924         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27925         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27926         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27927         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27928         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27929         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27930         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27931         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27932         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27933         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27934         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27935         * sysdeps/ieee754/s_lib_version.c: Likewise.
27936         * sysdeps/mach/hurd/check_fds.c: Likewise.
27937         * sysdeps/mach/hurd/getsockname.c: Likewise.
27938         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27939         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27940         * sysdeps/powerpc/bits/link.h: Likewise.
27941         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27942         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27943         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27944         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27945         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27946         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27947         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27948         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27949         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27950         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27951         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27952         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27953         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27954         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27955         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27956         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27957         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27958         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27959         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27960         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27961         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27962         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27963         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27964         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27965         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27966         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27967         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27968         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27969         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27970         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27971         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27972         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27973         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27974         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27975         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27976         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27977         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27978         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27979         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27980         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27981         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27982         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27983         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27984         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27985         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27986         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27987         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27988         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27989         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27990         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27991         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27992         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27993         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27994         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27995         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27996         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27997         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27998         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27999         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
28000         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
28001         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
28002         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
28003         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
28004         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28005         * sysdeps/powerpc/sysdep.h: Likewise.
28006         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
28007         * sysdeps/s390/s390-64/sub_n.S: Likewise.
28008         * sysdeps/sh/dl-trampoline.S: Likewise.
28009         * sysdeps/sh/memset.S: Likewise.
28010         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
28011         * sysdeps/sh/strlen.S: Likewise.
28012         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
28013         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
28014         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
28015         * sysdeps/sparc/sparc32/rem.S: Likewise.
28016         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
28017         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
28018         * sysdeps/sparc/sparc32/strchr.S: Likewise.
28019         * sysdeps/sparc/sparc32/udiv.S: Likewise.
28020         * sysdeps/sparc/sparc32/urem.S: Likewise.
28021         * sysdeps/sparc/sparc64/add_n.S: Likewise.
28022         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
28023         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
28024         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
28025         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
28026         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
28027         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
28028         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
28029         * sysdeps/unix/bsd/times.c: Likewise.
28030         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
28031         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
28032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
28033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
28034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
28035         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
28036         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
28037         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
28038         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
28039         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
28040         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
28041         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28042         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
28043         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
28044         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28045         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
28046         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28047         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
28048         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
28049         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
28050         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
28051         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
28052         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
28053         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
28054         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
28055         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
28056         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
28057         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28058         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
28059         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
28060         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
28061         * sysdeps/x86_64/strcspn.S: Likewise.
28063 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28065         * locale/C-translit.h: Revert #include <stdint.h> because this is a
28066         generated file.  Regenerate properly from gen-translit.pl.
28067         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
28068         locale/C-translit.h.
28070 2013-06-05  Andreas Schwab  <schwab@suse.de>
28072         [BZ #15100]
28073         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
28074         week as 6 instead of -1.
28075         * time/tst-strptime.c (day_tests): Add test case.
28077 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
28079         * sysdeps/generic/math_private.h
28080         (libc_feholdexcept_setround_53bit): Replace with
28081         libc_feholdsetround_53bit.
28082         (libc_feupdateenv_53bit): Replace with
28083         libc_feresetround_53bit.
28084         (SET_RESTORE_ROUND_53BIT): Adjust.
28086 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28088         * string/test-strchrnul.c: Add copyright header.
28090         * posix/tst-getaddrinfo4.c: Increase test timeout.
28092 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
28094         [BZ #15536]
28095         * math/libm-test.inc (MAX_EXP): Remove
28096         (MIN_EXP): Define.
28097         (ulp): Use MIN_EXP - MANT_DIG.
28098         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
28100 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
28102         * po/be.po: Revert last change.
28103         * po/zh_CN.po: Likewise.
28104         * po/header.pot: Likewise.
28106 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
28108         * Makefile ($(common-objpfx)linkobj/libc.so): Define
28109         link-libc-deps to empty as target-specific variable.
28110         * Makerules (link-libc-args): New variable.
28111         (libc-for-link): Likewise.
28112         (link-libc-deps): Likewise.
28113         (lib%.so): Depend on $(link-libc-deps).  Link with
28114         $(link-libc-args).
28115         (build-module): Link with $(link-libc-args).
28116         (build-module-asneeded): Likewise.
28117         (build-module-helper-objlist): Filter out $(link-libc-deps) from
28118         list of objects.
28119         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
28120         target-specific variable.
28121         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
28122         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
28123         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
28124         libc.
28125         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
28126         libc and ld.so.
28127         ($(objpfx)libpcprofile.so): Likewise.
28128         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
28129         libc_nonshared.a.
28130         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
28131         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
28132         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
28133         $(link-libc-deps).
28134         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
28135         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
28136         * login/Makefile ($(objpfx)libutil.so): Likewise.
28137         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
28138         * math/Makefile ($(objpfx)libm.so): Likewise.
28139         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
28140         $(objpfx)libnsl.so): Define libc-for-link as target-specific
28141         variable instead of depending directly on libc.
28142         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
28143         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
28144         $(link-libc-deps).
28145         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
28146         libc.
28147         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28148         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28149         ($(objpfx)libanl.so): Likewise.
28150         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28151         ld.so.
28152         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28153         $(link-libc-deps).
28154         * sysdeps/i386/fpu/Makefile: Remove file.
28155         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28156         ($(objpfx)libm.so): Remove dependency on ld.so.
28158 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
28160         [BZ # 15553]
28161         * nis/yp_xdr.c (XDRMAXNAME): Define.
28162         (XDRMAXRECORD): Define.
28163         (xdr_domainname): Use XDRMAXNAME.
28164         (xdr_mapname): Likewise.
28165         (xdr_peername): Likewise.
28166         (xdr_keydat): Use XDRMAXRECORD.
28167         (xdr_valdat): Likewise.
28169 2013-05-30  Jeff Law  <law@redhat.com>
28171         [BZ #14256]
28172         * manual/errno.texi (ESTALE): Update to account for more than
28173         just NFS file systems.
28174         * sysdeps/gnu/errlist.c: Regenerated.
28176 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28178         [BZ #15465]
28179         * elf/Makefile (tests): Add tst-null-argv.
28180         (modules-names):  Add tst-null-argv-lib.
28181         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
28182         (tst-null-argv-ENV): Set environment for tst-null-argv.
28183         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
28184         (RTLD_PROGNAME): New macro.
28185         * elf/tst-null-argv.c: New test case.
28186         * elf/tst-null-argv-lib.c: Library for test case.
28187         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
28188         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
28189         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
28190         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
28191         * elf/dl-init.c (call_init): Likewise.
28192         (_dl_init): Likewise.
28193         * elf/dl-load.c (print_search_path): Likewise.
28194         (_dl_map_object): Likewise.
28195         * elf/dl-lookup.c (do_lookup_x): Likewise.
28196         (add_dependency): Likewise.
28197         (_dl_lookup_symbol_x): Likewise.
28198         (_dl_debug_bindings): Likewise.
28199         * elf/dl-open.c (_dl_show_scope): Likewise.
28200         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
28201         * elf/dl-version.c (match_symbol): Likewise.
28202         (_dl_check_map_versions): Likewise.
28203         * elf/rtld.c (dl_main): Likewise.
28204         (print_unresolved): Use RTLD_PROGNAME.
28205         (print_missing_version): Likewise.
28206         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
28207         (elf_machine_rela): Likewise.
28208         * sysdeps/powerpc/powerpc32/dl-machine.c
28209         (__process_machine_rela): Likewise.
28210         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
28211         Likewise.
28212         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
28213         Likewise.
28214         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
28215         Likewise.
28216         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
28217         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
28218         Likewise.
28219         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
28220         Likewise.
28221         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
28223 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
28225         * po/be.po: Add descriptive title.
28226         * po/zh_CN.po: Likewise.
28227         * po/header.pot: Likewise.
28229 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
28231         * locale/programs/locarchive.c (create_archive): Inlucde fname in
28232         error message.
28233         (enlarge_archive): Likewise.
28235 2013-05-28  Ben North  <ben@redfrontdoor.org>
28237         * manual/arith.texi (frexp): It is the magnitude of the return
28238         value which lies in [0.5, 1), not the return value itself.
28240 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28242         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28244 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
28246         * stdio-common/bug26.c (main): Correct fscanf template.
28248         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
28249         declare _dl_skip_args.
28251         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
28252         Don't declare.
28254         * manual/platform.texi: Add missing @end deftypefun.
28256 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28258         [BZ #15529]
28259         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28260         bit of mantissa of 2^16382.
28261         * math/libm-test.inc (hypot_test_data): Add more tests.
28263         * math/libm-test.inc: Add drem and pow10 to list of tested
28264         functions.
28265         (pow10_test): New function.
28266         (drem_test): Likewise.
28267         (drem_test_tonearest): Likewise.
28268         (drem_test_towardzero): Likewise.
28269         (drem_test_downward): Likewise.
28270         (drem_test_upward): Likewise.
28271         (main): Call the new functions.
28273         * math/libm-test.inc (finite_test_data): Remove.
28274         (finite_test): Run tests from isfinite_test_data.
28275         (gamma_test_data): Remove.
28276         (gamma_test): Run tests from lgamma_test_data.
28277         * sysdeps/i386/fpu/libm-test-ulps: Update.
28278         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28280 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28282         * manual/platform.texi: Add PowerPC PPR function set documentation.
28283         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28284         implementation.
28286 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
28288         * math/libm-test.inc (MAX_EXP): Define.
28289         (ULPDIFF): Define.
28290         (ulp): New function.
28291         (check_float_internal): Use ULPDIFF.
28292         (cpow_test): Disable failing test.
28293         (check_ulp): Test ulp() implemetnation.
28294         (main): Call check_ulp before starting tests.
28296 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28298         * math/gen-libm-test.pl (generate_testfile): Do not handle
28299         START_DATA and END_DATA.
28300         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28301         END_DATA.
28302         (acos_tonearest_test_data): Likewise.
28303         (acos_towardzero_test_data): Likewise.
28304         (acos_downward_test_data): Likewise.
28305         (acos_upward_test_data): Likewise.
28306         (acosh_test_data): Likewise.
28307         (asin_test_data): Likewise.
28308         (asin_tonearest_test_data): Likewise.
28309         (asin_towardzero_test_data): Likewise.
28310         (asin_downward_test_data): Likewise.
28311         (asin_upward_test_data): Likewise.
28312         (asinh_test_data): Likewise.
28313         (atan_test_data): Likewise.
28314         (atanh_test_data): Likewise.
28315         (atan2_test_data): Likewise.
28316         (cabs_test_data): Likewise.
28317         (cacos_test_data): Likewise.
28318         (cacosh_test_data): Likewise.
28319         (carg_test_data): Likewise.
28320         (casin_test_data): Likewise.
28321         (casinh_test_data): Likewise.
28322         (catan_test_data): Likewise.
28323         (catanh_test_data): Likewise.
28324         (cbrt_test_data): Likewise.
28325         (ccos_test_data): Likewise.
28326         (ccosh_test_data): Likewise.
28327         (ceil_test_data): Likewise.
28328         (cexp_test_data): Likewise.
28329         (cimag_test_data): Likewise.
28330         (clog_test_data): Likewise.
28331         (clog10_test_data): Likewise.
28332         (conj_test_data): Likewise.
28333         (copysign_test_data): Likewise.
28334         (cos_test_data): Likewise.
28335         (cos_tonearest_test_data): Likewise.
28336         (cos_towardzero_test_data): Likewise.
28337         (cos_downward_test_data): Likewise.
28338         (cos_upward_test_data): Likewise.
28339         (cosh_test_data): Likewise.
28340         (cosh_tonearest_test_data): Likewise.
28341         (cosh_towardzero_test_data): Likewise.
28342         (cosh_downward_test_data): Likewise.
28343         (cosh_upward_test_data): Likewise.
28344         (cpow_test_data): Likewise.
28345         (cproj_test_data): Likewise.
28346         (creal_test_data): Likewise.
28347         (csin_test_data): Likewise.
28348         (csinh_test_data): Likewise.
28349         (csqrt_test_data): Likewise.
28350         (ctan_test_data): Likewise.
28351         (ctan_tonearest_test_data): Likewise.
28352         (ctan_towardzero_test_data): Likewise.
28353         (ctan_downward_test_data): Likewise.
28354         (ctan_upward_test_data): Likewise.
28355         (ctanh_test_data): Likewise.
28356         (ctanh_tonearest_test_data): Likewise.
28357         (ctanh_towardzero_test_data): Likewise.
28358         (ctanh_downward_test_data): Likewise.
28359         (ctanh_upward_test_data): Likewise.
28360         (erf_test_data): Likewise.
28361         (erfc_test_data): Likewise.
28362         (exp_test_data): Likewise.
28363         (exp_tonearest_test_data): Likewise.
28364         (exp_towardzero_test_data): Likewise.
28365         (exp_downward_test_data): Likewise.
28366         (exp_upward_test_data): Likewise.
28367         (exp10_test_data): Likewise.
28368         (exp2_test_data): Likewise.
28369         (expm1_test_data): Likewise.
28370         (fabs_test_data): Likewise.
28371         (fdim_test_data): Likewise.
28372         (finite_test_data): Likewise.
28373         (floor_test_data): Likewise.
28374         (fma_test_data): Likewise.
28375         (fma_towardzero_test_data): Likewise.
28376         (fma_downward_test_data): Likewise.
28377         (fma_upward_test_data): Likewise.
28378         (fmax_test_data): Likewise.
28379         (fmin_test_data): Likewise.
28380         (fmod_test_data): Likewise.
28381         (fpclassify_test_data): Likewise.
28382         (frexp_test_data): Likewise.
28383         (gamma_test_data): Likewise.
28384         (hypot_test_data): Likewise.
28385         (ilogb_test_data): Likewise.
28386         (isfinite_test_data): Likewise.
28387         (isgreater_test_data): Likewise.
28388         (isgreaterequal_test_data): Likewise.
28389         (isinf_test_data): Likewise.
28390         (isless_test_data): Likewise.
28391         (islessequal_test_data): Likewise.
28392         (islessgreater_test_data): Likewise.
28393         (isnan_test_data): Likewise.
28394         (isnormal_test_data): Likewise.
28395         (issignaling_test_data): Likewise.
28396         (isunordered_test_data): Likewise.
28397         (j0_test_data): Likewise.
28398         (j1_test_data): Likewise.
28399         (jn_test_data): Likewise.
28400         (ldexp_test_data): Likewise.
28401         (lgamma_test_data): Likewise.
28402         (lrint_test_data): Likewise.
28403         (lrint_tonearest_test_data): Likewise.
28404         (lrint_towardzero_test_data): Likewise.
28405         (lrint_downward_test_data): Likewise.
28406         (lrint_upward_test_data): Likewise.
28407         (llrint_test_data): Likewise.
28408         (llrint_tonearest_test_data): Likewise.
28409         (llrint_towardzero_test_data): Likewise.
28410         (llrint_downward_test_data): Likewise.
28411         (llrint_upward_test_data): Likewise.
28412         (log_test_data): Likewise.
28413         (log10_test_data): Likewise.
28414         (log1p_test_data): Likewise.
28415         (log2_test_data): Likewise.
28416         (logb_test_data): Likewise.
28417         (logb_downward_test_data): Likewise.
28418         (lround_test_data): Likewise.
28419         (llround_test_data): Likewise.
28420         (modf_test_data): Likewise.
28421         (nearbyint_test_data): Likewise.
28422         (nextafter_test_data): Likewise.
28423         (nexttoward_test_data): Likewise.
28424         (pow_test_data): Likewise.
28425         (pow_tonearest_test_data): Likewise.
28426         (pow_towardzero_test_data): Likewise.
28427         (pow_downward_test_data): Likewise.
28428         (pow_upward_test_data): Likewise.
28429         (remainder_test_data): Likewise.
28430         (remainder_tonearest_test_data): Likewise.
28431         (remainder_towardzero_test_data): Likewise.
28432         (remainder_downward_test_data): Likewise.
28433         (remainder_upward_test_data): Likewise.
28434         (remquo_test_data): Likewise.
28435         (rint_test_data): Likewise.
28436         (rint_tonearest_test_data): Likewise.
28437         (rint_towardzero_test_data): Likewise.
28438         (rint_downward_test_data): Likewise.
28439         (rint_upward_test_data): Likewise.
28440         (round_test_data): Likewise.
28441         (scalb_test_data): Likewise.
28442         (scalbn_test_data): Likewise.
28443         (scalbln_test_data): Likewise.
28444         (signbit_test_data): Likewise.
28445         (sin_test_data): Likewise.
28446         (sin_tonearest_test_data): Likewise.
28447         (sin_towardzero_test_data): Likewise.
28448         (sin_downward_test_data): Likewise.
28449         (sin_upward_test_data): Likewise.
28450         (sincos_test_data): Likewise.
28451         (sinh_test_data): Likewise.
28452         (sinh_tonearest_test_data): Likewise.
28453         (sinh_towardzero_test_data): Likewise.
28454         (sinh_downward_test_data): Likewise.
28455         (sinh_upward_test_data): Likewise.
28456         (sqrt_test_data): Likewise.
28457         (tan_test_data): Likewise.
28458         (tan_tonearest_test_data): Likewise.
28459         (tan_towardzero_test_data): Likewise.
28460         (tan_downward_test_data): Likewise.
28461         (tan_upward_test_data): Likewise.
28462         (tanh_test_data): Likewise.
28463         (tgamma_test_data): Likewise.
28464         (trunc_test_data): Likewise.
28465         (y0_test_data): Likewise.
28466         (y1_test_data): Likewise.
28467         (yn_test_data): Likewise.
28468         (significand_test_data): Likewise.
28470         * math/gen-libm-test.pl (@functions): Remove variable.
28471         (generate_testfile): Don't handle START and END lines.
28472         * math/libm-test.inc (START): New macro.
28473         (END): Likewise.
28474         (END_COMPLEX): Likewise.
28475         (acos_test): Use END macro without arguments.
28476         (acos_test_tonearest): Likewise.
28477         (acos_test_towardzero): Likewise.
28478         (acos_test_downward): Likewise.
28479         (acos_test_upward): Likewise.
28480         (acosh_test): Likewise.
28481         (asin_test): Likewise.
28482         (asin_test_tonearest): Likewise.
28483         (asin_test_towardzero): Likewise.
28484         (asin_test_downward): Likewise.
28485         (asin_test_upward): Likewise.
28486         (asinh_test): Likewise.
28487         (atan_test): Likewise.
28488         (atanh_test): Likewise.
28489         (atan2_test): Likewise.
28490         (cabs_test): Likewise.
28491         (cacos_test): Use END_COMPLEX macro without arguments.
28492         (cacosh_test): Likewise.
28493         (carg_test): Use END macro without arguments.
28494         (casin_test): Use END_COMPLEX macro without arguments.
28495         (casinh_test): Likewise.
28496         (catan_test): Likewise.
28497         (catanh_test): Likewise.
28498         (cbrt_test): Use END macro without arguments.
28499         (ccos_test): Use END_COMPLEX macro without arguments.
28500         (ccosh_test): Likewise.
28501         (ceil_test): Use END macro without arguments.
28502         (cexp_test): Use END_COMPLEX macro without arguments.
28503         (cimag_test): Use END macro without arguments.
28504         (clog_test): Use END_COMPLEX macro without arguments.
28505         (clog10_test): Likewise.
28506         (conj_test): Likewise.
28507         (copysign_test): Use END macro without arguments.
28508         (cos_test): Likewise.
28509         (cos_test_tonearest): Likewise.
28510         (cos_test_towardzero): Likewise.
28511         (cos_test_downward): Likewise.
28512         (cos_test_upward): Likewise.
28513         (cosh_test): Likewise.
28514         (cosh_test_tonearest): Likewise.
28515         (cosh_test_towardzero): Likewise.
28516         (cosh_test_downward): Likewise.
28517         (cosh_test_upward): Likewise.
28518         (cpow_test): Use END_COMPLEX macro without arguments.
28519         (cproj_test): Likewise.
28520         (creal_test): Use END macro without arguments.
28521         (csin_test): Use END_COMPLEX macro without arguments.
28522         (csinh_test): Likewise.
28523         (csqrt_test): Likewise.
28524         (ctan_test): Likewise.
28525         (ctan_test_tonearest): Likewise.
28526         (ctan_test_towardzero): Likewise.
28527         (ctan_test_downward): Likewise.
28528         (ctan_test_upward): Likewise.
28529         (ctanh_test): Likewise.
28530         (ctanh_test_tonearest): Likewise.
28531         (ctanh_test_towardzero): Likewise.
28532         (ctanh_test_downward): Likewise.
28533         (ctanh_test_upward): Likewise.
28534         (erf_test): Use END macro without arguments.
28535         (erfc_test): Likewise.
28536         (exp_test): Likewise.
28537         (exp_test_tonearest): Likewise.
28538         (exp_test_towardzero): Likewise.
28539         (exp_test_downward): Likewise.
28540         (exp_test_upward): Likewise.
28541         (exp10_test): Likewise.
28542         (exp2_test): Likewise.
28543         (expm1_test): Likewise.
28544         (fabs_test): Likewise.
28545         (fdim_test): Likewise.
28546         (finite_test): Likewise.
28547         (floor_test): Likewise.
28548         (fma_test): Likewise.
28549         (fma_test_towardzero): Likewise.
28550         (fma_test_downward): Likewise.
28551         (fma_test_upward): Likewise.
28552         (fmax_test): Likewise.
28553         (fmin_test): Likewise.
28554         (fmod_test): Likewise.
28555         (fpclassify_test): Likewise.
28556         (frexp_test): Likewise.
28557         (gamma_test): Likewise.
28558         (hypot_test): Likewise.
28559         (ilogb_test): Likewise.
28560         (isfinite_test): Likewise.
28561         (isgreater_test): Likewise.
28562         (isgreaterequal_test): Likewise.
28563         (isinf_test): Likewise.
28564         (isless_test): Likewise.
28565         (islessequal_test): Likewise.
28566         (islessgreater_test): Likewise.
28567         (isnan_test): Likewise.
28568         (isnormal_test): Likewise.
28569         (issignaling_test): Likewise.
28570         (isunordered_test): Likewise.
28571         (j0_test): Likewise.
28572         (j1_test): Likewise.
28573         (jn_test): Likewise.
28574         (ldexp_test): Likewise.
28575         (lgamma_test): Likewise.
28576         (lrint_test): Likewise.
28577         (lrint_test_tonearest): Likewise.
28578         (lrint_test_towardzero): Likewise.
28579         (lrint_test_downward): Likewise.
28580         (lrint_test_upward): Likewise.
28581         (llrint_test): Likewise.
28582         (llrint_test_tonearest): Likewise.
28583         (llrint_test_towardzero): Likewise.
28584         (llrint_test_downward): Likewise.
28585         (llrint_test_upward): Likewise.
28586         (log_test): Likewise.
28587         (log10_test): Likewise.
28588         (log1p_test): Likewise.
28589         (log2_test): Likewise.
28590         (logb_test): Likewise.
28591         (logb_test_downward): Likewise.
28592         (lround_test): Likewise.
28593         (llround_test): Likewise.
28594         (modf_test): Likewise.
28595         (nearbyint_test): Likewise.
28596         (nextafter_test): Likewise.
28597         (nexttoward_test): Likewise.
28598         (pow_test): Likewise.
28599         (pow_test_tonearest): Likewise.
28600         (pow_test_towardzero): Likewise.
28601         (pow_test_downward): Likewise.
28602         (pow_test_upward): Likewise.
28603         (remainder_test): Likewise.
28604         (remainder_test_tonearest): Likewise.
28605         (remainder_test_towardzero): Likewise.
28606         (remainder_test_downward): Likewise.
28607         (remainder_test_upward): Likewise.
28608         (remquo_test): Likewise.
28609         (rint_test): Likewise.
28610         (rint_test_tonearest): Likewise.
28611         (rint_test_towardzero): Likewise.
28612         (rint_test_downward): Likewise.
28613         (rint_test_upward): Likewise.
28614         (round_test): Likewise.
28615         (scalb_test): Likewise.
28616         (scalbn_test): Likewise.
28617         (scalbln_test): Likewise.
28618         (signbit_test): Likewise.
28619         (sin_test): Likewise.
28620         (sin_test_tonearest): Likewise.
28621         (sin_test_towardzero): Likewise.
28622         (sin_test_downward): Likewise.
28623         (sin_test_upward): Likewise.
28624         (sincos_test): Likewise.
28625         (sinh_test): Likewise.
28626         (sinh_test_tonearest): Likewise.
28627         (sinh_test_towardzero): Likewise.
28628         (sinh_test_downward): Likewise.
28629         (sinh_test_upward): Likewise.
28630         (sqrt_test): Likewise.
28631         (tan_test): Likewise.
28632         (tan_test_tonearest): Likewise.
28633         (tan_test_towardzero): Likewise.
28634         (tan_test_downward): Likewise.
28635         (tan_test_upward): Likewise.
28636         (tanh_test): Likewise.
28637         (tgamma_test): Likewise.
28638         (trunc_test): Likewise.
28639         (y0_test): Likewise.
28640         (y1_test): Likewise.
28641         (yn_test): Likewise.
28642         (significand_test): Likewise.
28644 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28646         [BZ #15381]
28647         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28649 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28651         [BZ #14894]
28652         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28653         __ppc_mdoio and __ppc_mdoom.
28654         * manual/platform.texi: Document new functions __ppc_yield,
28655         __ppc_mdoio and __ppc_mdoom.
28657 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28659         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28660         (main): Mention "tls" pseudo-hwcap is legacy.
28661         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28663 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28665         * math/gen-libm-test.pl (parse_args): Output only string of
28666         arguments as text for test name, not full call or descriptions of
28667         tests for extra outputs.
28668         (generate_testfile): Do not pass function name to parse_args.
28669         Generate this_func variable from START.
28670         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28671         field to arg_str.
28672         (struct test_ff_f_data): Likewise.
28673         (test_ff_f_data_nexttoward): Likewise.
28674         (struct test_fi_f_data): Likewise.
28675         (struct test_fl_f_data): Likewise.
28676         (struct test_if_f_data): Likewise.
28677         (struct test_fff_f_data): Likewise.
28678         (struct test_c_f_data): Likewise.
28679         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28680         (struct test_fF_f1_data): Likewise.
28681         (struct test_ffI_f1_data): Likewise.
28682         (struct test_c_c_data): Rename test_name field to arg_str.
28683         (struct test_cc_c_data): Likewise.
28684         (struct test_f_i_data): Likewise.
28685         (struct test_ff_i_data): Likewise.
28686         (struct test_f_l_data): Likewise.
28687         (struct test_f_L_data): Likewise.
28688         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28689         and extra2_name.
28690         (COMMON_TEST_SETUP): New macro.
28691         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28692         (COMMON_TEST_CLEANUP): Likewise.
28693         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28694         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28695         macros.
28696         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28697         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28698         macros.
28699         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28700         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28701         cleanup macros.
28702         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28703         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28704         macros.
28705         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28706         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28707         macros.
28708         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28709         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28710         cleanup macros.
28711         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28712         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28713         cleanup macros.
28714         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28715         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28716         cleanup macros.
28717         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28718         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28719         macros.
28720         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28721         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28722         macros.
28723         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28724         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28725         macros.
28726         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28727         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28728         cleanup macros.
28729         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28730         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28731         cleanup macros.
28732         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28733         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28734         macros.
28735         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28736         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28737         cleanup macros.
28738         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28739         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28740         macros.
28741         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28742         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28743         macros.
28744         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28745         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28746         cleanup macros.
28747         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28749 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28751         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28752         to _sifields.sigfault.
28753         (si_addr_lsb): Define new macro.
28754         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28755         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28756         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28758 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28760         [BZ #15441]
28761         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28762         returns -1.
28763         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28764         null return -1.
28765         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28766         loading the domain.
28768 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28770         * math/gen-libm-test.pl (parse_args): Do not include expected
28771         result in test name.
28772         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28773         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28774         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28775         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28776         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28779 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28781         * benchtests/Makefile: Sort function entries.
28783         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28784         tanh, asinh, acosh, atanh.
28785         * benchtests/acos-inputs: New file.
28786         * benchtests/acosh-inputs: New file.
28787         * benchtests/asin-inputs: New file.
28788         * benchtests/asinh-inputs: New file.
28789         * benchtests/atanh-inputs: New file.
28790         * benchtests/cosh-inputs: New file.
28791         * benchtests/log-inputs: New file.
28792         * benchtests/sinh-inputs: New file.
28793         * benchtests/tanh-inputs: New file.
28795 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28797         [BZ #15339]
28798         * posix/tst-getaddrinfo4.c: New test.
28799         * posix/Makefile (tests): Add it.
28801 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28803         [BZ #15339]
28804         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28805         when no services were used.
28806         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28807         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28809 2013-05-21  Andreas Schwab  <schwab@suse.de>
28811         [BZ #15014]
28812         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28813         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28814         successful.
28815         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28816         redundant variable declarations and reallocation of buffer when
28817         parsing as IPv6 address.  Always set NSS status when called from
28818         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28819         buffer too small.  Correct computation of needed size.
28820         * nss/Makefile (tests): Add test-digits-dots.
28821         * nss/test-digits-dots.c: New test.
28823 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28825         * benchtests/Makefile: Remove instructions for adding
28826         benchmark tests.
28827         * benchtests/README: New file to explain how to execute and
28828         enhance the benchmark tests.
28830 2013-05-21  Andreas Schwab  <schwab@suse.de>
28832         [BZ #15493]
28833         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28834         * setjmp/tst-sigsetjmp.c: New test.
28836 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28838         * sysdeps/x86_64/memset.S (memset): New implementation.
28839         (__bzero): Likewise.
28840         (__memset_tail): New function.
28842 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28844         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28845         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28846         __memcpy_sse2_unaligned ifunc selection.
28847         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28848         Add memcpy-sse2-unaligned.S.
28849         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28850         Add: __memcpy_sse2_unaligned.
28852 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28854         [BZ #15490]
28855         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28856         math_force_eval before restoring floating-point envrionment.
28857         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28858         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28859         Likewise.
28860         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28861         <math_private.h>.
28862         (__nearbyintl): Use math_force_eval before restoring
28863         floating-point environment.
28864         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28866         * math/gen-libm-test.pl (special_functions): Remove.
28867         (parse_args): Don't handle TEST_extra.  Handle functions with no
28868         return value.
28869         * math/libm-test.inc (struct test_sincos_data): Replace with
28870         struct test_fFF_11_data.
28871         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28872         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28873         (sincos_test_data): Change element type to struct
28874         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28875         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28876         RUN_TEST_LOOP_sincos.
28877         * math/README.libm-test: Don't mention special handling of
28878         individual functions.
28879         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28880         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28881         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28882         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28883         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28886         * math/gen-libm-test.pl (get_variable): Remove function.
28887         (parse_args): Don't show pointer parameters to call in test
28888         names.  Use "extra output N" in test names for extra outputs
28889         rather than naming variables.
28891 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28893         [BZ #15488]
28894         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28895         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28896         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28897         double tests.
28898         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28899         disable.
28900         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28901         check_long_double.
28903         * math/gen-libm-test.pl (@tests): Remove variable.
28904         ($count): Likewise.
28905         (new_test): Remove function.
28906         (show_exceptions): New function.
28907         (special_functions): Use show_exceptions instead of new_test.
28908         (parse_args): Likewise.
28909         (generate_testfile): Pass only function name in generated call to
28910         print_max_error or print_complex_max_error.
28911         (get_ulps): Do not handle complex tests specially.
28912         (output_test): Rename to ...
28913         (get_all_ulps_for_test): ... this.  Return a string rather than
28914         printing to a file.  Require ulps to be present.
28915         (output_ulps): Generate arrays rather than #defines.
28916         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28917         (struct ulp_data): New type.
28918         (BUILD_COMPLEX_ULP): Remove macro.
28919         (compare_ulp_data): New function.
28920         (find_ulps): Likewise.
28921         (find_test_ulps): Likewise.
28922         (find_function_ulps): Likewise.
28923         (find_complex_function_ulps): Likewise.
28924         (print_max_error): Determine allowed ulps using
28925         find_function_ulps.
28926         (print_complex_max_error): Determine allowed ulps using
28927         find_complex_function_ulps.
28928         (check_float_internal): Determine max ulps using find_test_ulps.
28929         (check_float): Do not take max_ulp parameter.  Update call to
28930         check_float_internal.
28931         (check_complex): Likewise.
28932         (check_int): Do not take max_ulp parameter.
28933         (check_long): Likewise.
28934         (check_bool): Likewise.
28935         (check_longlong): Likewise.
28936         (struct test_f_f_data): Remove max_ulp field.
28937         (struct test_ff_f_data): Likewise.
28938         (struct test_ff_f_data_nexttoward): Likewise.
28939         (struct test_fi_f_data): Likewise.
28940         (struct test_fl_f_data): Likewise.
28941         (struct test_if_f_data): Likewise.
28942         (struct test_fff_f_data): Likewise.
28943         (struct test_c_f_data): Likewise.
28944         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28945         (struct test_fF_f1_data): Likewise.
28946         (struct test_ffI_f1_data): Likewise.
28947         (struct test_c_c_data): Remove max_ulp field.
28948         (struct test_cc_c_data): Likewise.
28949         (struct test_f_i_data): Likewise.
28950         (struct test_ff_i_data): Likewise.
28951         (struct test_f_l_data): Likewise.
28952         (struct test_f_L_data): Likewise.
28953         (struct test_sincos_data): Likewise.
28954         (RUN_TEST_f_f): Do not handle ulps.
28955         (RUN_TEST_LOOP_f_f): Likewise.
28956         (RUN_TEST_2_f): Likewise.
28957         (RUN_TEST_LOOP_2_f): Likewise.
28958         (RUN_TEST_fff_f): Likewise.
28959         (RUN_TEST_LOOP_fff_f): Likewise.
28960         (RUN_TEST_c_f): Likewise.
28961         (RUN_TEST_LOOP_c_f): Likewise.
28962         (RUN_TEST_f_f1): Likewise.
28963         (RUN_TEST_LOOP_f_f1): Likewise.
28964         (RUN_TEST_fF_f1): Likewise.
28965         (RUN_TEST_LOOP_fF_f1): Likewise.
28966         (RUN_TEST_fI_f1): Likewise.
28967         (RUN_TEST_LOOP_fI_f1): Likewise.
28968         (RUN_TEST_ffI_f1): Likewise.
28969         (RUN_TEST_LOOP_ffI_f1): Likewise.
28970         (RUN_TEST_c_c): Likewise.
28971         (RUN_TEST_LOOP_c_c): Likewise.
28972         (RUN_TEST_cc_c): Likewise.
28973         (RUN_TEST_LOOP_cc_c): Likewise.
28974         (RUN_TEST_f_i): Likewise.
28975         (RUN_TEST_LOOP_f_i): Likewise.
28976         (RUN_TEST_f_i_tg): Likewise.
28977         (RUN_TEST_LOOP_f_i_tg): Likewise.
28978         (RUN_TEST_ff_i_tg): Likewise.
28979         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28980         (RUN_TEST_f_b): Likewise.
28981         (RUN_TEST_LOOP_f_b): Likewise.
28982         (RUN_TEST_f_b_tg): Likewise.
28983         (RUN_TEST_LOOP_f_b_tg): Likewise.
28984         (RUN_TEST_f_l): Likewise.
28985         (RUN_TEST_LOOP_f_l): Likewise.
28986         (RUN_TEST_f_L): Likewise.
28987         (RUN_TEST_LOOP_f_L): Likewise.
28988         (RUN_TEST_sincos): Likewise.
28989         (RUN_TEST_LOOP_sincos): Likewise.
28991 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28993         [BZ #15480]
28994         [BZ #15485]
28995         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28996         main case of finite arguments, set rounding mode to FE_TONEAREST
28997         and discard exceptions.
28998         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28999         exceptions.
29000         (remainder_tonearest_test_data): New variable.
29001         (remainder_test_tonearest): New function.
29002         (remainder_towardzero_test_data): New variable.
29003         (remainder_test_towardzero): New function.
29004         (remainder_downward_test_data): New variable.
29005         (remainder_test_downward): New function.
29006         (remainder_upward_test_data): New variable.
29007         (remainder_test_upward): New function.
29008         (main): Call the new test functions.
29010         * math/libm-test.inc (struct test_f_f1_data): Remove field
29011         extra_init.
29012         (struct test_fF_f1_data): Likewise.
29013         (struct test_ffI_f1_data): Likewise.
29014         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
29015         based on value of EXTRA_EXPECTED.
29016         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29017         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
29018         EXTRA_VAR based on value of EXTRA_EXPECTED.
29019         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29020         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
29021         EXTRA_VAR based on value of EXTRA_EXPECTED.
29022         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29023         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
29024         EXTRA_VAR based on value of EXTRA_EXPECTED.
29025         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29026         * math/gen-libm-test.pl (parse_args): Don't output initializers
29027         for extra output values.
29029         * math/libm-test.inc (check_int): Expect result to be exactly
29030         equal to expected value and do not handle ulps.
29031         (check_long): Likewise.
29032         (check_longlong): Likewise.
29034         * math/libm-test.inc (ceil_test_data): Test for "inexact"
29035         exceptions.
29036         (cimag_test_data): Likewise.
29037         (conj_test_data): Likewise.
29038         (copysign_test_data): Likewise.
29039         (cproj_test_data): Likewise.
29040         (creal_test_data): Likewise.
29041         (fabs_test_data): Likewise.
29042         (fdim_test_data): Likewise.
29043         (finite_test_data): Likewise.
29044         (floor_test_data): Likewise.
29045         (fmax_test_data): Likewise.
29046         (fmin_test_data): Likewise.
29047         (fmod_test_data): Likewise.
29048         (fpclassify_test_data): Likewise.
29049         (frexp_test_data): Likewise.
29050         (ilogb_test_data): Likewise.
29051         (isfinite_test_data): Likewise.
29052         (isgreater_test_data): Likewise.
29053         (isgreaterequal_test_data): Likewise.
29054         (isinf_test_data): Likewise.
29055         (isless_test_data): Likewise.
29056         (islessequal_test_data): Likewise.
29057         (islessgreater_test_data): Likewise.
29058         (isnan_test_data): Likewise.
29059         (isnormal_test_data): Likewise.
29060         (issignaling_test_data): Likewise.
29061         (isunordered_test_data): Likewise.
29062         (ldexp_test_data): Likewise.
29063         (lrint_test_data): Likewise.
29064         (lrint_test_data) [TEST_FLOAT]: Disable one test.
29065         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
29066         (lrint_tonearest_test_data): Test for "inexact" exceptions.
29067         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29068         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
29069         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29070         test input.
29071         (lrint_towardzero_test_data): Test for "inexact" exceptions.
29072         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29073         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
29074         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
29075         that test input.
29076         (lrint_downward_test_data): Test for "inexact" exceptions.
29077         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29078         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
29079         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29080         test input.
29081         (lrint_upward_test_data): Test for "inexact" exceptions.
29082         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
29083         test input.
29084         (llrint_test_data): Test for "inexact" exceptions.
29085         (llrint_test_data) [TEST_FLOAT]: Disable one test.
29086         (llrint_tonearest_test_data): Test for "inexact" exceptions.
29087         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29088         (llrint_towardzero_test_data): Test for "inexact" exceptions.
29089         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29090         (llrint_downward_test_data): Test for "inexact" exceptions.
29091         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29092         (llrint_upward_test_data): Test for "inexact" exceptions.
29093         (logb_test_data): Likewise.
29094         (logb_downward_test_data): Likewise.
29095         (nextafter_test_data): Likewise.
29096         (nexttoward_test_data): Likewise.
29097         (remainder_test_data): Likewise.
29098         (remquo_test_data): Likewise.
29099         (scalbn_test_data): Likewise.
29100         (scalbln_test_data): Likewise.
29101         (signbit_test_data): Likewise.
29102         (sqrt_test_data): Likewise.
29103         (significand_test_data): Likewise.
29105 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29107         [BZ #15424]
29108         * benchtests/bench-modf.c (struct args): Mark arg0 as
29109         volatile.
29110         * scripts/bench.pl: Mark members of struct args as volatile.
29112 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29114         [BZ # 15497]
29115         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
29116         negative infinity on POWER6 or lower.
29117         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
29119 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
29121         [BZ #15442]
29122         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
29123         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
29124         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
29125         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
29126         (_FP_SETQNAN): New macro.
29127         (_FP_SETQNAN_SEMIRAW): Likewise.
29128         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
29129         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
29130         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
29131         (FP_EXTEND): Use _FP_FRAC_SNANP.
29132         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
29133         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
29134         into account.
29135         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29136         New macro.
29137         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29138         Likewise.
29140 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29142         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
29143         with DIVIDE_BY_ZERO_EXCEPTION.
29144         (gamma_test_data): Likewise.
29145         (lgamma_test_data): Likewise.
29146         (log_test_data): Likewise.
29147         (log10_test_data): Likewise.
29148         (log2_test_data): Likewise.
29149         (tgamma_test_data): Likewise.
29151         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29152         (acos_test_tonearest): Likewise.
29153         (acos_test_towardzero): Likewise.
29154         (acos_test_downward): Likewise.
29155         (acos_test_upward): Likewise.
29156         (acosh_test): Likewise.
29157         (asin_test): Likewise.
29158         (asin_test_tonearest): Likewise.
29159         (asin_test_towardzero): Likewise.
29160         (asin_test_downward): Likewise.
29161         (asin_test_upward): Likewise.
29162         (asinh_test): Likewise.
29163         (atan_test): Likewise.
29164         (atanh_test): Likewise.
29165         (atan2_test): Likewise.
29166         (cabs_test): Likewise.
29167         (cacos_test): Likewise.
29168         (cacosh_test): Likewise.
29169         (casin_test): Likewise.
29170         (casinh_test): Likewise.
29171         (catan_test): Likewise.
29172         (catanh_test): Likewise.
29173         (cbrt_test): Likewise.
29174         (ccos_test): Likewise.
29175         (ccosh_test): Likewise.
29176         (cexp_test): Likewise.
29177         (clog_test): Likewise.
29178         (clog10_test): Likewise.
29179         (cos_test): Likewise.
29180         (cos_test_tonearest): Likewise.
29181         (cos_test_towardzero): Likewise.
29182         (cos_test_downward): Likewise.
29183         (cos_test_upward): Likewise.
29184         (cosh_test): Likewise.
29185         (cosh_test_tonearest): Likewise.
29186         (cosh_test_towardzero): Likewise.
29187         (cosh_test_downward): Likewise.
29188         (cosh_test_upward): Likewise.
29189         (cpow_test): Likewise.
29190         (csin_test): Likewise.
29191         (csinh_test): Likewise.
29192         (csqrt_test): Likewise.
29193         (ctan_test): Likewise.
29194         (ctan_test_tonearest): Likewise.
29195         (ctan_test_towardzero): Likewise.
29196         (ctan_test_downward): Likewise.
29197         (ctan_test_upward): Likewise.
29198         (ctanh_test): Likewise.
29199         (ctanh_test_tonearest): Likewise.
29200         (ctanh_test_towardzero): Likewise.
29201         (ctanh_test_downward): Likewise.
29202         (ctanh_test_upward): Likewise.
29203         (erf_test): Likewise.
29204         (erfc_test): Likewise.
29205         (exp_test): Likewise.
29206         (exp_test_tonearest): Likewise.
29207         (exp_test_towardzero): Likewise.
29208         (exp_test_downward): Likewise.
29209         (exp_test_upward): Likewise.
29210         (exp10_test): Likewise.
29211         (exp2_test): Likewise.
29212         (expm1_test): Likewise.
29213         (fmod_test): Likewise.
29214         (gamma_test): Likewise.
29215         (hypot_test): Likewise.
29216         (j0_test): Likewise.
29217         (j1_test): Likewise.
29218         (jn_test): Likewise.
29219         (lgamma_test): Likewise.
29220         (log_test): Likewise.
29221         (log10_test): Likewise.
29222         (log1p_test): Likewise.
29223         (log2_test): Likewise.
29224         (logb_test_downward): Likewise.
29225         (pow_test): Likewise.
29226         (pow_test_tonearest): Likewise.
29227         (pow_test_towardzero): Likewise.
29228         (pow_test_downward): Likewise.
29229         (pow_test_upward): Likewise.
29230         (remainder_test): Likewise.
29231         (remquo_test): Likewise.
29232         (sin_test): Likewise.
29233         (sin_test_tonearest): Likewise.
29234         (sin_test_towardzero): Likewise.
29235         (sin_test_downward): Likewise.
29236         (sin_test_upward): Likewise.
29237         (sincos_test): Likewise.
29238         (sinh_test): Likewise.
29239         (sinh_test_tonearest): Likewise.
29240         (sinh_test_towardzero): Likewise.
29241         (sinh_test_downward): Likewise.
29242         (sinh_test_upward): Likewise.
29243         (sqrt_test): Likewise.
29244         (tan_test): Likewise.
29245         (tan_test_tonearest): Likewise.
29246         (tan_test_towardzero): Likewise.
29247         (tan_test_downward): Likewise.
29248         (tan_test_upward): Likewise.
29249         (tanh_test): Likewise.
29250         (tgamma_test): Likewise.
29251         (y0_test): Likewise.
29252         (y1_test): Likewise.
29253         (yn_test): Likewise.
29255         * math/gen-libm-test.pl (adjust_arg): Remove function.
29256         (special_function): Remove argument $in_func.  Only handle
29257         generating output for tables of tests, not inside functions.
29258         (parse_args): Likewise.
29259         (generate_testfile): Remove variable $in_func.  Update call to
29260         parse_args.
29261         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29262         (MINUS_ZERO_INIT): Rename macro to minus_zero.
29263         (PLUS_INFTY_INIT): Rename macro to plus_infty.
29264         (MINUS_INFTY_INIT): Rename macro to minus_infty.
29265         (QNAN_VALUE_INIT): Rename macro to qnan_value.
29266         (MAX_VALUE_INIT): Rename macro to max_value.
29267         (MIN_VALUE_INIT): Rename macro to min_value.
29268         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29269         (plus_zero): Remove variable.
29270         (minus_zero): Likewise.
29271         (plus_infty): Likewise.
29272         (minus_infty): Likewise.
29273         (qnan_value): Likewise.
29274         (max_value): Likewise.
29275         (min_value): Likewise.
29276         (min_subnorm_value): Likewise.
29278 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29280         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29281         uint64_t or uint32_t usage.
29282         * crypt/sha256-block.c: Likewise.
29283         * crypt/sha256-crypt.c: Likewise.
29284         * crypt/sha256.c: Likewise.
29285         * crypt/sha512-block.c: Likewise.
29286         * crypt/sha512-crypt.c: Likewise.
29287         * crypt/sha512.c: Likewise.
29288         * debug/backtrace-tst.c: Likewise.
29289         * debug/pcprofiledump.c: Likewise.
29290         * elf/cache.c: Likewise.
29291         * elf/dl-cache.c: Likewise.
29292         * elf/dl-misc.c: Likewise.
29293         * elf/dl-profile.c: Likewise.
29294         * elf/dl-support.c: Likewise.
29295         * elf/ldconfig.c: Likewise.
29296         * elf/sprof.c: Likewise.
29297         * iconv/dummy-repertoire.c: Likewise.
29298         * iconv/iconv_charmap.c: Likewise.
29299         * iconv/skeleton.c: Likewise.
29300         * iconvdata/8bit-generic.c: Likewise.
29301         * iconvdata/cp737.h: Likewise.
29302         * iconvdata/cp775.h: Likewise.
29303         * iconvdata/ibm1008.h: Likewise.
29304         * iconvdata/ibm1025.h: Likewise.
29305         * iconvdata/ibm1046.h: Likewise.
29306         * iconvdata/ibm1097.h: Likewise.
29307         * iconvdata/ibm1112.h: Likewise.
29308         * iconvdata/ibm1122.h: Likewise.
29309         * iconvdata/ibm1123.h: Likewise.
29310         * iconvdata/ibm1124.h: Likewise.
29311         * iconvdata/ibm1129.h: Likewise.
29312         * iconvdata/ibm1130.h: Likewise.
29313         * iconvdata/ibm1132.h: Likewise.
29314         * iconvdata/ibm1133.h: Likewise.
29315         * iconvdata/ibm1137.h: Likewise.
29316         * iconvdata/ibm1140.h: Likewise.
29317         * iconvdata/ibm1141.h: Likewise.
29318         * iconvdata/ibm1142.h: Likewise.
29319         * iconvdata/ibm1143.h: Likewise.
29320         * iconvdata/ibm1144.h: Likewise.
29321         * iconvdata/ibm1145.h: Likewise.
29322         * iconvdata/ibm1146.h: Likewise.
29323         * iconvdata/ibm1147.h: Likewise.
29324         * iconvdata/ibm1148.h: Likewise.
29325         * iconvdata/ibm1149.h: Likewise.
29326         * iconvdata/ibm1153.h: Likewise.
29327         * iconvdata/ibm1154.h: Likewise.
29328         * iconvdata/ibm1155.h: Likewise.
29329         * iconvdata/ibm1156.h: Likewise.
29330         * iconvdata/ibm1157.h: Likewise.
29331         * iconvdata/ibm1158.h: Likewise.
29332         * iconvdata/ibm1160.h: Likewise.
29333         * iconvdata/ibm1161.h: Likewise.
29334         * iconvdata/ibm1162.h: Likewise.
29335         * iconvdata/ibm1163.h: Likewise.
29336         * iconvdata/ibm1164.h: Likewise.
29337         * iconvdata/ibm1166.h: Likewise.
29338         * iconvdata/ibm1167.h: Likewise.
29339         * iconvdata/ibm12712.h: Likewise.
29340         * iconvdata/ibm1390.h: Likewise.
29341         * iconvdata/ibm1399.h: Likewise.
29342         * iconvdata/ibm16804.h: Likewise.
29343         * iconvdata/ibm4517.h: Likewise.
29344         * iconvdata/ibm4899.h: Likewise.
29345         * iconvdata/ibm4909.h: Likewise.
29346         * iconvdata/ibm4971.h: Likewise.
29347         * iconvdata/ibm5347.h: Likewise.
29348         * iconvdata/ibm803.h: Likewise.
29349         * iconvdata/ibm856.h: Likewise.
29350         * iconvdata/ibm901.h: Likewise.
29351         * iconvdata/ibm902.h: Likewise.
29352         * iconvdata/ibm9030.h: Likewise.
29353         * iconvdata/ibm9066.h: Likewise.
29354         * iconvdata/ibm921.h: Likewise.
29355         * iconvdata/ibm922.h: Likewise.
29356         * iconvdata/ibm9448.h: Likewise.
29357         * iconvdata/isiri-3342.h: Likewise.
29358         * iconvdata/jis0201.h: Likewise.
29359         * include/link.h: Likewise.
29360         * include/netdb.h: Likewise.
29361         * inet/check_native.c: Likewise.
29362         * inet/check_pf.c: Likewise.
29363         * inet/getipv4sourcefilter.c: Likewise.
29364         * inet/getnameinfo.c: Likewise.
29365         * inet/getsourcefilter.c: Likewise.
29366         * inet/htonl.c: Likewise.
29367         * inet/setipv4sourcefilter.c: Likewise.
29368         * inet/setsourcefilter.c: Likewise.
29369         * inet/test-inet6_opt.c: Likewise.
29370         * inet/tst-network.c: Likewise.
29371         * locale/C-collate.c: Likewise.
29372         * locale/C-ctype.c: Likewise.
29373         * locale/C-time.c: Likewise.
29374         * locale/C-translit.h: Likewise.
29375         * locale/loadarchive.c: Likewise.
29376         * locale/programs/3level.h: Likewise.
29377         * locale/programs/charmap.c: Likewise.
29378         * locale/programs/charmap.h: Likewise.
29379         * locale/programs/ld-address.c: Likewise.
29380         * locale/programs/ld-collate.c: Likewise.
29381         * locale/programs/ld-ctype.c: Likewise.
29382         * locale/programs/ld-identification.c: Likewise.
29383         * locale/programs/ld-measurement.c: Likewise.
29384         * locale/programs/ld-messages.c: Likewise.
29385         * locale/programs/ld-monetary.c: Likewise.
29386         * locale/programs/ld-name.c: Likewise.
29387         * locale/programs/ld-numeric.c: Likewise.
29388         * locale/programs/ld-paper.c: Likewise.
29389         * locale/programs/ld-telephone.c: Likewise.
29390         * locale/programs/ld-time.c: Likewise.
29391         * locale/programs/linereader.c: Likewise.
29392         * locale/programs/locale.c: Likewise.
29393         * locale/programs/locarchive.c: Likewise.
29394         * locale/programs/locfile.h: Likewise.
29395         * locale/programs/repertoire.c: Likewise.
29396         * locale/programs/simple-hash.c: Likewise.
29397         * locale/programs/simple-hash.h: Likewise.
29398         * malloc/memusage.c: Likewise.
29399         * malloc/memusagestat.c: Likewise.
29400         * nis/nis_defaults.c: Likewise.
29401         * nis/nis_hash.c: Likewise.
29402         * nis/nis_print.c: Likewise.
29403         * nis/nis_xdr.c: Likewise.
29404         * nscd/connections.c: Likewise.
29405         * nscd/hstcache.c: Likewise.
29406         * nscd/nscd_gethst_r.c: Likewise.
29407         * nscd/nscd_getserv_r.c: Likewise.
29408         * nscd/nscd_helper.c: Likewise.
29409         * nscd/servicescache.c: Likewise.
29410         * nss/makedb.c: Likewise.
29411         * nss/nss_db/db-XXX.c: Likewise.
29412         * nss/nss_db/db-initgroups.c: Likewise.
29413         * nss/nss_db/db-netgrp.c: Likewise.
29414         * nss/nss_files/files-network.c: Likewise.
29415         * nss/nss_files/files-parse.c: Likewise.
29416         * posix/bug-regex5.c: Likewise.
29417         * posix/fnmatch_loop.c: Likewise.
29418         * posix/regcomp.c: Likewise.
29419         * posix/regexec.c: Likewise.
29420         * posix/tst-rfc3484-2.c: Likewise.
29421         * posix/tst-rfc3484-3.c: Likewise.
29422         * posix/tst-rfc3484.c: Likewise.
29423         * resolv/nss_dns/dns-canon.c: Likewise.
29424         * resolv/nss_dns/dns-network.c: Likewise.
29425         * resolv/res_init.c: Likewise.
29426         * resolv/res_mkquery.c: Likewise.
29427         * resolv/tst-aton.c: Likewise.
29428         * stdlib/cxa_atexit.c: Likewise.
29429         * stdlib/cxa_finalize.c: Likewise.
29430         * stdlib/gen-fpioconst.c: Likewise.
29431         * stdlib/strtol_l.c: Likewise.
29432         * string/tst-endian.c: Likewise.
29433         * sunrpc/auth_des.c: Likewise.
29434         * sunrpc/clnt_udp.c: Likewise.
29435         * sunrpc/rtime.c: Likewise.
29436         * sunrpc/svcauth_des.c: Likewise.
29437         * sunrpc/xdr.c: Likewise.
29438         * sunrpc/xdr_intXX_t.c: Likewise.
29439         * sunrpc/xdr_rec.c: Likewise.
29440         * sysdeps/generic/ldconfig.h: Likewise.
29441         * sysdeps/generic/ldsodefs.h: Likewise.
29442         * sysdeps/generic/memusage.h: Likewise.
29443         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29444         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29445         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29446         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29447         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29448         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29449         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29450         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29451         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29452         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29453         * sysdeps/posix/getaddrinfo.c: Likewise.
29454         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29455         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29456         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29457         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29458         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29459         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29460         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29461         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29462         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29463         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29464         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29465         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29466         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29467         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29468         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29469         * sysdeps/x86_64/dl-tls.h: Likewise.
29470         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29471         * time/alt_digit.c: Likewise.
29472         * time/era.c: Likewise.
29473         * wcsmbs/tst-c16c32-1.c: Likewise.
29475 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29477         * math/libm-test.inc (struct test_sincos_data): New type.
29478         (RUN_TEST_LOOP_sincos): New macro.
29479         (sincos_test_data): New variable.
29480         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29482 2013-05-16  Richard Henderson  <rth@redhat.com>
29484         * math/atest-exp2.c (LIMB64): New macro.
29485         (CONSTSZ): New macro.
29486         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29487         (hexdig): Move ...
29488         (print_mpn_fp): ... to function scope.
29489         (read_mpn_hex): Remove.
29490         (get_log2): Remove.
29491         (exp2_mpn): Use mp_log2.
29492         (main): Use mp_exp1.
29494 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29496         * math/libm-test.inc: Remove comment about not testing "inexact"
29497         exceptions.
29498         (INEXACT_EXCEPTION): New macro.
29499         (NO_INEXACT_EXCEPTION): Likewise.
29500         (INVALID_EXCEPTION_OK): Update value.
29501         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29502         (OVERFLOW_EXCEPTION_OK): Likewise.
29503         (UNDERFLOW_EXCEPTION_OK): Likewise.
29504         (IGNORE_ZERO_INF_SIGN): Likewise.
29505         (ERRNO_UNCHANGED): Likewise.
29506         (ERRNO_EDOM): Likewise.
29507         (ERRNO_ERANGE): Likewise.
29508         (test_exceptions): Handle testing "inexact" exceptions.
29509         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29510         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29511         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29512         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29513         INEXACT_EXCEPTION.
29514         (rint_towardzero_test_data): Likewise.
29515         (rint_downward_test_data): Likewise.
29516         (rint_upward_test_data): Likewise.
29518         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29519         with OVERFLOW_EXCEPTION.
29520         (exp10_test_data): Likewise.
29521         (exp2_test_data): Likewise.
29522         (expm1_test_data): Likewise.
29523         (lgamma_test_data): Likewise.
29524         (pow_test_data): Likewise.
29525         (tgamma_test_data): Likewise.
29526         (yn_test_data): Remove duplicate test of overflow.
29528         * math/libm-test.inc (struct test_cc_c_data): New type.
29529         (RUN_TEST_LOOP_cc_c): New macro.
29530         (cpow_test_data): New variable.
29531         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29533         * math/libm-test.inc (struct test_f_L_data): New type.
29534         (RUN_TEST_LOOP_f_L): New macro.
29535         (llrint_test_data): New variable.
29536         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29537         (llrint_tonearest_test_data): New variable.
29538         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29539         (llrint_towardzero_test_data): New variable.
29540         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29541         (llrint_downward_test_data): New variable.
29542         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29543         (llrint_upward_test_data): New variable.
29544         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29545         (llround_test_data): New variable.
29546         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29548 2013-05-13  Peter Collingbourne  <pcc@google.com>
29550         * math/atest-exp2.c (get_log2): Remove const attribute.
29552 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29554         * math/libm-test.inc (struct test_f_l_data): New type.
29555         (RUN_TEST_LOOP_f_l): New macro.
29556         (lrint_test_data): New variable.
29557         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29558         (lrint_tonearest_test_data): New variable.
29559         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29560         (lrint_towardzero_test_data): New variable.
29561         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29562         (lrint_downward_test_data): New variable.
29563         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29564         (lrint_upward_test_data): New variable.
29565         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29566         (lround_test_data): New variable.
29567         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29569 2013-05-15  Peter Collingbourne  <pcc@google.com>
29571         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29572         (EXTRACT_WORDS64) Use where appropriate.
29573         (INSERT_WORDS64) Likewise.
29575         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29576         constraints with x constraints.
29577         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29579         * malloc/obstack.c (_obstack_compat): Add initializer.
29581 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29583         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29584         si_trapno and add si_addr_lsb to _sifields.sigfault.
29585         (si_trapno): Remove macro.
29586         (si_addr_lsb): Define new macro.
29587         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29589 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29591         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29592         instead of TEST_f_l.
29593         (llrint_test_tonearest): Likewise.
29594         (llrint_test_towardzero): Likewise.
29595         (llrint_test_downward): Likewise.
29596         (llrint_test_upward): Likewise.
29597         (llround_test): Likewise.
29599         * math/libm-test.inc (struct test_f_i_data): Add comment.
29600         (RUN_TEST_LOOP_f_b): New macro.
29601         (RUN_TEST_LOOP_f_b_tg): Likewise.
29602         (finite_test_data): New variable.
29603         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29604         (isfinite_test_data): New variable.
29605         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29606         (isinf_test_data): New variable.
29607         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29608         (isnan_test_data): New variable.
29609         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29610         (isnormal_test_data): New variable.
29611         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29612         (issignaling_test_data): New variable.
29613         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29614         (signbit_test_data): New variable.
29615         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29617         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29618         with INVALID_EXCEPTION.
29619         (acosh_test_data): Likewise.
29620         (asin_test_data): Likewise.
29621         (atanh_test_data): Likewise.
29622         (fmod_test_data): Likewise.
29623         (log_test_data): Likewise.
29624         (log10_test_data): Likewise.
29625         (log2_test_data): Likewise.
29626         (pow_test_data): Likewise.
29627         (sqrt_test_data): Likewise.
29628         (y0_test_data): Likewise.
29629         (y1_test_data): Likewise.
29630         (yn_test_data): Likewise.
29632         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29633         function contents.
29635         * math/libm-test.inc (struct test_ff_i_data): New type.
29636         (RUN_TEST_LOOP_ff_i_tg): New macro.
29637         (isgreater_test_data): New variable.
29638         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29639         (isgreaterequal_test_data): New variable.
29640         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29641         (isless_test_data): New variable.
29642         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29643         (islessequal_test_data): New variable.
29644         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29645         (islessgreater_test_data): New variable.
29646         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29647         (isunordered_test_data): New variable.
29648         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29650 2013-05-14  David S. Miller  <davem@davemloft.net>
29652         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29654 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29656         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29658         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29659         extra_test to int.
29660         (struct test_f_i_data): Change type of max_ulp to int.
29662         * math/libm-test.inc (test_ffI_f1_data): New type.
29663         (RUN_TEST_LOOP_ffI_f1): New macro.
29664         (remquo_test_data): New variable.
29665         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29667         * setjmp/tst-setjmp-fp.c: New file.
29668         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29669         (link-libm): New variable.
29670         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29672         * math/libm-test.inc (struct test_f_i_data): New type.
29673         (RUN_TEST_LOOP_f_i): New macro.
29674         (RUN_TEST_LOOP_f_i_tg): Likewise.
29675         (fpclassify_test_data): New variable.
29676         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29677         (ilogb_test_data): New variable.
29678         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29680         * math/libm-test.inc (scalbln_test): Correct function name in END
29681         call.
29683         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29684         (RUN_TEST_LOOP_fI_f1): New macro.
29685         (frexp_test_data): New variable.
29686         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29688         * math/libm-test.inc (struct test_fF_f1_data): New type.
29689         (RUN_TEST_LOOP_fF_f1): New macro.
29690         (modf_test_data): New variable.
29691         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29693         * math/libm-test.inc (struct test_f_f1_data): New type.
29694         (RUN_TEST_LOOP_f_f1): New macro.
29695         (gamma_test_data): New variable.
29696         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29697         (lgamma_test_data): New variable.
29698         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29700 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29702         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29703         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29704         (main): Comment "tls" pseudo-hwcap.
29706 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29708         * math/libm-test.inc (struct test_fl_f_data): New type.
29709         (RUN_TEST_LOOP_fl_f): New variable.
29710         (scalbln_test_data): New variable.
29711         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29713         * math/libm-test.inc (struct test_fi_f_data): New type.
29714         (RUN_TEST_LOOP_fi_f): New macro.
29715         (ldexp_test_data): New variable.
29716         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29717         (scalbn_test_data): New variable.
29718         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29720         * math/libm-test.inc (struct test_c_f_data): New type.
29721         (RUN_TEST_LOOP_c_f): New macro.
29722         (cabs_test_data): New variable.
29723         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29724         (carg_test_data): New variable.
29725         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29726         (cimag_test_data): New variable.
29727         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29728         (creal_test_data): New variable.
29729         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29731         * math/libm-test.inc (struct test_if_f_data): New type.
29732         (RUN_TEST_LOOP_if_f): New macro.
29733         (jn_test_data): New variable.
29734         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29735         (yn_test_data): New variable.
29736         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29738         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29740 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29742         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29743         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29745 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29747         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29748         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29749         (bench-deps): Add bench-timing.h.
29750         * benchtests-bench-skeleton.c: Include bench-timing.h.
29751         (main): Use TIMING_* macros instead of clock_gettime.
29752         * benchtests/bench-timing.h: New file.
29754         [BZ #14582]
29755         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29756         Renamed from _LIB_VERSION.
29757         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29759 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29761         * math/libm-test.inc (struct test_fff_f_data): New type.
29762         (RUN_TEST_LOOP_fff_f): New macro.
29763         (fma_test_data): New variable.
29764         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29765         (fma_towardzero_test_data): New variable.
29766         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29767         (fma_downward_test_data): New variable.
29768         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29769         (fma_upward_test_data): New variable.
29770         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29772         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29773         (struct test_c_c_data): New type.
29774         (RUN_TEST_LOOP_c_c): New macro.
29775         (cacos_test_data): New variable.
29776         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29777         (cacosh_test_data): New variable.
29778         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29779         (casin_test_data): New variable.
29780         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29781         (casinh_test_data): New variable.
29782         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29783         (catan_test_data): New variable.
29784         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29785         (catanh_test_data): New variable.
29786         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29787         (ccos_test_data): New variable.
29788         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29789         (ccosh_test_data): New variable.
29790         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29791         (cexp_test_data): New variable.
29792         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29793         (clog_test_data): New variable.
29794         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29795         (clog10_test_data): New variable.
29796         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29797         (conj_test_data): New variable.
29798         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29799         (cproj_test_data): New variable.
29800         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29801         (csin_test_data): New variable.
29802         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29803         (csinh_test_data): New variable.
29804         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29805         (csqrt_test_data): New variable.
29806         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29807         (ctan_test_data): New variable.
29808         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29809         (ctan_tonearest_test_data): New variable.
29810         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29811         (ctan_towardzero_test_data): New variable.
29812         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29813         (ctan_downward_test_data): New variable.
29814         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29815         (ctan_upward_test_data): New variable.
29816         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29817         (ctanh_test_data): New variable.
29818         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29819         (ctanh_tonearest_test_data): New variable.
29820         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29821         (ctanh_towardzero_test_data): New variable.
29822         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29823         (ctanh_downward_test_data): New variable.
29824         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29825         (ctanh_upward_test_data): New variable.
29826         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29827         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29828         of BUILD_COMPLEX.
29830         * math/libm-test.inc (struct test_ff_f_data): New type.
29831         (struct test_ff_f_data_nexttoward): Likewise.
29832         (RUN_TEST_LOOP_2_f): New macro.
29833         (RUN_TEST_LOOP_ff_f): Likewise.
29834         (atan2_test_data): New variable.
29835         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29836         (copysign_test_data): New variable.
29837         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29838         (fdim_test_data): New variable.
29839         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29840         (fmax_test_data): New variable.
29841         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29842         (fmin_test_data): New variable.
29843         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29844         (fmod_test_data): New variable.
29845         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29846         (hypot_test_data): New variable.
29847         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29848         (nextafter_test_data): New variable.
29849         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29850         (nexttoward_test_data): New variable.
29851         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29852         (pow_test_data): New variable.
29853         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29854         (pow_tonearest_test_data): New variable.
29855         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29856         (pow_towardzero_test_data): New variable.
29857         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29858         (pow_downward_test_data): New variable.
29859         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29860         (pow_upward_test_data): New variable.
29861         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29862         (remainder_test_data): New variable.
29863         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29864         (scalb_test_data): New variable.
29865         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29866         * sysdeps/i386/fpu/libm-test-ulps: Update.
29868 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29870         * math/libm-test.inc (fma_test): Use max_value instead of local
29871         variable fltmax.
29872         (nextafter_test): Likewise.
29874         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29875         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29876         (acos_downward_test_data): New variable.
29877         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29878         (acos_upward_test_data): New variable.
29879         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29880         (acosh_test_data): New variable.
29881         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29882         (asin_test_data): New variable.
29883         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29884         (asin_tonearest_test_data): New variable.
29885         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29886         (asin_towardzero_test_data): New variable.
29887         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29888         (asin_downward_test_data): New variable.
29889         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29890         (asin_upward_test_data): New variable.
29891         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29892         (asinh_test_data): New variable.
29893         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29894         (atan_test_data): New variable.
29895         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29896         (atanh_test_data): New variable.
29897         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29898         (cbrt_test_data): New variable.
29899         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29900         (ceil_test_data): New variable.
29901         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29902         (cos_test_data): New variable.
29903         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29904         (cos_tonearest_test_data): New variable.
29905         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29906         (cos_towardzero_test_data): New variable.
29907         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29908         (cos_downward_test_data): New variable.
29909         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29910         (cos_upward_test_data): New variable.
29911         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29912         (cosh_test_data): New variable.
29913         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29914         (cosh_tonearest_test_data): New variable.
29915         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29916         (cosh_towardzero_test_data): New variable.
29917         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29918         (cosh_downward_test_data): New variable.
29919         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29920         (cosh_upward_test_data): New variable.
29921         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29922         (erf_test_data): New variable.
29923         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29924         (erfc_test_data): New variable.
29925         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29926         (exp_test_data): New variable.
29927         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29928         (exp_tonearest_test_data): New variable.
29929         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29930         (exp_towardzero_test_data): New variable.
29931         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29932         (exp_downward_test_data): New variable.
29933         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29934         (exp_upward_test_data): New variable.
29935         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29936         (exp10_test_data): New variable.
29937         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29938         (exp2_test_data): New variable.
29939         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29940         (expm1_test_data): New variable.
29941         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29942         (fabs_test_data): New variable.
29943         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29944         (floor_test_data): New variable.
29945         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29946         (j0_test_data): New variable.
29947         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29948         (j1_test_data): New variable.
29949         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29950         (log_test_data): New variable.
29951         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29952         (log10_test_data): New variable.
29953         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29954         (log1p_test_data): New variable.
29955         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29956         (log2_test_data): New variable.
29957         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29958         (logb_test_data): New variable.
29959         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29960         (logb_downward_test_data): New variable.
29961         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29962         (nearbyint_test_data): New variable.
29963         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29964         (rint_test_data): New variable.
29965         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29966         (rint_tonearest_test_data): New variable.
29967         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29968         (rint_towardzero_test_data): New variable.
29969         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29970         (rint_downward_test_data): New variable.
29971         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29972         (rint_upward_test_data): New variable.
29973         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29974         (round_test_data): New variable.
29975         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29976         (sin_test_data): New variable.
29977         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29978         (sin_tonearest_test_data): New variable.
29979         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29980         (sin_towardzero_test_data): New variable.
29981         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29982         (sin_downward_test_data): New variable.
29983         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29984         (sin_upward_test_data): New variable.
29985         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29986         (sinh_test_data): New variable.
29987         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29988         (sinh_tonearest_test_data): New variable.
29989         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29990         (sinh_towardzero_test_data): New variable.
29991         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29992         (sinh_downward_test_data): New variable.
29993         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29994         (sinh_upward_test_data): New variable.
29995         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29996         (sqrt_test_data): New variable.
29997         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29998         (tan_test_data): New variable.
29999         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
30000         (tan_tonearest_test_data): New variable.
30001         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30002         (tan_towardzero_test_data): New variable.
30003         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30004         (tan_downward_test_data): New variable.
30005         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30006         (tan_upward_test_data): New variable.
30007         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30008         (tanh_test_data): New variable.
30009         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
30010         (tgamma_test_data): New variable.
30011         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
30012         (trunc_test_data): New variable.
30013         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
30014         (y0_test_data): New variable.
30015         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
30016         (y1_test_data): New variable.
30017         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
30018         (significand_test_data): New variable.
30019         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
30021 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
30023         [BZ #12387]
30024         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
30026 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
30028         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
30030 2013-05-10  Andreas Jaeger  <aj@suse.de>
30032         [BZ #15448]
30033         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
30034         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
30036 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30038         * math/gen-libm-test.pl (adjust_arg): New function.
30039         (special_functions): Handle generating output in both functions
30040         and arrays.
30041         (parse_args): Likewise.
30042         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
30043         $in_func argument to parse_args.
30044         * math/libm-test.inc (struct test_f_f_data): New type.
30045         (IF_ROUND_INIT_): New macro.
30046         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
30047         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
30048         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
30049         (IF_ROUND_INIT_FE_UPWARD): Likewise.
30050         (ROUND_RESTORE_): Likewise.
30051         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
30052         (ROUND_RESTORE_FE_TONEAREST): Likewise.
30053         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
30054         (ROUND_RESTORE_FE_UPWARD): Likewise.
30055         (RUN_TEST_LOOP_f_f): New macro.
30056         (acos_test_data): New variable.
30057         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
30058         (acos_tonearest_test_data): New variable.
30059         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30061 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30063         * benchtests/bench-skeleton.c (startup): Fix coding style.
30065 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30067         [BZ #6809]
30068         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
30069         negative infinity argument.
30070         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
30071         negative infinity argument.
30072         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
30073         negative infinity argument.
30074         * math/libm-test.inc (tgamma_test): Expect errno to be set for
30075         domain errors.
30077 2013-05-10  Florian Weimer  <fweimer@redhat.com>
30079         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
30080         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
30081         * iconv/iconv_prog.c (main): Likewise.
30082         * locale/programs/charmap-dir.c (charmap_readdir)
30083         (fopen_uncompressed): Likewise.
30084         * locale/programs/locfile.c (siblings_uncached)
30085         (write_locale_data): Use lstat64 instead of lstat.
30086         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
30087         stat.
30089 2013-05-10  Andreas Jaeger  <aj@suse.de>
30091         [BZ #15395]
30092         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
30093         localization.
30094         Include <locale.h>.
30096 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
30098         * elf/dl-close.c (_dl_close_worker): Add comments.
30100 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
30102         [BZ #15359]
30103         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
30104         high part of pi/2.
30105         (__ieee754_rem_pio2l): Update comments.
30107         [BZ #15429]
30108         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
30109         high part of pi/2.
30110         (__ieee754_rem_pio2l): Update comments.
30112         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
30113         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
30115         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
30116         M_PI_4l.
30118         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
30119         (M_PI_34_LOG10El): Likewise.
30120         (M_PI2_LOG10El): Likewise.
30121         (M_PI4_LOG10El): Likewise.
30122         (M_PI_LOG10El): Likewise.
30124 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30126         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30128 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
30130         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
30131         (MINUS_ZERO_INIT): Likewise.
30132         (PLUS_INFTY_INIT): Likewise.
30133         (MINUS_INFTY_INIT): Likewise.
30134         (QNAN_VALUE_INIT): Likewise.
30135         (MAX_VALUE_INIT): Likewise.
30136         (MIN_VALUE_INIT): Likewise.
30137         (MIN_SUBNORM_VALUE_INIT): Likewise.
30138         (plus_zero): Initialize with PLUS_ZERO_INIT.
30139         (minus_zero): Initialize with MINUS_ZERO_INIT.
30140         (plus_infty): Initialize with PLUS_INFTY_INIT.
30141         (minus_infty): Initialize with MINUS_INFTY_INIT.
30142         (qnan_value): Initialize with QNAN_VALUE_INIT.
30143         (max_value): Initialize with MAX_VALUE_INIT.
30144         (min_value): Initialize with MIN_VALUE_INIT.
30145         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30147         * math/libm-test.inc (RUN_TEST_if_f): New macro.
30148         (jn_test): Use TEST_if_f instead of TEST_ff_f.
30149         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30150         (yn_test): Use TEST_if_f instead of TEST_ff_f.
30152         * math/libm-test.inc (RUN_TEST_f_f): New macro.
30153         (RUN_TEST_2_f): Likewise.
30154         (RUN_TEST_ff_f): Likewise.
30155         (RUN_TEST_fi_f): Likewise.
30156         (RUN_TEST_fl_f): Likewise.
30157         (RUN_TEST_fff_f): Likewise.
30158         (RUN_TEST_c_f): Likewise.
30159         (RUN_TEST_f_f1): Likewise.
30160         (RUN_TEST_fF_f1): Likewise.
30161         (RUN_TEST_fI_f1): Likewise.
30162         (RUN_TEST_ffI_f1): Likewise.
30163         (RUN_TEST_c_c): Likewise.
30164         (RUN_TEST_cc_c): Likewise.
30165         (RUN_TEST_f_i): Likewise.
30166         (RUN_TEST_f_i_tg): Likewise.
30167         (RUN_TEST_ff_i_tg): Likewise.
30168         (RUN_TEST_f_b): Likewise.
30169         (RUN_TEST_f_b_tg): Likewise.
30170         (RUN_TEST_f_l): Likewise.
30171         (RUN_TEST_f_L): Likewise.
30172         (RUN_TEST_sincos): Likewise.
30173         * math/gen-libm-test.pl (new_test): Take new argument to indicate
30174         whether to show exceptions.  Do not include ");\n" in return
30175         value.
30176         (special_functions): Output call to RUN_TEST_sincos instead of
30177         check_float calls.  Update calls to new_test.
30178         (parse_args): Output call to single RUN_TEST_* macro instead of
30179         check_* calls and other assignments.  Update calls to new_test.
30181         [BZ #2546]
30182         [BZ #2560]
30183         [BZ #5159]
30184         [BZ #15426]
30185         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
30186         input to result for tgamma overflow.
30187         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
30188         (gamma_coeff): New variable.
30189         (NCOEFF): New macro.
30190         (gamma_positive): New function.
30191         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
30192         underflow here.  Use gamma_positive instead of exp (lgamma) for
30193         other arguments.
30194         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
30195         (gamma_coeff): New variable.
30196         (NCOEFF): New macro.
30197         (gammaf_positive): New function.
30198         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
30199         underflow here.  Use gamma_positive instead of exp (lgamma) for
30200         other arguments.
30201         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
30202         (gamma_coeff): New variable.
30203         (NCOEFF): New macro.
30204         (gammal_positive): New function.
30205         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
30206         underflow here.  Use gamma_positive instead of exp (lgamma) for
30207         other arguments.
30208         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
30209         (gamma_coeff): New variable.
30210         (NCOEFF): New macro.
30211         (gammal_positive): New function.
30212         (__ieee754_gammal_r): Handle positive infinity, overflow and
30213         underflow here.  Handle NaN the same as positive infinity.  Remove
30214         check x < 0xffffffff for negative integers.  Use gamma_positive
30215         instead of exp (lgamma) for other arguments.
30216         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
30217         (gamma_coeff): New variable.
30218         (NCOEFF): New macro.
30219         (gammal_positive): New function.
30220         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
30221         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
30222         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
30223         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
30224         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
30225         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
30226         * sysdeps/generic/math_private.h (__gamma_productf): New
30227         prototype.
30228         (__gamma_product): Likewise.
30229         (__gamma_productl): Likewise.
30230         * math/Makefile (libm-calls): Add gamma_product.
30231         * math/libm-test.inc (tgamma_test): Add more tests.
30232         * sysdeps/i386/fpu/libm-test-ulps: Update.
30233         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30235 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
30237         * benchtests/bench-skeleton.c (main): Preheat CPU.
30239 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
30241         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
30243 2013-05-07  Roland McGrath  <roland@hack.frob.com>
30245         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
30246         and _dl_skip_args_internal.
30248 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
30250         * manual/message.texi (Message Translation): Talk about users.
30251         Message to key mapping impacts design.
30253 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30255         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
30257         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
30259         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30260         * sysdeps/wordsize-64/glob64.c: ... here.
30262         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30263         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30264         New macros.
30266         * debug/getlogin_r_chk.c: Moved to ...
30267         * login/getlogin_r_chk.c: ... here.
30268         * debug/Makefile (routines): Move getlogin_r_chk to ...
30269         * login/Makefile (routines): ... here.
30270         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30271         * login/Versions (libc: GLIBC_2.4): ... here.
30273         * io/poll.c (__poll): Renamed from poll.
30274         Add libc_hidden_def.
30275         (poll): Define as weak alias.
30277         * debug/ptsname_r_chk.c: Moved to ...
30278         * login/ptsname_r_chk.c: ... here.
30279         * debug/Makefile (routines): Move ptsname_r_chk to ...
30280         * login/Makefile (routines): ... here.
30281         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30282         * login/Versions (libc: GLIBC_2.4): ... here.
30284         * posix/getlogin.c: Moved to ...
30285         * login/getlogin.c: ... here.
30286         * posix/getlogin_r.c: Moved to ...
30287         * login/getlogin_r.c: ... here.
30288         * posix/getlogin_r.c: Moved to ...
30289         * login/getlogin_r.c: ... here.
30290         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30291         * login/Makefile (routines): ... here.
30292         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30293         * login/Versions (libc: GLIBC_2.0): ... here.
30295         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30296         (setrlimit): Define as weak alias.
30298         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30299         Call __ names for open, ftruncate, and close.
30300         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30301         (truncate): Define as weak alias.
30303 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
30305         * math/gen-libm-test.pl (parse_args): Initialize x before each
30306         test of frexp, modf and remquo.
30308         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30309         test signgam value.
30311 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30313         [BZ #15418]
30314         [BZ #15419]
30315         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30316         internal tests.
30317         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30319 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30321         * elf/dl-writev.h: New file.
30322         * elf/dl-misc.c: Include it.
30323         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30324         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30326 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
30328         * math/libm-test.inc (noXFails): Remove variable.
30329         (noXPasses): Likewise.
30330         (BUILD_COMPLEX_INT): Remove macro.
30331         (print_screen): Remove xfail argument.
30332         (print_screen_max_error): Likewise.
30333         (update_stats): Likewise.
30334         (print_max_error): Likewise.  Update calls to other affected
30335         functions.
30336         (print_complex_max_error): Likewise.
30337         (test_single_exception): Update calls to print_screen.
30338         (test_single_errno): Likewise.
30339         (check_float_internal): Remove xfail argument.  Update calls to
30340         other affected functions.
30341         (check_float): Likewise.
30342         (check_complex): Likewise.
30343         (check_int): Likewise.
30344         (check_long): Likewise.
30345         (check_bool): Likewise.
30346         (check_longlong): Likewise.
30347         (main): Don't print noXFails and noXPasses.
30348         * math/gen-libm-test.pl (top level): Don't mention expected
30349         failure handling in comment.
30350         (new_test): Don't handle expected failures.
30351         (parse_args): Don't mention expected failure handling in comment.
30352         (generate_testfile): Don't handle expected failures.
30353         (parse_ulps): Likewise.
30354         (print_ulps_file): Likewise.
30355         (get_failure): Remove function.
30356         (output_test): Don't handle expected failures.
30357         * make/README.libm-test: Don't mention expected failure handling.
30359         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30360         (minus_zero): Likewise.
30361         (plus_infty): Likewise.
30362         (minus_infty): Likewise.
30363         (qnan_value): Likewise.
30364         (max_value): Likewise.
30365         (min_value): Likewise.
30366         (min_subnorm_value): Likewise.
30367         (initialize): Do not initialize those variables dynamically.
30369 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30371         * io/open.c (__open_2): Moved to ...
30372         * io/open_2.c: ... this new file.
30373         * io/open64.c (__open64_2): Moved to ...
30374         * io/open64_2.c: ... this new file.
30375         * io/openat.c (__openat_2): Moved to ...
30376         * io/openat_2.c: ... this new file.
30377         * io/openat64.c (__openat64_2): Moved to ...
30378         * io/openat64_2.c: ... this new file.
30379         * io/Makefile (routines): Add them.
30380         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30381         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30382         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30383         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30384         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30385         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30386         (__openat64): Add hidden_ver.
30387         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30388         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30390         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30391         Separately conditionalize setting of GLRO(dl_sysinfo) so
30392         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30393         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30395 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30397         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30398         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30399         definition.
30400         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30401         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30402         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30403         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30404         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30406 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30408         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30409         test signgam value.
30411         * math/libm-test.inc (hypot_test): Do not use
30412         IGNORE_ZERO_INF_SIGN.
30414 2013-05-03  Andreas Jaeger  <aj@suse.de>
30416         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30417         Linux 3.9.
30418         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30419         (PF_MAX): Adjust for VSOCK change.
30421 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30423         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30425 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30427         [BZ #15264]
30428         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30429         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30430         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30432 2013-05-02  David S. Miller  <davem@davemloft.net>
30434         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30436 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30438         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30440 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30442         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30444 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30446         [BZ #14952]
30447         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30448         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30449         Use __attribute__ ((__gnu_inline__)).
30450         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30451         Don't use __attribute__ ((__gnu_inline__)).
30453 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30455         [BZ #15423]
30456         * math/s_catan.c (__catan): Handle small real or imaginary part of
30457         input specially to avoid spurious underflow.
30458         * math/s_catanf.c (__catanf): Likewise.
30459         * math/s_catanh.c (__catanh): Likewise.
30460         * math/s_catanhf.c (__catanhf): Likewise.
30461         * math/s_catanhl.c (__catanhl): Likewise.
30462         * math/s_catanl.c (__catanl): Likewise.
30463         * math/libm-test.inc (catan_test): Add more tests.
30464         (catanh_test): Likewise.
30465         * sysdeps/i386/fpu/libm-test-ulps: Update.
30466         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30468 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30470         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30472 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30474         [BZ #15416]
30475         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30476         accurately for denominator in atan2.
30477         * math/s_catanf.c (__catanf): Likewise.
30478         * math/s_catanh.c (__catanh): Likewise.
30479         * math/s_catanhf.c (__catanhf): Likewise.
30480         * math/s_catanhl.c (__catanhl): Likewise.
30481         * math/s_catanl.c (__catanl): Likewise.
30482         * math/libm-test.inc (catan_test): Add more tests.
30483         (catanh_test): Likewise.
30484         * sysdeps/i386/fpu/libm-test-ulps: Update.
30485         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30487 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30489         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30491         * benchtests/Makefile (bench): Remove slow benchmarks.
30492         * benchtests/atan-inputs: Add slow benchmark inputs.
30493         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30494         (BENCH_FUNC): Accept variant offset.
30495         (VARIANT): Define.
30496         * benchtests/bench-skeleton.c (main): Run benchmark for each
30497         variant.
30498         * benchtests/cos-inputs: Add slow benchmark inputs.
30499         * benchtests/exp-inputs: Likewise.
30500         * benchtests/pow-inputs: Likewise.
30501         * benchtests/sin-inputs: Likewise.
30502         * benchtests/slowatan-inputs: Remove.
30503         * benchtests/slowatan.c: Remove.
30504         * benchtests/slowcos-inputs: Remove.
30505         * benchtests/slowcos.c: Remove.
30506         * benchtests/slowexp-inputs: Remove.
30507         * benchtests/slowexp.c: Remove.
30508         * benchtests/slowpow-inputs: Remove.
30509         * benchtests/slowpow.c: Remove.
30510         * benchtests/slowsin-inputs: Remove.
30511         * benchtests/slowsin.c: Remove.
30512         * benchtests/slowtan-inputs: Remove.
30513         * benchtests/slowtan.c: Remove.
30514         * benchtests/tan-inputs: Add slow benchmark inputs.
30515         * scripts/bench.pl: Parse comments and directives.
30517         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30518         in CPPFLAGS.
30519         ($(objpfx)bench-%.c): Remove *-ITER.
30520         * benchtests/bench-modf.c: Remove definition of ITER.
30521         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30522         (main): Loop for DURATION seconds instead of fixed number of
30523         iterations.
30524         * scripts/bench.pl: Don't expect iterations in parameters.
30526 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30528         * io/fchdir.c (__fchdir): Renamed from fchdir.
30529         (fchdir): Define as weak alias.
30531 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30533         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30534         (ERRNO_EDOM): Likewise.
30535         (ERRNO_ERANGE): Likewise.
30536         (noErrnoTests): New variable.
30537         (init_max_error): Set errno to 0.
30538         (test_single_errno): New function.
30539         (test_errno): Likewise.
30540         (check_float_internal): Call test_errno.  Set errno to 0.
30541         (check_complex): Refer to errno tests in comment.
30542         (check_int): Call test_errno.  Set errno to 0.
30543         (check_long): Likewise.
30544         (check_bool): Likewise.
30545         (check_longlong): Likewise.
30546         (cos_test): Use ERRNO_* flags for errno tests instead of
30547         check_int.
30548         (expm1_test): Likewise.
30549         (fmod_test): Likewise.
30550         (ilogb_test): Likewise.
30551         (lgamma_test): Likewise.
30552         (pow_test): Likewise.
30553         (remainder_test): Likewise.
30554         (sin_test): Likewise.
30555         (tan_test): Likewise.
30556         (yn_test): Likewise.
30557         (initialize): Set errno to 0.
30558         (main): Print number of errno tests.
30559         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30561 2013-04-29  Andreas Jaeger  <aj@suse.de>
30563         [BZ #15084]
30564         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30565         and RES_USEVC.
30567         [BZ #15085]
30568         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30569         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30570         unimplemented.
30572         [BZ #15380]
30573         * stdlib/random.c (__initstate): Return NULL if
30574         __initstate fails.
30576         [BZ #15086]
30577         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30578         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30579         RES_SNGLKUPREOP.
30581 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30583         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30585 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30587         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30588         of individual tests.
30589         (casin_test): Likewise.
30590         (casinh_test): Likewise.
30592 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30594         [BZ #15409]
30595         * math/s_catan.c (__catan): Handle arguments with large real or
30596         imaginary part separately without squaring.
30597         * math/s_catanf.c (__catanf): Likewise.
30598         * math/s_catanh.c (__catanh): Likewise.
30599         * math/s_catanhf.c (__catanhf): Likewise.
30600         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30601         and redefine.
30602         (__catanhl): Handle arguments with large real or imaginary part
30603         separately without squaring.
30604         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30605         and redefine.
30606         (__catanl): Handle arguments with large real or imaginary part
30607         separately without squaring.
30608         * math/libm-test.inc (catan_test): Add more tests.
30609         (catanh_test): Likewise.
30610         * sysdeps/i386/fpu/libm-test-ulps: Update.
30611         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30613 2013-04-27  Andreas Jaeger  <aj@suse.de>
30615         [BZ #15007]
30616         * stdlib/stdlib.h: Update guards for qecvt.
30617         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30618         <stdlib.h>.
30620 2013-04-27  Allan McRae  <allan@archlinux.org>
30622         * sysdeps/i386/fpu/libm-test-ulps: Update.
30624 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30626         [BZ #15406]
30627         * math/s_catan.c: Include <float.h>.
30628         (__catan): Ensure underflow exception occurs for underflowed
30629         result.
30630         * math/s_catanf.c: Include <float.h>.
30631         (__catanf): Ensure underflow exception occurs for underflowed
30632         result.
30633         * math/s_catanh.c: Include <float.h>.
30634         (__catanh): Ensure underflow exception occurs for underflowed
30635         result.
30636         * math/s_catanhf.c: Include <float.h>.
30637         (__catanhf): Ensure underflow exception occurs for underflowed
30638         result.
30639         * math/s_catanhl.c: Include <float.h>.
30640         (__catanhl): Ensure underflow exception occurs for underflowed
30641         result.
30642         * math/s_catanl.c: Include <float.h>.
30643         (__catanl): Ensure underflow exception occurs for underflowed
30644         result.
30645         * math/libm-test.inc (catan_test): Add more tests.
30646         (catanh_test): Likewise.
30648         [BZ #15405]
30649         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30650         underflowed result.
30651         * math/s_ccoshf.c (__ccoshf): Likewise.
30652         * math/s_ccoshl.c (__ccoshl): Likewise.
30653         * math/s_csin.c (__csin): Likewise.
30654         * math/s_csinf.c (__csinf): Likewise.
30655         * math/s_csinh.c (__csinh): Likewise.
30656         * math/s_csinhf.c (__csinhf): Likewise.
30657         * math/s_csinhl.c (__csinhl): Likewise.
30658         * math/s_csinl.c (__csinl): Likewise.
30659         * math/libm-test.inc (ccos_test): Add more tests.
30660         (ccosh_test): Likewise.
30661         (csin_test): Likewise.
30662         (csinh_test): Likewise.
30664 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30666         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30667         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30668         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30669         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30670         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30671         powerpc/power5+/fpu folders.
30672         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30675 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30677         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30679 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30681         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30682         additions to variable.
30683         [$(config-machine) = x86_64] (modules-names): Likewise.
30684         ($(objpfx)tst-audit3): Remove dependency.
30685         ($(objpfx)tst-audit3.out): Likewise.
30686         ($(objpfx)tst-audit4): Likewise.
30687         ($(objpfx)tst-audit4.out): Likewise.
30688         ($(objpfx)tst-audit5): Likewise.
30689         ($(objpfx)tst-audit5.out): Likewise.
30690         ($(objpfx)tst-audit6): Likewise.
30691         ($(objpfx)tst-audit6.out): Likewise.
30692         ($(objpfx)tst-audit7): Likewise.
30693         ($(objpfx)tst-audit7.out): Likewise.
30694         (tst-audit3-ENV): Remove variable.
30695         (tst-audit4-ENV): Likewise.
30696         (tst-audit5-ENV): Likewise.
30697         (tst-audit6-ENV): Likewise.
30698         (tst-audit7-ENV): Likewise.
30699         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30700         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30701         addition to variable.
30702         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30703         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30704         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30705         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30706         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30707         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30708         tst-audit3, tst-audit4 and tst-audit5.
30709         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30710         tst-audit6 and tst-audit7.
30711         [$(subdir) = elf] (modules-names): Add audit modules for those
30712         tests.
30713         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30714         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30715         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30716         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30717         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30718         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30719         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30720         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30721         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30722         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30723         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30724         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30725         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30726         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30727         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30728         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30729         Likewise.
30730         [$(subdir) = elf && $(config-cflags-avx) = yes]
30731         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30732         [$(subdir) = elf && $(config-cflags-avx) = yes]
30733         (CFLAGS-tst-auditmod4a.c): Likewise.
30734         [$(subdir) = elf && $(config-cflags-avx) = yes]
30735         (CFLAGS-tst-auditmod4b.c): Likewise.
30736         [$(subdir) = elf && $(config-cflags-avx) = yes]
30737         (CFLAGS-tst-auditmod6b.c): Likewise.
30738         [$(subdir) = elf && $(config-cflags-avx) = yes]
30739         (CFLAGS-tst-auditmod6c.c): Likewise.
30740         [$(subdir) = elf && $(config-cflags-avx) = yes]
30741         (CFLAGS-tst-auditmod7b.c): Likewise.
30742         * elf/tst-audit3.c: Move to ...
30743         * sysdeps/x86_64/tst-audit3.c: ... here.
30744         * elf/tst-audit4.c: Move to ...
30745         * sysdeps/x86_64/tst-audit4.c: ... here.
30746         * elf/tst-audit5.c: Move to ...
30747         * sysdeps/x86_64/tst-audit5.c: ... here.
30748         * elf/tst-audit6.c: Move to ...
30749         * sysdeps/x86_64/tst-audit6.c: ... here.
30750         * elf/tst-audit7.c: Move to ...
30751         * sysdeps/x86_64/tst-audit7.c: ... here.
30752         * elf/tst-auditmod3a.c: Move to ...
30753         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30754         * elf/tst-auditmod3b.c: Move to ...
30755         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30756         * elf/tst-auditmod4a.c: Move to ...
30757         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30758         * elf/tst-auditmod4b.c: Move to ...
30759         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30760         * elf/tst-auditmod5a.c: Move to ...
30761         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30762         * elf/tst-auditmod5b.c: Move to ...
30763         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30764         * elf/tst-auditmod6a.c: Move to ...
30765         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30766         * elf/tst-auditmod6b.c: Move to ...
30767         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30768         * elf/tst-auditmod6c.c: Move to ...
30769         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30770         * elf/tst-auditmod7a.c: Move to ...
30771         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30772         * elf/tst-auditmod7b.c: Move to ...
30773         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30775 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30777         [BZ #15366]
30778         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30779         define unconditionally.
30780         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30781         define unconditionally.
30782         (INT8_C, INT16_C, etc.): Likewise.
30784 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30786         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30787         __ehdr_start with hidden visibility.
30789         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30791 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30793         * math/libm-test.inc (cos_test): Use accurate hex constants.
30794         (sincost_test): Likewise.
30796 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30798         * math/libm-test.inc (catan_test): Add more tests.
30799         (catanh_test): Likewise.
30801         * math/s_catanf.c (__catanf): Use suffixed floating-point
30802         constants.
30803         * math/s_catanhf.c (__catanhf): Likewise.
30804         * math/s_catanhl.c (__catanhl): Likewise.
30805         * math/s_catanl.c (__catanl): Likewise.
30807         [BZ #15394]
30808         * math/s_catan.c (__catan): Calculate imaginary part of result
30809         with log1p not log unless computing log of number close to 0.
30810         * math/s_catanf.c (__catanf): Likewise.
30811         * math/s_catanl.c (__catanl): Likewise.
30812         * math/s_catanh.c (__catanh): Calculate real part of result with
30813         log1p not log unless computing log of number close to 0.
30814         * math/s_catanhf.c (__catanhf): Likewise.
30815         * math/s_catanhl.c (__catanhl): Likewise.
30816         * math/libm-test.inc (catan_test): Add more tests.
30817         (catanh_test): Likewise.
30818         * sysdeps/i386/fpu/libm-test-ulps: Update.
30819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30821 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30823         * benchtests/Makefile: Mention files in which fast and slow
30824         paths of math functions are implemented.
30826 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30828         * sysdeps/posix/timespec_get.c: New file.
30830 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30832         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30833         POWER.
30834         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30835         for POWER.
30836         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30837         powerpc/power5/fpu folders.
30838         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30839         * benchtests/Makefile: Add modf testcase.
30840         * benchtests/bench-modf.c: New file: Benchmark test for mo
30842 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30844         [BZ #14888]
30845         * time/Makefile (tests): Add tst-strptime-whitespace.
30846         * time/strptime_l.c (get_number): Use ISSPACE.
30847         (__strptime_internal): Likewise.
30848         * time/tst-strptime-whitespace.c: New test case.
30850 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30852         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30853         member.
30854         (_nss_files_init): Set it here.
30856 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30858         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30859         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30860         unsigned.
30862 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30864         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30866 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30868         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30869         size just once.
30871 2013-04-21  David S. Miller  <davem@davemloft.net>
30873         * po/ru.po: Update Russion translation from translation project.
30875 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30877         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30878         and setfsgid.
30880 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30882         * configure.in: Remove i386 configure warning. Remove i386 case.
30883         * configure: Regenerate.
30884         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30885         Add example to error message.
30886         * sysdeps/i386/configure: Regenerate.
30888 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30890         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30891         slowtan.
30892         * benchtests/cos-inputs: New file.
30893         * benchtests/slowcos-inputs: New file.
30894         * benchtests/slowcos.c: New file.
30895         * benchtests/slowtan-inputs: New file.
30896         * benchtests/slowtan.c: New file.
30897         * benchtests/tan-inputs: New file.
30899 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30901         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30902         considered kosher.
30904 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30906         * benchtests/Makefile: Include cppflags-iterator.mk to add
30907         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30909         * Makefile.in (bench-clean): New target.
30910         * benchtests/Makefile (bench-clean): Likewise.
30912 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30914         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30916 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30918         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30920 2013-04-15  Andreas Schwab  <schwab@suse.de>
30922         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30923         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30924         * nscd/pwdcache.c (cache_addpw): Likewise.
30925         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30926         more than recsize.
30928 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30930         * benchtests/Makefile (bench): Write all output to
30931         bench-out.tmp together.
30933 2013-04-15  Andreas Schwab  <schwab@suse.de>
30935         * nscd/nscd.c (main): Don't fork again after closing files.
30937 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30939         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30941         * benchtests/Rules (bench-deps): Collect dependencies into a
30942         single variable.  Add Makefile to dependencies.
30943         ($(objpfx)bench-%.c): Depend on bench-deps.
30945 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30946             Xavier Roche  <roche+kml2@exalead.com>
30948         [BZ #15361]
30949         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30950         just that it's a file descriptor.
30951         * manual/llio.texi (Synchronizing AIO Operations): Update description
30952         for EBADF error from aio_fsync.
30954 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30956         * Rules (bench): Move target definition...
30957         * benchtests/Makefile: ... here.
30959 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30961         * math/libm-test.inc (cos_test): Fix PI/2 test.
30962         (sincos_test): Likewise.
30963         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30964         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30966 2013-04-11  Andreas Schwab  <schwab@suse.de>
30968         [BZ #13988]
30969         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30970         accept exponent character only when digits were seen.
30971         * stdio-common/Makefile (tests): Add bug26.
30972         * stdio-common/bug26.c: New file.
30974         [BZ #14293]
30975         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30976         non-freeable.
30978 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30980         * Makeconfig (rtld-prefix): Define built linker prefix.
30981         * Rules (run-bench): Use it.
30982         * math/Makefile (run-regen-ulps): Likewise.
30984         * Rules (bench): Remove eval.
30986 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30987             Roland McGrath  <roland@hack.frob.com>
30988             Ondrej Bilka  <neleai@seznam.cz>
30990         [BZ #15346]
30991         * time/getdate.c: Include ctype.h and alloca.h.
30992         (__getdate_r): Trim leading and trailing spaces of input.
30993         * time/tst-getdate.c (tests): Add tests with leading and
30994         trailing spaces.
30996 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30998         [BZ #14280]
30999         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
31000         when computing value.
31002 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31004         * math/README.libm-test (How can I generate "libm-test-ulps"?):
31005         Use testrun.sh to run libm tests.
31007         [BZ #15309]
31008         * elf/dl-open.c (dl_open_worker): memset all of seen array.
31010 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
31012         [BZ #15264]
31013         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
31015 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31017         * Makefile.in (regen-ulps): New target.
31018         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
31019         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
31020         [ifneq (no,$(PERL)] (regen-ulps): New target.
31021         [ifeq (no,$(PERL)] (regen-ulps): New target.
31022         * math/libm-test.inc (ulps_file_name): Define.
31023         (output_dir): New variable.
31024         (options): Add "output-dir" option.
31025         (parse_opt): Handle 'o' case.
31026         (main): If output_dir is non-NULL use it as a prefix
31027         otherwise use "".
31028         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
31030 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31032         [BZ #10060, #10062]
31033         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
31034         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
31035         fail configure if __sync_val_compare_and_swap is not inlined.
31036         * sysdeps/i386/configure: Regenerate.
31037         * configure.in: Build for i686 when configured for i386.
31038         * configure: Regenerate.
31039         * README: Remove i386 reference.
31041 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31043         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
31044         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31046 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
31048         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
31049         (lmsnanval): New variables.
31050         (F): Add conversion tests.
31051         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
31052         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
31054         * stdio-common/tstdiomisc.c (F): Properly collect individual
31055         tests' results.
31057         [BZ #14686, #15336]
31058         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
31059         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
31060         Instead, use input NaN values or generate a qNaN by arithmetic
31061         operation.  Also fix bugs to comply with the standard.
31062         * math/libm-test.inc (remainder_test): Add more tests.
31064         [BZ #15335, #15342]
31065         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
31066         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
31067         input NaN values or generate a qNaN by arithmetic operation.
31069         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
31070         unreachable code.
31072         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
31073         definitions.
31075 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
31077         [BZ #14478]
31078         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
31079         underflowed result.
31080         * math/s_cexpf.c (__cexpf): Likewise.
31081         * math/s_cexpl.c (__cexpl): Likewise.
31082         * math/libm-test.inc (cexp_test): Add more tests.
31084 2013-04-03  Andreas Schwab  <schwab@suse.de>
31086         [BZ #15330]
31087         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
31088         order arrays from heap if bigger than alloca cutoff.
31090 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
31092         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
31093         (SNAN_TESTS_double): Refer to GCC PR56831.
31094         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
31095         GCC PR56828.
31097 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31099         * Rules (bench): Move bench.out after the run is complete.
31101         * Rules (bench): Echo currently running benchmark.
31103         * benchtests/Makefile (bench): Add atan and slowatan.
31104         * benchtests/atan-inputs: New file.
31105         * benchtests/slowatan-inputs: New file.
31106         * benchtests/slowatan.c: New file.
31108         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
31109         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
31110         its value.
31112         [BZ #15305]
31113         * sysdeps/unix/sysv/linux/kernel-features.h
31114         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
31115         __ASSUME_XFS_RESTRICTED_CHOWN.
31116         * sysdeps/unix/sysv/linux/pathconf.c
31117         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
31118         Save and restore errno.
31120 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
31122         [BZ #15327]
31123         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
31124         arguments using __kernel_casinh.
31125         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
31126         arguments using __kernel_casinhf.
31127         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
31128         arguments using __kernel_casinhl.
31129         * math/libm-test.inc (cacosh_test): Add more tests.
31130         * sysdeps/i386/fpu/libm-test-ulps: Update.
31131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31133 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31135         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
31136         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
31138         * bench/Makefile (bench): Add sin and slowsin.
31139         * benchtests/sin-inputs: New file.
31140         * benchtests/slowsin-inputs: New file.
31141         * benchtests/slowsin.c: New file.
31143         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
31144         (bench): Add slowexp and slowpow.
31145         (exp-ITER): Increase iterations.
31146         (pow-ITER): Likewise.
31147         * benchtests/exp-inputs: Change input.
31148         * benchtests/pow-inputs: Likewise.
31149         * benchtests/slowexp-inputs: New file.
31150         * benchtests/slowexp.c: New file.
31151         * benchtests/slowpow-inputs: New file.
31152         * benchtests/slowpow.c: New file.
31154 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31156         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31157         instructions.
31158         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31159         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
31160         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
31161         * benchtests/Makefile: Add rint benchtest.
31162         * benchtests/rint-inputs: Input for rint benchtest.
31164 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
31166         * Versions.def (libm): Add GLIBC_2.18.
31167         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
31168         hidden libm prototypes.
31169         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
31170         * math/Makefile (libm-calls): Add s_issignaling.
31171         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
31172         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
31173         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
31174         declaration.
31175         * math/math.h [__USE_GNU] (issignaling): New macro.
31176         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
31177         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
31178         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
31179         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
31180         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
31181         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
31182         * manual/arith.texi (issignaling): New section.
31183         * manual/libm-err-tab.pl (@all_functions): Update comment.
31184         * math/gen-libm-test.pl (parse_args): Apply special handling for
31185         issignaling.
31186         * math/libm-test.inc (print_float, issignaling_test): New
31187         functions.
31188         (check_float_internal): Add issignaling checks.
31189         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
31190         default definition.
31191         * sysdeps/powerpc/math-tests.h: New file.
31192         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
31193         tests.
31194         * math/test-snan.c (TEST_FUNC): Likewise.
31196 2013-03-30  David S. Miller  <davem@davemloft.net>
31198         * po/de.po: Update from translation team.
31200 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
31202         [BZ #10357]
31203         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31204         imaginary part less than 1.0 and real part less than 0.5
31205         specially.
31206         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31207         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31208         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
31209         (cacos_test): Add more tests.
31210         (casin_test): Likewise.
31211         (casinh_test): Likewise.
31212         * sysdeps/i386/fpu/libm-test-ulps: Update.
31213         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31215 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31217         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
31218         ONE with its value.
31220         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
31221         (__pow_mp): Replace ONE and MONE with their values.
31222         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31223         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
31224         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31225         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
31226         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31227         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31229         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
31231         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
31232         (__pow_mp): Replace ZERO and MZERO with their values.
31233         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31234         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31235         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31236         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31237         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31238         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
31239         (__sqr): Likewise.
31241         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
31243         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
31245 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31247         * include/stdlib.h [!SHARED] (__call_tls_dtors):
31248         Declare with __attribute__ ((weak)).
31249         * stdlib/exit.c (__libc_atexit) [!SHARED]:
31250         Call __call_tls_dtors only if it's not NULL.
31252 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31254         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
31255         didn't do it already, then set _dl_phdr and _dl_phnum based on the
31256         magic __ehdr_start linker symbol if it's defined.
31257         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
31258         them up here if it was already done.
31260         * elf/dl-support.c (_dl_phdr): Make pointer to const.
31261         (_dl_aux_init): Use const in cast when setting it.
31262         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31263         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31264         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31266         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31267         Declare them here.
31268         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31269         * csu/libc-tls.c: Nor here.
31270         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31272         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31273         (__libc_message): Never call vsyslog.
31275 2013-03-28  Alan Modra  <amodra@gmail.com>
31277         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31278         Define as empty.
31279         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31280         Likewise.
31282 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31284         [BZ #15214]
31285         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31286         underflow.
31287         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31289 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31291         [BZ #15304]
31292         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31293         Don't add gid passed as argument.
31295         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31297 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
31299         [BZ #15307]
31300         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31301         imaginary part between 1.0 and 1.5 and real part less than 0.5
31302         specially.
31303         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31304         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31305         * math/libm-test.inc (cacos_test): Add more tests.
31306         (casin_test): Likewise.
31307         (casinh_test): Likewise.
31308         * sysdeps/i386/fpu/libm-test-ulps: Update.
31309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31311 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31313         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31314         constants.
31315         (norm): Likewise.
31316         (denorm): Likewise.
31317         (__dbl_mp): Likewise.
31318         (add_magnitudes): Likewise.
31319         (sub_magnitudes): Likewise.
31320         (__add): Likewise.
31321         (__sub): Likewise.
31322         (__mul): Likewise.
31323         (__sqr): Likewise.
31324         (__inv): Likewise.
31325         (__dvd): Likewise.
31327         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31328         commented code.
31329         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31330         (__dubcos): Likewise.
31331         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31332         (__ieee754_acos): Likewise.
31333         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31334         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31335         (__exp1): Likewise.
31336         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31337         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31338         (log1): Likewise.
31339         (my_log2): Likewise.
31340         (checkint): Likewise.
31341         * sysdeps/ieee754/dbl-64/e_remainder.c
31342         (__ieee754_remainder): Likewise.
31343         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31344         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31345         (bsloww): Likewise.
31346         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31348         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31349         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31350         MANTISSA_STORE_T to store computations on mantissa.  Use
31351         macros for rounding and division.
31352         (denorm): Likewise.
31353         (__dbl_mp): Likewise.
31354         (add_magnitudes): Likewise.
31355         (sub_magnitudes): Likewise.
31356         (__mul): Likewise.
31357         (__sqr): Likewise.
31358         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31359         powers of two in terms of TWOPOW macro.
31360         (mp_no): Make type of mantissa as MANTISSA_T.
31361         [!RADIXI]: Define RADIXI.
31362         [!TWO52]: Define TWO52.
31363         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31365 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31367         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31368         llroundl symbol when building for PPC32.
31370 2013-03-24  Mark H Weaver  <mhw@netris.org>
31372         * manual/arith.texi (Normalization Functions): Fix prototypes for
31373         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31375 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31377         [BZ #13889]
31378         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31379         high value to check if expl overflow.
31380         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31381         to check for underflow and overflow.
31382         * math/libm-test.inc: Add exp test.
31384 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31386         [BZ #11120]
31387         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31388         with NOT_IN_libc.
31390 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31392         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31393         symbol.
31395 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31397         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31398         wrap blocks consisting of several statements.
31400         * sysdeps/generic/math-tests.h: New file.
31401         * sysdeps/i386/fpu/math-tests.h: Likewise.
31402         * math/test-snan.c: Include it.
31403         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31405 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31407         [BZ #15285]
31408         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31409         (__ieee754_j0l): Do not improve calculations using cos of twice
31410         input for inputs above LDBL_MAX / 2.0L.
31411         (__ieee754_y0l): Likewise.
31412         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31413         (__ieee754_j1l): Do not improve calculations using cos of twice
31414         input for inputs above LDBL_MAX / 2.0L.
31415         (__ieee754_y1l): Likewise.
31416         * math/libm-test.inc (j0_test): Add another test.
31417         (j1_test): Likewise.
31418         (y0_test): Likewise.
31419         (y1_test): Likewise.
31420         * sysdeps/i386/fpu/libm-test-ulps: Update.
31422 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31424         * Rules ($(objpfx)bench-%.c): Include code from a C source
31425         file.
31427 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31429         [BZ #15287]
31430         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31431         imaginary part 1.0 and real part less than 0.5 specially.
31432         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31433         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31434         * math/libm-test.inc (cacos_test): Add more tests.
31435         (casin_test): Likewise.
31436         (casinh_test): Likewise.
31437         * sysdeps/i386/fpu/libm-test-ulps: Update.
31438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31440 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31442         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31443         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31445 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31447         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31448         * config.make.in (config-cflags-sse4): Remove variable.
31449         (config-cflags-avx): Likewise.
31450         (config-cflags-sse2avx): Likewise.
31451         (config-cflags-novzeroupper): Likewise.
31452         (config-asflags-i686): Likewise.
31453         (have-mfma4): Likewise.
31454         (have-as-vis3): Likewise.
31455         (MIG): Likewise.
31456         * configure.in (MIG): Do not AC_SUBST.
31457         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31458         (libc_cv_cc_sse4): Do not AC_SUBST.
31459         (libc_cv_cc_avx): Likewise.
31460         (libc_cv_cc_sse2avx): Likewise.
31461         (libc_cv_cc_novzeroupper): Likewise.
31462         (libc_cv_cc_fma4): Likewise.
31463         (libc_cv_as_i686): Likewise.
31464         (libc_cv_sparc_as_vis3): Likewise.
31465         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31466         LIBC_CONFIG_VAR.
31467         (config-asflags-i686): Likewise.
31468         (config-cflags-avx): Likewise.
31469         (config-cflags-sse2avx): Likewise.
31470         (have-mfma4): Likewise.
31471         (config-cflags-novzeroupper): Likewise.
31472         * sysdeps/mach/configure.in (MIG): Likewise.
31473         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31474         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31475         LIBC_CONFIG_VAR.
31476         (config-cflags-avx): Likewise.
31477         (config-cflags-sse2avx): Likewise.
31478         (have-mfma4): Likewise.
31479         (config-cflags-novzeroupper): Likewise.
31480         * configure: Regenerated.
31481         * sysdeps/i386/configure: Likewise.
31482         * sysdeps/mach/configure: Likewise.
31483         * sysdeps/sparc/configure: Likewise.
31484         * sysdeps/x86_64/configure: Likewise.
31486 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31488         [BZ #14812]
31489         * locale/programs/localedef.c (options): Put N_ translation marker
31490         on argument names, not just descriptions.
31492 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31494         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31496 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31498         [BZ #14176]
31499         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31501 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31503         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31504         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31505         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31506         [!BEFORE_ABORT] (before_abort): New function.
31507         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31508         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31509         (writev_for_fatal): New function.
31510         (WRITEV_FOR_FATAL): New macro; call that.
31511         (backtrace_and_maps): New function.
31512         (BEFORE_ABORT): New macro; call that.
31513         (struct str_list): Type removed.
31514         (__libc_message, __libc_fatal): Functions removed.
31515         Include <sysdeps/posix/libc_fatal.c> instead.
31517 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31519         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31520         constants.
31521         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31522         double constants.
31524 2013-03-19  Andreas Schwab  <schwab@suse.de>
31526         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31527         * sysdeps/gnu/configure: Regenerate.
31529         * configure.in: Substitute libc_cv_rtlddir.
31530         * configure: Regenerate.
31531         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31532         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31533         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31534         * elf/Makefile (install-others, CFLAGS-interp.c)
31535         (ldso_install, common-ldd-rewrite): Likewise.
31536         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31537         $(inst_slibdir)/$(rtld-installed-name).
31538         * scripts/rellns-sh: Add -p option.
31539         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31540         for source.
31542 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31544         * manual/nptl.texi: Renamed to ...
31545         * manual/threads.texi: ... this.
31546         * manual/Makefile (chapters): Update.
31548 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31550         [BZ #14812]
31551         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31552         on argument names, not just descriptions.
31553         * malloc/memusagestat.c (options): Likewise.
31554         * nss/getent.c (options): Likewise.
31556 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31558         [BZ #14812]
31559         * iconv/iconv_prog.c (options): Put N_ translation marker
31560         on argument names, not just descriptions.
31561         * iconv/iconvconfig.c (options): Likewise.
31563 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31565         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31566         implementation which is faster on all x86_64 architectures.
31567         Tested on AMD, Intel Nehalem, SNB, IVB.
31568         * sysdeps/x86_64/strnlen.S: Likewise.
31570         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31571         Remove all multiarch strlen and strnlen versions.
31572         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31573         Remove strlen and strnlen related parts.
31575         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31576         Inline strlen part.
31577         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31579         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31580         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31581         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31582         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31583         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31584         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31586 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31588         * manual/memory.texi (Malloc Tunable Parameters):
31589         Sort parameters alphabetically. Add comments for missing entries.
31591 2013-03-17  David S. Miller  <davem@davemloft.net>
31593         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31595 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31597         [BZ #15283]
31598         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31599         for arguments at most half maximum finite value.
31600         * math/libm-test.inc (j0_test): Add more tests.
31601         (j1_test): Likewise.
31602         (y0_test): Likewise.
31603         (y1_test): Likewise.
31604         * sysdeps/i386/fpu/libm-test-ulps: Update.
31605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31607         [BZ #14155]
31608         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31609         1 / x and functions P and Q for arguments above 0x1p256L.
31610         (__ieee754_y0l): Likewise.
31611         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31612         (__ieee754_y1l): Likewise.
31613         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31614         (j1_test): Likewise.
31615         (y0_test): Likewise.
31616         (y1_test): Likewise.
31618 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31620         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31621         variable.
31623 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31625         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31626         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31627         zero since it's initialized to EXEC_PAGESIZE.
31629         * sysdeps/unix/sysv/linux/ldsodefs.h
31630         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31631         * sysdeps/generic/ldsodefs.h: ... here.
31633 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31635         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31637         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31638         math/test-snan.c.
31639         * math/test-snan.c: Renamed from
31640         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31641         * math/Makefile (tests): Add test-snan.
31642         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31643         test-powerpc-snan.
31645         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31646         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31647         functions.
31648         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31649         __builtin_nan family of functions.
31650         * math/libm-test.inc (initialize): Initialize qnan_value with
31651         __builtin_nan family of functions.
31652         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31653         Remove variables.
31654         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31655         Remove functions.
31656         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31657         storage class.  Initialize qNaN_var and sNaN_var with
31658         __builtin_nan and __builtin_nans families of functions,
31659         respectively.
31661         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31662         (sqrt_test): Remove duplicate test with qNaN input.
31663         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31664         (round_test, signbit_test, significand_test): Note missing +/-Inf
31665         as well as qNaN tests.
31667         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31668         qNaN_var.  Fix a few strings, too.
31669         * math/libm-test.inc (nan_value): Rename to qnan_value.
31670         * math/gen-libm-test.pl (%beautify): Adjust to that.
31671         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31672         * math/test-misc.c (main): Likewise.
31673         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31674         to __qnan_bytes, and __qnan_union, respectively.
31675         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31676         Likewise.
31677         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31678         and lqnanval, respectively.
31679         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31680         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31681         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31682         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31684         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31685         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31686         doubles.
31688         * math/test-misc.c (main): Fix copy'n'pastos.
31689         * misc/tst-efgcvt.c (special): Likewise.
31691         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31692         Remove declarations.
31694 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31696         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31697         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31698         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31699         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31701 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31703         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31704         macro to return vdso values correctly in IFUNC implementations.
31705         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31706         Optimization by using IFUNC.
31708 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31709             Richard Henderson  <rth@redhat.com>
31710             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31712         * Makefile.in (bench): New target.
31713         * NEWS: Mention the benchmark framework.
31714         * Rules (bench): Likewise.
31715         (binaries-bench): Generate binaries for functions to
31716         benchmark.
31717         * benchtests/Makefile: New makefile for benchmark tests.
31718         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31719         programs.
31720         * benchtests/exp-inputs: New input file for EXP function.
31721         * benchtests/pow-inputs: New input file for POW function.
31722         * scripts/bench.pl: New script to generate source files for
31723         benchmark programs.
31725 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31727         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31728         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31729         computations on mantissa.  Use macros for rounding and
31730         division.
31731         (denorm): Likewise.
31732         (__dbl_mp): Likewise.
31733         (add_magnitudes): Likewise.
31734         (sub_magnitudes): Likewise.
31735         (__mul): Likewise.
31736         (__sqr): Likewise.
31737         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31738         powers of two in terms of TWOPOW macro.
31739         (mp_no): Make type of mantissa as MANTISSA_T.
31740         [!RADIXI]: Define RADIXI.
31741         [!TWO52]: Define TWO52.
31742         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31744         * manual/nptl.texi (cindex): Modify threads to pthreads.
31746 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31748         * sysdeps/x86_64/preconfigure: Regenerated.
31750 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31752         [BZ #14155]
31753         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31754         0x1p28 and above.
31755         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31756         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31757         0x1p28 and above.
31758         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31759         * math/libm-test.inc (j0_test): Do not allow one spurious
31760         underflow exception.
31761         (y1_test): Likewise.
31763 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31765         * manual/Makefile (chapters): Add nptl.
31766         * manual/debug.texi (Debugging Support): Add link to Threads
31767         chapter.
31768         * manual/nptl.texi: New file.
31770         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31772 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31774         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31775         for non-NULL pointer before the memory validity test. Pointed
31776         out by Holger Brunck <holger.brunck@keymile.com>.
31778 2013-03-13  Andreas Schwab  <schwab@suse.de>
31780         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31781         instead of .os.
31783 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31785         * timezone/zic.c: Update from tzcode 2013b.
31787 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31789         * manual/install.texi (Configuring and compiling):
31790         Mention i686 and i586.
31791         * INSTALL: Regenerate.
31793 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31795         * sysdeps/init_array/elf-init.c: New file.
31796         * csu/elf-init.c
31797         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31798         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31800         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31801         __gmon_start__ as global, but as static with a .preinit_array pointer.
31802         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31803         * sysdeps/init_array/crti.S: New file, empty except for comments.
31804         * sysdeps/init_array/crtn.S: Likewise.
31806 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31808         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31809         definining bcopy.
31810         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31811         Remove Prefer_SSE_for_memop.
31812         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31813         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31814         HAS_PREFER_SSE_FOR_MEMOP.
31815         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31816         memset-x86-64.
31817         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31818         Remove bzero, memset ifunc support.
31819         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31820         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31821         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31822         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31824 2013-03-11  Andreas Schwab  <schwab@suse.de>
31826         [BZ #15234]
31827         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31828         by SHLIB_COMPAT.
31829         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31830         (GLIBC_2.16): Remove pthread_atfork.
31832 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31834         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31835         (ptestcases.h): Likewise.
31837 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31839         * Makeconfig ($(common-objpfx)config.status): Depend on
31840         sysdeps/*/preconfigure{,.in} too.
31842 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31844         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31845         (__free_hook): Use void * instead of __malloc_ptr_t.
31846         (__malloc_hook): Likewise.
31847         (__realloc_hook): Likewise.
31848         (__memalign_hook): Likewise.
31849         (__after_morecore_hook): Likewise.
31850         * malloc/arena.c (save_malloc_hook): Likewise.
31851         (save_free_hook): Likewise.
31852         * malloc/hooks.c (malloc_hook_ini): Likewise.
31853         (realloc_hook_ini): Likewise.
31854         (memalign_hook_ini): Likewise.
31855         * malloc/malloc.c (malloc_hook_ini): Likewise.
31856         (realloc_hook_ini): Likewise.
31857         (memalign_hook_ini): Likewise.
31858         (__free_hook): Likewise.
31859         (__malloc_hook): Likewise.
31860         (__realloc_hook): Likewise.
31861         (__memalign_hook): Likewise.
31862         (__libc_malloc): Likewise.
31863         (__libc_free): Likewise.
31864         (__libc_realloc): Likewise.
31865         (__libc_memalign): Likewise.
31866         (__libc_valloc): Likewise.
31867         (__libc_pvalloc): Likewise.
31868         (__libc_calloc): Likewise.
31869         (__posix_memalign): Likewise.
31870         * malloc/morecore.c (__sbrk): Likewise.
31871         (__default_morecore): Likewise.
31873         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31875         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31876         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31877         __malloc_ptrdiff_t.
31879         * malloc/malloc.h (__malloc_size_t): Remove macro.
31880         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31881         __malloc_size_t.
31882         (old_memalign_hook): Likewise.
31883         (old_realloc_hook): Likewise.
31884         (struct hdr): Likewise.
31885         (flood): Likewise.
31886         (mallochook): Likewise.
31887         (memalignhook): Likewise.
31888         (reallochook): Likewise.
31889         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31890         (tr_old_realloc_hook): Likewise.
31891         (tr_old_memalign_hook): Likewise.
31892         (tr_mallochook): Likewise.
31893         (tr_reallochook): Likewise.
31894         (tr_memalignhook): Likewise.
31896 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31898         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31899         default_ldbl_pack and using as default implementation.
31900         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31901         implementation.
31902         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31903         redundant definition.
31904         (ldbl_insert_mantissa): Likewise.
31905         (ldbl_canonicalize): Likewise.
31906         (ldbl_nearbyint): Likewise.
31907         (ldbl_pack): Rename to ldbl_pack_ppc.
31908         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31909         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31910         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31912 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31914         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31915         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31916         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31917         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31918         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31919         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31920         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31921         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31923 2013-03-07  Andreas Jaeger  <aj@suse.de>
31925         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31926         bits/mman-linux.h.
31928 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31930         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31931         Include mpa.h and declare __MPEXP.
31932         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31933         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31934         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31935         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31936         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31937         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31938         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31940         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31941         (__slowpow): Use long double EXPL and LOGL functions to
31942         compute POW.
31943         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31944         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31945         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31946         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31947         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31948         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31950         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31951         intermediate variable to calculate exponent.
31952         (__sqr): Likewise.
31953         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31954         Likewise.
31955         (__sqr): Likewise.
31957         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31958         [!NO__SQR]: Define __sqr.
31959         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31960         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31961         sysdeps/ieee754/dbl-64/mpa.c.
31962         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31964         [BZ #12723]
31965         * posix/Makefile (tests): Add tst-pathconf.
31966         * posix/tst-pathconf.c: New test case.
31967         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31968         _PC_PIPE_BUF.
31969         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31971 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31973         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31975 2013-03-06  Andreas Jaeger  <aj@suse.de>
31977         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31978         definition via __MAP_ANONYMOUS.
31980         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31981         it's not part of Linux headers.
31983         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31984         (MAP_HUGE_MASK): Define.
31986         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31987         Define.
31988         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31989         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31990         Define.
31991         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31992         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31993         Define.
31994         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31995         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31996         Define.
31997         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31999         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
32000         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
32001         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
32002         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
32003         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
32004         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
32006         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
32007         Handle f2fs.
32009         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
32010         Handle f2fs and efivarfs.
32012         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
32013         f2fs.
32015         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
32016         (EFIVARFS_MAGIC): Add.
32017         (F2FS_LINK_MAX): Add.
32019 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
32021         * stdio-common/vfprintf.c: Replace __builtin_expect with
32022         __glibc_unlikely.
32024 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
32026         [BZ #13550]
32027         * sysdeps/generic/bp-sym.h: Remove file.
32028         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
32029         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
32030         <bp-sym.h> and <bp-asm.h>.
32031         (__longjmp): Don't use BP_SYM.
32032         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
32033         and <bp-asm.h>.
32034         (memcpy): Don't use BP_SYM.
32035         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
32036         <bp-sym.h> and <bp-asm.h>.
32037         (memcpy): Don't use BP_SYM.
32038         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
32039         <bp-asm.h>.
32040         (memcpy): Don't use BP_SYM.
32041         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
32042         <bp-asm.h>.
32043         (memset): Don't use BP_SYM.
32044         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32045         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32046         (__bzero): Don't use BP_SYM.
32047         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32048         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32049         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
32050         <bp-sym.h> and <bp-asm.h>.
32051         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32052         pointers.
32053         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
32054         <bp-sym.h> and <bp-asm.h>.
32055         (memcpy): Don't use BP_SYM.
32056         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
32057         <bp-sym.h> and <bp-asm.h>.
32058         (memset): Don't use BP_SYM.
32059         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32060         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32061         (__bzero): Don't use BP_SYM.
32062         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32063         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32064         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
32065         <bp-sym.h> and <bp-asm.h>.
32066         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32067         pointers.
32068         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
32069         <bp-sym.h> and <bp-asm.h>.
32070         (memcpy): Don't use BP_SYM.
32071         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
32072         <bp-sym.h> and <bp-asm.h>.
32073         (memset): Don't use BP_SYM.
32074         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32075         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32076         (__bzero): Don't use BP_SYM.
32077         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32078         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32079         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
32080         <bp-sym.h> and <bp-asm.h>.
32081         (__memchr): Don't use BP_SYM.
32082         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
32083         <bp-sym.h> and <bp-asm.h>.
32084         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32085         pointers.
32086         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
32087         <bp-sym.h> and <bp-asm.h>.
32088         (memcpy): Don't use BP_SYM.
32089         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
32090         <bp-sym.h> and <bp-asm.h>.
32091         (__mempcpy): Don't use BP_SYM.
32092         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
32093         <bp-sym.h> and <bp-asm.h>.
32094         (__memrchr): Don't use BP_SYM.
32095         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
32096         <bp-sym.h> and <bp-asm.h>.
32097         (memset): Don't use BP_SYM.
32098         (__bzero): Likewise.
32099         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
32100         <bp-sym.h> and <bp-asm.h>.
32101         (__rawmemchr): Don't use BP_SYM.
32102         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
32103         <bp-sym.h> and <bp-asm.h>.
32104         (__STRCMP): Don't use BP_SYM.
32105         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
32106         <bp-sym.h> and <bp-asm.h>.
32107         (strchr): Don't use BP_SYM.
32108         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
32109         <bp-sym.h> and <bp-asm.h>.
32110         (__strchrnul): Don't use BP_SYM.
32111         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
32112         <bp-sym.h> and <bp-asm.h>.
32113         (strlen): Don't use BP_SYM.
32114         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
32115         <bp-sym.h> and <bp-asm.h>.
32116         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32117         pointers.
32118         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
32119         <bp-sym.h> and <bp-asm.h>.
32120         (__strnlen): Don't use BP_SYM.
32121         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
32122         <bp-sym.h> and <bp-asm.h>.
32123         (__GI__setjmp): Don't use BP_SYM.
32124         (_setjmp): Likewise.
32125         (__sigsetjmp): Likewise.
32126         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
32127         (L(start_addresses)): Don't use BP_SYM.
32128         (_start): Likewise.
32129         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
32130         <bp-asm.h>.
32131         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
32132         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
32133         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32134         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32135         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
32136         <bp-asm.h>.
32137         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
32138         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
32139         about bounded pointers.
32140         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32141         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32142         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
32143         <bp-asm.h>.
32144         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32145         about bounded pointers.  Remove GKM FIXME comments.
32146         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32147         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32148         <bp-asm.h>.
32149         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32150         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
32151         Remove GKM FIXME comments.
32152         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32153         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32154         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32155         <bp-asm.h>.
32156         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32157         about bounded pointers.  Remove GKM FIXME comment.
32158         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32159         and <bp-asm.h>.
32160         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32161         pointers.
32162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
32163         <bp-sym.h> and <bp-asm.h>.
32164         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
32166         <bp-sym.h> and <bp-asm.h>.
32167         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32168         comment.
32170 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
32172         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
32173         call free(NULL).
32175 2013-03-05  David S. Miller  <davem@davemloft.net>
32177         * po/es.po: Update from translation team.
32179 2013-03-05  Andreas Jaeger  <aj@suse.de>
32181         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
32182         <bits/mman-linux.h>.
32183         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32184         is fine.
32185         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
32186         <bits/mman-linux.h> to end of file.
32187         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32188         is fine.
32189         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
32190         <bits/mman-linux.h> to end of file.
32191         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32192         is fine.
32193         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
32194         <bits/mman-linux.h> to end of file.
32196         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
32197         (MCL_CURRENT, MCL_FUTURE): Define here.
32199 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32201         [BZ #15232]
32202         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
32203         attribute_hidden.
32204         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32206 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32208         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
32209         fourth parameter needed for rt_sigprocmask syscall.
32210         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
32211         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
32212         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
32213         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
32214         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
32215         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
32217 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
32219         [BZ #13550]
32220         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
32221         comment about bounded pointers.
32222         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
32223         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
32225 2013-03-04  Andreas Jaeger  <aj@suse.de>
32227         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
32228         common definitions.
32230         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
32231         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
32232         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
32233         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
32234         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
32235         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
32237 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32239         [BZ #15055]
32240         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
32241         __ieee754_sqrl instead of __sqrl.
32243 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
32245         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
32246         * sysdeps/powerpc/fpu_control.h: ... here.
32247         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
32248         * sysdeps/powerpc/bits/fenvinline.h: ... here.
32249         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
32250         * sysdeps/powerpc/bits/mathinline.h: ... here.
32252 2013-03-01  Roland McGrath  <roland@hack.frob.com>
32254         * elf/dl-hwcaps.c (_dl_important_hwcaps):
32255         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
32256         to just [NEED_DL_SYSINFO_DSO].
32257         * elf/dl-support.c: Likewise.
32258         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
32259         * elf/rtld.c (dl_main): Likewise.
32260         * elf/setup-vdso.h (setup_vdso): Likewise.
32261         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32262         * sysdeps/unix/sysv/linux/dl-sysdep.c
32263         (_dl_discover_osversion): Likewise.
32265 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
32267         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32268         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32270 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32272         * NEWS: Mention libm performance improvements and non-x86 PI
32273         futex support.
32275         * csu/libc-start.c (__pthread_initialize_minimal): Change
32276         function arguments.
32277         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32279 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
32281         [BZ #13550]
32282         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32283         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32284         <bp-sym.h> and <bp-asm.h>.
32285         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32286         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32287         and <bp-asm.h>.
32288         (memcpy): Don't use BP_SYM.
32289         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32290         <bp-asm.h>.
32291         (__mpn_add_n): Don't use BP_SYM.
32292         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32293         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32294         and <bp-asm.h>.
32295         (__mpn_addmul_1): Don't use BP_SYM.
32296         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32297         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32298         <bp-sym.h>.
32299         (_setjmp): Don't use BP_SYM.
32300         (__novmx_setjmp): Likewise.
32301         (__GI__setjmp): Likewise.
32302         (__vmx_setjmp): Likewise.
32303         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32304         <bp-sym.h>.
32305         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32306         (__bzero): Don't use BP_SYM.
32307         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32308         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32309         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32310         <bp-sym.h> and <bp-asm.h>.
32311         (memcpy): Don't use BP_SYM.
32312         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32313         <bp-sym.h> and <bp-asm.h>.
32314         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32315         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32316         <bp-sym.h> and <bp-asm.h>.
32317         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32318         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32319         <bp-asm.h>.
32320         (__mpn_lshift): Don't use BP_SYM.
32321         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32322         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32323         <bp-asm.h>.
32324         (memset): Don't use BP_SYM.
32325         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32326         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32327         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32328         <bp-asm.h>.
32329         (__mpn_mul_1): Don't use BP_SYM.
32330         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32331         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32332         <bp-sym.h> and <bp-asm.h>.
32333         (memcmp): Don't use BP_SYM.
32334         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32335         <bp-sym.h> and <bp-asm.h>.
32336         (memcpy): Don't use BP_SYM.
32337         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32338         <bp-sym.h> and <bp-asm.h>.
32339         (memset): Don't use BP_SYM.
32340         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32341         <bp-sym.h> and <bp-asm.h>.
32342         (strncmp): Don't use BP_SYM.
32343         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32344         <bp-sym.h> and <bp-asm.h>.
32345         (memcpy): Don't use BP_SYM.
32346         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32347         <bp-sym.h> and <bp-asm.h>.
32348         (memset): Don't use BP_SYM.
32349         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32350         <bp-sym.h> and <bp-asm.h>.
32351         (__memchr): Don't use BP_SYM.
32352         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32353         <bp-sym.h> and <bp-asm.h>.
32354         (memcmp): Don't use BP_SYM.
32355         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32356         <bp-sym.h> and <bp-asm.h>.
32357         (memcpy): Don't use BP_SYM.
32358         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32359         <bp-sym.h> and <bp-asm.h>.
32360         (__mempcpy): Don't use BP_SYM.
32361         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32362         <bp-sym.h> and <bp-asm.h>.
32363         (__memrchr): Don't use BP_SYM.
32364         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32365         <bp-sym.h> and <bp-asm.h>.
32366         (memset): Don't use BP_SYM.
32367         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32368         <bp-sym.h> and <bp-asm.h>.
32369         (__rawmemchr): Don't use BP_SYM.
32370         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32371         <bp-sym.h> and <bp-asm.h>.
32372         (__STRCMP): Don't use BP_SYM.
32373         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32374         <bp-sym.h> and <bp-asm.h>.
32375         (strchr): Don't use BP_SYM.
32376         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32377         <bp-sym.h> and <bp-asm.h>.
32378         (__strchrnul): Don't use BP_SYM.
32379         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32380         <bp-sym.h> and <bp-asm.h>.
32381         (strlen): Don't use BP_SYM.
32382         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32383         <bp-sym.h> and <bp-asm.h>.
32384         (strncmp): Don't use BP_SYM.
32385         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32386         <bp-sym.h> and <bp-asm.h>.
32387         (__strnlen): Don't use BP_SYM.
32388         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32389         <bp-asm.h>.
32390         (__mpn_rshift): Don't use BP_SYM.
32391         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32392         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32393         <bp-sym.h> and <bp-asm.h>.
32394         (__sigsetjmp): Don't use BP_SYM.
32395         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32396         (L(start_addresses)): Don't use BP_SYM.
32397         (_start): Likewise.
32398         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32399         <bp-asm.h>.
32400         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32401         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32402         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32403         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32404         <bp-asm.h>.
32405         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32406         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32407         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32408         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32409         <bp-asm.h>.
32410         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32411         comments.
32412         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32413         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32414         <bp-asm.h>.
32415         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32416         FIXME comments.
32417         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32418         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32419         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32420         <bp-asm.h>.
32421         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32422         comment.
32423         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32424         and <bp-asm.h>.
32425         (strncmp): Don't use BP_SYM,
32426         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32427         <bp-asm.h>.
32428         (__mpn_sub_n): Don't use BP_SYM.
32429         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32430         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32431         and <bp-asm.h>.
32432         (__mpn_submul_1): Don't use BP_SYM.
32433         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32435         <bp-sym.h> and <bp-asm.h>.
32436         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32438         <bp-sym.h> and <bp-asm.h>.
32439         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32440         comment.
32442 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32444         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32445         Use ZK to minimize writes to Z.
32446         (sub_magnitudes): Simplify code a bit.
32447         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32448         Use ZK to minimize writes to Z.
32449         (sub_magnitudes): Simplify code a bit.
32451 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32453         * csu/gmon-start.c: Add special exception to license text.
32455 2013-02-27  Richard Henderson  <rth@redhat.com>
32457         * scripts/config.guess: Update from config.git.
32458         * scripts/config.sub: Likewise.
32460 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32462         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32464         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32466         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32468         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32470         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32472 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32474         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32475         [$(build-shared = yes].
32477 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32479         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32480         (__mul): Reduce iterations for calculating mantissa.
32482         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32483         MPTWO.
32484         (__mpranred): Likewise.
32486         [BZ #15160]
32487         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32488         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32490 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32492         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32493         Define __attribute__.
32495 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32497         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32498         unused.
32499         * posix/regex_internal.h (__attribute): Remove.
32500         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32501         (re_string_context_at): Likewise.
32502         (bitset_not): Use __attribute__ and mark function as possibly
32503         unused.
32504         (bitset_merge): Likewise.
32505         (bitset_mask): Likewise.
32506         (re_string_char_size_at): Likewise.
32507         (re_string_wchar_at): Likewise.
32508         (re_string_elem_size_at): Likewise.
32510 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32512         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32513         code.
32514         (cc32): Likewise.
32516         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32517         (__acr): Likewise.
32518         (__cpy): Likewise.
32519         (norm): Likewise.
32520         (denorm): Likewise.
32521         (__dbl_mp): Likewise.
32522         (add_magnitudes): Likewise.
32523         (sub_magnitudes): Likewise.
32524         (__mul): Likewise.
32525         (__inv): Likewise.
32527         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32528         style.
32530         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32531         style.
32533         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32534         code.
32536         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32537         up changes with default code.
32538         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32539         Likewise.
32541 2013-02-24  Allan McRae  <allan@archlinux.org>
32543         * manual/socket.texi (The Internet Namespace): Order menu items
32544         to match that in the file.
32546         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32547         node listing of the info page menu.
32549 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32551         [BZ #13550]
32552         * sysdeps/i386/bp-asm.h: Remove file.
32553         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32554         (PARMS): Do not use macros from bp-asm.h.
32555         (S1): Likewise.
32556         (S2): Likewise.
32557         (SIZE): Likewise.
32558         (__mpn_add_n): Do not use BP_SYM
32559         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32560         "bp-asm.h".
32561         (PARMS): Do not use macros from bp-asm.h.
32562         (S1): Likewise.
32563         (SIZE): Likewise.
32564         (__mpn_addmul_1): Do not use BP_SYM
32565         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32566         "bp-asm.h".
32567         (PARMS): Do not use macros from bp-asm.h.
32568         (SIGMSK): Likewise.
32569         (_setjmp): Likewise.  Do not use BP_SYM.
32570         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32571         "bp-asm.h".
32572         (PARMS): Do not use macros from bp-asm.h.
32573         (SIGMSK): Likewise.
32574         (setjmp): Likewise.  Do not use BP_SYM.
32575         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32576         "bp-asm.h".
32577         (PARMS): Do not use macros from bp-asm.h.
32578         (__frexp): Do not use BP_SYM.
32579         (frexp): Likewise.
32580         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32581         "bp-asm.h".
32582         (PARMS): Do not use macros from bp-asm.h.
32583         (__frexpf): Do not use BP_SYM.
32584         (frexpf): Likewise.
32585         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32586         "bp-asm.h".
32587         (PARMS): Do not use macros from bp-asm.h.
32588         (__frexpl): Do not use BP_SYM.
32589         (frexpl): Likewise.
32590         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32591         "bp-asm.h".
32592         (PARMS): Do not use macros from bp-asm.h.
32593         (__remquo): Do not use BP_SYM.
32594         (remquo): Likewise.
32595         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32596         "bp-asm.h".
32597         (PARMS): Do not use macros from bp-asm.h.
32598         (__remquof): Do not use BP_SYM.
32599         (remquof): Likewise.
32600         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32601         "bp-asm.h".
32602         (PARMS): Do not use macros from bp-asm.h.
32603         (__remquol): Do not use BP_SYM.
32604         (remquol): Likewise.
32605         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32606         "bp-asm.h".
32607         (PARMS): Do not use macros from bp-asm.h.
32608         (DEST): Likewise.
32609         (SRC): Likewise.
32610         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32611         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32612         "bp-asm.h".
32613         (PARMS): Do not use macros from bp-asm.h.
32614         (strlen): Do not use BP_SYM.
32615         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32616         "bp-asm.h".
32617         (PARMS): Do not use macros from bp-asm.h.
32618         (S1): Likewise.
32619         (S2): Likewise.
32620         (SIZE): Likewise.
32621         (__mpn_add_n): Do not use BP_SYM.
32622         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32623         "bp-asm.h".
32624         (PARMS): Do not use macros from bp-asm.h.
32625         (S1): Likewise.
32626         (SIZE): Likewise.
32627         (__mpn_addmul_1): Do not use BP_SYM.
32628         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32629         weak_alias.
32630         (bzero): Likewise.
32631         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32632         "bp-asm.h".
32633         (PARMS): Do not use macros from bp-asm.h.
32634         (S): Likewise.
32635         (SIZE): Likewise.
32636         (__mpn_lshift): Do not use BP_SYM.
32637         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32638         "bp-asm.h".
32639         (PARMS): Do not use macros from bp-asm.h.
32640         (DEST): Likewise.
32641         (SRC): Likewise.
32642         (LEN): Likewise.
32643         (memcpy): Likewise.  Do not use BP_SYM.
32644         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32645         libc_hidden_def and weak_alias.
32646         (mempcpy): Do not use BP_SYM in weak_alias.
32647         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32648         "bp-asm.h".
32649         (PARMS): Do not use macros from bp-asm.h.
32650         (DEST): Likewise.
32651         (LEN): Likewise.
32652         [!BZERO_P] (CHR): Likewise.
32653         (memset): Likewise.  Do not use BP_SYM.
32654         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32655         "bp-asm.h".
32656         (PARMS): Do not use macros from bp-asm.h.
32657         (S1): Likewise.
32658         (SIZE): Likewise.
32659         (__mpn_mul_1): Do not use BP_SYM.
32660         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32661         "bp-asm.h".
32662         (PARMS): Do not use macros from bp-asm.h.
32663         (S): Likewise.
32664         (SIZE): Likewise.
32665         (__mpn_rshift): Do not use BP_SYM.
32666         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32667         "bp-asm.h".
32668         (PARMS): Do not use macros from bp-asm.h.
32669         (STR): Likewise.
32670         (CHR): Likewise.
32671         (strchr): Likewise.  Do not use BP_SYM.
32672         (index): Do not use BP_SYM in weak_alias.
32673         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32674         "bp-asm.h".
32675         (PARMS): Do not use macros from bp-asm.h.
32676         (DEST): Likewise.
32677         (SRC): Likewise.
32678         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32679         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32680         "bp-asm.h".
32681         (PARMS): Do not use macros from bp-asm.h.
32682         (strlen): Do not use BP_SYM.
32683         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32684         "bp-asm.h".
32685         (PARMS): Do not use macros from bp-asm.h.
32686         (S1): Likewise.
32687         (S2): Likewise.
32688         (SIZE): Likewise.
32689         (__mpn_sub_n): Do not use BP_SYM.
32690         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32691         "bp-asm.h".
32692         (PARMS): Do not use macros from bp-asm.h.
32693         (S1): Likewise.
32694         (SIZE): Likewise.
32695         (__mpn_submul_1): Do not use BP_SYM.
32696         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32697         "bp-asm.h".
32698         (PARMS): Do not use macros from bp-asm.h.
32699         (S1): Likewise.
32700         (S2): Likewise.
32701         (SIZE): Likewise.
32702         (__mpn_add_n): Do not use BP_SYM.
32703         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32704         weak_alias.
32705         (bzero): Likewise.
32706         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32707         "bp-asm.h".
32708         (PARMS): Do not use macros from bp-asm.h.
32709         (BLK2): Likewise.
32710         (LEN): Likewise.
32711         (memcmp): Do not use BP_SYM.
32712         (bcmp): Do not use BP_SYM in weak_alias.
32713         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32714         "bp-asm.h".
32715         (PARMS): Do not use macros from bp-asm.h.
32716         (DEST): Likewise.
32717         (SRC): Likewise.
32718         (LEN): Likewise.
32719         (memcpy): Likewise.  Do not use BP_SYM.
32720         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32721         "bp-asm.h".
32722         (PARMS): Do not use macros from bp-asm.h.
32723         (DEST): Likewise.
32724         (SRC): Likewise.
32725         (LEN): Likewise.
32726         (memmove): Likewise.  Do not use BP_SYM.
32727         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32728         "bp-asm.h".
32729         (PARMS): Do not use macros from bp-asm.h.
32730         (DEST): Likewise.
32731         (SRC): Likewise.
32732         (LEN): Likewise.
32733         (__mempcpy): Likewise.  Do not use BP_SYM.
32734         (mempcpy): Do not use BP_SYM in weak_alias.
32735         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32736         "bp-asm.h".
32737         (PARMS): Do not use macros from bp-asm.h.
32738         (DEST): Likewise.
32739         (LEN): Likewise.
32740         [!BZERO_P] (CHR): Likewise.
32741         (memset): Likewise.  Do not use BP_SYM.
32742         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32743         "bp-asm.h".
32744         (PARMS): Do not use macros from bp-asm.h.
32745         (STR2): Likewise.
32746         (strcmp): Do not use BP_SYM.
32747         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32748         "bp-asm.h".
32749         (PARMS): Do not use macros from bp-asm.h.
32750         (STR): Likewise.
32751         (DELIM): Likewise.
32752         [USE_AS_STRTOK_R] (SAVE): Likewise.
32753         (FUNCTION): Likewise.  Do not use BP_SYM.
32754         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32755         aliases.
32756         (strtok_r): Likewise.
32757         (__GI___strtok_r): Likewise.
32758         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32759         (PARMS): Do not use macros from bp-asm.h.
32760         (S): Likewise.
32761         (SIZE): Likewise.
32762         (__mpn_lshift): Do not use BP_SYM.
32763         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32764         (PARMS): Do not use macros from bp-asm.h.
32765         (STR): Likewise.
32766         (CHR): Likewise.
32767         (__memchr): Do not use BP_SYM.
32768         (memchr): Do not use BP_SYM in weak_alias.
32769         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32770         (PARMS): Do not use macros from bp-asm.h.
32771         (BLK2): Likewise.
32772         (LEN): Likewise.
32773         (memcmp): Do not use BP_SYM.
32774         (bcmp): Do not use BP_SYM in weak_alias.
32775         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32776         (PARMS): Do not use macros from bp-asm.h.
32777         (S1): Likewise.
32778         (SIZE): Likewise.
32779         (__mpn_mul_1): Do not use BP_SYM.
32780         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32781         "bp-asm.h".
32782         (PARMS): Do not use macros from bp-asm.h.
32783         (STR): Likewise.
32784         (CHR): Likewise.
32785         (__rawmemchr): Do not use BP_SYM.
32786         (rawmemchr): Do not use BP_SYM in weak_alias.
32787         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32788         (PARMS): Do not use macros from bp-asm.h.
32789         (S): Likewise.
32790         (SIZE): Likewise.
32791         (__mpn_rshift): Do not use BP_SYM.
32792         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32793         (PARMS): Do not use macros from bp-asm.h.
32794         (SIGMSK): Likewise.
32795         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32796         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32797         (_start): Do not use BP_SYM.
32798         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32799         (PARMS): Do not use macros from bp-asm.h.
32800         (DEST): Likewise.
32801         (SRC): Likewise.
32802         (__stpcpy): Likewise.  Do not use BP_SYM.
32803         (stpcpy): Do not use BP_SYM in weak_alias.
32804         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32805         "bp-asm.h".
32806         (PARMS): Do not use macros from bp-asm.h.
32807         (DEST): Likewise.
32808         (SRC): Likewise.
32809         (LEN): Likewise.
32810         (__stpncpy): Likewise.  Do not use BP_SYM.
32811         (stpncpy): Do not use BP_SYM in weak_alias.
32812         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32813         (PARMS): Do not use macros from bp-asm.h.
32814         (STR): Likewise.
32815         (CHR): Likewise.
32816         (strchr): Likewise.  Do not use BP_SYM.
32817         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32818         "bp-asm.h".
32819         (PARMS): Do not use macros from bp-asm.h.
32820         (STR): Likewise.
32821         (CHR): Likewise.
32822         (__strchrnul): Likewise.  Do not use BP_SYM.
32823         (strchrnul): Do not use BP_SYM in weak_alias.
32824         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32825         "bp-asm.h".
32826         (PARMS): Do not use macros from bp-asm.h.
32827         (STOP): Likewise.
32828         (strcspn): Do not use BP_SYM.
32829         * sysdeps/i386/strpbrk.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         (STOP): Likewise.
32834         (strpbrk): Likewise.  Do not use BP_SYM.
32835         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32836         "bp-asm.h".
32837         (PARMS): Do not use macros from bp-asm.h.
32838         (STR): Likewise.
32839         (CHR): Likewise.
32840         (strrchr): Likewise.  Do not use BP_SYM.
32841         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32842         (PARMS): Do not use macros from bp-asm.h.
32843         (SKIP): Likewise.
32844         (strspn): Do not use BP_SYM.
32845         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32846         (PARMS): Do not use macros from bp-asm.h.
32847         (STR): Likewise.
32848         (DELIM): Likewise.
32849         (SAVE): Likewise.
32850         (FUNCTION): Likewise.  Do not use BP_SYM.
32851         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32852         aliases.
32853         (strtok_r): Likewise.
32854         (__GI___strtok_r): Likewise.
32855         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32856         (PARMS): Do not use macros from bp-asm.h.
32857         (S1): Likewise.
32858         (S2): Likewise.
32859         (SIZE): Likewise.
32860         (__mpn_sub_n): Do not use BP_SYM.
32861         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32862         "bp-asm.h".
32863         (PARMS): Do not use macros from bp-asm.h.
32864         (S1): Likewise.
32865         (SIZE): Likewise.
32866         (__mpn_submul_1): Do not use BP_SYM.
32867         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32868         <bp-sym.h>.
32869         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32870         and <bp-asm.h>.
32871         (PARMS): Do not use macros from bp-asm.h.
32872         (FLAGS): Likewise.
32873         (PTID): Likewise.
32874         (TLS): Likewise.
32875         (CTID): Likewise.
32876         (__clone): Do not use BP_SYM.
32877         (clone): Do not use BP_SYM in weak_alias.
32878         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32879         and <bp-asm.h>.
32880         (PARMS): Do not use macros from bp-asm.h.
32881         (LEN): Likewise.
32882         (__mmap64): Do not use BP_SYM.
32883         (mmap64): Do not use BP_SYM in weak_alias.
32884         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32885         <bp-sym.h> and <bp-asm.h>.
32886         (PARMS): Do not use macros from bp-asm.h.
32887         (__posix_fadvise64_l64): Do not use BP_SYM.
32888         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32889         (PARMS): Do not use macros from bp-asm.h.
32890         (NSOPS): Likewise.
32891         (semtimedop): Do not use BP_SYM.
32892         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32893         and <bp-asm.h>.
32895 2013-02-21  Allan McRae  <allan@archlinux.org>
32897         * manual/message.texi (Charset conversion in gettext):
32898         Move @end statement to beginning of line.
32900 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32902         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32903         static.
32904         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32905         Likewise.
32907         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32908         (denorm): Likewise.
32909         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32910         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32912 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32914         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32915         tail-call to the resolved function if pltexit isn't needed.
32917 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32919         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32920         or Y being zero as being unlikely.
32921         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32922         Likewise.
32924 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32926         * manual/nss.texi (System Databases and Name Service Switch):
32927         Remove frobnicate @pxref.
32929 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32931         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32932         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32934 2013-02-20  Petr Machata  <pmachata@redhat.com>
32936         * elf/elf.h (R_ARM_TARGET1): New macro.
32937         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32938         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32939         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32940         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32941         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32942         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32943         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32944         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32945         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32946         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32947         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32948         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32949         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32950         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32951         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32952         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32953         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32954         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32955         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32956         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32957         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32958         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32959         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32960         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32961         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32962         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32963         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32964         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32965         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32966         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32967         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32968         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32969         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32970         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32971         (R_ARM_THM_GOT_BREL12): Likewise.
32972         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32973         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32974         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32975         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32976         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32977         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32978         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32979         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32980         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32982 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32984         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32985         __attribute_used__ to __attribute__ ((unused)).
32987 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32989         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32990         powerpc mpa.c.
32991         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32992         comment formatting.
32993         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32995 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32997         [BZ #13550]
32998         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32999         Remove macro.
33000         (ENTER): Remove both macro definitions.
33001         (LEAVE): Likewise.
33002         (CHECK_BOUNDS_LOW): Likewise.
33003         (CHECK_BOUNDS_HIGH): Likewise.
33004         (CHECK_BOUNDS_BOTH): Likewise.
33005         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
33006         (RETURN_BOUNDED_POINTER): Likewise.
33007         (RETURN_NULL_BOUNDED_POINTER): Likewise.
33008         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
33009         (POP_ERRNO_LOCATION_RETURN): Likewise.
33010         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
33011         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33012         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
33013         macros.
33014         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33015         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
33016         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
33017         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
33018         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
33019         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
33020         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
33021         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
33022         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
33023         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
33024         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
33025         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
33026         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33027         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
33028         removed macros.
33029         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33030         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
33031         macros.
33032         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33033         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
33034         * sysdeps/i386/i586/memset.S (memset): Likewise.
33035         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
33036         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33037         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
33038         macros.
33039         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33040         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
33041         Change uses of L(2) to L(out).
33042         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
33043         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
33044         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
33045         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33046         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
33047         removed macros.
33048         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33049         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
33050         macros.
33051         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33052         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
33053         (RETURN): Do not use macro LEAVE.
33054         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
33055         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
33056         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
33057         * sysdeps/i386/i686/memset.S (memset): Likewise.
33058         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
33059         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
33060         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33061         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
33062         Likewise.
33063         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33064         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
33065         L(1_2) and L(1_3) into L(1).
33066         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33067         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
33068         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33069         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
33070         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33071         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
33072         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
33073         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33074         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
33075         macros.
33076         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
33077         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33078         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
33079         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
33080         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
33081         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33082         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
33083         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
33084         * sysdeps/i386/strcspn.S (strcspn): Likewise.
33085         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
33086         * sysdeps/i386/strrchr.S (strrchr): Likewise.
33087         * sysdeps/i386/strspn.S (strspn): Likewise.
33088         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
33089         conditional code.
33090         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33091         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
33092         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33093         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
33094         L(1_3) into L(1_1).
33095         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
33096         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33097         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
33098         macros.
33099         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33101 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
33103         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
33104         macro.
33106 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33108         * math/atest-exp.c (exp_mpn): Remove ROUND.
33109         * math/atest-exp2.c (exp_mpn): Likewise.
33110         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
33112         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
33113         * stdlib/tst-tls-atexit-lib.c: Likewise.
33114         * stdlib/tst-tls-atexit.c: Likewise.
33116 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33118         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
33119         and __attribute_alloc_size__.
33121 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33123         * include/programs/xmalloc.h: Change __attribute_alloc_size to
33124         __attribute_alloc_size__.
33125         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
33126         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
33128 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33130         * include/programs/xmalloc.h: New file.
33131         * catgets/gencat.c: Include it.
33132         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
33133         * elf/pldd.c: Likewise.
33134         * iconv/iconv_charmap.c: Likewise.
33135         * iconv/iconvconfig.c: Likewise.
33136         * iconv/strtab.c: Likewise.
33137         * locale/programs/locale.c: Likewise.
33138         * locale/programs/localedef.h: Likewise.
33139         * locale/programs/simple-hash.c: Likewise.
33140         * nscd/nscd.h: Likewise.
33141         * nss/makedb.c: Likewise.
33142         * sysdeps/generic/ldconfig.h: Likewise.
33144 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33146         * Versions.def: Add GLIBC_2.18.
33147         * include/link.h (struct link_map): New member l_tls_dtor_count.
33148         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33149         (__call_tls_dtors): Likewise.
33150         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33151         __cxa_thread_atexit_impl.
33152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33153         Likewise.
33154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33155         Likewise.
33156         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33157         Likewise.
33158         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33159         Likewise.
33160         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33161         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
33162         Likewise.
33163         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
33164         Likewise.
33165         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33166         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33167         Likewise.
33168         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
33169         (tests): Add test case tst-tls-atexit.
33170         (modules-names): Add shared library for tst-tls-atexit.
33171         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
33172         (GLIBC_PRIVATE): Add __call_tls_dtors.
33173         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
33174         for libstdc++.
33175         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
33176         * stdlib/tst-tls-atexit.c: New test case.
33177         * stdlib/tst-tls-atexit-lib.c: New test case.
33179         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
33181         * elf/Versions (ld): Add _dl_find_dso_for_object.
33182         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
33183         * elf/dl-open.c (_dl_find_dso_for_object): New function.
33184         (dl_open_worker): Use _dl_find_dso_for_object.
33185         * elf/dl-sym.c (do_sym): Likewise.
33186         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
33188 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33190         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
33191         Syntactic changes only.
33192         (_dl_runtime_profile): Do a tail-call to the resolved function.
33194 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
33196         [BZ #13550]
33197         * sysdeps/x86_64/bp-asm.h: Remove file.
33198         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
33199         <bp-sym.h> and <bp-asm.h>.
33200         (__clone): Do not use BP_SYM.
33201         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
33202         <bp-sym.h> and <bp-asm.h>.
33203         * sysdeps/unix/x86_64/sysdep.S: Likewise.
33204         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
33205         "bp-asm.h".
33206         (_setjmp): Do not use BP_SYM.
33207         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
33208         "bp-asm.h".
33209         (setjmp): Do not use BP_SYM.
33210         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
33211         libc_hidden_def.
33212         (mempcpy): Do not use BP_SYM in weak_alias.
33213         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
33214         "bp-asm.h".
33215         (strchr): Do not use BP_SYM.
33216         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
33217         "bp-asm.h".
33218         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
33219         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
33220         (_start): Do not use BP_SYM.
33221         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
33222         "bp-asm.h".
33223         (strcat): Do not use BP_SYM.
33224         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
33225         "bp-asm.h".
33226         (STRCMP): Do not use BP_SYM.
33227         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
33228         "bp-asm.h".
33229         (STRCPY): Do not use BP_SYM.
33230         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
33231         "bp-asm.h".
33232         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
33233         "bp-asm.h".
33234         (FUNCTION): Do not use BP_SYM.
33235         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
33236         weak_alias.
33237         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
33239 2013-02-17  Andreas Jaeger  <aj@suse.de>
33241         * time/Versions: Sort entries.
33242         * string/Versions: Likewise.
33243         * resolv/Versions: Likewise.
33244         * posix/Versions: Likewise.
33245         * iconv/Versions: Likewise.
33246         * elf/Versions: Likewise.
33247         * wcsmbs/Versions: Likewise.
33249 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33251         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
33252         loop termination condition.
33254         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
33255         variable to calculate EZ.
33256         (__sqr): Likewise.
33258         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
33259         the lower precision input.
33261 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
33263         [BZ #13550]
33264         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33265         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33266         (run-via-rtld-prefix): Do not handle %-bp tests.
33267         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33268         (all-object-suffixes): Remove .ob.
33269         (bppfx): Remove variable.
33270         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33271         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33272         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33273         [$(build-bounded) = yes] (libtype.ob): Likewise.
33274         * Makerules (elide-routines.ob): Remove variable.
33275         (do-tests-clean): Do not handle *-bp.out.
33276         (common-mostlyclean): Do not handle *-bp and *-bp.out.
33277         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33278         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33279         (tests): Do not include $(tests-bp.out).
33280         (xtests): Do not include $(xtests-bp.out).
33281         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33282         [$(build-bounded) = yes] ($(addprefix
33283         $(objpfx),$(binaries-bounded))): Remove rule.
33284         ($(objpfx)%-bp.out): Remove rule.
33285         * config.make.in (build-bounded): Remove variable.
33286         * crypt/Makefile [$(build-bounded) = yes]
33287         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33288         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33289         append to variable.
33290         [$(build-bounded) = yes] (install-lib): Likewise.
33291         [$(build-bounded) = yes] (generated): Likewise.
33292         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33293         Remove rule.
33294         * intl/Makefile [$(build-bounded) = yes]
33295         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33296         * math/Makefile [$(build-bounded) = yes]
33297         ($(tests:%=$(objpfx)%-bp): Likewise.
33298         * misc/Makefile [$(build-bounded) = yes]
33299         ($(objpfx)tst-tsearch-bp): Likewise.
33300         * nptl/Makeconfig (bounded-thread-library): Remove variable.
33301         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33302         Remove dependency.
33303         * string/Makefile (o-objects.ob): Remove variable.
33304         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33305         (CFLAGS-.ob): Remove variable.
33306         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33307         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33308         both definitions of variable.
33309         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33310         (ASFLAGS-.ob): Remove variable.
33312 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
33314         [BZ #13550]
33315         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33316         Remove __BOUNDED_POINTERS__ from condition.
33317         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33318         * string/bits/string2.h [!__NO_STRING_INLINES &&
33319         !__BOUNDED_POINTERS__]: Likewise.
33320         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33321         Likewise.
33322         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33323         Remove conditional code.
33324         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33325         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33326         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33327         condition.
33329         [BZ #13550]
33330         * csu/libc-start.c: Do not include <bp-sym.h>.
33331         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33332         * elf/dl-open.c: Do not include <bp-sym.h>.
33333         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33334         * math/fegetenv.c: Do not include <bp-sym.h>.
33335         (fegetenv): Do not use BP_SYM in versioned symbols.
33336         * nptl/sysdeps/pthread/bits/libc-lockP.h
33337         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33338         <bp-sym.h>.
33339         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33340         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33341         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33342         (__pthread_mutex_destroy): Likewise.
33343         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33344         (__pthread_mutex_lock): Likewise.
33345         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33346         (__pthread_mutex_trylock): Likewise.
33347         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33348         (__pthread_mutex_unlock): Likewise.
33349         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33350         (__pthread_mutexattr_init): Likewise.
33351         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33352         (__pthread_mutexattr_destroy): Likewise.
33353         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33354         (__pthread_mutexattr_settype): Likewise.
33355         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33356         (__pthread_rwlock_init): Likewise.
33357         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33358         (__pthread_rwlock_destroy): Likewise.
33359         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33360         (__pthread_rwlock_rdlock): Likewise.
33361         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33362         (__pthread_rwlock_tryrdlock): Likewise.
33363         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33364         (__pthread_rwlock_wrlock): Likewise.
33365         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33366         (__pthread_rwlock_trywrlock): Likewise.
33367         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33368         (__pthread_rwlock_unlock): Likewise.
33369         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33370         (__pthread_key_create): Likewise.
33371         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33372         (__pthread_setspecific): Likewise.
33373         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33374         (__pthread_getspecific): Likewise.
33375         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33376         Likewise.
33377         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33378         (_pthread_cleanup_push_defer): Likewise.
33379         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33380         (_pthread_cleanup_pop_restore): Likewise.
33381         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33382         (pthread_setcancelstate): Likewise.
33383         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33384         <bp-sym.h>.
33385         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33386         (memchr): Do not use BP_SYM in weak_alias.
33387         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33388         (fegetenv): Do not use BP_SYM in versioned symbols.
33389         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33390         (fesetenv): Do not use BP_SYM in versioned symbols.
33391         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33392         (feupdateenv): Do not use BP_SYM in versioned symbols.
33393         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33394         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33395         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33396         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33397         (open64): Do not use BP_SYM in weak_alias.
33398         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33399         (fegetenv): Do not use BP_SYM in versioned symbols.
33400         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33401         (fesetenv): Do not use BP_SYM in versioned symbols.
33402         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33403         (feupdateenv): Do not use BP_SYM in versioned symbols.
33404         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33405         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33406         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33407         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33408         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33409         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33410         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33411         <bp-sym.h>.
33412         (__libc_start_main): Do not use BP_SYM.
33414 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33416         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33417         redundant return line.
33418         (norm): Likewise.
33419         (denorm): Likewise.
33420         (dbl_mp): Likewise.
33421         (sub_magnitudes): Likewise.
33422         (__add): Likewise.
33423         (__sub): Likewise.
33424         (__mul): Likewise.
33425         (__inv): Likewise.
33426         (__dvd): Likewise.
33427         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33428         (norm): Likewise.
33429         (denorm): Likewise.
33430         (dbl_mp): Likewise.
33431         (sub_magnitudes): Likewise.
33432         (__add): Likewise.
33433         (__sub): Likewise.
33434         (__mul): Likewise.
33435         (__inv): Likewise.
33436         (__dvd): Likewise.
33438         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33439         instead of __mul.
33440         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33441         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33442         (cc32): Likewise.
33444         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33445         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33446         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33447         of __mul for squares.
33448         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33449         function
33450         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33451         Likewise.
33452         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33453         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33455 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33457         [BZ #13550]
33458         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33459         code.
33460         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33461         prototype or function definition.  Rename ubp_* variables and
33462         parameters.  Remove argv definitions conditional on
33463         [__BOUNDED_POINTERS__].
33464         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33465         * elf/dl-runtime.c (_dl_fixup): Likewise.
33466         * include/set-hooks.h (RUN_HOOK): Likewise.
33467         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33468         definition.
33469         * string/strcpy.c (strcpy): Do not use __unbounded.
33470         * sysdeps/generic/frame.h (struct layout): Likewise.
33471         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33472         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33473         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33474         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33475         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33476         (__backtrace): Likewise.
33477         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33478         use __ptrvalue.
33479         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33480         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33481         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33482         Likewise.
33483         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33484         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33485         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33486         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33487         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33488         Do not use __unbounded.
33489         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33490         Rename __unboundedrlimits parameter to rlimits in prototype.
33491         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33492         Do not use __unbounded.
33493         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33494         not use __ptrvalue.
33495         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33496         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33497         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33498         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33499         __ptrvalue or __unbounded.
33500         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33501         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33502         use __unbounded.
33503         (__new_msgctl): Do not use __ptrvalue.
33504         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33505         __unbounded.
33506         (__libc_msgrcv): Do not use __ptrvalue.
33507         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33508         startup_info): Do not use __unbounded.
33509         (__libc_start_main): Likewise.  Rename ubp_* variables and
33510         parameters.  Remove argv definitions conditional on
33511         [__BOUNDED_POINTERS__].
33512         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33513         __ptrvalue.
33514         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33515         use __unbounded.
33516         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33517         or __ptrvalue.
33518         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33519         use __unbounded.
33520         (__new_shmctl): Do not use __ptrvalue.
33521         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33522         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33523         Likewise.
33524         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33525         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33526         (__libc_sigaction): Likewise.
33527         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33528         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33529         Likewise.
33530         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33532 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33534         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33536         * string/mempcpy.c: Implement by calling memcpy.
33538 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33540         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33542         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33543         evaluation.
33545         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33546         values in the mantissa.
33548         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33549         minimize writes to Z.
33550         (sub_magnitudes): Simplify code a bit.
33552 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33554         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33555         from the message.  The linker prefixes all warnings with that already.
33557 2013-02-12  Andreas Schwab  <schwab@suse.de>
33559         [BZ #15078]
33560         * posix/regexec.c (extend_buffers): Add parameter min_len.
33561         (check_matching): Pass minimum needed length.
33562         (clean_state_log_if_needed): Likewise.
33563         (get_subexp): Likewise.
33564         * posix/Makefile (tests): Add bug-regex34.
33565         (bug-regex34-ENV): Define.
33566         * posix/bug-regex34.c: New file.
33568         [BZ #11561]
33569         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33570         elements compare against the byte sequence of it, not its name.
33571         * posix/Makefile (tests): Add bug-regex35.
33572         (bug-regex35-ENV): Define.
33573         * posix/bug-regex35.c: New file.
33575 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33577         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33578         comment.
33579         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33580         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33581         (CHECK_EOL): Add undef.
33583 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33585         * bits/stdlib-bsearch.h: New file.
33586         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33587         * stdlib/stdlib.h: Likewise.
33589 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33591         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33592         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33593         declaration.
33594         * manual/search.texi (Array Search Function): Add missing const in
33595         lfind prototype.
33596         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33597         declaration to use rlim_t.
33598         (Basic Scheduling Functions): Remove erroneous const from
33599         sched_getparam prototype.  Remove erroneous * from
33600         sched_get_priority_max and sched_get_priority_min prototypes.
33601         (Resource Usage): Fix summary @comment on vtimes to refer to
33602         sys/vtimes.h rather than vtimes.h.
33603         Add missing *s in vtimes prototype.
33604         (Limits on Resources): Fix ulimit prototype to return long int.
33605         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33606         prototypes to use long int rather than double.
33607         (BSD Random): Fix initstate and setstate to use char *, not void *.
33608         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33609         prototype to make second argument 'struct aiocb64 *const[]'.
33610         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33611         (Status of AIO Operations): Remove erroneous const in aio_return and
33612         aio_return64 prototypes.
33613         (Synchronizing I/O): Fix sync prototype to return void.
33614         * manual/startup.texi (Suboptions): Remove an erroneous const in
33615         getsubopt prototype.
33616         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33617         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33618         use size_t rather than int.
33619         (Scanning All Users): Likewise for getpwent_r.
33620         (Setting Groups): Add missing const to setgroups prototype.
33621         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33622         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33623         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33624         'const void *' rather than 'const char *'.
33625         (Host Address Functions): Likewise for inet_ntop.
33626         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33627         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33628         ssize_t for return value.
33629         (Sending Data): Likewise for send, sendto, sendmsg.
33630         (Socket Option Functions): Add a missing const in setsockopt prototype.
33631         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33632         use wchar_t for the argument.
33633         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33634         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33635         take no arguments.
33636         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33637         double/float/long double for second argument.
33638         Fix return types of significand, significandf, significandl.
33639         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33640         argument in fchmod prototype.
33641         (File Owner): Use uid_t and gid_t in fchown prototype.
33642         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33643         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33644         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33645         use 'const struct dirent **' as argument types to CMP function pointer
33646         argument.
33647         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33648         (File Times): Fix summary magic @comment for struct utimbuf and utime
33649         to refer to utime.h, not time.h.
33650         * manual/string.texi (Argz Functions): Add missing const in
33651         argz_extract and argz_next prototypes.
33652         (Finding Tokens in a String): Likewise for basename.
33653         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33654         (Copying and Concatenation): Fix typo in wmemmove prototype.
33655         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33656         (Signal Stack): Remove erroneous const in sigstack prototype.
33657         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33658         prototype.
33659         (Simple Calendar Time): Likewise for stime.
33660         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33661         prototype.
33662         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33663         say sys/sysctl.h instead.
33664         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33665         and vsyslog prototypes.
33667 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33669         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33670         Remove.
33672 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33674         * misc/sys/mman.h: Fix typo in mremap comment.
33676 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33678         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33679         the '\0' terminator.
33681 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33683         [BZ #13550]
33684         * debug/segfault.c: Don't include <bp-checks.h>.
33685         * sysdeps/generic/bp-checks.h: Remove file.
33686         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33687         (__GETDENTS): Don't use CHECK_N.
33688         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33689         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33690         (__getgroups): Don't use CHECK_N.
33691         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33692         (setgroups): Don't use CHECK_N.
33693         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33694         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33695         (__libc_msgrcv): Don't use CHECK_N.
33696         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33697         (__libc_msgsnd): Don't use CHECK_N.
33698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33699         <bp-checks.h>.
33700         (__libc_pread): Don't use CHECK_N.
33701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33702         include <bp-checks.h>.
33703         (__libc_pread64): Don't use CHECK_N.
33704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33705         include <bp-checks.h>.
33706         (__libc_pwrite): Don't use CHECK_N.
33707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33708         include <bp-checks.h>.
33709         (__libc_pwrite64): Don't use CHECK_N.
33710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33711         <bp-checks.h>.
33712         (__libc_pread): Don't use CHECK_N.
33713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33714         include <bp-checks.h>.
33715         (__libc_pread64): Don't use CHECK_N.
33716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33717         include <bp-checks.h>.
33718         (__libc_pwrite): Don't use CHECK_N.
33719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33720         include <bp-checks.h>.
33721         (__libc_pwrite64): Don't use CHECK_N.
33722         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33723         (do_pread): Don't use CHECK_N.
33724         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33725         (do_pread64): Don't use CHECK_N.
33726         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33727         (do_pwrite): Don't use CHECK_N.
33728         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33729         (do_pwrite64): Don't use CHECK_N.
33730         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33731         (__libc_readv): Don't use CHECK_N.
33732         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33733         (semop): Don't use CHECK_N.
33734         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33735         <bp-checks.h>.
33736         (semtimedop): Don't use CHECK_N.
33737         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33738         (__libc_pread): Don't use CHECK_N.
33739         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33740         <bp-checks.h>.
33741         (__libc_pread64): Don't use CHECK_N.
33742         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33743         <bp-checks.h>.
33744         (__libc_pwrite): Don't use CHECK_N.
33745         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33746         <bp-checks.h>.
33747         (__libc_pwrite64): Don't use CHECK_N.
33748         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33749         <bp-checks.h>.
33750         (__libc_msgrcv): Don't use CHECK_N.
33751         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33752         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33753         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33754         (__libc_writev): Don't use CHECK_N.
33756 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33758         * string/strcpy.c: Removed unused variable.
33760         * Makeconfig (+sysdep-includes): Define with := rather than =.
33761         Use an existing include/ subdir of each sysdeps dir before it.
33763 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33765         * nscd/connection.c (register_traced_file): Comment function.
33766         [HAVE_INOTIFY] (union __inev): Define.
33767         [HAVE_INOTIFY] (inotify_check_files): New function.
33768         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33769         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33770         clear_db_cache.
33771         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33773 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33775         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33776         loaded if not already and that a failure is permanent.
33778 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33780         [BZ #15006]
33781         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33782         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33784 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33786         [BZ #13550]
33787         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33788         (CHECK_1_NULL_OK): Likewise.
33789         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33790         (__fxstat): Do not use CHECK_1.
33791         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33792         <bp-checks.h>.
33793         (___fxstat64): Do not use CHECK_1.
33794         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33795         <bp-checks.h>.
33796         (__fxstatat): Do not use CHECK_1.
33797         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33798         <bp-checks.h>.
33799         (__fxstatat64): Do not use CHECK_1.
33800         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33801         <bp-checks.h>.
33802         (__fxstat): Do not use CHECK_1.
33803         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33804         <bp-checks.h>.
33805         (__fxstatat): Do not use CHECK_1.
33806         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33807         <bp-checks.h>.
33808         (__getresgid): Do not use CHECK_1.
33809         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33810         <bp-checks.h>.
33811         (__getresuid): Do not use CHECK_1.
33812         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33813         <bp-checks.h>.
33814         (__lxstat): Do not use CHECK_1.
33815         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33816         <bp-checks.h>.
33817         (__old_msgctl): Do not use CHECK_1.
33818         (__new_msgctl): Likewise.
33819         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33820         <bp-checks.h>.
33821         (__new_setrlimit): Do not use CHECK_1.
33822         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33823         <bp-checks.h>.
33824         (__old_shmctl): Do not use CHECK_1.
33825         (__new_shmctl): Likewise.
33826         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33827         <bp-checks.h>.
33828         (__xstat): Do not use CHECK_1.
33829         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33830         (__lxstat): Do not use CHECK_1.
33831         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33832         <bp-checks.h>.
33833         (___lxstat64): Do not use CHECK_1.
33834         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33835         (__old_msgctl): Do not use CHECK_1.
33836         (__new_msgctl): Likewise.
33837         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33838         <bp-checks.h>.
33839         (__gettimeofday): Do not use CHECK_1.
33840         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33841         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33842         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33843         <bp-checks.h>.
33844         (__gettimeofday): Do not use CHECK_1.
33845         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33846         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33847         (__new_shmctl): Do not use CHECK_1.
33848         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33849         <bp-checks.h>.
33850         (do_sigtimedwait): Do not use CHECK_1.
33851         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33852         <bp-checks.h>.
33853         (do_sigwaitinfo): Do not use CHECK_1.
33854         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33855         <bp-checks.h>.
33856         (msgctl): Do not use CHECK_1.
33857         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33858         <bp-checks.h>.
33859         (shmctl): Do not use CHECK_1.
33860         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33861         (ustat): Do not use CHECK_1.
33862         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33863         <bp-checks.h>.
33864         (__fxstat): Do not use CHECK_1.
33865         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33866         <bp-checks.h>.
33867         (__fxstatat): Do not use CHECK_1.
33868         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33869         <bp-checks.h>.
33870         (__lxstat): Do not use CHECK_1.
33871         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33872         <bp-checks.h>.
33873         (__xstat): Do not use CHECK_1.
33874         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33875         (__xstat): Do not use CHECK_1.
33876         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33877         (___xstat64): Do not use CHECK_1.
33879         [BZ #13550]
33880         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33881         definitions.
33882         (CHECK_BOUNDS_HIGH): Likewise.
33883         * string/strcpy.c: Do not include <bp-checks.h>.
33884         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33886 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33888         * nscd/nscd-client.h (__nscd_drop_map_ref):
33889         Add __attribute__ ((unused)).
33890         * nis/nss-nisplus.h (niserr2nss): Likewise.
33892         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33893         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33895         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33896         Remove inline keyword.
33897         * include/rounding-mode.h (round_away): Likewise.
33898         * libio/wfileops.c (adjust_wide_data): Likewise.
33899         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33900         (__m128i_strloadu_tolower): Likewise.
33901         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33902         (__m128i_strloadu_tolower): Likewise.
33903         * time/mktime.c (ydhms_diff): Likewise.
33904         * locale/elem-hash.h (elem_hash): Likewise.
33905         * locale/setlocale.c (setdata): Likewise.
33906         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33907         (re_string_wchar_at): Likewise.
33908         (bitset_not, bitset_merge, bitset_mask): Likewise.
33909         [!(__GNUC__ > 3)] (inline): Remove macro.
33910         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33911         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33912         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33913         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33914         * string/memcmp.c (memcmp_bytes): Likewise.
33915         * locale/programs/locarchive.c (compute_hashval): Likewise.
33916         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33917         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33918         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33919         * nss/getent.c (print_rpc, print_protocols): Likewise.
33920         (print_passwd, print_group, print_aliases): Likewise.
33921         * nis/nss-nisplus.h (niserr2nss): Likewise.
33922         * nscd/connections.c (restart_p): Likewise.
33923         Change return type to bool.
33925 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33927         * Makeconfig (all-Depend-files): Add existing
33928         $(sorted-subdirs:=/Depend) files.
33929         (all-subdirs): Remove nss.
33930         * sysdeps/unix/inet/Subdirs: Add it here instead.
33931         * hesiod/Depend: New file.
33933         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33934         instead of calling alloca.
33936         * io/lseek.c (__lseek): Rename to __libc_lseek.
33937         Define __lseek as an alias.
33939         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33941 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33943         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33944         else clause and remove check for non-standard endianness.
33946 2013-02-04  David S. Miller  <davem@davemloft.net>
33948         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33950 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33952         [BZ #13550]
33953         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33954         (__ubp_memchr): Remove prototype.
33955         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33956         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33957         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33958         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33959         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33960         Remove alias.
33961         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33962         (__ubp_memchr): Likewise.
33963         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33964         (__ubp_memchr): Likewise.
33965         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33966         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33967         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33968         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33969         CHECK_STRING.
33970         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33971         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33972         (__getcwd): Do not use CHECK_STRING.
33973         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33974         <bp-checks.h>.
33975         (__real_chown): Do not use CHECK_STRING.
33976         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33977         <bp-checks.h>.
33978         (fchownat): Do not use CHECK_STRING.
33979         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33980         CHECK_STRING.
33981         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33982         <bp-checks.h>.
33983         (__lchown): Do not use CHECK_STRING.
33984         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33985         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33986         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33987         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33989         include <bp-checks.h>.
33990         (truncate64): Do not use CHECK_STRING.
33991         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33992         <bp-checks.h>.
33993         (__real_chown): Do not use CHECK_STRING.
33994         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33995         <bp-checks.h>.
33996         (__lchown): Do not use CHECK_STRING.
33997         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33998         <bp-checks.h>.
33999         (__chown): Do not use CHECK_STRING.
34000         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
34001         <bp-checks.h>.
34002         (truncate64): Do not use CHECK_STRING.
34003         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
34004         Likewise.
34005         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
34006         (__xmknod): Do not use CHECK_STRING.
34007         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
34008         <bp-checks.h>.
34009         (__xmknodat): Do not use CHECK_STRING.
34010         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34011         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
34013 2013-02-04  Andreas Schwab  <schwab@suse.de>
34015         [BZ #14142]
34016         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
34017         * include/netdb.h: Likewise for h_errno.
34018         * elf/tst-stackguard1.c: Include <tls.h>.
34020 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
34022         * elf/link.h (struct link_map): Extend the l_addr comment.
34023         * include/link.h (struct link_map): Likewise.
34025 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
34027         [BZ #13550]
34028         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
34029         (BOUNDED_1): Remove macro.
34030         * debug/backtrace.c: Don't include <bp-checks.h>.
34031         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
34032         (__backtrace): Likewise.
34033         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
34034         <bp-checks.h>.
34035         (__backtrace): Don't use BOUNDED_1.
34036         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
34037         <bp-checks.h>.
34038         (__backtrace): Don't use BOUNDED_1.
34039         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
34040         (__backtrace): Don't use BOUNDED_1.
34041         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
34042         (shmat): Don't use BOUNDED_N.
34044 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
34046         [BZ #13550]
34047         * sysdeps/generic/bp-start.h: Remove file.
34048         * csu/libc-start.c: Don't include <bp-start.h>.
34049         (LIBC_START_MAIN): Set up __environ directly instead of using
34050         INIT_ARGV_and_ENVIRON.
34051         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
34052         <bp-start.h>.
34054         [BZ #13550]
34055         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
34056         definitions.
34057         (CHECK_FCNTL): Likewise.
34058         (CHECK_N_PAGES): Likewise.
34060         [BZ #13550]
34061         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
34062         definitions.
34063         (CHECK_SIGSET_NULL_OK): Likewise.
34064         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
34065         <bp-checks.h>.
34066         (sigpending): Don't use CHECK_SIGSET.
34067         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
34068         <bp-checks.h>.
34069         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34070         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
34071         <bp-checks.h>.
34072         (do_sigsuspend): Don't use CHECK_SIGSET.
34073         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
34074         use CHECK_SIGSET.
34075         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
34076         (do_sigwait): Don't use CHECK_SIGSET.
34077         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
34078         use CHECK_SIGSET.
34079         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
34080         include <bp-checks.h>.
34081         (sigpending): Don't use CHECK_SIGSET.
34082         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
34083         include <bp-checks.h>.
34084         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34085         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
34086         <bp-checks.h>.
34087         (sigpending): Don't use CHECK_SIGSET.
34088         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
34089         <bp-checks.h>.
34090         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34092         [BZ #13550]
34093         * sysdeps/generic/bp-semctl.h: Remove file.
34094         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
34095         <bp-checks.h> and <bp-semctl.h>.
34096         (__old_semctl): Don't use CHECK_SEMCTL.
34097         (__new_semctl): Likewise.
34098         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
34099         and <bp-semctl.h>.
34100         (__old_semctl): Don't use CHECK_SEMCTL.
34101         (__new_semctl): Likewise.
34102         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
34103         <bp-checks.h> and <bp-semctl.h>.
34104         (__old_semctl): Don't use CHECK_SEMCTL.
34105         (__new_semctl): Likewise.
34106         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
34107         <bp-checks.h> and <bp-semctl.h>.
34108         (semctl): Don't use CHECK_SEMCTL.
34110         [BZ #13550]
34111         * Makerules (elide-bp-thunks): Remove variable.
34112         (elide-routines.oS): Don't use $(elide-bp-thunks).
34113         (elide-routines.os): Likewise.
34114         (elide-routines.o): Likewise.
34115         (elide-routines.op): Likewise.
34116         (elide-routines.og): Likewise.
34117         (objects): Don't use $(bp-thunks).
34118         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
34119         include.
34120         (common-generated): Do not add s-proto-bp.d.
34121         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
34122         (int): Likewise.
34123         (typ): Likewise.
34124         Do not generate makefile rules for bounded-pointer thunks.
34125         * sysdeps/generic/bp-thunks.h: Remove file.
34126         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
34127         * sysdeps/unix/s-proto-bp.S: Likewise.
34129         [BZ #15062]
34130         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
34131         parts of result separately when argument is not close to line from
34132         -i to i and one part of argument is small.
34133         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34134         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34135         * math/libm-test.inc (cacos_test): Add more tests.
34136         (casin_test): Likewise.
34137         (casinh_test): Likewise.
34138         * sysdeps/i386/fpu/libm-test-ulps: Update.
34139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34141 2013-01-31  David S. Miller  <davem@davemloft.net>
34143         * po/de.po: Update from translation team.
34145 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
34147         * time/tzfile.c: Include stdint.h for SIZE_MAX.
34149 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
34151         * configure.in (_AC_PROG_CC_C89): New definition.
34152         * configure: Regenerate.
34154         * configure.in (AC_PROG_CPP): New definition.
34155         * configure: Regenerate.
34157 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34159         * debug/tst-backtrace.h: New file.
34160         * debug/tst-backtrace2.c: Include tst-backtrace.h.
34161         (ret): Remove variable.
34162         (x): Likewise.
34163         (FAIL): Remove macro.
34164         (NO_INLINE): Likewise.
34165         (fn1): Use match function instead of strstr.
34166         * debug/tst-backtrace3.c: Include tst-backtrace.h.
34167         (ret): Remove variable.
34168         (x): Likewise.
34169         (FAIL): Remove macro.
34170         (NO_INLINE): Likewise.
34171         (fn): Use match function instead of strstr.
34172         * debug/tst-backtrace4.c: Include tst-backtrace.h.
34173         (ret): Remove variable.
34174         (x): Likewise.
34175         (FAIL): Remove macro.
34176         (NO_INLINE): Likewise.
34177         (handle_signal): Use match function instead of strstr.
34178         * debug/tst-backtrace5.c: Include tst-backtrace.h.
34179         (ret): Remove variable.
34180         (x): Likewise.
34181         (FAIL): Remove macro.
34182         (NO_INLINE): Likewise.
34183         (handle_signal): Use match function instead of strstr.
34185 2013-01-23  Roland McGrath  <roland@hack.frob.com>
34187         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
34189 2013-01-23  David S. Miller  <davem@davemloft.net>
34191         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
34192         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
34193         argument of CAS if possible.
34194         * sysdeps/sparc/sparc64/bits/atomic.h
34195         (__arch_compare_and_exchange_val_32_acq): Likewise.
34196         (__arch_compare_and_exchange_val_64_acq): Likewise.
34198 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
34200         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
34201         * sysdeps/posix/ulimit.c: ... this.
34202         Include <limits.h>.
34203         * sysdeps/unix/bsd/ulimit.c: Remove file.
34205 2013-01-23  Adam Conrad  <adconrad@0c3.net>
34207         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
34208         (LDFLAGS-tst-array5): Likewise.
34210 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34212         [BZ #15036]
34213         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
34214         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
34215         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
34216         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
34218 2013-01-21  David S. Miller  <davem@davemloft.net>
34220         * sysdeps/sparc/backtrace.c: New file.
34221         * sysdeps/sparc/sparc32/backtrace.h: New file.
34222         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
34223         * sysdeps/sparc/sparc64/backtrace.h: New file.
34224         * sysdeps/sparc/sparc64/backtrace.c: Delete.
34225         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
34226         -funwind-tables.
34228 2013-01-21  Andreas Schwab  <schwab@suse.de>
34230         [BZ #15020]
34231         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
34232         closed its stdout.
34234 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
34236         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
34237         "mpa2.h".
34238         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34240 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
34241             Mark Mitchell  <mark@codesourcery.com>
34242             Tom de Vries  <tom@codesourcery.com>
34243             Paul Pluzhnikov  <ppluzhnikov@google.com>
34245         * debug/tst-backtrace2.c: New file.
34246         * debug/tst-backtrace3.c: Likewise.
34247         * debug/tst-backtrace4.c: Likewise.
34248         * debug/tst-backtrace5.c: Likewise.
34249         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
34250         (CFLAGS-tst-backtrace3.c): Likewise.
34251         (CFLAGS-tst-backtrace4.c): Likewise.
34252         (CFLAGS-tst-backtrace5.c): Likewise.
34253         (LDFLAGS-tst-backtrace2): Likewise.
34254         (LDFLAGS-tst-backtrace3): Likewise.
34255         (LDFLAGS-tst-backtrace4): Likewise.
34256         (LDFLAGS-tst-backtrace5): Likewise.
34257         (tests): Add new tests tst-backtrace2, tst-backtrace3,
34258         tst-backtrace4 and tst-backtrace5.
34260 2013-01-18  Anton Blanchard  <anton@samba.org>
34261             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
34263         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34264         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34265         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34266         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34268         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34269         "+r" and remove output regs list as redundant.  Add explicit inline
34270         asm to specify register of return val to work around compiler codegen
34271         bug.  Remove (int) cast on return value.  Add return type parameter to
34272         use in macro so that this macro does not truncate return value for
34273         64-bit values.
34274         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34275         pass to INTERNAL_VSYSCALL_NCS.
34276         (INLINE_VSYSCALL): Add 'long int' as return type to
34277         INTERNAL_VSYSCALL_NCS macro invocation.
34278         (INTERNAL_VSYSCALL): Add 'long int' as return type to
34279         INTERNAL_VSYSCALL_NCS macro invocation.
34280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34282 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34284         [BZ #14496]
34285         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34286         Fix application of SIMD FP exception mask.
34288         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34289         mp_no from a power of two.
34290         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34291         __mpexp_twomm1.  Use __pow_mp.
34293         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34294         multiplication.
34296 2013-01-17  David S. Miller  <davem@davemloft.net>
34298         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34300 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34302         [BZ #15023]
34303         * include/complex.h: Condition contents on [!_COMPLEX_H].
34304         (__kernel_casinhf): New prototype.
34305         (__kernel_casinh): Likewise.
34306         (__kernel_casinhl): Likewise.
34307         * math/Makefile (libm_calls): Add k_casinh.
34308         * math/k_casinh.c: New file.
34309         * math/k_casinhf.c: Likewise.
34310         * math/k_casinhl.c: Likewise.
34311         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34312         finite nonzero arguments.
34313         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34314         finite nonzero arguments.
34315         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34316         finite nonzero arguments.
34317         * math/s_casinh.c: Do not include <float.h>.
34318         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34319         * math/s_casinhf.c: Do not include <float.h>.
34320         (__casinhf): Move code for finite nonzero arguments to
34321         k_casinhf.c.
34322         * math/s_casinhl.c: Do not include <float.h>.
34323         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34324         redefine.
34325         (__casinhl): Move code for finite nonzero arguments to
34326         k_casinhl.c.
34327         * math/libm-test.inc (cacos_test): Add more tests.
34328         * sysdeps/i386/fpu/libm-test-ulps: Update.
34329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34331 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
34333         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34334         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34335         [!HAVE_MREMAP]: Remove [defined linux] case.
34336         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34338 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34340         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34342 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34344         * elf/elf.h (R_386_SIZE32): New relocation.
34345         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34346         R_386_SIZE32.
34347         (elf_machine_rela): Likewise.
34348         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34349         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34351 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34353         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34354         (FP_FAST_FMA): Do not define.
34355         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34356         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34357         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34358         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34359         !_SOFT_FLOAT]: Likewise.
34360         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34361         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34362         value.
34363         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34364         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34365         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34366         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34367         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34368         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34369         file.
34371 2013-01-16  Andreas Schwab  <schwab@suse.de>
34373         [BZ #14327]
34374         * include/stdlib.h (__mktemp): Add declaration.
34375         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34376         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34378 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34380         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34381         definitions.
34382         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34383         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34384         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34385         definitions here.
34386         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34387         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34388         definitions.
34389         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34390         and ONE.
34391         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34392         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34393         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34394         definitions.
34395         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34396         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34397         definitions.
34398         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34400         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34402 2013-01-15  David S. Miller  <davem@davemloft.net>
34404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34405         trunc{,f} to libm-sysdep_routes.
34406         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34408         file.
34409         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34411         file.
34412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34413         file.
34414         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34415         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34416         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34417         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34418         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34419         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34420         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34421         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34424         nearbyint{,f} to libm-sysdep_routes.
34425         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34427         New file.
34428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34429         file.
34430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34431         New file.
34432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34433         file.
34434         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34435         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34436         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34437         file.
34438         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34439         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34440         file.
34441         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34442         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34443         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34445         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34446         libc_feholdexcept and libc_fesetenv.
34448 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34450         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34452 2013-01-14  David S. Miller  <davem@davemloft.net>
34454         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34455         (SPARC_ASM_VIS2_IFUNC): Likewise.
34456         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34458         use of 'siam' instruction.
34459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34460         Likewise.
34461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34462         Likewise.
34463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34464         Likewise.
34465         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34466         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34467         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34468         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34470         file.
34471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34472         file.
34473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34474         file.
34475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34476         file.
34477         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34478         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34479         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34480         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34482         new VIS2 routines.
34483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34486         Likewise.
34487         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34488         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34489         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34490         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34492         routines to libm-sysdep_routines.
34493         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34496         fdim/fdimf to libm-sysdep_routines.
34497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34498         file.
34499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34501         file.
34502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34503         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34504         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34505         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34506         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34507         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34508         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34510 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34512         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34513         to optimize copies.
34515         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34516         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34517         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34519         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34520         local variable MPTWO.
34521         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34522         Likewise.
34524 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34526         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34527         GLOB_NOESCAPE.
34529 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34531         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34533 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34535         * manual/pattern.texi (glob_t): Document gl_flags.
34536         (glob64_t): Likewise.
34538 2013-01-11  David S. Miller  <davem@davemloft.net>
34540         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34541         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34542         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34543         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34544         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34545         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34546         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34547         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34548         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34549         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34550         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34551         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34552         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34554         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34555         sparc V9 rather than using V8 code.
34556         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34557         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34559         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34560         Move to...
34561         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34562         Here.
34564 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34566         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34567         not in the main loop.
34568         * configure: Regenerated.
34570 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34572         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34573         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34574         to just #else.
34575         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34576         [!__GLIBC_HAVE_LONG_LONG] case.
34577         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34578         condition to just #else.
34579         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34580         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34581         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34582         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34583         unconditional.
34584         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34585         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34586         #elif condition to just #else.
34587         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34588         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34589         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34590         #elif condition to just #else.
34592 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34594         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34595         (EF_MIPS_ARCH_64): Fix value.
34596         (EF_MIPS_ARCH_32R2): New.
34597         (EF_MIPS_ARCH_64R2): New.
34599 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34601         * Makeconfig (+link-pie-before-libc): New.
34602         (+link-pie-after-libc): Likewise.
34603         (+link-pie-tests): Likewise.
34604         (+link-pie): Rewritten.
34605         (link-before-libc): Remove $(config-LDFLAGS).
34606         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34607         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34608         (config-LDFLAGS): Renamed to ...
34609         (rtld-LDFLAGS): This.
34610         (rtld-tests-LDFLAGS): New macro.
34611         (link-libc-rpath-link): Likewise.
34612         (link-libc-tests-rpath-link): Likewise.
34613         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34614         (link-libc): Prepand $(link-libc-rpath-link).
34615         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34616         (test-program-prefix): New macro.
34617         (test-via-rtld-prefix): Likewise.
34618         (test-program-cmd): Likewise.
34619         (host-test-program-cmd): Likewise.
34620         * Makefile ($(common-objpfx)testrun.sh): Replace
34621         $(run-program-prefix) with $(test-program-prefix).
34622         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34623         $(rtld-LDFLAGS).
34624         ($(common-objpfx)shlib.lds): Likewise.
34625         (build-module-helper): Likewise.
34626         ($(common-objpfx)format.lds): Likewise.
34627         * Rules (binaries-pie-tests): New.
34628         (binaries-pie-notests): Likewise.
34629         (binaries-pie): Rewritten.
34630         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34631         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34632         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34633         (make-test-out): Replace $(host-built-program-cmd) with
34634         $(host-test-program-cmd).
34635         * config.make.in (build-hardcoded-path-in-tests): New variable.
34636         * configure.in (--enable-hardcoded-path-in-tests): New configure
34637         option.
34638         (hardcoded_path_in_tests): New AC_SUBST.
34639         * configure: Regenerated.
34640         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34641         $(built-program-cmd) with $(test-program-cmd).
34642         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34643         (test_program_cmd): This.
34644         * elf/Makefile ($(objpfx)order.out): Run test with
34645         $(test-program-prefix).
34646         ($(objpfx)order2.out): Likewise.
34647         ($(objpfx)tst-initorder.out): Likewise.
34648         ($(objpfx)tst-initorder2.out): Likewise.
34649         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34650         $(test-program-cmd).
34651         ($(objpfx)tst-array1-static.out): Likewise.
34652         ($(objpfx)tst-array2.out): Likewise.
34653         ($(objpfx)tst-array3.out): Likewise.
34654         ($(objpfx)tst-array4.out): Likewise.
34655         ($(objpfx)tst-array5.out): Likewise.
34656         ($(objpfx)tst-array5-static.out): Likewise.
34657         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34658         $(test-program-cmd).
34659         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34660         $(run-program-prefix) with $(test-program-prefix).
34661         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34662         (test_program_prefix): This.
34663         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34664         $(run-program-prefix) with $(test-program-prefix).
34665         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34666         (test_program_prefix): This.
34667         * iconvdata/tst-tables.sh: Likewise.
34668         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34669         $(run-program-prefix) with $(test-program-prefix).
34670         ($(objpfx)tst-translit.out): Likewise.
34671         ($(objpfx)tst-gettext2.out): Likewise.
34672         ($(objpfx)tst-gettext4.out): Likewise.
34673         ($(objpfx)tst-gettext6.out): Likewise.
34674         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34675         (test_program_prefix): This.
34676         * intl/tst-gettext2.sh: Likewise.
34677         * intl/tst-gettext4.sh  Likewise.
34678         * intl/tst-gettext6.sh: Likewise.
34679         * intl/tst-translit.sh: Likewise.
34680         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34681         with $(test-program-cmd).
34682         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34683         $(run-program-prefix) with $(test-program-prefix).
34684         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34685         (test_program_prefix): This.
34686         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34687         $(run-program-prefix) with $(test-program-prefix).
34688         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34689         (test_program_prefix): This.
34690         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34691         * posix/Makefile ($(objpfx)globtest.out): Replace
34692         $(run-via-rtld-prefix) and $(test-wrapper) with
34693         $(test-program-prefix) and $(test-via-rtld-prefix).
34694         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34695         $(test-program-prefix).
34696         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34697         $(host-test-program-cmd).
34698         (tst-spawn-ARGS): Likewise.
34699         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34700         $(test-program-prefix).
34701         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34702         (test_via_rtld_prefix): This.
34703         (test_wrapper): Renamed to ...
34704         (test_program_prefix): This.
34705         (run_program_prefix): Replaced by test_program_prefix.
34706         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34707         (test_program_prefix): This.
34708         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34709         with $(host-test-program-cmd).
34710         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34711         $(run-program-prefix) with $(test-program-prefix).
34712         ($(objpfx)tst-printf.out): Likewise.
34713         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34714         $(test-program-cmd).
34715         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34716         (test_program_prefix): This.
34717         * stdio-common/tst-unbputc.sh: Likewise.
34718         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34719         $(run-program-prefix) with $(test-program-prefix).
34720         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34721         (test_program_prefix): This.
34722         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34723         $(built-program-cmd) with $(test-program-cmd).
34725 2013-01-11  Andreas Jaeger  <aj@suse.de>
34727         [BZ #15003]
34728         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34729         value. Sync with Linux 3.7.
34731 2013-01-10  David S. Miller  <davem@davemloft.net>
34733         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34734         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34735         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34737 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34739         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34740         never set.
34741         * configure: Regenerated.
34743 2013-01-10  David S. Miller  <davem@davemloft.net>
34745         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34746         sparc V9 rather than using V8 code.
34747         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34748         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34750 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34752         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34753         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34754         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34755         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34756         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34757         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34758         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34759         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34760         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34761         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34762         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34763         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34764         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34765         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34766         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34767         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34768         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34769         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34770         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34771         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34772         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34773         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34774         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34775         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34776         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34777         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34778         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34780 2013-01-10  David S. Miller  <davem@davemloft.net>
34782         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34784 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34786         * posix/Makefile (tests-static): New variable.
34787         (tests): Add $(tests-static).
34788         (tst-exec-static-ARGS): New variable.
34789         (tst-spawn-static-ARGS): Likewise.
34790         * posix/tst-exec-static.c: New file.
34791         * posix/tst-spawn-static.c: Likewise.
34792         * posix/tst-exec.c: Support run directly.
34793         * posix/tst-spawn.c: Likewise.
34795 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34797         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34798         long.
34799         * math/bits/mathcalls.h (llrint): Likewise.
34800         (llround): Likewise.
34801         * stdlib/stdlib.h (struct drand48_data): Likewise.
34802         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34803         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34804         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34805         Likewise.
34806         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34807         Likewise.
34808         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34809         (elf_greg_t): Likewise.
34810         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34811         (__jmp_buf): Likewise.
34812         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34813         definitions.
34814         (llrint): Likewise, for all definitions.
34815         (llrintl): Likewise.
34817         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34818         Remove [__GNUC__] condition.
34819         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34820         condition to just [__USE_ISOC99].
34821         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34823 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34825         [BZ #14200]
34826         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34827         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34828         defined.
34829         (_POSIX_V6_ILP32_OFF32): Likewise.
34830         (_XBS5_ILP32_OFF32): Likewise.
34831         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34832         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34834 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34836         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34838         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34839         doubles __mpexp_twomm1.  Adjust usage.
34840         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34841         Remove.
34843 2013-01-10  Andreas Schwab  <schwab@suse.de>
34845         [BZ #14964]
34846         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34847         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34849 2013-01-09  David S. Miller  <davem@davemloft.net>
34851         [BZ #15003]
34852         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34853         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34854         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34855         (TCP_FASTOPEN): Define.
34856         (tcp_repair_opt): New structure.
34857         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34858         enum values.
34859         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34860         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34861         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34862         (tcp_cookie_transactions): New structure.
34864 2013-01-09  Anton Blanchard  <anton@samba.org>
34866         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34867         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34868         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34869         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34871 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34873         * include/features.h (__USE_ANSI): Remove.
34875 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34877         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34879         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34881 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34883         * sysdeps/s390/fpu/libm-test-ulps: Update.
34885         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34887         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34888         (__acr): Likewise.
34889         (__cpy): Likewise.
34890         (norm): Likewise.
34891         (denorm): Likewise.
34892         (__mp_dbl): Likewise.
34893         (__dbl_mp): Likewise.
34894         (add_magnitudes): Likewise.
34895         (sub_magnitudes): Likewise.
34896         (__add): Likewise.
34897         (__sub): Likewise.
34898         (__mul): Likewise.
34899         (__inv): Likewise.
34900         (__dvd): Likewise.
34901         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34902         (__acr): Likewise.
34903         (__cpy): Likewise.
34904         (norm): Likewise.
34905         (denorm): Likewise.
34906         (__mp_dbl): Likewise.
34907         (__dbl_mp): Likewise.
34908         (add_magnitudes): Likewise.
34909         (sub_magnitudes): Likewise.
34910         (__add): Likewise.
34911         (__sub): Likewise.
34912         (__mul): Likewise.
34913         (__inv): Likewise.
34914         (__dvd): Likewise.
34915         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34916         (__acr): Likewise.
34917         (__cpy): Likewise.
34918         (norm): Likewise.
34919         (denorm): Likewise.
34920         (__mp_dbl): Likewise.
34921         (__dbl_mp): Likewise.
34922         (add_magnitudes): Likewise.
34923         (sub_magnitudes): Likewise.
34924         (__add): Likewise.
34925         (__sub): Likewise.
34926         (__mul): Likewise.
34927         (__inv): Likewise.
34928         (__dvd): Likewise.
34930 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34932         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34933         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34934         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34935         2 && __USE_EXTERN_INLINES]: Likewise.
34937 2013-01-08  Andreas Jaeger  <aj@suse.de>
34939         [BZ# 14985]
34940         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34941         Remove.
34942         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34943         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34945 2013-01-07  Anton Blanchard  <anton@samba.org>
34947         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34948         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34949         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34950         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34951         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34952         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34953         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34954         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34955         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34956         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34957         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34958         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34959         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34960         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34961         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34962         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34963         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34964         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34965         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34966         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34967         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34968         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34969         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34970         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34971         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34972         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34973         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34974         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34975         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34976         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34977         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34978         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34979         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34980         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34981         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34982         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34983         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34984         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34985         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34986         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34987         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34988         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34989         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34991 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34993         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34994         (__MALLOC_PMT): Likewise.
34995         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34996         [__GNUC__], only on [_LIBC].
34997         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34998         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34999         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35000         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
35001         forward declaration.
35002         (realloc_hook_ini): Likewise.
35003         (memalign_hook_ini): Likewise.
35004         (__libc_memalign): Do not use __MALLOC_PMT in variable
35005         declaration.
35006         (__libc_valloc): Likewise.
35007         (__libc_pvalloc): Likewise.
35008         (__libc_calloc): Likewise.
35009         (__posix_memalign): Likewise.
35011         [BZ #14996]
35012         * math/s_casinh.c: Include <float.h>.
35013         (__casinh): Do not do computation with squaring and square root
35014         for large arguments.
35015         * math/s_casinhf.c: Include <float.h>.
35016         (__casinhf): Do not do computation with squaring and square root
35017         for large arguments.
35018         * math/s_casinhl.c: Include <float.h>.
35019         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
35020         (__casinhl): Do not do computation with squaring and square root
35021         for large arguments.
35022         * math/libm-test.inc (casin_test): Add more tests.
35023         (casinh_test): Likewise.
35024         * sysdeps/i386/fpu/libm-test-ulps: Update.
35025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35027 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
35029         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
35030         (__x86_64_raw_data_cache_size): Likewise.
35031         (__x86_64_data_cache_size_half): Likewise.
35032         (__x86_64_raw_data_cache_size_half): Likewise.
35033         (__x86_64_shared_cache_size): Likewise.
35034         (__x86_64_raw_shared_cache_size): Likewise.
35035         (__x86_64_shared_cache_size_half): Likewise.
35036         (__x86_64_raw_shared_cache_size_half): Likewise.
35037         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
35038         to ...
35039         (__x86_data_cache_size): This.
35040         (__x86_64_raw_data_cache_size): Renamed to ...
35041         (__x86_raw_data_cache_size): This.
35042         (__x86_64_data_cache_size_half): Renamed to ...
35043         (__x86_data_cache_size_half): This.
35044         (__x86_64_raw_data_cache_size_half): Renamed to ...
35045         (__x86_raw_data_cache_size_half): This.
35046         (__x86_64_shared_cache_size): Renamed to ...
35047         (__x86_shared_cache_size): This.
35048         (__x86_64_raw_shared_cache_size): Renamed to ...
35049         (__x86_raw_shared_cache_size): This.
35050         (__x86_64_shared_cache_size_half): Renamed to ...
35051         (__x86_shared_cache_size_half): This.
35052         (__x86_64_raw_shared_cache_size_half): Renamed to ...
35053         (__x86_raw_shared_cache_size_half): This.
35054         * sysdeps/x86_64/memcpy.S: Updated.
35055         * sysdeps/x86_64/memset.S: Likewise.
35056         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
35057         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
35058         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
35060 2013-01-04  David S. Miller  <davem@davemloft.net>
35062         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35064 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
35066         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
35067         1 to avoid redefinition warning.
35068         (__USE_GNU): Don't define.
35069         (init_signaling_nan): Protoize.
35071         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35073 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35075         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
35076         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
35077         (__cpymn): Likewise.
35078         (norm): Remove commented code.
35079         (denorm): Likewise.
35080         (__mp_dbl): Likewise.
35081         (__inv): Likewise.
35082         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
35083         (__cpymn): Likewise.
35084         (norm): Remove commented code.
35085         (denorm): Likewise.
35086         (__mp_dbl): Likewise.
35087         (__inv): Likewise.
35089         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
35090         mp_no value for 1.0 and 2.0.
35091         (norm): Use RADIXI instead of radixi.d.
35092         (denorm): Likewise.
35093         (__mul): Use 0.0 instead of zero.d.
35094         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
35095         mp_no value for 1.0 and 2.0.
35096         (norm): Use RADIXI instead of radixi.d.
35097         (denorm): Likewise.
35098         (__mul): Use 0.0 instead of zero.d.
35100 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
35102         [BZ #14994]
35103         * math/s_casinh.c (__casinh): Reduce finite argument to first
35104         quadrant then set signs of results at the end.
35105         * math/s_casinhf.c (__casinhf): Likewise.
35106         * math/s_casinhl.c (__casinhl): Likewise.
35107         * math/libm-test.inc (casin_test): Add more tests.
35108         (casinh_test): Likewise.
35109         * sysdeps/i386/fpu/libm-test-ulps: Update.
35110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35112 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35114         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
35116         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
35118         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
35119         declarations.
35120         (denorm): Likewise.
35121         (__mp_dbl): Likewise.
35122         (__inv): Likewise.
35124         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
35125         and adjust the header comment.
35127         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
35128         variable name from declaration.
35130 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
35132         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35133         Initialize COMMON_CPUID_INDEX_7 element.
35134         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
35135         (CPUID_RTM): Likewise.
35136         (HAS_RTM): Likewise.
35137         (COMMON_CPUID_INDEX_7): New enum.
35139 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
35141         [BZ #14981]
35142         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
35143         size is zero, record memory as freed.
35145 2013-01-03  Andreas Jaeger  <aj@suse.de>
35147         * po/ia.po: Add new Interlingua translation.
35149 2012-01-03  Allan McRae  <allan@archlinux.org>
35151         * locale/programs/localedef.c: Fix description of '--posix' flag.
35153 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
35155         * NEWS: Update dates in second copyright notice.
35156         * README: Update copyright dates in example.
35157         * manual/libc.texinfo: Update copyright dates.
35158         * scripts/test-installation.pl: Update copyright date in --version
35159         output.
35161         * hurd/ctty-input.c: Fix copyright notice formatting.
35162         * hurd/ctty-output.c: Likewise.
35163         * hurd/dtable.c: Likewise.
35164         * hurd/hurd-raise.c: Likewise.
35165         * hurd/hurdprio.c: Likewise.
35166         * hurd/msgportdemux.c: Likewise.
35167         * misc/sys/file.h: Likewise.
35168         * misc/sys/ioctl.h: Likewise.
35169         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
35170         * sysdeps/mach/hurd/chdir.c: Likewise.
35171         * sysdeps/mach/hurd/fchdir.c: Likewise.
35172         * sysdeps/mach/hurd/rename.c: Likewise.
35173         * sysdeps/mach/hurd/rmdir.c: Likewise.
35174         * sysdeps/mach/hurd/seekdir.c: Likewise.
35175         * sysdeps/mach/hurd/setsid.c: Likewise.
35176         * sysdeps/posix/wait3.c: Likewise.
35178         * All files with FSF copyright notices: Update copyright dates
35179         using scripts/update-copyrights.
35180         * intl/plural.c: Regenerated.
35181         * locale/programs/charmap-kw.h: Likewise.
35182         * locale/programs/locfile-kw.h: Likewise.
35184 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
35186         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
35187         four values.
35189         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
35190         calculation loop and add branch prediction.
35192         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
35193         check access beyond bounds of m1np.
35195         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35196         MPTWO.
35197         (__inv): Remove local variable MPTWO to use the global
35198         constant.
35199         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
35200         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35201         variable MPTWO.
35202         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
35203         MP3HALFS static const.
35205 2013-01-01  David S. Miller  <davem@davemloft.net>
35207         * po/ca.po: Update from translation team.
35209 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
35211         * scripts/update-copyrights: New file.
35212         * Makeconfig: Reformat copyright notice.
35213         * ctype/ctype.h: Likewise.
35214         * debug/swprintf_chk.c: Likewise.
35215         * elf/dl-cache.c: Likewise.
35216         * elf/dl-debug.c: Likewise.
35217         * elf/dl-object.c: Likewise.
35218         * grp/initgroups.c: Likewise.
35219         * hurd/Makefile: Likewise.
35220         * hurd/hurd/signal.h: Likewise.
35221         * hurd/hurdfault.c: Likewise.
35222         * hurd/hurdioctl.c: Likewise.
35223         * hurd/hurdlookup.c: Likewise.
35224         * hurd/intr-msg.c: Likewise.
35225         * iconv/gconv_open.c: Likewise.
35226         * libio/swprintf.c: Likewise.
35227         * locale/lc-ctype.c: Likewise.
35228         * locale/nl_langinfo.c: Likewise.
35229         * mach/Machrules: Likewise.
35230         * mach/Makefile: Likewise.
35231         * malloc/obstack.h: Likewise.
35232         * manual/Makefile: Likewise.
35233         * manual/tsort.awk: Likewise.
35234         * misc/bits/stab.def: Likewise.
35235         * nis/nis_print_group_entry.c: Likewise.
35236         * nis/nis_table.c: Likewise.
35237         * nis/nss_compat/compat-pwd.c: Likewise.
35238         * nis/nss_compat/compat-spwd.c: Likewise.
35239         * po/Makefile: Likewise.
35240         * posix/fnmatch.c: Likewise.
35241         * posix/regex.h: Likewise.
35242         * resolv/Makefile: Likewise.
35243         * resolv/nss_dns/dns-network.c: Likewise.
35244         * resolv/res_hconf.c: Likewise.
35245         * scripts/gen-sorted.awk: Likewise.
35246         * soft-fp/soft-fp.h: Likewise.
35247         * stdio-common/printf.h: Likewise.
35248         * stdlib/monetary.h: Likewise.
35249         * stdlib/random.c: Likewise.
35250         * stdlib/random_r.c: Likewise.
35251         * sysdeps/generic/Makefile: Likewise.
35252         * sysdeps/gnu/Makefile: Likewise.
35253         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35254         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35255         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35256         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35257         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35258         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35259         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35260         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35261         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35262         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35263         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35264         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35265         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35266         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35267         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35268         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35269         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35270         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35271         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35272         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35273         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35274         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35275         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35276         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35277         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35278         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35279         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35280         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35281         * sysdeps/mach/hurd/errnos.awk: Likewise.
35282         * sysdeps/mach/hurd/fork.c: Likewise.
35283         * sysdeps/mach/hurd/getcwd.c: Likewise.
35284         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35285         * sysdeps/mach/hurd/mmap.c: Likewise.
35286         * sysdeps/mach/hurd/utimes.c: Likewise.
35287         * sysdeps/mach/hurd/xmknod.c: Likewise.
35288         * sysdeps/posix/profil.c: Likewise.
35289         * sysdeps/posix/readdir_r.c: Likewise.
35290         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35291         * sysdeps/powerpc/bits/setjmp.h: Likewise.
35292         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35293         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35294         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35295         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35296         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35297         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35298         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35299         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35300         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35301         * sysdeps/pthread/lio_listio.c: Likewise.
35302         * sysdeps/sparc/dl-procinfo.h: Likewise.
35303         * sysdeps/unix/i386/sysdep.S: Likewise.
35304         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35305         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35306         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35307         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35309         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35310         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35311         * sysdeps/unix/sysv/linux/speed.c: Likewise.
35312         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35313         * sysdeps/wordsize-32/divdi3.c: Likewise.
35314         * time/sys/time.h: Likewise.
35315         * wcsmbs/Makefile: Likewise.
35317 2013-01-01  David S. Miller  <davem@davemloft.net>
35319         * po/fr.po: Update from translation team.
35321         * catgets/gencat.c: Update copyright year.
35322         * csu/version.c: Likewise.
35323         * debug/catchsegv.sh: Likewise.
35324         * debug/pcprofiledump.c: Likewise.
35325         * debug/xtrace.sh: Likewise.
35326         * elf/ldconfig.c: Likewise.
35327         * elf/ldd.bash.in: Likewise.
35328         * elf/pldd.c: Likewise.
35329         * elf/sotruss.ksh: Likewise.
35330         * elf/sprof.c: Likewise.
35331         * iconv/iconv_prog.c: Likewise.
35332         * iconv/iconvconfig.c: Likewise.
35333         * locale/programs/locale.c: Likewise.
35334         * locale/programs/localedef.c: Likewise.
35335         * login/programs/pt_chown.c: Likewise.
35336         * malloc/memusage.sh: Likewise.
35337         * malloc/memusagestat.c: Likewise.
35338         * malloc/mtrace.pl: Likewise.
35339         * nscd/nscd.c: Likewise.
35340         * nss/getent.c: Likewise.
35341         * nss/makedb.c: Likewise.
35342         * posix/getconf.c: Likewise.
35344 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35346         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35347         numbers.
35349 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35351         * math/bits/mathcalls.h (modf): Use __nonnull.
35353 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35355         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35356         (split): Use macro CN instead of the bare value.
35357         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35358         could be used.
35359         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35360         instead of the bare value.
35361         (power1): Likewise.
35363 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35365         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35366         __ATAN_TWOM.
35367         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35369         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35370         their values.
35371         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35372         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35373         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35374         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35376 2012-12-28  Andreas Jaeger  <aj@suse.de>
35378         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35379         values are from Linux 3.7.
35381         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35382         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35384 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35386         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35387         TRUE case.
35389         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35390         (norm): Likewise.
35391         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35392         variables with preprocessor constants.
35393         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35394         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35395         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35397 2012-12-27  Bruno Haible  <bruno@clisp.org>
35399         [BZ #14317]
35400         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35401         only if needed.
35403 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35405         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35406         and use variable directly.
35407         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35409         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35410         MPONE.
35411         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35412         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35413         variable MPONE.
35414         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35415         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35416         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35417         include directive.  Remove local variable MPONE.
35418         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35419         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35420         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35422 2012-12-25  David S. Miller  <davem@davemloft.net>
35424         * version.h (RELEASE): Set to "development".
35425         (VERSION): Set to "2.17.90".
35426         * NEWS: Add 2.18 section.
35428 2012-12-21  David S. Miller  <davem@davemloft.net>
35430         * po/hr.po: Update from translation team.
35432 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35434         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35436 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35438         * NEWS:  Mention new memcpy for MIPS.
35440 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35442         * manual/contrib.texi (Contributors): Spelling correction.
35444 2012-12-15  David S. Miller  <davem@davemloft.net>
35446         * po/ru.po: Update from translation team.
35448 2012-12-13  David S. Miller  <davem@davemloft.net>
35450         * NEWS: Mention IFUNC testsuite enhancements.
35452         * po/pl.po: Update from translation team.
35453         * po/bg.po: Likewise.
35455         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35456         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35458 2012-12-11  David S. Miller  <davem@davemloft.net>
35460         * po/sv.po: Update from translation team.
35462         * po/vi.po: Update from translation team.
35464         * po/cs.po: Update from translation team.
35466         * po/de.po: Update from translation team.
35467         * po/eo.po: Likewise.
35468         * po/nl.po: Likewise.
35470 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35472         [BZ #14246]
35473         * manual/argp.texi (Argp Helper Functions): Move node to follow
35474         Argp Parsing State.
35476         [BZ #14872]
35477         * manual/conf.texi (Limits on File System Capacity): Mention if
35478         terminating null is included in the max size.
35480 2012-12-10  Andreas Jaeger  <aj@suse.de>
35482         * po/cs.po: Update from translation team.
35484 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35486         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35487         void pointer and cast to uintptr_t.
35488         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35489         path.
35490         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35491         * sysdeps/s390/s390-64/memset.S: Likewise.
35493 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35495         [BZ #14833]
35496         * menual/message.texi (Message Translation): Fix typos.
35497         (Helper programs for gettext): Likewise.
35499 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35501         [BZ #14898]
35502         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35503         Change to -1.
35505 2012-12-07  David S. Miller  <davem@davemloft.net>
35507         * po/libc.pot: Update.
35509 2012-12-07  Richard Henderson  <rth@redhat.com>
35511         [BZ #10114]
35512         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35513         normal/normal case to before the switch.
35514         (_FP_DIV): Likewise.
35516 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35517             Mike Frysinger  <vapier@gentoo.org>
35519         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35520         check for __NR_fadvise64_64.
35522 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35524         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35525         0, not just to plain "0" as a statement.
35526         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35527         with cw.
35529 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35531         * NEWS: Use sourceware.org in Bugzilla URL.
35533 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35536         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35538         * stdio-common/tst-put-error.c (do_test): Add newline to the
35539         padded test to ensure flush.
35541 2012-12-05  Jeff Law  <law@redhat.com>
35543         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35545 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35547         * README: Don't refer to ports add-on as distributed separately.
35548         Mention AArch64 in list of systems supported in the ports add-on.
35550         * LICENSES: Add more non-FSF copyright and license notices.
35552         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35553         ((unused)).
35555         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35557         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35558         10000 as width of padded output.
35560 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35562         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35564         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35565         variable LX with __attribute__ ((unused)).
35566         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35567         Likewise.
35568         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35569         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35570         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35571         with __attribute__ ((unused)).
35573 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35575         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35577 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35579         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35580         (CFLAGS-nldbl-acos.c): New variable.
35581         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35582         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35583         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35584         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35585         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35586         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35587         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35588         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35589         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35590         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35591         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35592         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35593         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35594         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35595         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35596         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35597         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35598         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35599         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35600         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35601         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35602         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35603         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35604         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35605         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35606         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35607         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35608         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35609         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35610         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35611         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35612         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35613         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35614         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35615         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35616         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35617         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35618         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35619         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35620         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35621         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35622         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35623         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35624         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35625         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35626         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35627         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35628         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35629         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35630         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35631         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35632         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35633         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35634         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35635         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35636         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35637         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35638         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35639         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35640         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35641         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35642         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35643         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35644         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35645         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35646         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35647         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35648         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35649         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35650         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35651         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35652         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35653         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35654         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35655         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35656         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35657         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35658         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35659         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35660         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35661         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35662         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35663         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35664         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35665         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35666         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35667         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35668         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35669         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35670         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35671         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35672         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35673         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35674         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35675         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35676         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35677         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35680         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35682         [BZ #14914]
35683         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35684         whole low double instead of just low 47 bits when splitting values
35685         into two parts.
35687 2012-12-03  Allan McRae  <allan@archlinux.org>
35689         * manual/stdio.texi (Predefined Printf Handlers): Remove
35690         @hsep and @vsep usage.
35692 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35694         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35695         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35697 2012-12-03  Jeff Law  <law@redhat.com>
35699         * time/sys/time.h (settimeofday): Do not mark TV argument
35700         as __nonnull.
35702 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35704         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35705         when currently writing and seek to current position when not.
35706         * libio/Makefile (tests): Remove bug-fclose1.
35707         * libio/bug-fclose1.c: Delete.
35709 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35711         * manual/arith.texi (feenableexcept): Fix typo.
35712         (fedisableexcept): Likewise.
35714 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35716         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35717         second, differently-typed declaration, rather than a cast.
35719 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35721         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35722         * include/rpc/svc.h: ... here.
35724 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35726         [BZ #13013]
35727         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35728         depending n and resplen2 to catch cases where answer
35729         equals answerp2.
35731 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35733         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35734         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35736 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35738         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35740 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35742         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35744 2012-11-28  Jeff Law  <law@redhat.com>
35746         [BZ #13761]
35747         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35748         dataset_temporary.  Track alloca usage into alloca_used.
35749         If dataset is large allocate and release it via malloc/free.
35751 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35753         [BZ #14197]
35754         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35756 2012-11-28  David S. Miller  <davem@davemloft.net>
35758         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35760 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35762         [BZ #14803]
35763         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35764         of pi/2 rounded to nearest to 64 bits.
35765         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35766         nearest to 64 bits.
35767         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35768         bits.
35770 2012-11-28  Jeff Law <law@redhat.com>
35771             Martin Osvald <mosvald@redhat.com>
35773         [BZ #14889]
35774         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35775         * sunrpc/svc.c: Include time.h.
35776         (__svc_accept_failed): New function.
35777         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35778         any reason other than EINTR, call __svc_accept_failed.
35779         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35780         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35782 2012-11-28  Andreas Schwab  <schwab@suse.de>
35784         * scripts/abilist.awk: Also handle indirect functions in .opd
35785         section.
35787 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35789         [BZ #13881]
35790         * sysdeps/x86/fpu/powl_helper.c: New file.
35791         * sysdeps/x86/fpu/Makefile: Likewise.
35792         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35793         (p3): New object.
35794         (__ieee754_powl): Use __powl_helper for finite arguments except
35795         integer exponents below 8.
35796         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35797         (p3): New object.
35798         (__ieee754_powl): Use __powl_helper for finite arguments except
35799         integer exponents below 8.
35800         * math/libm-test.inc (pow_test): Add more tests and enable some
35801         previously disabled tests.
35802         * sysdeps/i386/fpu/libm-test-ulps: Update.
35803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35805 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35806             Carlos O'Donell  <carlos_odonell@mentor.com>
35808         * nss/makedb.c (is_prime): Assert that input is odd and greater
35809         than 4.  Note that fact in a comment too.
35810         (next_prime): Add 4 to input.
35812 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35814         [BZ #11741]
35815         * libio/Makefile (tests): Add test case tst-fwrite-error.
35816         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35817         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35818         * libio/tst-fwrite-error.c: New test case.
35820 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35822         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35823         before casting to void *.
35824         * include/libc-internal.h (__pointer_type): New macro.
35825         (__integer_if_pointer_type_sub): Likewise.
35826         (__integer_if_pointer_type): Likewise.
35827         (cast_to_integer): Likewise.
35828         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35829         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35830         before casting to atomic64_t.
35831         (atomic_exchange_acq): Likewise.
35832         (__arch_exchange_and_add_body): Likewise.
35833         (__arch_add_body): Likewise.
35834         (atomic_add_negative): Likewise.
35835         (atomic_add_zero): Likewise.
35837 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35839         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35840         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35841         (add_fdes): Likewise.
35842         (linear_search_fdes): Likewise.
35843         (binary_search_unencoded_fdes): Likewise.
35845 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35847         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35849 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35851         * configure.in: Autodetect C++ header directories.
35852         * configure: Regenerated.
35854 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35856         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35858 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35860         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35862 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35864         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35865         LDBL_MANT_DIG == 106]: Disable some tests.
35866         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35867         Likewise.
35868         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35869         Likewise.
35871         [BZ #14871]
35872         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35873         input for small inputs.  Return +/- pi/2 for large inputs.
35874         * math/libm-test.inc (atan_test): Add more tests.
35876         * sysdeps/generic/unwind-dw2-fde-glibc.c
35877         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35878         __attribute__ ((unused)).
35880         [BZ #14645]
35881         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35882         x * y if x and y are nonzero and z is zero.
35884         [BZ #14811]
35885         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35886         nonzero exponents with absolute value below 0x1p-117 to +/-
35887         0x1p-117.
35889         [BZ #14869]
35890         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35891         up arguments below 2**-450, not just those below 2**-500.
35892         * math/libm-test.inc (hypot_test): Add another test.
35894         [BZ #14868]
35895         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35896         Return a+b for ratio over 2**120, not 2**60.
35897         * math/libm-test.inc (hypot_test): Add another test.
35899         * math/libm-test.inc (clog_test): Use
35900         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35901         (clog10_test): Likewise.
35903         [BZ #6778]
35904         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35906 2012-11-22  Andreas Schwab  <schwab@suse.de>
35908         * sysdeps/i386/fpu/libm-test-ulps: Update.
35910 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35912         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35913         printf output with newline.
35915 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35917         [BZ #14865]
35918         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35919         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35920         -z nodlopen, -z initfirst and -z execstack support.
35921         * configure: Regenerated.
35923         * elf/elf.h (DF_1_NODIRECT): New macro.
35924         (DF_1_IGNMULDEF): Likewise.
35925         (DF_1_NOKSYMS): Likewise.
35926         (DF_1_NOHDR): Likewise.
35927         (DF_1_EDITED): Likewise.
35928         (DF_1_NORELOC): Likewise.
35929         (DF_1_SYMINTPOSE): Likewise.
35930         (DF_1_GLOBAUDIT): Likewise.
35931         (DF_1_SINGLETON): Likewise.
35932         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35933         DT_1_SUPPORTED_MASK bits.
35934         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35936 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35938         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35940 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35942         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35943         macro.
35945         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35946         (sendmmsg): Move declarations...
35947         * socket/sys/socket.h: ... here.
35948         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35949         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35950         include it from...
35951         * socket/recvmmsg.c: ... this new file.
35952         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35953         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35954         definition of __sendmmsg hidden.
35955         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35956         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35957         Move ENOSYS stub into and include it from...
35958         * socket/sendmmsg.c: ... this new file.
35959         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35960         (sysdep_routines): Move recvmmsg and sendmmsg...
35961         * socket/Makefile (routines): ... here.
35962         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35963         (GLIBC_PRIVATE): Add __sendmmsg.
35964         * include/sys/socket.h (__sendmmsg): Add declarations.
35965         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35966         sendmmsg.
35968 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35970         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35971         variable I1 with __attribute__ ((unused)).
35972         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35974 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35976         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35977         DUMMY variables with __attribute__ ((unused)).
35979         * bits/byteswap.h: Include <bits/types.h>.
35980         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35982 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35984         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35985         string_t.  Do not manually set errno.
35986         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35987         length with __strnlen.  Make sure to both set errno and return it on
35988         failure.
35990 2012-11-19  David S. Miller  <davem@davemloft.net>
35992         With help from Joseph Myers.
35993         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35994         very large arguments properly.
35995         * math/libm-test.inc (atan_test): New tests.
35996         (atan2_test): New tests.
35997         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35998         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36000 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36002         [BZ #14856]
36003         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
36004         Define to 3.
36006         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
36007         [POSIX] (EADDRNOTAVAIL): Likewise.
36008         [POSIX] (EAFNOSUPPORT): Likewise.
36009         [POSIX] (EALREADY): Likewise.
36010         [POSIX] (ECONNABORTED): Likewise.
36011         [POSIX] (ECONNREFUSED): Likewise.
36012         [POSIX] (ECONNRESET): Likewise.
36013         [POSIX] (EDESTADDRREQ): Likewise.
36014         [POSIX] (EDQUOT): Likewise.
36015         [POSIX] (EHOSTUNREACH): Likewise.
36016         [POSIX] (EIDRM): Likewise.
36017         [POSIX] (EISCONN): Likewise.
36018         [POSIX] (ELOOP): Likewise.
36019         [POSIX] (EMULTIHOP): Likewise.
36020         [POSIX] (ENETDOWN): Likewise.
36021         [POSIX] (ENETUNREACH): Likewise.
36022         [POSIX] (ENOBUFS): Likewise.
36023         [POSIX] (ENODATA): Likewise.
36024         [POSIX] (ENOLINK): Likewise.
36025         [POSIX] (ENOMSG): Likewise.
36026         [POSIX] (ENOPROTOOPT): Likewise.
36027         [POSIX] (ENOSR): Likewise.
36028         [POSIX] (ENOSTR): Likewise.
36029         [POSIX] (ENOTCONN): Likewise.
36030         [POSIX] (ENOTSOCK): Likewise.
36031         [POSIX] (EOPNOTSUPP): Likewise.
36032         [POSIX] (EOVERFLOW): Likewise.
36033         [POSIX] (EPROTO): Likewise.
36034         [POSIX] (EPROTONOSUPPORT): Likewise.
36035         [POSIX] (EPROTOTYPE): Likewise.
36036         [POSIX] (ESTALE): Likewise.
36037         [POSIX] (ETIME): Likewise.
36038         [POSIX] (ETXTBSY): Likewise.
36039         [POSIX] (EWOULDBLOCK): Likewise.
36040         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
36041         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
36042         [POSIX] (SEEK_CUR): Likewise.
36043         [POSIX] (SEEK_END): Likewise.
36044         [POSIX || UNIX98] (mode_t): Do not require.
36045         [POSIX] (off_t): Likewise.
36046         [POSIX] (pid_t): Likewise.
36047         [POSIX] (sys/stat.h): Do not allow header.
36048         [POSIX] (unistd.h): Likewise.
36049         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
36050         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
36051         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
36052         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
36053         require.
36054         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
36055         sigevent): Specify elements.
36056         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
36057         entry.
36058         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
36059         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
36061         * conform/data/cpio.h-data [POSIX]: Disable whole file.
36062         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
36063         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
36064         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
36065         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
36066         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
36067         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
36068         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
36069         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
36070         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
36071         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
36072         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
36073         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
36074         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
36075         Likewise.
36076         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
36077         Likewise.
36078         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
36079         Likewise.
36080         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
36081         Likewise.
36082         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
36083         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
36084         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
36085         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
36086         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
36087         Specify lower bound on value.
36088         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
36089         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
36090         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
36091         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
36092         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
36093         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
36094         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
36095         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
36096         value.
36097         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
36098         as optional.
36099         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
36100         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
36101         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
36102         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
36103         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
36104         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
36105         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
36106         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
36107         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
36108         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
36109         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
36110         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
36111         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
36112         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
36113         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
36114         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
36115         entry.
36116         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
36117         optional.
36118         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
36119         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
36120         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
36121         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
36122         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
36123         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
36124         Likewise.
36125         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
36126         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
36127         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
36128         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
36129         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
36130         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
36131         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
36132         as optional.
36133         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
36134         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
36135         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
36136         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
36137         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
36138         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
36139         specify as optional.
36140         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
36141         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
36142         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
36143         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
36144         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
36145         [XPG3] (NL_LANGMAX): Likewise.
36146         [POSIX || XPG3] (NL_MSGMAX): Likewise.
36147         [POSIX || XPG3] (NL_NMAX): Likewise.
36148         [POSIX || XPG3] (NL_SETMAX): Likewise.
36149         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36150         [XPG3] (NZERO): Likewise.
36151         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36152         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36153         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36154         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36155         (REG_ERANGE): Expect.
36156         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36157         optional-constant.
36158         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36159         Use (void) in prototype.
36160         [POSIX] (*_t): Allow.
36161         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
36162         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
36163         (WRDE_BADVAL): Expect.
36165         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
36166         expect.
36167         [XPG3 || XPG4] (O_RSYNC): Likewise.
36168         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
36169         Likewise.
36170         [XPG3 || XPG4] (pthread_sigmask): Likewise.
36171         [XPG3 || XPG4] (sigqueue): Likewise.
36172         [XPG3 || XPG4] (sigtimedwait): Likewise.
36173         [XPG3 || XPG4] (sigwaitinfo): Likewise.
36174         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
36175         [XPG3 || XPG4] (vsnprintf): Likewise.
36176         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
36177         Likewise.
36178         [XPG3 || XPG4] (blksize_t): Likewise.
36179         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
36180         Likewise.
36181         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
36182         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
36183         [XPG3 || XPG4] (struct itimerspec): Likewise.
36184         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
36185         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
36186         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
36187         [XPG3 || XPG4] (clockid_t): Likewise.
36188         [XPG3 || XPG4] (timer_t): Likewise.
36189         [XPG3 || XPG4] (clock_getres): Likewise.
36190         [XPG3 || XPG4] (clock_gettime): Likewise.
36191         [XPG3 || XPG4] (clock_settime): Likewise.
36192         [XPG3 || XPG4] (nanosleep): Likewise.
36193         [XPG3 || XPG4] (timer_create): Likewise.
36194         [XPG3 || XPG4] (timer_delete): Likewise.
36195         [XPG3 || XPG4] (timer_gettime): Likewise.
36196         [XPG3 || XPG4] (timer_getoverrun): Likewise.
36197         [XPG3 || XPG4] (timer_settime): Likewise.
36198         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
36199         [XPG3 || XPG4] (getlogin_r): Likewise.
36200         [XPG3 || XPG4] (pread): Likewise.
36201         [XPG3 || XPG4] (pthread_atfork): Likewise.
36202         [XPG3 || XPG4] (pwrite): Likewise.
36204         [BZ #14835]
36205         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
36206         <bits/siginfo.h>.
36208 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36210         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
36211         finalizing MALLSTREAM.
36213         * sysdeps/mach/hurd/syncfs.c: New file.
36215 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36217         [BZ #14719]
36218         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
36219         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
36220         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
36221         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
36222         (_nss_dns_gethostbyname4_r): Likewise.
36223         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
36224         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
36226 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
36228         [BZ #13763]
36229         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
36231 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
36233         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
36234         * elf/cache.c (print_entry): Print ",AArch64" for
36235         FLAG_AARCH64_LIB64
36237         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
36238         * elf/cache.c (print_entry): Print ",hard-float" for
36239         FLAG_ARM_LIBHF.
36241 2012-11-18  David S. Miller  <davem@davemloft.net>
36243         With help from Joseph Myers.
36244         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
36245         cutoff to 2**-13.
36246         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
36247         cutoff to 2**-25.
36248         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
36249         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
36250         small.
36251         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
36252         * math/libm-test.inc (y0_test): New tests.
36253         (y1_test): New tests.
36254         * sysdeps/i386/fpu/libm-test-ulps: Update.
36255         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36256         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36258 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
36260         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36261         64-bit targets.
36262         * configure: Regenerated.
36264 2012-11-17  David S. Miller  <davem@davemloft.net>
36266         [BZ #14811]
36267         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36268         nonzero exponents with absolute value below 0x1p-128 to +/-
36269         0x1p-128.
36271 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
36273         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36275         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36277         * posix/getconf-speclist.c: New file.
36278         * posix/posix-envs.def: Likewise.
36279         * posix/confstr.c (START_ENV_GROUP): New macro.
36280         (END_ENV_GROUP): Likewise.
36281         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36282         (KNOWN_PRESENT_ENV_STRING): Likewise.
36283         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36284         (UNKNOWN_ENVIRONMENT): Likewise.
36285         (confstr): Include posix-envs.def instead of handling
36286         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36287         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36288         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36289         (END_ENV_GROUP): Likewise.
36290         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36291         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36292         (UNKNOWN_ENVIRONMENT): Likewise.
36293         (__sysconf): Include posix-envs.def instead of handling associated
36294         cases directly here.
36295         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36296         preprocessing getconf-speclist.c rather than running getconf or
36297         generating empty file.
36299 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
36301         * scripts/check-local-headers.sh: Ignore 'mach' headers.
36303 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
36305         [BZ #14672]
36306         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36308 2012-11-16  David S. Miller  <davem@davemloft.net>
36310         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36311         smaller than LDBL_EPSILON/2.0L, just return xm1.
36313 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
36315         * elf/tst-array1.c (init): Set constructor priority to 1000.
36316         (fini): Set destructor priority to 1000.
36317         * elf/tst-array2dep.c: Likewise.
36319 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36321         [BZ #11741]
36322         * libio/fileops.c (_IO_new_file_write): Correctly return error.
36323         (_IO_new_file_xsputn): Also return EOF if none of the input
36324         data was written when overflow failed.
36325         * libio/iopadn.c (_IO_padn): Likewise.
36326         * libio/iowpadn.c (_IO_wpadn): Likewise.
36327         * stdio-common/tst-put-error.c: Add copyright notice.
36328         (do_test): Add case for printing padded string.
36329         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36330         _IO_padn returned error.
36331         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36332         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36333         return EOF.
36335 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36337         * libio/libioP.h: Add comment note that the references to C++
36338         bits are now obsolete.
36340 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36342         * math/libm-test.inc (check_complex): Use asprintf.
36344 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36346         * debug/pcprofiledump.c (print_version): Update copyright year.
36347         * malloc/memusagestat.c (print_version): Likewise.
36349 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36351         [BZ #14831]
36352         * elf/Makefile (tests): Add tst-audit8.
36353         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36354         ($(objpfx)tst-audit8.out): New target.
36355         (tst-audit8-ENV): New variable.
36356         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36357         audit if l_reloc_result is NULL.
36358         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36359         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36360         * elf/tst-audit8.c: New file.
36362 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36364         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36365         * misc/Makefile (CFLAGS-select.c): Define.
36366         * posix/Makefile (CFLAGS-pause.c): Define.
36368 2012-11-13  David S. Miller  <davem@davemloft.net>
36370         * crypt/Makefile: Move test targets after toplevel Rules
36371         inclusion.  Grab any necessary sysdep routines when linking.
36372         * crypt/md5.c (md5_process_block): Remove define, we will always
36373         name it __md5_process_block.
36374         (md5_finish_ctx): Update md5_process_block call.
36375         (md5_stream): Likewise.
36376         (md5_process_bytes): Likewise.
36377         (md5_process_block): Rename to __md5_process_block and move to ...
36378         * crypt/md5-block.c: ... here.
36379         * crypt/sha256.c (sha256_process_block): Move to ...
36380         * crypt/sha256-block.c: ... here.
36381         * crypt/sha512.c (sha512_process_block): Move to ...
36382         * crypt/sha512-block.c: ... here.
36383         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36384         path.
36385         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36386         * sysdeps/sparc/sparc64/multiarch/Makefile
36387         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36388         crypt subdir.
36389         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36390         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36391         multiarch changes.
36392         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36393         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36394         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36395         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36396         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36397         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36398         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36399         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36400         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36401         file.
36402         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36403         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36404         file.
36405         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36407 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36409         * timezone/tzselect.ksh: Update from tzcode git revision
36410         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36411         * timezone/zdump.c: Likewise.
36412         * timezone/zic.c: Likewise.
36413         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36414         in TZVERSION setting, not $(PKGVERSION).
36415         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36416         REPORT_BUGS_TO settings.
36418         [BZ #14838]
36419         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36420         macro.
36422 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36424         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36425         detection to immediately after _FP_ROUND().
36426         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36427         bits are 0.
36429 2012-11-11  David S. Miller  <davem@davemloft.net>
36431         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36432         inttypes.h
36433         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36434         __close rather than their public counterparts.
36436 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36438         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36439         file.
36440         [UNIX98] (sem_timedwait): Do not expect.
36441         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36442         [XPG4 || UNIX98] (sockatmark): Do not expect.
36443         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36444         (clock_getcpuclockid): Do not expect.
36445         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36446         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36447         Do not expect.
36448         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36449         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36450         [UNIX98] (vwscanf): Likewise.
36451         [UNIX98] (vswscanf): Likewise.
36453 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36455         * timezone/version.h: Remove file.
36456         * timezone/README: Do not refer to version.h.
36457         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36458         $(objpfx)version.h.
36459         ($(objpfx)zdump.o): Likewise.
36460         ($(objpfx)version.h): New target.
36462         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36463         2012i.
36464         * timezone/README: Don't mention modification to tzselect.ksh.
36465         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36466         work on unmodified tzselect.ksh.  Substitute version numbers in
36467         tzselect.ksh.
36469         * Makefile (format-me): Remove.
36470         (INSTALL): Adjust indentation.  Use commands directly instead of
36471         using $(format-me).
36473         * aclocal.m4 (ACX_PKGVERSION): New macro.
36474         (ACX_BUGURL): Likewise.
36475         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36476         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36477         (REPORT_BUGS_TO): Likewise.
36478         * configure: Regenerated.
36479         * config.h.in (PKGVERSION): New macro.
36480         (REPORT_BUGS_TO): Likewise.
36481         * config.make.in (PKGVERSION): New variable.
36482         (PKGVERSION_TEXI): Likewise.
36483         (REPORT_BUGS_TO): Likewise.
36484         (REPORT_BUGS_TEXI): Likewise.
36485         * Makefile (format-me): Use -I$(common-objpfx)manual.
36486         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36487         ($(common-objpfx)manual/%): New target.
36488         (manual/%): Remove target.
36489         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36490         (print_version): Use PKGVERSION.
36491         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36492         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36493         and REPORT_BUGS_TO.
36494         ($(objpfx)xtrace): Likewise.
36495         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36496         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36497         (print_version): Use PKGVERSION.
36498         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36499         (do_version): Use PKGVERSION.
36500         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36501         REPORT_BUGS_TO.
36502         (common-ldd-rewrite): Likewise.
36503         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36504         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36505         (print_version): Use PKGVERSION.
36506         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36507         * elf/pldd.c (argp_program_bug_address): Remove variable.
36508         (more_help): New function.
36509         (argp): Use more_help.
36510         (print_version): Use PKGVERSION.
36511         * elf/sln.c (main): Use PKGVERSION.
36512         (usage): Use REPORT_BUGS_TO.
36513         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36514         (top level): Use PKGVERSION.
36515         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36516         (print_version): Use PKGVERSION.
36517         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36518         (print_version): Use PKGVERSION.
36519         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36520         (print_version): Use PKGVERSION.
36521         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36522         (print_version): Use PKGVERSION.
36523         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36524         (print_version): Use PKGVERSION.
36525         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36526         (print_version): Use PKGVERSION.
36527         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36528         and BUGURL.
36529         ($(objpfx)memusage): Likewise.
36530         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36531         (do_version): Use PKGVERSION.
36532         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36533         (print_version): Use PKGVERSION.
36534         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36535         ($PKGVERSION): New variable.
36536         ($REPORT_BUGS_TO): Likewise.
36537         (usage): Use $REPORT_BUGS_TO.
36538         (top level): Use $PKGVERSION.
36539         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36540         ($(objpfx)pkgvers.texi): New rule.
36541         ($(objpfx)stamp-pkgvers): Likewise.
36542         * manual/install.texi: Include pkgvers.texi.
36543         (--with-pkgversion): Document new configure option.
36544         (--with-bugurl): Likewise.
36545         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36546         than necessarily for this particular distribution.  Use
36547         REPORT_BUGS_TO for where to report bugs.
36548         * INSTALL: Regenerated.
36549         * manual/libc.texinfo: Include pkgvers.texi.
36550         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36551         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36552         (print_version): Use PKGVERSION.
36553         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36554         (print_version): Use PKGVERSION.
36555         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36556         (print_version): Use PKGVERSION.
36557         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36558         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36559         macro.
36560         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36561         (print_version): Use PKGVERSION.
36562         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36563         (print_version): Use PKGVERSION.
36564         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36565         and PKGVERSION.
36567         * timezone/checktab.awk: Update from tzcode 2012i.
36568         * timezone/ialloc.c: Likewise.
36569         * timezone/private.h: Likewise.
36570         * timezone/scheck.c: Likewise.
36571         * timezone/tzfile.h: Likewise.
36572         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36573         (TZVERSION): Hardcode tzcode version number.
36574         * timezone/zdump.c: Update from tzcode 2012i.
36575         * timezone/zic.c: Likewise.
36576         * timezone/version.h: New file.
36577         * timezone/README: Describe version.h.  Update upstream location.
36579         [BZ #14824]
36580         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36581         (mktemp): Enable declaration.
36582         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36583         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36584         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36585         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36586         Likewise.
36587         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36588         Likewise.
36589         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36590         Likewise.
36591         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36592         Likewise.
36593         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36594         Likewise.
36595         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36596         Likewise.
36598         [BZ #14821]
36599         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36600         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36601         for copies of such integer values.
36602         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36603         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36605 2012-11-09  Andreas Jaeger  <aj@suse.de>
36607         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36608         definitions and declarations that are provided by
36609         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36611 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36613         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36614         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36615         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36616         definition.
36618 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36620         * elf/elf.h: Update comment before AArch64 relocations.
36622 2012-11-07  David S. Miller  <davem@davemloft.net>
36624         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36625         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36626         (__start_context): Declare.
36627         (__makecontext_ret): Delete.
36628         (__makecontext): Hook up __start_context instead of
36629         __makecontext_ret.
36630         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36631         (sysdep_routines): Add __start_context when in stdlib.
36633 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36635         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36636         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36637         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36638         hardcoded "nm".
36639         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36640         (READELF): New variable.  Use it instead of hardcoded "readelf".
36642 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36644         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36645         * sysdeps/x86/Makefile: Here.
36646         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36647         * sysdeps/x86/tst-xmmymm.sh: This.
36649 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36651         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36652         expectations.
36653         [UNIX98] (pthread_barrier_t): Do not expect.
36654         [UNIX98] (pthread_barrierattr_t): Likewise.
36655         [UNIX98] (pthread_spinlock_t): Likewise.
36656         [UNIX98] (pthread_barrier_destroy): Likewise.
36657         [UNIX98] (pthread_barrier_init): Likewise.
36658         [UNIX98] (pthread_barrier_wait): Likewise.
36659         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36660         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36661         [UNIX98] (pthread_barrierattr_init): Likewise.
36662         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36663         [UNIX98] (pthread_getcpuclockid): Likewise.
36664         [UNIX98] (pthread_mutex_timedlock): Likewise.
36665         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36666         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36667         [UNIX98] (pthread_sigmask): Likewise.
36668         [UNIX98] (pthread_spin_destroy): Likewise.
36669         [UNIX98] (pthread_spin_init): Likewise.
36670         [UNIX98] (pthread_spin_lock): Likewise.
36671         [UNIX98] (pthread_spin_trylock): Likewise.
36672         [UNIX98] (pthread_spin_unlock): Likewise.
36673         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36674         Do not expect.
36675         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36676         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36677         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36678         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36679         [XPG3 || XPG4] (pthread_key_t): Likewise.
36680         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36681         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36682         [XPG3 || XPG4] (pthread_once_t): Likewise.
36683         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36684         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36685         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36686         [XPG3 || XPG4] (pthread_t): Likewise.
36688         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36689         not expect.
36690         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36692         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36693         Change function return type to int.
36695         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36696         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36697         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36698         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36699         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36700         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36701         [!POSIX] (posix_madvise): Likewise.
36702         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36703         && !UNIX98].
36704         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36705         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36706         (mode_t): Likewise.
36707         (posix_mem_offset): Likewise.
36708         (posix_typed_mem_get_info): Likewise.
36709         (posix_typed_mem_open): Likewise.
36711         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36712         Change condition to [XOPEN2K8].
36714         * conform/conformtest.pl: Preprocess allow-header data with -x c
36715         instead of from stdin.
36716         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36717         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36718         [C99-based standards] (cerfc): Likewise.
36719         [C99-based standards] (cexp2): Likewise.
36720         [C99-based standards] (cexpm1): Likewise.
36721         [C99-based standards] (clog10): Likewise.
36722         [C99-based standards] (clog1p): Likewise.
36723         [C99-based standards] (clog2): Likewise.
36724         [C99-based standards] (clgamma): Likewise.
36725         [C99-based standards] (ctgamma): Likewise.
36726         [C99-based standards] (cerff): Likewise.
36727         [C99-based standards] (cerfcf): Likewise.
36728         [C99-based standards] (cexp2f): Likewise.
36729         [C99-based standards] (cexpm1f): Likewise.
36730         [C99-based standards] (clog10f): Likewise.
36731         [C99-based standards] (clog1pf): Likewise.
36732         [C99-based standards] (clog2f): Likewise.
36733         [C99-based standards] (clgammaf): Likewise.
36734         [C99-based standards] (ctgammaf): Likewise.
36735         [C99-based standards] (cerfl): Likewise.
36736         [C99-based standards] (cerfcl): Likewise.
36737         [C99-based standards] (cexp2l): Likewise.
36738         [C99-based standards] (cexpm1l): Likewise.
36739         [C99-based standards] (clog10l): Likewise.
36740         [C99-based standards] (clog1pl): Likewise.
36741         [C99-based standards] (clog2l): Likewise.
36742         [C99-based standards] (clgammal): Likewise.
36743         [C99-based standards] (ctgammal): Likewise.
36744         * conform/data/inttypes.h-data [C99-based standards]: Include
36745         stdint.h-data.  Remove all expectations for stdint.h contents.
36746         [C99-based standards] (PRI*): Do not allow.
36747         [C99-based standards] (SCN*): Likewise.
36748         [C99-based standards] (*_t): Likewise.
36749         [C99-based-standards] (PRId8): Expect macro.
36750         [C99-based-standards] (PRIi8): Likewise.
36751         [C99-based-standards] (PRIo8): Likewise.
36752         [C99-based-standards] (PRIu8): Likewise.
36753         [C99-based-standards] (PRIx8): Likewise.
36754         [C99-based-standards] (PRIX8): Likewise.
36755         [C99-based-standards] (SCNd8): Likewise.
36756         [C99-based-standards] (SCNi8): Likewise.
36757         [C99-based-standards] (SCNo8): Likewise.
36758         [C99-based-standards] (SCNu8): Likewise.
36759         [C99-based-standards] (SCNx8): Likewise.
36760         [C99-based-standards] (PRIdLEAST8): Likewise.
36761         [C99-based-standards] (PRIiLEAST8): Likewise.
36762         [C99-based-standards] (PRIoLEAST8): Likewise.
36763         [C99-based-standards] (PRIuLEAST8): Likewise.
36764         [C99-based-standards] (PRIxLEAST8): Likewise.
36765         [C99-based-standards] (PRIXLEAST8): Likewise.
36766         [C99-based-standards] (SCNdLEAST8): Likewise.
36767         [C99-based-standards] (SCNiLEAST8): Likewise.
36768         [C99-based-standards] (SCNoLEAST8): Likewise.
36769         [C99-based-standards] (SCNuLEAST8): Likewise.
36770         [C99-based-standards] (SCNxLEAST8): Likewise.
36771         [C99-based-standards] (PRIdFAST8): Likewise.
36772         [C99-based-standards] (PRIiFAST8): Likewise.
36773         [C99-based-standards] (PRIoFAST8): Likewise.
36774         [C99-based-standards] (PRIuFAST8): Likewise.
36775         [C99-based-standards] (PRIxFAST8): Likewise.
36776         [C99-based-standards] (PRIXFAST8): Likewise.
36777         [C99-based-standards] (SCNdFAST8): Likewise.
36778         [C99-based-standards] (SCNiFAST8): Likewise.
36779         [C99-based-standards] (SCNoFAST8): Likewise.
36780         [C99-based-standards] (SCNuFAST8): Likewise.
36781         [C99-based-standards] (SCNxFAST8): Likewise.
36782         [C99-based-standards] (PRId16): Likewise.
36783         [C99-based-standards] (PRIi16): Likewise.
36784         [C99-based-standards] (PRIo16): Likewise.
36785         [C99-based-standards] (PRIu16): Likewise.
36786         [C99-based-standards] (PRIx16): Likewise.
36787         [C99-based-standards] (PRIX16): Likewise.
36788         [C99-based-standards] (SCNd16): Likewise.
36789         [C99-based-standards] (SCNi16): Likewise.
36790         [C99-based-standards] (SCNo16): Likewise.
36791         [C99-based-standards] (SCNu16): Likewise.
36792         [C99-based-standards] (SCNx16): Likewise.
36793         [C99-based-standards] (PRIdLEAST16): Likewise.
36794         [C99-based-standards] (PRIiLEAST16): Likewise.
36795         [C99-based-standards] (PRIoLEAST16): Likewise.
36796         [C99-based-standards] (PRIuLEAST16): Likewise.
36797         [C99-based-standards] (PRIxLEAST16): Likewise.
36798         [C99-based-standards] (PRIXLEAST16): Likewise.
36799         [C99-based-standards] (SCNdLEAST16): Likewise.
36800         [C99-based-standards] (SCNiLEAST16): Likewise.
36801         [C99-based-standards] (SCNoLEAST16): Likewise.
36802         [C99-based-standards] (SCNuLEAST16): Likewise.
36803         [C99-based-standards] (SCNxLEAST16): Likewise.
36804         [C99-based-standards] (PRIdFAST16): Likewise.
36805         [C99-based-standards] (PRIiFAST16): Likewise.
36806         [C99-based-standards] (PRIoFAST16): Likewise.
36807         [C99-based-standards] (PRIuFAST16): Likewise.
36808         [C99-based-standards] (PRIxFAST16): Likewise.
36809         [C99-based-standards] (PRIXFAST16): Likewise.
36810         [C99-based-standards] (SCNdFAST16): Likewise.
36811         [C99-based-standards] (SCNiFAST16): Likewise.
36812         [C99-based-standards] (SCNoFAST16): Likewise.
36813         [C99-based-standards] (SCNuFAST16): Likewise.
36814         [C99-based-standards] (SCNxFAST16): Likewise.
36815         [C99-based-standards] (PRId32): Likewise.
36816         [C99-based-standards] (PRIi32): Likewise.
36817         [C99-based-standards] (PRIo32): Likewise.
36818         [C99-based-standards] (PRIu32): Likewise.
36819         [C99-based-standards] (PRIx32): Likewise.
36820         [C99-based-standards] (PRIX32): Likewise.
36821         [C99-based-standards] (SCNd32): Likewise.
36822         [C99-based-standards] (SCNi32): Likewise.
36823         [C99-based-standards] (SCNo32): Likewise.
36824         [C99-based-standards] (SCNu32): Likewise.
36825         [C99-based-standards] (SCNx32): Likewise.
36826         [C99-based-standards] (PRIdLEAST32): Likewise.
36827         [C99-based-standards] (PRIiLEAST32): Likewise.
36828         [C99-based-standards] (PRIoLEAST32): Likewise.
36829         [C99-based-standards] (PRIuLEAST32): Likewise.
36830         [C99-based-standards] (PRIxLEAST32): Likewise.
36831         [C99-based-standards] (PRIXLEAST32): Likewise.
36832         [C99-based-standards] (SCNdLEAST32): Likewise.
36833         [C99-based-standards] (SCNiLEAST32): Likewise.
36834         [C99-based-standards] (SCNoLEAST32): Likewise.
36835         [C99-based-standards] (SCNuLEAST32): Likewise.
36836         [C99-based-standards] (SCNxLEAST32): Likewise.
36837         [C99-based-standards] (PRIdFAST32): Likewise.
36838         [C99-based-standards] (PRIiFAST32): Likewise.
36839         [C99-based-standards] (PRIoFAST32): Likewise.
36840         [C99-based-standards] (PRIuFAST32): Likewise.
36841         [C99-based-standards] (PRIxFAST32): Likewise.
36842         [C99-based-standards] (PRIXFAST32): Likewise.
36843         [C99-based-standards] (SCNdFAST32): Likewise.
36844         [C99-based-standards] (SCNiFAST32): Likewise.
36845         [C99-based-standards] (SCNoFAST32): Likewise.
36846         [C99-based-standards] (SCNuFAST32): Likewise.
36847         [C99-based-standards] (SCNxFAST32): Likewise.
36848         [C99-based-standards] (PRId64): Likewise.
36849         [C99-based-standards] (PRIi64): Likewise.
36850         [C99-based-standards] (PRIo64): Likewise.
36851         [C99-based-standards] (PRIu64): Likewise.
36852         [C99-based-standards] (PRIx64): Likewise.
36853         [C99-based-standards] (PRIX64): Likewise.
36854         [C99-based-standards] (SCNd64): Likewise.
36855         [C99-based-standards] (SCNi64): Likewise.
36856         [C99-based-standards] (SCNo64): Likewise.
36857         [C99-based-standards] (SCNu64): Likewise.
36858         [C99-based-standards] (SCNx64): Likewise.
36859         [C99-based-standards] (PRIdLEAST64): Likewise.
36860         [C99-based-standards] (PRIiLEAST64): Likewise.
36861         [C99-based-standards] (PRIoLEAST64): Likewise.
36862         [C99-based-standards] (PRIuLEAST64): Likewise.
36863         [C99-based-standards] (PRIxLEAST64): Likewise.
36864         [C99-based-standards] (PRIXLEAST64): Likewise.
36865         [C99-based-standards] (SCNdLEAST64): Likewise.
36866         [C99-based-standards] (SCNiLEAST64): Likewise.
36867         [C99-based-standards] (SCNoLEAST64): Likewise.
36868         [C99-based-standards] (SCNuLEAST64): Likewise.
36869         [C99-based-standards] (SCNxLEAST64): Likewise.
36870         [C99-based-standards] (PRIdFAST64): Likewise.
36871         [C99-based-standards] (PRIiFAST64): Likewise.
36872         [C99-based-standards] (PRIoFAST64): Likewise.
36873         [C99-based-standards] (PRIuFAST64): Likewise.
36874         [C99-based-standards] (PRIxFAST64): Likewise.
36875         [C99-based-standards] (PRIXFAST64): Likewise.
36876         [C99-based-standards] (SCNdFAST64): Likewise.
36877         [C99-based-standards] (SCNiFAST64): Likewise.
36878         [C99-based-standards] (SCNoFAST64): Likewise.
36879         [C99-based-standards] (SCNuFAST64): Likewise.
36880         [C99-based-standards] (SCNxFAST64): Likewise.
36881         [C99-based-standards] (PRIdMAX): Likewise.
36882         [C99-based-standards] (PRIiMAX): Likewise.
36883         [C99-based-standards] (PRIoMAX): Likewise.
36884         [C99-based-standards] (PRIuMAX): Likewise.
36885         [C99-based-standards] (PRIxMAX): Likewise.
36886         [C99-based-standards] (PRIXMAX): Likewise.
36887         [C99-based-standards] (SCNdMAX): Likewise.
36888         [C99-based-standards] (SCNiMAX): Likewise.
36889         [C99-based-standards] (SCNoMAX): Likewise.
36890         [C99-based-standards] (SCNuMAX): Likewise.
36891         [C99-based-standards] (SCNxMAX): Likewise.
36892         [C99-based-standards] (PRIdPTR): Likewise.
36893         [C99-based-standards] (PRIiPTR): Likewise.
36894         [C99-based-standards] (PRIoPTR): Likewise.
36895         [C99-based-standards] (PRIuPTR): Likewise.
36896         [C99-based-standards] (PRIxPTR): Likewise.
36897         [C99-based-standards] (PRIXPTR): Likewise.
36898         [C99-based-standards] (SCNdPTR): Likewise.
36899         [C99-based-standards] (SCNiPTR): Likewise.
36900         [C99-based-standards] (SCNoPTR): Likewise.
36901         [C99-based-standards] (SCNuPTR): Likewise.
36902         [C99-based-standards] (SCNxPTR): Likewise.
36903         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36904         allow.
36905         * conform/data/stdint.h-data: Update comments to clarify
36906         requirements.
36907         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36908         type.
36909         [C99-based standards] (INT8_MAX): Likewise.
36910         [C99-based standards] (INT16_MIN): Likewise.
36911         [C99-based standards] (INT16_MAX): Likewise.
36912         [C99-based standards] (INT32_MIN): Likewise.
36913         [C99-based standards] (INT32_MAX): Likewise.
36914         [C99-based standards] (INT64_MIN): Likewise.
36915         [C99-based standards] (INT64_MAX): Likewise.
36916         [C99-based standards] (UINT8_MAX): Likewise.
36917         [C99-based standards] (UINT16_MAX): Likewise.
36918         [C99-based standards] (UINT32_MAX): Likewise.
36919         [C99-based standards] (UINT64_MAX): Likewise.
36920         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36921         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36922         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36923         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36924         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36925         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36926         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36927         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36928         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36929         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36930         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36931         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36932         [C99-based standards] (INT_FAST8_MIN): Likewise.
36933         [C99-based standards] (INT_FAST8_MAX): Likewise.
36934         [C99-based standards] (INT_FAST16_MIN): Likewise.
36935         [C99-based standards] (INT_FAST16_MAX): Likewise.
36936         [C99-based standards] (INT_FAST32_MIN): Likewise.
36937         [C99-based standards] (INT_FAST32_MAX): Likewise.
36938         [C99-based standards] (INT_FAST64_MIN): Likewise.
36939         [C99-based standards] (INT_FAST64_MAX): Likewise.
36940         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36941         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36942         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36943         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36944         [C99-based standards] (INTPTR_MIN): Likewise.
36945         [C99-based standards] (INTPTR_MAX): Likewise.
36946         [C99-based standards] (UINTPTR_MAX): Likewise.
36947         [C99-based standards] (INTMAX_MIN): Likewise.
36948         [C99-based standards] (INTMAX_MAX): Likewise.
36949         [C99-based standards] (UINTMAX_MAX): Likewise.
36950         [C99-based standards] (PTRDIFF_MIN): Likewise.
36951         [C99-based standards] (PTRDIFF_MAX): Likewise.
36952         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36953         [C99-based standards] (SIZE_MAX): Likewise.
36954         [C99-based standards] (WCHAR_MAX): Likewise.
36955         [C99-based standards] (WINT_MAX): Likewise.
36956         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36957         constraint on value.
36958         [C99-based standards] (WCHAR_MIN): Likewise.
36959         [C99-based standards] (WINT_MIN): Likewise.
36960         [C99-based standards] (*_t): Allow.
36961         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36962         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36963         Include math.h-data and complex.h-data.  Remove all expectations
36964         of math.h and complex.h contents.
36965         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36966         at end of line.
36967         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36968         (struct tm): Expect tag.
36969         [C99-based-standards] (wcstof): Expect function.
36970         [C99-based-standards] (wcstold): Likewise.
36971         [C99-based-standards] (wcstoll): Likewise.
36972         [C99-based-standards] (wcstoull): Likewise.
36973         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36974         macro-int-constant.  Specify type.
36975         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36976         constraint on value.
36977         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36978         Specify type.
36979         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36980         Specify value.
36981         [ISO C standards]: Do not allow headers.
36982         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36983         wcs[abcdefghijklmnopqrstuvwxyz]*.
36984         [ISO C standards] (*_t): Do not allow.
36985         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36986         Expect function.
36987         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36988         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36989         Specify type.
36990         [ISO C standards]: Do not allow headers.
36991         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36992         is[abcdefghijklmnopqrstuvwxyz]*.
36993         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36994         to[abcdefghijklmnopqrstuvwxyz]*.
36995         [ISO C standards] (*_t): Do not allow.
36996         * conform/data/stdalign.h-data: New file.
36997         * conform/data/stdbool.h-data: Likewise.
36998         * conform/data/stdnoreturn.h-data: Likewise.
37000 2012-11-07  Roland McGrath  <roland@hack.frob.com>
37002         [BZ #14815]
37003         * manual/filesys.texi (Directory Entries): Typo fix.
37004         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
37006 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37008         * elf/elf.h (EM_AARCH64): New macro.
37009         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
37010         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
37011         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
37012         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
37013         (R_AARCH64_TLSDESC): Likewise.
37014         (NT_ARM_TLS): Likewise.
37015         (NT_ARM_HW_BREAK): Likewise.
37016         (NT_ARM_HW_WATCH): Likewise.
37018 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37020         [BZ #14811]
37021         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
37022         (__ieee754_powl): Saturate nonzero exponents with absolute value
37023         below 0x1p-79 to +/- 0x1p-79.
37024         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
37025         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
37026         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
37027         nonzero exponents with absolute value below 0x1p-32 to +/-
37028         0x1p-32.
37029         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
37030         (__ieee754_powl): Saturate nonzero exponents with absolute value
37031         below 0x1p-79 to +/- 0x1p-79.
37032         * math/libm-test.inc (pow_test): Add more tests.
37034 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37036         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
37037         _dl_s390_cap_flags with kernel. Increase string length.
37038         (_dl_s390_platforms): Add z196 and zEC12.
37040 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37042         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
37043         Change XOPEN21K to XOPEN2K.
37045 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
37047         * string/memmove.c: Use memcpy when possible.
37049 2012-11-06  Andreas Jaeger  <aj@suse.de>
37051         * po/eo.po: Update from translation team.
37053 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
37055         [BZ #14793]
37056         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
37057         exponent and small x and y exponents, scale x or y up.  Increase
37058         by 2 the exponent used in scaling up.
37059         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37060         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37061         * math/libm-test.inc (fma_test): Add more tests.
37062         (fma_test_towardzero): Likewise.
37063         (fma_test_downward): Likewise.
37064         (fma_test_upward): Likewise.
37066 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
37068         [BZ #14805]
37069         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
37070         fenv_t *.
37072         [BZ #14801]
37073         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
37074         namespace for names of struct fields.
37075         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
37076         fenv_t fields.
37077         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
37078         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
37080 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37082         [BZ #3665]
37083         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
37085 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37087         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
37088         PTR_DEMANGLE.
37090         [BZ #5246]
37091         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
37092         PTR_DEMANGLE.
37094 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
37096         [BZ #14797]
37097         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
37098         definitely overflow as x * y not x * y + z.
37099         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37100         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37101         * math/libm-test.inc (fma_test): Add more tests.
37102         (fma_test_towardzero): Likewise.
37103         (fma_test_downward): Likewise.
37104         (fma_test_upward): Likewise.
37106 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37108         [BZ #157]
37110         * include/stub-tag.h: Remove file.
37111         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
37112         '#include' of it.
37113         * manual/maint.texi (Porting): Don't reference it.
37114         * Makerules ($(objpfx)stubs): Likewise.
37115         * dirent/closedir.c: Don't include <stub-tag.h>.
37116         * dirent/dirfd.c: Likewise.
37117         * dirent/fdopendir.c: Likewise.
37118         * dirent/getdents.c: Likewise.
37119         * dirent/getdents64.c: Likewise.
37120         * dirent/opendir.c: Likewise.
37121         * dirent/readdir.c: Likewise.
37122         * dirent/readdir64.c: Likewise.
37123         * dirent/readdir64_r.c: Likewise.
37124         * dirent/readdir_r.c: Likewise.
37125         * dirent/rewinddir.c: Likewise.
37126         * dirent/seekdir.c: Likewise.
37127         * dirent/telldir.c: Likewise.
37128         * gmon/profil.c: Likewise.
37129         * grp/setgroups.c: Likewise.
37130         * inet/if_index.c: Likewise.
37131         * io/access.c: Likewise.
37132         * io/chdir.c: Likewise.
37133         * io/chmod.c: Likewise.
37134         * io/chown.c: Likewise.
37135         * io/close.c: Likewise.
37136         * io/dup.c: Likewise.
37137         * io/dup2.c: Likewise.
37138         * io/dup3.c: Likewise.
37139         * io/euidaccess.c: Likewise.
37140         * io/faccessat.c: Likewise.
37141         * io/fchdir.c: Likewise.
37142         * io/fchmod.c: Likewise.
37143         * io/fchmodat.c: Likewise.
37144         * io/fchown.c: Likewise.
37145         * io/fchownat.c: Likewise.
37146         * io/fcntl.c: Likewise.
37147         * io/flock.c: Likewise.
37148         * io/fstatfs.c: Likewise.
37149         * io/fstatfs64.c: Likewise.
37150         * io/fstatvfs.c: Likewise.
37151         * io/fstatvfs64.c: Likewise.
37152         * io/futimens.c: Likewise.
37153         * io/fxstat.c: Likewise.
37154         * io/fxstat64.c: Likewise.
37155         * io/fxstatat.c: Likewise.
37156         * io/fxstatat64.c: Likewise.
37157         * io/getcwd.c: Likewise.
37158         * io/isatty.c: Likewise.
37159         * io/lchmod.c: Likewise.
37160         * io/lchown.c: Likewise.
37161         * io/link.c: Likewise.
37162         * io/linkat.c: Likewise.
37163         * io/lseek.c: Likewise.
37164         * io/lseek64.c: Likewise.
37165         * io/lxstat64.c: Likewise.
37166         * io/mkdir.c: Likewise.
37167         * io/mkdirat.c: Likewise.
37168         * io/mkfifo.c: Likewise.
37169         * io/mkfifoat.c: Likewise.
37170         * io/open.c: Likewise.
37171         * io/open64.c: Likewise.
37172         * io/openat.c: Likewise.
37173         * io/openat64.c: Likewise.
37174         * io/pipe.c: Likewise.
37175         * io/pipe2.c: Likewise.
37176         * io/poll.c: Likewise.
37177         * io/posix_fadvise.c: Likewise.
37178         * io/posix_fadvise64.c: Likewise.
37179         * io/posix_fallocate.c: Likewise.
37180         * io/posix_fallocate64.c: Likewise.
37181         * io/read.c: Likewise.
37182         * io/readlink.c: Likewise.
37183         * io/readlinkat.c: Likewise.
37184         * io/rmdir.c: Likewise.
37185         * io/sendfile.c: Likewise.
37186         * io/sendfile64.c: Likewise.
37187         * io/statfs.c: Likewise.
37188         * io/statfs64.c: Likewise.
37189         * io/statvfs.c: Likewise.
37190         * io/statvfs64.c: Likewise.
37191         * io/symlink.c: Likewise.
37192         * io/symlinkat.c: Likewise.
37193         * io/ttyname.c: Likewise.
37194         * io/ttyname_r.c: Likewise.
37195         * io/umask.c: Likewise.
37196         * io/unlink.c: Likewise.
37197         * io/unlinkat.c: Likewise.
37198         * io/utime.c: Likewise.
37199         * io/utimensat.c: Likewise.
37200         * io/write.c: Likewise.
37201         * io/xmknod.c: Likewise.
37202         * io/xmknodat.c: Likewise.
37203         * io/xstat.c: Likewise.
37204         * io/xstat64.c: Likewise.
37205         * login/getpt.c: Likewise.
37206         * login/grantpt.c: Likewise.
37207         * login/unlockpt.c: Likewise.
37208         * math/e_acoshl.c: Likewise.
37209         * math/e_acosl.c: Likewise.
37210         * math/e_asinl.c: Likewise.
37211         * math/e_atan2l.c: Likewise.
37212         * math/e_atanhl.c: Likewise.
37213         * math/e_coshl.c: Likewise.
37214         * math/e_expl.c: Likewise.
37215         * math/e_fmodl.c: Likewise.
37216         * math/e_gammal_r.c: Likewise.
37217         * math/e_hypotl.c: Likewise.
37218         * math/e_j0l.c: Likewise.
37219         * math/e_j1l.c: Likewise.
37220         * math/e_jnl.c: Likewise.
37221         * math/e_lgammal_r.c: Likewise.
37222         * math/e_log10l.c: Likewise.
37223         * math/e_log2l.c: Likewise.
37224         * math/e_logl.c: Likewise.
37225         * math/e_powl.c: Likewise.
37226         * math/e_rem_pio2l.c: Likewise.
37227         * math/e_sinhl.c: Likewise.
37228         * math/e_sqrtl.c: Likewise.
37229         * math/fclrexcpt.c: Likewise.
37230         * math/fedisblxcpt.c: Likewise.
37231         * math/feenablxcpt.c: Likewise.
37232         * math/fegetenv.c: Likewise.
37233         * math/fegetexcept.c: Likewise.
37234         * math/fegetround.c: Likewise.
37235         * math/feholdexcpt.c: Likewise.
37236         * math/fesetenv.c: Likewise.
37237         * math/fesetround.c: Likewise.
37238         * math/feupdateenv.c: Likewise.
37239         * math/fgetexcptflg.c: Likewise.
37240         * math/fraiseexcpt.c: Likewise.
37241         * math/fsetexcptflg.c: Likewise.
37242         * math/ftestexcept.c: Likewise.
37243         * math/k_cosl.c: Likewise.
37244         * math/k_rem_pio2l.c: Likewise.
37245         * math/k_sinl.c: Likewise.
37246         * math/k_tanl.c: Likewise.
37247         * math/s_asinhl.c: Likewise.
37248         * math/s_atanl.c: Likewise.
37249         * math/s_cbrtl.c: Likewise.
37250         * math/s_erfl.c: Likewise.
37251         * math/s_expm1l.c: Likewise.
37252         * math/s_log1pl.c: Likewise.
37253         * math/s_tanhl.c: Likewise.
37254         * misc/acct.c: Likewise.
37255         * misc/brk.c: Likewise.
37256         * misc/chflags.c: Likewise.
37257         * misc/chroot.c: Likewise.
37258         * misc/fchflags.c: Likewise.
37259         * misc/fgetxattr.c: Likewise.
37260         * misc/flistxattr.c: Likewise.
37261         * misc/fremovexattr.c: Likewise.
37262         * misc/fsetxattr.c: Likewise.
37263         * misc/fsync.c: Likewise.
37264         * misc/ftruncate.c: Likewise.
37265         * misc/futimes.c: Likewise.
37266         * misc/futimesat.c: Likewise.
37267         * misc/getdomain.c: Likewise.
37268         * misc/getdtsz.c: Likewise.
37269         * misc/gethostid.c: Likewise.
37270         * misc/gethostname.c: Likewise.
37271         * misc/getloadavg.c: Likewise.
37272         * misc/getpagesize.c: Likewise.
37273         * misc/getsysstats.c: Likewise.
37274         * misc/getxattr.c: Likewise.
37275         * misc/gtty.c: Likewise.
37276         * misc/ioctl.c: Likewise.
37277         * misc/lgetxattr.c: Likewise.
37278         * misc/listxattr.c: Likewise.
37279         * misc/llistxattr.c: Likewise.
37280         * misc/lremovexattr.c: Likewise.
37281         * misc/lsetxattr.c: Likewise.
37282         * misc/lutimes.c: Likewise.
37283         * misc/madvise.c: Likewise.
37284         * misc/mincore.c: Likewise.
37285         * misc/mlock.c: Likewise.
37286         * misc/mlockall.c: Likewise.
37287         * misc/mmap.c: Likewise.
37288         * misc/mprotect.c: Likewise.
37289         * misc/msync.c: Likewise.
37290         * misc/munlock.c: Likewise.
37291         * misc/munlockall.c: Likewise.
37292         * misc/munmap.c: Likewise.
37293         * misc/preadv.c: Likewise.
37294         * misc/preadv64.c: Likewise.
37295         * misc/ptrace.c: Likewise.
37296         * misc/pwritev.c: Likewise.
37297         * misc/pwritev64.c: Likewise.
37298         * misc/readv.c: Likewise.
37299         * misc/reboot.c: Likewise.
37300         * misc/remap_file_pages.c: Likewise.
37301         * misc/removexattr.c: Likewise.
37302         * misc/revoke.c: Likewise.
37303         * misc/select.c: Likewise.
37304         * misc/setdomain.c: Likewise.
37305         * misc/setegid.c: Likewise.
37306         * misc/seteuid.c: Likewise.
37307         * misc/sethostid.c: Likewise.
37308         * misc/sethostname.c: Likewise.
37309         * misc/setregid.c: Likewise.
37310         * misc/setreuid.c: Likewise.
37311         * misc/setxattr.c: Likewise.
37312         * misc/sstk.c: Likewise.
37313         * misc/stty.c: Likewise.
37314         * misc/swapoff.c: Likewise.
37315         * misc/swapon.c: Likewise.
37316         * misc/sync.c: Likewise.
37317         * misc/syncfs.c: Likewise.
37318         * misc/syscall.c: Likewise.
37319         * misc/truncate.c: Likewise.
37320         * misc/ualarm.c: Likewise.
37321         * misc/usleep.c: Likewise.
37322         * misc/ustat.c: Likewise.
37323         * misc/utimes.c: Likewise.
37324         * misc/vhangup.c: Likewise.
37325         * misc/writev.c: Likewise.
37326         * posix/_exit.c: Likewise.
37327         * posix/alarm.c: Likewise.
37328         * posix/execve.c: Likewise.
37329         * posix/fexecve.c: Likewise.
37330         * posix/fork.c: Likewise.
37331         * posix/fpathconf.c: Likewise.
37332         * posix/getaddrinfo.c: Likewise.
37333         * posix/getegid.c: Likewise.
37334         * posix/geteuid.c: Likewise.
37335         * posix/getgid.c: Likewise.
37336         * posix/getgroups.c: Likewise.
37337         * posix/getlogin.c: Likewise.
37338         * posix/getlogin_r.c: Likewise.
37339         * posix/getpgid.c: Likewise.
37340         * posix/getpid.c: Likewise.
37341         * posix/getppid.c: Likewise.
37342         * posix/getresgid.c: Likewise.
37343         * posix/getresuid.c: Likewise.
37344         * posix/getsid.c: Likewise.
37345         * posix/getuid.c: Likewise.
37346         * posix/glob64.c: Likewise.
37347         * posix/nanosleep.c: Likewise.
37348         * posix/pathconf.c: Likewise.
37349         * posix/pause.c: Likewise.
37350         * posix/posix_madvise.c: Likewise.
37351         * posix/pread.c: Likewise.
37352         * posix/pread64.c: Likewise.
37353         * posix/pwrite.c: Likewise.
37354         * posix/pwrite64.c: Likewise.
37355         * posix/sched_getaffinity.c: Likewise.
37356         * posix/sched_getp.c: Likewise.
37357         * posix/sched_gets.c: Likewise.
37358         * posix/sched_primax.c: Likewise.
37359         * posix/sched_primin.c: Likewise.
37360         * posix/sched_rr_gi.c: Likewise.
37361         * posix/sched_setaffinity.c: Likewise.
37362         * posix/sched_setp.c: Likewise.
37363         * posix/sched_sets.c: Likewise.
37364         * posix/sched_yield.c: Likewise.
37365         * posix/setgid.c: Likewise.
37366         * posix/setlogin.c: Likewise.
37367         * posix/setpgid.c: Likewise.
37368         * posix/setresgid.c: Likewise.
37369         * posix/setresuid.c: Likewise.
37370         * posix/setsid.c: Likewise.
37371         * posix/setuid.c: Likewise.
37372         * posix/sleep.c: Likewise.
37373         * posix/spawni.c: Likewise.
37374         * posix/sysconf.c: Likewise.
37375         * posix/times.c: Likewise.
37376         * posix/wait.c: Likewise.
37377         * posix/wait3.c: Likewise.
37378         * posix/wait4.c: Likewise.
37379         * posix/waitpid.c: Likewise.
37380         * resolv/gai_sigqueue.c: Likewise.
37381         * resource/getpriority.c: Likewise.
37382         * resource/getrlimit.c: Likewise.
37383         * resource/getrusage.c: Likewise.
37384         * resource/nice.c: Likewise.
37385         * resource/setpriority.c: Likewise.
37386         * resource/setrlimit.c: Likewise.
37387         * resource/ulimit.c: Likewise.
37388         * rt/aio_cancel.c: Likewise.
37389         * rt/aio_fsync.c: Likewise.
37390         * rt/aio_read.c: Likewise.
37391         * rt/aio_sigqueue.c: Likewise.
37392         * rt/aio_suspend.c: Likewise.
37393         * rt/aio_write.c: Likewise.
37394         * rt/clock_getres.c: Likewise.
37395         * rt/clock_gettime.c: Likewise.
37396         * rt/clock_nanosleep.c: Likewise.
37397         * rt/clock_settime.c: Likewise.
37398         * rt/lio_listio.c: Likewise.
37399         * rt/mq_close.c: Likewise.
37400         * rt/mq_getattr.c: Likewise.
37401         * rt/mq_notify.c: Likewise.
37402         * rt/mq_open.c: Likewise.
37403         * rt/mq_receive.c: Likewise.
37404         * rt/mq_send.c: Likewise.
37405         * rt/mq_setattr.c: Likewise.
37406         * rt/mq_timedreceive.c: Likewise.
37407         * rt/mq_timedsend.c: Likewise.
37408         * rt/mq_unlink.c: Likewise.
37409         * rt/shm_open.c: Likewise.
37410         * rt/shm_unlink.c: Likewise.
37411         * rt/timer_create.c: Likewise.
37412         * rt/timer_delete.c: Likewise.
37413         * rt/timer_getoverr.c: Likewise.
37414         * rt/timer_gettime.c: Likewise.
37415         * rt/timer_settime.c: Likewise.
37416         * setjmp/__longjmp.c: Likewise.
37417         * setjmp/setjmp.c: Likewise.
37418         * signal/kill.c: Likewise.
37419         * signal/killpg.c: Likewise.
37420         * signal/raise.c: Likewise.
37421         * signal/sigaction.c: Likewise.
37422         * signal/sigaltstack.c: Likewise.
37423         * signal/sigblock.c: Likewise.
37424         * signal/sigignore.c: Likewise.
37425         * signal/sigintr.c: Likewise.
37426         * signal/signal.c: Likewise.
37427         * signal/sigpause.c: Likewise.
37428         * signal/sigpending.c: Likewise.
37429         * signal/sigqueue.c: Likewise.
37430         * signal/sigreturn.c: Likewise.
37431         * signal/sigset.c: Likewise.
37432         * signal/sigsetmask.c: Likewise.
37433         * signal/sigstack.c: Likewise.
37434         * signal/sigsuspend.c: Likewise.
37435         * signal/sigtimedwait.c: Likewise.
37436         * signal/sigvec.c: Likewise.
37437         * signal/sigwait.c: Likewise.
37438         * signal/sigwaitinfo.c: Likewise.
37439         * signal/sysv_signal.c: Likewise.
37440         * socket/accept.c: Likewise.
37441         * socket/accept4.c: Likewise.
37442         * socket/bind.c: Likewise.
37443         * socket/connect.c: Likewise.
37444         * socket/getpeername.c: Likewise.
37445         * socket/getsockname.c: Likewise.
37446         * socket/getsockopt.c: Likewise.
37447         * socket/isfdtype.c: Likewise.
37448         * socket/listen.c: Likewise.
37449         * socket/recv.c: Likewise.
37450         * socket/recvfrom.c: Likewise.
37451         * socket/recvmsg.c: Likewise.
37452         * socket/send.c: Likewise.
37453         * socket/sendmsg.c: Likewise.
37454         * socket/sendto.c: Likewise.
37455         * socket/setsockopt.c: Likewise.
37456         * socket/shutdown.c: Likewise.
37457         * socket/sockatmark.c: Likewise.
37458         * socket/socket.c: Likewise.
37459         * socket/socketpair.c: Likewise.
37460         * stdio-common/ctermid.c: Likewise.
37461         * stdio-common/cuserid.c: Likewise.
37462         * stdio-common/remove.c: Likewise.
37463         * stdio-common/rename.c: Likewise.
37464         * stdio-common/renameat.c: Likewise.
37465         * stdio-common/tempname.c: Likewise.
37466         * stdlib/getcontext.c: Likewise.
37467         * stdlib/makecontext.c: Likewise.
37468         * stdlib/setcontext.c: Likewise.
37469         * stdlib/swapcontext.c: Likewise.
37470         * stdlib/system.c: Likewise.
37471         * streams/fattach.c: Likewise.
37472         * streams/fdetach.c: Likewise.
37473         * streams/getmsg.c: Likewise.
37474         * streams/getpmsg.c: Likewise.
37475         * streams/putmsg.c: Likewise.
37476         * streams/putpmsg.c: Likewise.
37477         * sysdeps/unix/bsd/getpt.c: Likewise.
37478         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37479         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37480         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37482         Likewise.
37483         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37484         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37485         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37486         * sysvipc/msgctl.c: Likewise.
37487         * sysvipc/msgget.c: Likewise.
37488         * sysvipc/msgrcv.c: Likewise.
37489         * sysvipc/msgsnd.c: Likewise.
37490         * sysvipc/semctl.c: Likewise.
37491         * sysvipc/semget.c: Likewise.
37492         * sysvipc/semop.c: Likewise.
37493         * sysvipc/semtimedop.c: Likewise.
37494         * sysvipc/shmat.c: Likewise.
37495         * sysvipc/shmctl.c: Likewise.
37496         * sysvipc/shmdt.c: Likewise.
37497         * sysvipc/shmget.c: Likewise.
37498         * termios/tcdrain.c: Likewise.
37499         * termios/tcflow.c: Likewise.
37500         * termios/tcflush.c: Likewise.
37501         * termios/tcgetattr.c: Likewise.
37502         * termios/tcgetpgrp.c: Likewise.
37503         * termios/tcsendbrk.c: Likewise.
37504         * termios/tcsetattr.c: Likewise.
37505         * termios/tcsetpgrp.c: Likewise.
37506         * time/adjtime.c: Likewise.
37507         * time/clock.c: Likewise.
37508         * time/getitimer.c: Likewise.
37509         * time/gettimeofday.c: Likewise.
37510         * time/setitimer.c: Likewise.
37511         * time/settimeofday.c: Likewise.
37512         * time/stime.c: Likewise.
37513         * time/time.c: Likewise.
37515 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37517         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37518         /usr/old/bin.
37520         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37521         instead of spaces.
37522         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37524 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37526         [BZ #14796]
37527         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37528         FE_TONEAREST before applying Dekker multiplication and Knuth
37529         addition.  Clear inexact exceptions and check for exact zero
37530         results afterwards.
37531         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37532         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37533         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37534         * math/libm-test.inc (fma_test): Add more tests.
37535         (fma_test_towardzero): Likewise.
37536         (fma_test_downward): Likewise.
37537         (fma_test_upward): Likewise.
37538         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37539         function.
37540         (libc_fesetround): New macro.
37541         (libc_fesetroundf): Likewise.
37542         (libc_fesetroundl): Likewise.
37543         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37544         function.
37545         (libc_fesetround_387): Likewise.
37546         (libc_fesetroundf): New macro.
37547         (libc_fesetround): Likewise.
37548         (libc_fesetroundl): Likewise.
37549         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37550         function.
37551         (libc_fesetroundf): New macro.
37552         (libc_fesetround): Likewise.
37553         (libc_fesetroundl): Likewise.
37554         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37555         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37556         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37557         libm_hidden_ver.
37558         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37559         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37560         libm_hidden_def.
37561         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37562         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37563         libm_hidden_ver.
37564         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37565         libm_hidden_def.
37567         [BZ #3439]
37568         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37569         integer constant usable in #if and use that to give value to enum
37570         constant.
37571         (FE_DIVBYZERO): Likewise.
37572         (FE_UNDERFLOW): Likewise.
37573         (FE_OVERFLOW): Likewise.
37574         (FE_INVALID): Likewise.
37575         (FE_INVALID_SNAN): Likewise.
37576         (FE_INVALID_ISI): Likewise.
37577         (FE_INVALID_IDI): Likewise.
37578         (FE_INVALID_ZDZ): Likewise.
37579         (FE_INVALID_IMZ): Likewise.
37580         (FE_INVALID_COMPARE): Likewise.
37581         (FE_INVALID_SOFTWARE): Likewise.
37582         (FE_INVALID_SQRT): Likewise.
37583         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37584         (FE_TONEAREST): Likewise.
37585         (FE_TOWARDZERO): Likewise.
37586         (FE_UPWARD): Likewise.
37587         (FE_DOWNWARD): Likewise.
37588         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37589         (FE_DIVBYZERO): Likewise.
37590         (FE_OVERFLOW): Likewise.
37591         (FE_UNDERFLOW): Likewise.
37592         (FE_INEXACT): Likewise.
37593         (FE_TONEAREST): Likewise.
37594         (FE_DOWNWARD): Likewise.
37595         (FE_UPWARD): Likewise.
37596         (FE_TOWARDZERO): Likewise.
37597         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37598         (FE_UNDERFLOW): Likewise.
37599         (FE_OVERFLOW): Likewise.
37600         (FE_DIVBYZERO): Likewise.
37601         (FE_INVALID): Likewise.
37602         (FE_TONEAREST): Likewise.
37603         (FE_TOWARDZERO): Likewise.
37604         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37605         (FE_OVERFLOW): Likewise.
37606         (FE_UNDERFLOW): Likewise.
37607         (FE_DIVBYZERO): Likewise.
37608         (FE_INEXACT): Likewise.
37609         (FE_TONEAREST): Likewise.
37610         (FE_TOWARDZERO): Likewise.
37611         (FE_UPWARD): Likewise.
37612         (FE_DOWNWARD): Likewise.
37613         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37614         (FE_DIVBYZERO): Likewise.
37615         (FE_OVERFLOW): Likewise.
37616         (FE_UNDERFLOW): Likewise.
37617         (FE_INEXACT): Likewise.
37618         (FE_TONEAREST): Likewise.
37619         (FE_DOWNWARD): Likewise.
37620         (FE_UPWARD): Likewise.
37621         (FE_TOWARDZERO): Likewise.
37623 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37625         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37627 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37629         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37630         commands.  Quote $PWD.
37631         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37632         -x" by "export".
37633         (remove_newlines): Remove.
37635 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37637         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37638         * stdlib/stdlib.h (atof): Moved to ...
37639         * include/bits/stdlib-float.h: Here.  New file.
37640         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37641         * stdlib/bits/stdlib-float.h: New file.
37642         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37643         -mno-sse -mno-mmx.
37644         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37645         <xmmintrin.h>.
37647 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37649         * conform/conformtest.pl (@headers): Add fenv.h.
37650         * conform/data/fenv.h-data: New file.
37651         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37652         include of <math/fenv.h>.
37654         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37655         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37656         && !UNIX98].  Enables tests for XOPEN2K8.
37657         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37658         POSIX2008]: Likewise.
37660         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37661         (struct rusage): Do not expect type or its members.
37663         [BZ #3439]
37664         * math/math.h (FP_NAN): Define macro to integer constant usable in
37665         #if and use that to give value to enum constant.
37666         (FP_INFINITE): Likewise.
37667         (FP_ZERO): Likewise.
37668         (FP_SUBNORMAL): Likewise.
37669         (FP_NORMAL): Likewise.
37671 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37673         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37674         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37675         arguments.
37677 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37679         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37680         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37681         autoconf-time if not.
37682         * configure.in: Remove AC_PREREQ.
37684 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37686         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37687         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37688         of the internal implementation.
37690 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37692         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37693         except include of <misc/sys/syslog.h>.
37695 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37698         function returns with a NULL context exit with zero.
37700 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37702         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37704 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37706         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37707         (run_program_cmd): This.
37708         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37709         (tst_langinfo): New variable.  Use it.
37711 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37713         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37714         floating point opcodes.
37716 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37718         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37719         variable.
37721         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37723         * sysdeps/mach/hurd/powerpc: Remove directory.
37724         * sysdeps/mach/powerpc: Likewise.
37726 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37728         * scripts/check-local-headers.sh: Ignore c++ headers.
37730 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37732         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37733         __libc_cleanup_region_start argument.
37735 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37737         [BZ #14784]
37738         [BZ #14785]
37739         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37740         x * y using scaling, not as x * y + z.
37741         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37742         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37743         * math/libm-test.inc (fma_test): Add more tests.
37744         (fma_test_towardzero): Likewise.
37745         (fma_test_downward): Likewise.
37746         (fma_test_upward): Likewise.
37748 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37750         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37752 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37754         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37755         New variable.
37757 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37759         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37761 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37764         Fix sort order.
37765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37766         Likewise.
37768 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37771         Fix the order of the list for glibc 2.17.
37772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37773         Likewise.
37775 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37777         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37779 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37781         [BZ #14610]
37782         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37783         for low part of x being zero before using __atanl (y).
37784         * math/libm-test.inc (atan2_test): Add another test.
37786         * manual/install.texi (Configuring and compiling): Document
37787         general use of test-wrapper and test-wrapper-env.
37788         * INSTALL: Regenerated.
37790         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37791         (__fma): Do not extract and scale down low bits on after-rounding
37792         systems when result rounded to normal precision would have normal
37793         exponent.
37794         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37795         (__fmal): Do not extract and scale down low bits on after-rounding
37796         systems when result rounded to normal precision would have normal
37797         exponent.
37798         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37799         (__fmal): Do not extract and scale down low bits on after-rounding
37800         systems when result rounded to normal precision would have normal
37801         exponent.
37802         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37803         macro.
37804         (fma_test): Add more tests.
37805         (fma_test_towardzero): Likewise.
37806         (fma_test_downward): Likewise.
37807         (fma_test_upward): Likewise.
37809 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37811         * sysdeps/i386/tininess.h: Renamed to ...
37812         * sysdeps/x86/tininess.h: This.
37813         * sysdeps/x86_64/tininess.h: Removed.
37815 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37817         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37818         input.  Use $(build-program-cmd).
37819         ($(objpfx)tst-array1-static.out): Likewise.
37820         ($(objpfx)tst-array2.out): Likewise.
37821         ($(objpfx)tst-array3.out): Likewise.
37822         ($(objpfx)tst-array4.out): Likewise.
37823         ($(objpfx)tst-array5.out): Likewise.
37824         ($(objpfx)tst-array5-static.out): Likewise.
37826 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37828         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37829         if defined.
37831         * nss/nsswitch.h (nss_interface_function): Provide new
37832         macro for use with NSS functions.
37833         * grp/initgroups.c: Use new macro.
37834         * nss/getXXbyYY.c: Likewise.
37835         * nss/getXXbyYY_r.c: Likewise.
37836         * nss/getXXent.c: Likewise.
37837         * nss/getXXent_r.c: Likewise.
37838         * sysdeps/posix/getaddrinfo.c: Likewise.
37840 2012-10-30  Andreas Jaeger  <aj@suse.de>
37842         * po/ru.po: Update Russion translation from translation project.
37844 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37846         [BZ #14152]
37847         [BZ #14783]
37848         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37849         result and shift together with sticky bit instead of replicating
37850         round-to-nearest rounding.
37851         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37852         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37853         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37854         missing underflow exceptions.
37855         (fma_test_towardzero): Add more tests.
37856         (fma_test_downward): Likewise.
37857         (fma_test_upward): Likewise.
37859         [BZ #14047]
37860         * sysdeps/generic/tininess.h: New file.
37861         * sysdeps/i386/tininess.h: Likewise.
37862         * sysdeps/sh/tininess.h: Likewise.
37863         * sysdeps/x86_64/tininess.h: Likewise.
37864         * stdlib/tst-strtod-underflow.c: Likewise.
37865         * stdlib/tst-tininess.c: Likewise.
37866         * stdlib/strtod_l.c: Include <tininess.h>.
37867         (round_and_return): Do not set errno for exact underflow cases.
37868         Force an underflow exception when setting errno for underflow.
37869         Determine underflow based on rounding to normal precision if
37870         TININESS_AFTER_ROUNDING.
37871         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37872         ERANGE for exact underflow cases.
37873         * stdlib/Makefile (tests): Add tst-tininess and
37874         tst-strtod-underflow.
37875         ($(objpfx)tst-tininess): Use $(link-libm).
37876         ($(objpfx)tst-strtod-underflow): Likewise.
37878 2012-10-30  Andreas Jaeger  <aj@suse.de>
37880         [BZ#14767]
37881         * elf/Makefile (tests): Remove conditional for have-initfini-array
37882         since this is now always required and the variable does not exist
37883         anymore.
37884         (tests-static): Likewise.
37885         (modules-names): Likewise.
37887         * po/eo.po: Add Esperanto translation from translation project.
37889         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37890         merged with constructor/destructor.
37891         (init_array): Likewise.
37892         * elf/tst-array2dep.c (fini_array): Likewise.
37893         (init_array): Likewise.
37895 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37897         * manual/message.texi: Delete @cartouche tags.
37899 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37901         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37902         EOPNOTSUPP.
37903         * sysdeps/mach/hurd/fsync.c: Likewise.
37905         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37906         [_POSIX_REALTIME_SIGNALS]: Change condition to
37907         [_POSIX_REALTIME_SIGNALS > 0].
37909 2012-10-27  Andreas Jaeger  <aj@suse.de>
37911         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37912         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37913         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37914         [__WORDSIZE != 64]: Likewise.
37916 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37918         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37919         *  iconvdata/tst-tables.sh: Likewise.
37921 2012-10-25  David S. Miller  <davem@davemloft.net>
37923         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37924         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37925         of strtoull.
37927         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37928         ifunc-impl-list.c
37929         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37930         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37931         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37932         file.
37934 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37936         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37937         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37938         __getdirentries.
37940 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37941             Jim Blandy  <jimb@codesourcery.com>
37943         * scripts/cross-test-ssh.sh: New file.
37944         * manual/install.texi (Configuring and compiling): Document use of
37945         cross-test-ssh.sh.
37946         * INSTALL: Regenerated.
37948 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37950         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37951         EOPNOTSUPP.
37953 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37955         * Makeconfig (run-program-prefix): Fix comment.
37957 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37958             Jim Blandy  <jimb@codesourcery.com>
37960         * Makeconfig (test-wrapper): New variable,
37961         (test-wrapper-env): Likewise.
37962         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37963         (run-built-tests): Define to yes.
37964         (run-program-prefix): Use $(test-wrapper).
37965         (built-program-cmd): Likewise.
37966         * Rules (make-test-out): Use $(test-wrapper-env) and
37967         $(host-built-program-cmd).
37968         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37969         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37970         tst-pathopt.sh.
37971         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37972         $(test-wrapper-env) to tst-rtld-load-self.sh.
37973         ($(objpfx)order2.out): Use $(test-wrapper).
37974         ($(objpfx)tst-initorder.out): Likewise.
37975         ($(objpfx)tst-initorder2.out): Likewise.
37976         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37977         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37978         (test_wrapper_env): New variable.  Use it to run ld.so.
37979         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37980         Use it to run ld.so.
37981         (test_wrapper_env): Likewise.
37982         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37983         $(test-wrapper) to run-iconv-test.sh.
37984         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37985         (ICONV): Use $test_wrapper.
37986         * posix/Makefile ($(objpfx)globtest.out): Pass
37987         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37988         globtest.sh, not $(run-program-prefix).
37989         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37990         (test_wrapper): Likewise.
37991         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37992         set together with run_via_rtld_prefix.
37993         (run_program_prefix): Define in terms of test_wrapper and
37994         run_via_rtld_prefix.
37996 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37998         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37999         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
38000         Targets removed.
38002         [BZ #14743]
38003         * include/time.h: Remove librt_hidden_proto (clock_gettime).
38004         Declare __clock_getres, __clock_gettime, __clock_settime,
38005         __clock_nanosleep, and __clock_getcpuclockid.
38006         * rt/clock_gettime.c: Define __clock_gettime as an alias.
38007         Remove librt_hidden_def (clock_gettime).
38008         * sysdeps/unix/clock_gettime.c: Likewise.
38009         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
38010         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
38011         * rt/clock_getres.c: Define __clock_getres as an alias.
38012         * sysdeps/posix/clock_getres.c: Likewise.
38013         * rt/clock_settime.c: Define __clock_settime as an alias.
38014         * sysdeps/unix/clock_settime.c: Likewise.
38015         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
38016         * sysdeps/unix/clock_nanosleep.c: Likewise.
38017         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
38018         * rt/clock-compat.c: New file.
38019         * rt/Makefile (librt-routines): Add clock-compat and move
38020         $(clock-routines) to ...
38021         (routines): ... here, new variable.
38022         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
38023         Don't add get_clockfreq here.
38024         * rt/Versions (libc: GLIBC_2.17): New version set.
38025         Add clock_* symbols here.
38026         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
38027         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
38028         (GLIBC_2.17): Add clock_* symbols.
38029         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38030         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38031         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38033         Likewise.
38034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38035         Likewise.
38036         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38037         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38038         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38039         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38040         * NEWS: Mention the move.
38042         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
38043         Use __open, __read, __close rather than their public counterparts.
38044         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38045         (__get_clockfreq_via_cpuinfo): Likewise.
38046         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
38047         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
38049         * config.h.in (HAVE_IFUNC): New #undef.
38050         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
38051         was successful.
38052         * configure: Regenerated.
38054 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38056         * configure.in: Move READELF check to start of file.
38057         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
38058         libc_cv_asm_gnu_indirect_function in the process.
38059         * configure: Regenerated.
38061 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38063         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
38064         send the output to /dev/null.
38065         (libc_cv_cc_with_libunwind): Likewise.
38066         (libc_cv_as_noexecstack): Likewise.
38067         * configure: Regenerate.
38069 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38071         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
38073         * posix/globtest.sh (TMPDIR): Do not set.
38074         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
38075         (testout): Likewise.
38077 2012-10-24  Andreas Jaeger  <aj@suse.de>
38079         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
38080         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
38081         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
38082         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
38083         posix_fadvise64, posix_fallocate64.
38085         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
38086         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
38087         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
38088         Likewise.
38089         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
38090         Likewise.
38091         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
38093         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
38094         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
38095         <bits/fcntl-linux.h>.
38096         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
38098         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
38099         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
38100         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
38101         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
38102         [__WORDSIZE != 64]: Likewise.
38104 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38106         * Makeconfig (run-built-tests): New variable.
38107         * Rules [$(cross-compiling) = yes]: Change condition to
38108         [$(run-built-tests) = no].
38109         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
38110         to [$(run-built-tests) = yes].
38111         * elf/Makefile [$(cross-compiling) = no]: Likewise
38112         * grp/Makefile [$(cross-compiling) = no]: Likewise.
38113         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
38114         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
38115         * intl/Makefile [$(cross-compiling) = no]: Likewise.
38116         * io/Makefile [$(cross-compiling) = no]: Likewise.
38117         * libio/Makefile [$(cross-compiling) = no]: Likewise.
38118         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
38119         * misc/Makefile [$(cross-compiling) = no]: Likewise.
38120         * posix/Makefile [$(cross-compiling) = no]: Likewise.
38121         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
38122         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
38123         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
38124         * string/Makefile [$(cross-compiling) = no]: Likewise.
38126         * posix/Makefile ($(objpfx)globtest.out): Pass
38127         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
38128         $(rtld-installed-name).
38129         * posix/globtest.sh (elf_objpfx): Remove variable.
38130         (rtld_installed_name): Likewise.
38131         (library_path): Likewise.
38132         (run_program_prefix): New variable.  Use for running globtest
38133         binary.
38135 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
38136             Joseph Myers  <joseph@codesourcery.com>
38138         * Makeconfig (host-built-program-cmd): New variable.
38139         * elf/Makefile (tst-stackguard1-ARGS): Use
38140         $(host-built-program-cmd).
38141         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
38142         (tst-spawn-ARGS): Likewise.
38143         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
38145 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38146             Jim Blandy  <jimb@codesourcery.com>
38148         * Makeconfig (run-via-rtld-prefix): New variable.
38149         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38150         (built-program-cmd): Likewise.
38152 2012-10-22  Andreas Jaeger  <aj@suse.de>
38154         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38155         __O_RSYNC if it exists, otherwise to O_SYNC.
38157 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
38158             Joseph Myers  <joseph@codesourcery.com>
38160         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
38161         /dev/null.
38162         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
38163         from /dev/null
38164         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
38165         /dev/null.
38167 2012-10-22  Andreas Jaeger  <aj@suse.de>
38169         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
38170         Define always.
38171         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
38173         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38174         bits/fcntl-linux.h.
38176         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
38177         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
38179         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
38180         to __O_LARGEFILE.
38181         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
38182         to __O_LARGEFILE.
38184 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
38185             Joseph Myers  <joseph@codesourcery.com>
38187         * config.make.in (NM): New variable.
38189 2012-10-21  Andreas Jaeger  <aj@suse.de>
38191         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
38192         definitions and declarations that are provided by
38193         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
38195 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38197         [BZ #14683]
38198         * elf/Makefile (tests-static): Add tst-leaks1-static.
38199         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
38200         ($(objpfx)tst-leaks1-static): New rule.
38201         ($(objpfx)tst-leaks1-static-mem): Likewise.
38202         (tst-leaks1-static-ENV): New macro.
38203         * elf/dl-open.c (dl_open_worker): Check the main application
38204         only if SHARED is defined.
38205         * elf/tst-leaks1-static.c: New file.
38207 2012-10-20  Andreas Jaeger  <aj@suse.de>
38209         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
38210         generic values for Linux.
38211         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
38212         and declarations that are provided by <bits/fcntl-linux.h> and
38213         include <bits/fcntl-linux.h>.
38214         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38215         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38217 2012-10-20  Roland McGrath  <roland@hack.frob.com>
38219         * io/fcntl.h: Move include of <bits/types.h> to the top and
38220         include it unconditionally.
38222 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38224         * wcsmbs/Makefile (tests-ifunc): New variable.
38225         (tests): Add $(tests-ifunc).
38226         * wcsmbs/test-wcschr-ifunc.c: New file.
38227         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38228         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38229         * wcsmbs/test-wcslen-ifunc.c: Likewise.
38230         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38231         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38233         * string/Makefile (tests-ifunc): New variable.
38234         (tests): Add $(tests-ifunc).
38235         * string/test-memccpy.c (TEST_NAME): New macro.
38236         * string/test-memchr.c (TEST_NAME): Likewise.
38237         * string/test-memcmp.c (TEST_NAME): Likewise.
38238         * string/test-memcpy.c (TEST_NAME): Likewise.
38239         * string/test-memmem.c (TEST_NAME): Likewise.
38240         * string/test-memmove.c (TEST_NAME): Likewise.
38241         * string/test-memset.c (TEST_NAME): Likewise.
38242         * string/test-rawmemchr.c (TEST_NAME): Likewise.
38243         * string/test-stpcpy.c (TEST_NAME): Likewise.
38244         * string/test-stpncpy.c (TEST_NAME): Likewise.
38245         * string/test-strcasecmp.c (TEST_NAME): Likewise.
38246         * string/test-strcasestr.c (TEST_NAME): Likewise.
38247         * string/test-strcat.c (TEST_NAME): Likewise.
38248         * string/test-strchr.c (TEST_NAME): Likewise.
38249         * string/test-strcmp.c(TEST_NAME): Likewise.
38250         * string/test-strcpy.c (TEST_NAME): Likewise.
38251         * string/test-strcspn.c (TEST_NAME): Likewise.
38252         * string/test-strlen.c (TEST_NAME): Likewise.
38253         * string/test-strncasecmp.c (TEST_NAME): Likewise.
38254         * string/test-strncmp.c (TEST_NAME): Likewise.
38255         * string/test-strncpy.c (TEST_NAME): Likewise.
38256         * string/test-strnlen.c (TEST_NAME): Likewise.
38257         * string/test-strpbrk.c (TEST_NAME): Likewise.
38258         * string/test-strrchr.c (TEST_NAME): Likewise.
38259         * string/test-strspn.c (TEST_NAME): Likewise.
38260         * string/test-strstr.c (TEST_NAME): Likewise.
38261         * string/test-bcopy-ifunc.c: New file.
38262         * string/test-bzero-ifunc.c: Likewise.
38263         * string/test-memccpy-ifunc.c: Likewise.
38264         * string/test-memchr-ifunc.c: Likewise.
38265         * string/test-memcmp-ifunc.c: Likewise.
38266         * string/test-memcpy-ifunc.c: Likewise.
38267         * string/test-memmem-ifunc.c: Likewise.
38268         * string/test-memmove-ifunc.c: Likewise.
38269         * string/test-mempcpy-ifunc.c: Likewise.
38270         * string/test-memset-ifunc.c: Likewise.
38271         * string/test-rawmemchr-ifunc.c: Likewise.
38272         * string/test-stpcpy-ifunc.c: Likewise.
38273         * string/test-stpncpy-ifunc.c: Likewise.
38274         * string/test-strcasecmp-ifunc.c: Likewise.
38275         * string/test-strcasestr-ifunc.c: Likewise.
38276         * string/test-strcat-ifunc.c: Likewise.
38277         * string/test-strchr-ifunc.c: Likewise.
38278         * string/test-strchrnul-ifunc.c: Likewise.
38279         * string/test-strcmp-ifunc.c: Likewise.
38280         * string/test-strcpy-ifunc.c: Likewise.
38281         * string/test-strcspn-ifunc.c: Likewise.
38282         * string/test-strlen-ifunc.c: Likewise.
38283         * string/test-strncasecmp-ifunc.c: Likewise.
38284         * string/test-strncat-ifunc.c: Likewise.
38285         * string/test-strncmp-ifunc.c: Likewise.
38286         * string/test-strncpy-ifunc.c: Likewise.
38287         * string/test-strnlen-ifunc.c: Likewise.
38288         * string/test-strpbrk-ifunc.c: Likewise.
38289         * string/test-strrchr-ifunc.c: Likewise.
38290         * string/test-strspn-ifunc.c: Likewise.
38291         * string/test-strstr-ifunc.c: Likewise.
38293         * debug/Makefile (tests-ifunc): New variable.
38294         (tests): Add $(tests-ifunc).
38295         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38296         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38297         * debug/test-stpcpy_chk-ifunc.c: New file.
38298         * debug/test-strcpy_chk-ifunc.c: Likewise.
38300 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
38302         [BZ #13601]
38303         * elf/dl-load.c (open_verify): Retry read if the entire ELF
38304         header is not read in.
38306 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
38308         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
38309         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
38310         directly.  Pass built executable to script as
38311         $(built-program-cmd).
38312         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
38313         $testprogram without using LD_LIBRARY_PATH and $ldso.
38315         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38316         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38317         $(rtld-installed-name).
38318         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38319         (rtld_installed_name): Likewise.
38320         (library_path): Likewise.
38321         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
38322         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38323         $(run-program-prefix) to tst-tables.sh.
38324         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
38325         it to run tst-table-from and tst-table-to.
38326         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38327         Pass it to tst-table.sh.
38328         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38329         $(run-program-prefix) to tst-gettext.sh.
38330         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38331         tst-translit.sh.
38332         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38333         tst-gettext2.sh.
38334         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
38335         to run tst-gettext.
38336         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38337         to run tst-gettext2.
38338         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38339         to run tst-translit.
38340         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38341         $(run-program-prefix) to tst-mtrace.sh.
38342         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38343         to run tst-mtrace.
38344         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38345         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38346         $(rtld-installed-name).
38347         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38348         (rtld_installed_name): Likewise.
38349         (run_program_prefix): New variable.  Use it to run wordexp-test.
38351         * Makeconfig (ARCH): Remove all definitions.
38352         (machine): Likewise.
38353         [ARCH]: Remove conditional code.
38354         [!objdir]: Give error.
38355         [!objdir] (objpfx): Remove.
38356         [!objdir] (common-objpfx): Likewise.
38357         [!objdir] (common-objdir): Likewise.
38358         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38359         AC_CONFIG_FILES call.
38360         * configure: Regenerated.
38362         [BZ #13888]
38363         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38364         or TMPDIR.
38365         (testout): Likewise.
38367         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38368         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38369         $(rtld-installed-name).
38370         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38371         (rtld_installed_name): Likwise.
38372         (runit): Remove function.
38373         (run_getconf): New variable,  Use it for running getconf binary.
38375 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38377         [BZ #14716]
38378         * string/test-memmem.c (check_result): New function.
38379         (do_one_test): Use it.
38380         (check1): New function.
38381         (test_main): Use it.
38383 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38385         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38387 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38389         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38390         (_G_LSEEK64): Likewise.
38391         (_G_MMAP64): Likewise.
38392         (_G_FSTAT64): Likewise.
38393         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38394         (_G_LSEEK64): Likewise.
38395         (_G_MMAP64): Likewise.
38396         (_G_FSTAT64): Likewise.
38397         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38398         unconditional.  Call __mmap64 directly.
38399         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38400         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38401         __lseek64 directly.
38402         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38403         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38404         __mmap64 directly.
38405         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38406         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38407         __lseek64 directly.
38408         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38409         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38410         __lseek64 directly.
38411         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38412         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38413         __lseek64 directly.
38414         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38415         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38416         __fxstat64 directly.
38417         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38418         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38419         unconditional.
38420         (freopen64) [!_G_OPEN64]: Remove conditional code.
38421         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38422         unconditional.
38423         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38424         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38425         unconditional.
38426         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38427         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38428         unconditional.
38429         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38430         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38431         unconditional.
38432         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38433         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38434         unconditional.
38435         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38436         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38437         unconditional.
38438         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38439         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38440         unconditional.
38441         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38443 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38445         [BZ #12140]
38446         * manual/memory.texi (Malloc Tunable Parameters): Add note
38447         about free list pointers overwriting some perturb bytes.
38448         Wording suggested by Roland McGrath.
38450 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38452         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38453         (lgamma_test): Likewise.
38454         (tgamma_test): Likewise.
38456 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38458         [BZ #14700]
38459         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38460         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38462 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38464         * NEWS: Mention BZ #14716.
38465         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38466         when removing AVAILABLE1_USES_J macro.
38468 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38470         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38471         (__bswap_64): __uint64_t for unsigned 64-bit int.
38473 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38475         * include/string.h (memmem): Declare libc hidden alias.
38476         * string/memmem.c (memmem): Define libc hidden alias.
38477         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38478         __read, __close instead of open, read, close.
38480 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38482         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38483         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38484         global and hidden.
38485         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38486         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38487         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38488         Likewise.
38489         (__rawmemchr_sse2): Likewise.
38490         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38491         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38492         (__strchr_sse2): Likewise.
38493         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38494         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38495         (__strcasecmp_sse2): Likewise.
38496         (__strncasecmp_sse2): Likewise.
38497         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38498         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38499         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38500         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38501         (__strrchr_sse2): Likewise.
38502         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38503         ifunc-impl-list.c.
38504         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38505         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38506         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38507         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38508         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38509         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38510         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38511         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38512         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38513         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38514         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38515         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38516         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38517         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38518         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38519         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38520         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38521         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38522         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38523         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38524         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38525         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38526         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38527         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38528         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38529         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38530         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38531         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38532         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38533         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38535         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38536         global and hidden.
38537         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38538         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38539         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38540         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38541         Likewise.
38542         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38543         Likewise.
38544         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38545         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38546         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38547         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38548         ifunc-impl-list.c.
38549         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38550         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38551         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38552         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38553         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38554         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38555         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38556         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38557         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38558         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38559         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38560         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38561         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38562         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38563         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38564         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38565         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38566         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38567         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38568         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38569         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38570         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38571         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38572         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38573         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38574         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38575         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38576         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38577         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38578         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38579         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38580         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38581         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38582         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38583         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38584         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38585         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38586         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38587         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38588         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38589         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38591         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38592         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38593         * include/ifunc-impl-list.h: New file.
38594         * misc/ifunc-impl-list.c: Likewise.
38595         * misc/Makefile (routines): Add ifunc-impl-list.
38596         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38597         * string/test-string.h: Include <ifunc-impl-list.h>.
38598         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38599         TEST_NAME]: New variables.
38600         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38601         are defined.
38602         (test_init): Call __libc_ifunc_impl_list to initialize
38603         func_list if TEST_IFUNC and TEST_NAME are defined.
38605         * string/Makefile (strop-tests): Add bcopy and bzero.
38606         * string/test-bcopy.c: New file.
38607         * string/test-bzero.c: Likewise.
38608         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38609         defined.
38610         * string/test-memset.c: Support bzero test if TEST_BZERO is
38611         defined.
38612         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38613         __libc_memmove.
38614         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38615         __libc_memset.
38616         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38617         of memset.
38619 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38621         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38622         * configure: Regenerated.
38624         * Makeconfig (+link-static-before-libc): Don't include
38625         $(link-static-libc).
38627         * libio/libio.h (_IO_pos_t): Remove.
38629 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38631         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38632         McGrath.
38634 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38636         * crypt/crypt-entry.c: Include fips-private.h.
38637         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38638         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38639         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38640         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38642 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38644         * crypt/crypt-private.h: Include stdbool.h.
38645         (_ufc_setup_salt_r): Return bool.
38646         * crypt/crypt-entry.c: Include errno.h.
38647         (__crypt_r): Return NULL with EINVAL for bad salt.
38648         * crypt/crypt_util.c (bad_for_salt): New.
38649         (_ufc_setup_salt_r): Check that salt is long enough and within
38650         the specified alphabet.
38651         * crypt/badsalttest.c: New file.
38652         * crypt/Makefile (tests): Add it.
38653         ($(objpfx)badsalttest): New.
38655 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38657         * NEWS: Add entry for BZ #14602.
38659 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38661         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38662         type-generic.
38663         * math/libm-test.inc: Update comment listing what functions and
38664         macros are tested.
38665         (isgreater_test): New function.
38666         (isgreaterequal_test): Likewise.
38667         (isless_test): Likewise.
38668         (islessequal_test): Likewise.
38669         (islessgreater_test): Likewise.
38670         (isunordered_test): Likewise.
38671         (main): Call the new functions.
38673 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38675         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38676         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38677         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38678         * sysdeps/i386/configure: Regenerated.
38679         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38680         * sysdeps/mach/configure: Regenerated.
38681         * sysdeps/mach/hurd/configure: Regenerated.
38682         * sysdeps/powerpc/configure: Regenerated.
38683         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38684         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38685         * sysdeps/s390/s390-32/configure: Regenerated.
38686         * sysdeps/s390/s390-64/configure: Regenerated.
38687         * sysdeps/sh/configure: Regenerated.
38688         * sysdeps/sparc/configure: Regenerated.
38689         * sysdeps/unix/sysv/linux/configure: Regenerated.
38690         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38691         * sysdeps/x86_64/configure: Regenerated.
38693         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38694         defined.  Don't check if MAP is NULL.
38696 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38698         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38699         (_G_stat64): Likewise.
38700         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38701         (_G_stat64): Likewise.
38702         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38703         instead of struct _G_stat64.
38704         * libio/fileops.c (mmap_remap_check): Likewise.
38705         (decide_maybe_mmap): Likewise.
38706         (_IO_new_file_seekoff): Likewise.
38707         (_IO_file_stat): Likewise.
38708         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38709         _G_off64_t.
38710         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38711         instead of struct _G_stat64.
38712         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38714 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38716         [BZ #14602]
38717         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38718         Replace with ...
38719         (CHECK_EOL): New macro.
38720         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38721         CHECK_EOL.
38722         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38723         Replace with CHECK_EOL.
38724         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38725         Replace with CHECK_EOL.
38727 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38729         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38730         type-generic.
38731         * math/libm-test.inc: Update comment listing what functions and
38732         macros are tested.
38733         (finite_test): New function.
38734         (isinf_test): Likewise.
38735         (isnan_test): Likewise.
38736         (fpclassify_test): Test subnormal input.
38737         (isfinite_test): Likewise.
38738         (isnormal_test): Likewise.
38739         (main): Call the new functions.
38741 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38743         [BZ #14660]
38744         * Makerules (%.dynsym): Force C locale when running
38745         $(OBJDUMP) --dynamic-syms.
38747 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38749         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38750         <stdint.h>.
38752 2012-10-06  David S. Miller  <davem@davemloft.net>
38754         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38755         upper 32-bits of the length value in %o2 since we use branch-on-register
38756         tests which consider the entire 64-bit register.
38758 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38760         * string/test-strstr.c (check2): Add a test for page boundary.
38762 2012-10-05  David S. Miller  <davem@davemloft.net>
38764         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38765         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38766         file.
38767         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38768         sysdep_routines.
38769         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38770         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38771         and bzero when HWCAP_SPARC_CRYPTO is present.
38773 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38775         [BZ #14602]
38776         * string/test-strstr.c (check2): New function.
38777         (test_main): Call check2.
38779         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38780         and bug-strchr1.
38781         * string/bug-strcasestr1.c (do_test): Moved to ...
38782         * string/test-strcasestr.c (check1): Here.  New function.
38783         (do_one_test): Break out result checking code into ...
38784         (check_result): This.  New function.
38785         (do_one_test): Call check_result.
38786         (test_main): Call check1.
38787         * string/bug-strchr1.c (do_test): Moved to ...
38788         * string/test-strchr.c (check1): Here.  New function.
38789         (do_one_test): Break out result checking code into ...
38790         (check_result): This.  New function.
38791         (do_one_test): Call check_result.
38792         (test_main): Call check1.
38793         * string/bug-strstr1.c (main): Moved to ...
38794         * string/test-strstr.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-strcasestr1.c: Removed.
38800         * string/bug-strchr1.c: Likewise.
38801         * string/bug-strstr1.c: Likewise.
38803         * elf/Makefile (dl-routines): Add hwcaps.
38804         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38805         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38806         (_dl_important_hwcaps): Moved to ...
38807         * elf/dl-hwcaps.c: Here.  New file.
38808         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38810         [BZ #14557]
38811         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38812         if IS_IN_rtld isn't defined.
38814         * elf/dl-support.c (_dl_sysinfo_map): New.
38815         Include "get-dynamic-info.h" and "setup-vdso.h".
38816         (_dl_non_dynamic_init): Call setup_vdso.
38817         * elf/dynamic-link.h: Don't include <assert.h>.
38818         (elf_get_dynamic_info): Moved to ...
38819         * elf/get-dynamic-info.h: Here.  New file.
38820         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38821         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38822         * elf/setup-vdso.h: Here.  New file.
38823         * elf/rtld.c: Include "setup-vdso.h".
38824         (dl_main): Call setup_vdso.
38826 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38828         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38829         creal in comment listing functions tested.  List finite, isinf,
38830         isnan, isless, islessequal, isgreater, isgreaterequal,
38831         islessgreater, isunordered, lgamma_r and pow10 as functions and
38832         macros not tested.  Mention which functions not tested are aliases
38833         for other functions.  Fix typo.  Note that signs of NaNs are not
38834         tested.
38836         * scripts/config.guess: Update from config.git.
38837         * scripts/config.sub: Likewise.
38839 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38841         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38842         * misc/madvise.c (madvise): Renamed to __madvise.
38843         Make madvise a weak alias.
38844         * include/sys/mman.h: Declare __madvise.
38845         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38846         * sysdeps/unix/syscalls.list
38847         (madvise): Make __madvise the strong name, and madvise a weak alias.
38848         * sysdeps/unix/sysv/linux/syscalls.list
38849         (madvise, mmap): Remove redundant entries.
38850         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38851         * malloc/malloc.c (mtrim): Likewise.
38852         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38854 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38856         * sysdeps/mach/hurd/dl-cache.c: File removed.
38857         * config.h.in (USE_LDCONFIG): New #undef.
38858         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38859         * configure: Regenerated.
38860         * elf/Makefile (dl-routines): Add dl-cache only under
38861         [$(use-ldconfig) = yes].
38862         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38863         cache on [USE_LDCONFIG].
38864         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38865         [USE_LDCONFIG].
38866         * elf/rtld.c (dl_main): Likewise.
38868 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38870         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38871         _SC_LEVEL4_CACHE_LINESIZE.
38873 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38875         * sysdeps/unix/bsd/confstr.h: File removed.
38877 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38879         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38880         sys/sdt-config.h.
38882 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38884         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38885         Make 'mapoff' field ElfW(Off) rather than off_t.
38887 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38889         * nscd/Makefile: Remove nscd-cflags and all its users.
38890         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38891         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38893         [BZ #10631]
38894         * malloc.c (malloc_printerr): Clarify error message.
38896 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38898         [BZ #14648]
38899         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38900         Set bit_FMA_Usable if FMA is supported.
38901         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38902         macro.
38903         (bit_FMA4_Usable): Updated.
38904         (index_FMA_Usable): New macro.
38905         (CPUID_FMA): Likewise
38906         (HAS_FMA): Defined with bit_FMA_Usable.
38908 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38910         * bits/types.h (__swblk_t): Type removed.
38911         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38912         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38913         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38914         (__SWBLK_T_TYPE): Likewise.
38915         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38916         (__SWBLK_T_TYPE): Likewise.
38917         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38918         (__SWBLK_T_TYPE): Likewise.
38919         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38920         (__SWBLK_T_TYPE): Likewise.
38922 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38923             Honza Horak <hhorak@redhat.com>
38925         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38926         (xdr_mapname): Use YPMAXMAP as maxsize.
38927         (xdr_peername): Use YPMAXPEER as maxsize.
38928         (xdr_keydat): Use YPAXRECORD as maxsize.
38929         (xdr_valdat): Use YPMAXRECORD as maxsize.
38931 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38933         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38935         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38936         * csu/init-first.c: ... here.
38937         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38938         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38939         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38940         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38941         * sysdeps/i386/init-first.c: File removed.
38942         * sysdeps/sh/init-first.c: File removed.
38944 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38946         [BZ #14645]
38947         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38948         if x * y might underflow to zero and z is zero.
38949         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38950         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38951         * math/libm-test.inc (min_subnorm_value): New variable.
38952         (fma_test): Add more tests.
38953         (fma_test_towardzero): Likewise.
38954         (fma_test_downward): Likewise
38955         (fma_test_upward): Likewise.
38956         (initialize): Set min_subnorm_value.
38958 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38960         [BZ #14638]
38961         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38962         0 + 0.
38963         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38964         mode for addition resulting in exact zero.
38965         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38966         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38967         exact 0 + 0.
38968         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38969         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38970         * math/libm-test.inc (fma_test): Add more tests.
38971         (fma_test_towardzero): New function.
38972         (fma_test_downward): Likewise.
38973         (fma_test_upward): Likewise.
38974         (main): Call the new functions.
38976 2012-09-28  David S. Miller  <davem@davemloft.net>
38978         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38980 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38982         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38983         instead of SIGALRM.
38985         * sysdeps/gnu/_G_config.h: Moved to ...
38986         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38987         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38988         * sysdeps/generic/_G_config.h: ... here.
38990         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38992         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38994         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38995         Conditionalize target on [libnss_test1.so-version].
38997         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38999         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
39000         (elfobjdir): Move out of conditionals.
39002         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
39003         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
39004         (__nss_lookup_function): Conditionalize label remove_from_tree on
39005         [!DO_STATIC_NSS || SHARED], matching its only use.
39007 2012-09-28  David S. Miller  <davem@davemloft.net>
39009         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
39010         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
39011         file.
39012         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39013         sysdep_routines.
39014         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39015         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
39016         when HWCAP_SPARC_CRYPTO is present.
39018 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39020         * io/tst-mknodat.c: Create a FIFO instead of a socket.
39022 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
39024         [BZ #6530]
39025         * stdio-common/vfprintf.c (process_string_arg): Revert
39026         2000-07-22 change.
39028 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
39030         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
39031         for testcase.
39032         * stdio-common/tst-sprintf.c: Include <locale.h>
39033         (main): Test sprintf's handling of incomplete multibyte
39034         characters.
39036 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
39038         * elf/dl-runtime.c (VERSYMIDX): Removed.
39039         * elf/dl-version.c (VERSYMIDX): Likewise.
39040         * elf/do-rel.h (VERSYMIDX): Likewise.
39041         (VALIDX): Likewise.
39042         * elf/dynamic-link.h (VERSYMIDX): Likewise.
39043         * elf/rtld.c (VALIDX): Likewise.
39044         (ADDRIDX): Likewise.
39045         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
39046         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
39047         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
39048         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
39049         (VALIDX): Likewise.
39050         (ADDRIDX): Likewise.
39052 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39054         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
39056 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
39058         [BZ #11438]
39059         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
39060         to global scope.
39061         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
39062         addresses are in the same scope as 192.0.2/24.
39063         * posix/gai.conf: Document new scope table defaults.
39065 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39067         [BZ #5298]
39068         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
39069         for ftell.  Compute offsets from write pointers instead.
39070         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39072 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39074         [BZ #14543]
39075         * libio/Makefile (tests): New test case tst-fseek.
39076         * libio/tst-fseek.c: New test case to verify that fseek/ftell
39077         combination works in wide mode.
39078         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
39079         state when the external buffer state changes.
39081 2012-09-27  David S. Miller  <davem@davemloft.net>
39083         [BZ #14376]
39084         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
39085         pass reloc->r_addend in as the 'high' argument to
39086         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
39088         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39090 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39092         * rt/tst-aio2.c: Include <pthread.h>.
39093         * rt/tst-aio3.c: Likewise.
39095 2012-09-27  Steve Ellcey  <sellcey@mips.com>
39097         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
39099 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
39101         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
39102         contents on [SHARED].
39104 2012-09-26  Marek Polacek  <polacek@redhat.com>
39106         [BZ #14530]
39107         [BZ #13741]
39108         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
39109         for C++ and GCC <4.3 as well as for non GCC compilers.
39111 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
39113         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39115 2012-09-25  Roland McGrath  <roland@hack.frob.com>
39117         * Makefile.in (all, install): Declare with .PHONY.
39118         Reported by Michael Hope <michael.hope@linaro.org>.
39120 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39122         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
39123         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
39124         system header.
39125         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
39126         Likewise.
39127         (sydep_routines): Add the new and the internal functions.
39128         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
39129         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
39130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
39131         (GLIBC_2.17): Add the new function.
39132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39133         (GLIBC_2.17): Likewise.
39134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
39135         (GLIBC_2.17): Likewise.
39136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
39137         (GLIBC_2.17): Likewise.
39138         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
39140 2012-09-25  Alan Modra  <amodra@gmail.com>
39142         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
39143         Add release barrier before setting once_control to say
39144         initialisation is done.  Add hints on lwarx.  Use macro in
39145         place of isync.
39146         (clear_once_control): Add release barrier.
39148 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39150         [BZ #13629]
39151         * math/s_clog.c (__clog): Handle more values close to |z| = 1
39152         specially.
39153         * math/s_clog10.c (__clog10): Likewise.
39154         * math/s_clog10f.c (__clog10f): Likewise.
39155         * math/s_clog10l.c (__clog10l): Likewise.
39156         * math/s_clogf.c (__clogf): Likewise.
39157         * math/s_clogl.c (__clogl): Likewise.
39158         * math/Makefile (libm-calls): Add x2y2m1.
39159         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
39160         (__x2y2m1): Likewise.
39161         (__x2y2m1l): Likewise.
39162         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
39163         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
39164         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
39165         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
39166         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
39167         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
39168         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
39169         * sysdeps/i386/fpu/libm-test-ulps: Update.
39170         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39172         [BZ #14621]
39173         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
39174         int as type of variable DEPTH.
39175         (glob): Use size_t instead of int as type of variables NEWCOUNT
39176         and OLD_PATHC.
39178 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39180         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39181         Add s_sincosf-sse2.
39182         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
39183         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
39184         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
39185         macros for using routine as __sincosf_ia32.
39186         Use macro for function declaration and weak_alias.
39187         * sysdeps/i386/fpu/libm-test-ulps: Update.
39189         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
39190         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39192         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
39193         subnormal argument.
39194         * math/s_cexpf.c (__cexpf): Likewise.
39195         * math/s_csinf.c (__csinf): Likewise.
39196         * math/s_csinhf.c (__csinhf): Likewise.
39197         * math/s_ctanf.c (__ctanf): Likewise.
39198         * math/s_ctanhf.c (__ctanhf): Likewise.
39199         * math/s_ccosh.c (__ccoshf): Likewise.
39200         * math/s_cexp.c (__cexpl): Likewise.
39201         * math/s_csin.c (__csin): Likewise.
39202         * math/s_csinh.c (__csinh): Likewise.
39203         * math/s_ctan.c (__ctan): Likewise.
39204         * math/s_ctanh.c (ctanh): Likewise.
39205         * math/s_ccoshl.c (__ccoshl): Likewise.
39206         * math/s_cexpl.c (__cexpl): Likewise.
39207         * math/s_csinl.c (__csinl): Likewise.
39208         * math/s_csinhl.c (__csinhl): Likewise.
39209         * math/s_ctanl.c (__ctanl): Likewise.
39210         * math/s_ctanhl.c (__ctanhl): Likewise.
39212 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39214         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
39215         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
39216         (_IO_off_t): Define to __off_t, not _G_off_t.
39217         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
39218         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
39219         (_IO_wint_t): Define to wint_t, not _G_wint_t.
39220         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
39221         type of __dummy and __dummy2 fields.
39222         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
39223         (_G_ssize_t): Likewise.
39224         (_G_off_t): Likewise.
39225         (_G_pid_t): Likewise.
39226         (_G_uid_t): Likewise.
39227         (_G_wchar_t): Likewise.
39228         (_G_wint_t): Likewise.
39229         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
39230         (_G_ssize_t): Likewise.
39231         (_G_off_t): Likewise.
39232         (_G_pid_t): Likewise.
39233         (_G_uid_t): Likewise.
39234         (_G_wchar_t): Likewise.
39235         (_G_wint_t): Likewise.
39236         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
39237         (_G_ssize_t): Likewise.
39238         (_G_off_t): Likewise.
39239         (_G_pid_t): Likewise.
39240         (_G_uid_t): Likewise.
39241         (_G_wchar_t): Likewise.
39242         (_G_wint_t): Likewise.
39244 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39246         * malloc/arena.c: Include malloc-sysdep.h.
39247         (shrink_heap): Use check_may_shrink_heap to decide if madvise
39248         is sufficient to shrink the heap or an unmap is needed.
39249         * sysdeps/generic/malloc-sysdep.h: New file.  Define
39250         new function check_may_shrink_heap.
39251         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
39252         new function check_may_shrink_heap.
39254 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39256         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
39257         comments.
39259 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
39261         * catgets/test-gencat.sh: Add "set -e".
39262         * elf/tst-pathopt.sh: Likewise.
39263         * grp/tst_fgetgrent.sh: Likewise.
39264         * iconvdata/run-iconv-test.sh: Likewise.
39265         * intl/tst-gettext.sh: Likewise.
39266         * intl/tst-gettext2.sh: Likewise.
39267         * intl/tst-gettext4.sh: Likewise.
39268         * intl/tst-gettext6.sh: Likewise.
39269         * intl/tst-translit.sh: Likewise.
39270         * io/ftwtest-sh: Likewise.
39271         * libio/test-freopen.sh: Likewise.
39272         * malloc/tst-mtrace.sh: Likewise.
39273         * posix/globtest.sh: Likewise.
39274         * posix/tst-getconf.sh: Likewise.
39275         * posix/wordexp-tst.sh: Likewise.
39276         * stdio-common/tst-printf.sh: Likewise.
39277         * stdio-common/tst-unbputc.sh: Likewise.
39278         * stdlib/tst-fmtmsg.sh: Likewise.
39279         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39280         * catgets/Makefile: Do not specify -e option when running
39281         testsuite shell scripts.
39282         * elf/Makefile: Likewise.
39283         * grp/Makefile: Likewise.
39284         * iconvdata/Makefile: Likewise.
39285         * intl/Makefile: Likewise.
39286         * io/Makefile: Likewise.
39287         * libio/Makefile: Likewise.
39288         * malloc/Makefile: Likewise.
39289         * posix/Makefile: Likewise.
39290         * stdio-common/Makefile: Likewise.
39291         * stdlib/Makefile: Likewise.
39292         * sysdeps/x86_64/Makefile: Likewise.
39294         * io/ftwtest-sh: Add copyright header.
39295         * posix/globtest.sh: Likewise.
39296         * posix/tst-getconf.sh: Likewise.
39297         * posix/wordexp-tst.sh: Likewise.
39298         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39300 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
39302         [BZ #13679]
39303         * Makeconfig (+link): Defined as $(+link-static) if
39304         $(build-shared) isn't yes.
39305         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39306         isn't yes.
39307         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39309         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39311         [BZ #14562]
39312         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39313         new chunk size with MALLOC_ALIGN_MASK.
39315 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
39317         [BZ #5044]
39318         * stdio-common/printf_fphex.c: Include <stdbool.h> and
39319         <rounding-mode.h>.
39320         (__printf_fphex): Determine rounding using get_rounding_mode and
39321         round_away.
39322         * stdio-common/tst-printf-round.c (struct hex_test): New
39323         structure.
39324         (hex_tests): New variable.
39325         (test_hex_in_one_mode): New function.
39326         (do_test): Also run tests for hex float output.
39328 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
39330         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39331         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39332         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39333         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39334         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39335         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39336         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39337         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39339 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39341         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39342         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39343         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39344         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39346 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39348         [BZ #14579]
39349         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39350         mode only.
39351         * elf/tst-rtld-load-self.sh: New test.
39352         * elf/Makefile: Run it.
39354 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39356         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39357         (tst-writev-ENV): Remove.
39358         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39360 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39362         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39364 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39366         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39367         unconditional.
39368         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39369         Likewise.
39370         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39371         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39372         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39373         Likewise.
39375 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39377         [BZ #14587]
39378         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39379         * config.make.in (have-cpp-asm-debuginfo): Removed.
39380         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39381         * configure: Regenerated.
39383 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39385         [BZ #5044]
39386         * stdio-common/printf_fp.c: Include <stdbool.h> and
39387         <rounding-mode.h>.
39388         (___printf_fp): Determine rounding using get_rounding_mode and
39389         round_away.
39390         * stdio-common/tst-printf-round.c: New file.
39391         * stdio-common/Makefile (tests): Add tst-printf-round.
39392         (link-libm): New variable.
39393         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39395 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39397         [BZ #14576]
39398         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39399         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39400         Likewise.
39401         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39402         Likewise.
39404 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39406         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39407         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39408         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39409         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39411 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39413         [BZ #14518]
39414         * include/rounding-mode.h: New file.
39415         * sysdeps/generic/get-rounding-mode.h: Likewise.
39416         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39417         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39418         (MAX_VALUE): New macro.
39419         (MIN_VALUE): Likewise.
39420         (overflow_value): New function.
39421         (underflow_value): Likewise.
39422         (round_and_return): Use overflow_value and underflow_value to
39423         determine return values in overflow and underflow cases.  Use
39424         round_away to determine rounding depending on rounding mode.
39425         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39426         determine return values in overflow and underflow cases.
39427         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39428         (struct test_results): New structure.
39429         (struct test): Use struct test_results to store expected results
39430         for all rounding modes.
39431         (TEST): Include expected results for all rounding modes.
39432         (test_in_one_mode): New function.
39433         (do_test): Use test_in_one_mode to compute and check results.
39434         Check results for all rounding modes.
39435         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39436         $(link-libm).
39438 2012-12-09  Allan McRae  <allan@archlinux.org>
39440         * sysdeps/i386/fpu/libm-test-ulps: Update
39442 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39444         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39445         (_G_int32_t): Likewise.
39446         (_G_uint16_t): Likewise.
39447         (_G_uint32_t): Likewise.
39448         (_G_HAVE_BOOL): Likewise.
39449         (_G_HAVE_ATEXIT): Likewise.
39450         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39451         (_G_HAVE_IO_FILE_OPEN): Likewise.
39452         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39453         (_G_int32_t): Likewise.
39454         (_G_uint16_t): Likewise.
39455         (_G_uint32_t): Likewise.
39456         (_G_HAVE_BOOL): Likewise.
39457         (_G_HAVE_ATEXIT): Likewise.
39458         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39459         (_G_HAVE_IO_FILE_OPEN): Likewise.
39460         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39461         (_G_int32_t): Likewise.
39462         (_G_uint16_t): Likewise.
39463         (_G_uint32_t): Likewise.
39464         (_G_HAVE_BOOL): Likewise.
39465         (_G_HAVE_ATEXIT): Likewise.
39466         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39467         (_G_HAVE_IO_FILE_OPEN): Likewise.
39469 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39471         * csu/libc-tls.c: Update copyright years.
39473 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39475         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39476         [!_G_USING_THUNKS]: Remove conditional code.
39477         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39478         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39480         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39481         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39482         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39483         (_G_VTABLE_LABEL_PREFIX): Likewise.
39484         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39485         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39486         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39487         (_G_VTABLE_LABEL_PREFIX): Likewise.
39488         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39489         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39490         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39491         (_G_VTABLE_LABEL_PREFIX): Likewise.
39492         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39494 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39496         * libio/Makefile: Include ../Makeconfig before tests.
39497         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39498         only if $(build-shared) is yes.
39500         * iconv/gconv_db.c: Update copyright years.
39502 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39504         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39505         unwind info if defined PIC. Fix special cases description.
39506         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39508         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39509         DP_HI_MASK entry.
39510         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39512 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39514         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39516         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39517         is NULL.
39519         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39520         (LDLIBS-tst-chk4): This.
39521         (LDFLAGS-tst-chk5): Renamed to ...
39522         (LDLIBS-tst-chk5): This.
39523         (LDFLAGS-tst-chk6): Renamed to ...
39524         (LDLIBS-tst-chk6): This.
39525         (LDFLAGS-tst-lfschk4): Renamed to ...
39526         (LDLIBS-tst-lfschk4): This.
39527         (LDFLAGS-tst-lfschk5): Renamed to ...
39528         (LDLIBS-tst-lfschk5): This.
39529         (LDFLAGS-tst-lfschk6): Renamed to ...
39530         (LDLIBS-tst-lfschk6): This.
39532         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39533         on $(common-objpfx)soversions.mk.
39535 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39537         [BZ #10014]
39538         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39539         example host name.
39541 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39543         * malloc/arena.c (arena_get_retry): New function that gets
39544         another arena for the caller to try its request on.
39545         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39546         current arena cannot fulfill the request.
39547         (__libc_memalign): Likewise.
39548         (__libc_memalign): Likewise.
39549         (__libc_pvalloc): Likewise.
39550         (__libc_calloc): Likewise.
39552 2012-09-05  John Tobey  <john.tobey@gmail.com>
39554         [BZ #13542]
39555         * manual/arith.texi (Operations on Complex): Fix description
39556         of carg branch cut.
39558 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39560         [BZ #10014]
39561         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39562         host name.
39564         [BZ #10038]
39565         * manual/memory.texi (Memory): Make order of menu items match
39566         order of sections.
39568 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39570         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39571         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39572         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39574 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39576         * csu/libc-tls.c (static_dtv): Renamed to ...
39577         (_dl_static_dtv): This.  Make it global.
39578         (_dl_initial_dtv): Removed.
39579         (__libc_setup_tls): Updated.
39580         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39581         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39582         DL_INITIAL_DTV.
39584 2012-09-06  Petr Machata  <pmachata@redhat.com>
39586         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39587         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39588         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39589         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39591 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39593         [BZ #14545]
39594         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39595         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39596         freeing dtv[-1].
39598 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39600         [BZ #14544]
39601         * Makeconfig (link-static-before-libc): Replace $(+prector)
39602         with $(+prectorT).
39603         (link-static-after-libc): Replace $(+postctor) with
39604         $(+postctorT).
39605         (link-bounded): Replace $(+prector)/$(+postctor) with
39606         $(+prectorT)/$(+postctorT).
39607         (+prectorT): New macro.
39608         (+postctorT): Likewise.
39610 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39612         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39613         (round_str): Handle values above the maximum for IBM long double
39614         as inexact.
39615         * stdlib/tst-strtod-round.c (tests): Regenerated.
39617 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39619         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39620         assembler flag.
39621         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39622         zarch_nohighgprs around the zarch optimized routines.
39623         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39624         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39625         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39626         for zarch.
39628 2012-09-05  David S. Miller  <davem@davemloft.net>
39630         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39632         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39633         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39634         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39635         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39636         entries.
39638 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39640         * malloc/arena.c: Fold copyright years.
39641         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39643 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39645         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39647 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39649         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39651 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39653         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39654         change internal state upon failure.
39656 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39658         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39659         * malloc/memusage.c (mmap): Likewise.
39660         (mmap64, mremap): Likewise.  Adjust name in comment.
39662 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39664         * libio/fileops.c: Fix typos in comments.
39665         * libio/oldfileops.c: Likewise.
39666         * libio/wfileops.c: Likewise.
39668 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39670         [BZ #1349]
39671         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39672         (tst-malloc-usable-ENV): Set environment for test case.
39673         * malloc/hooks.c (malloc_check_get_size): New function to get
39674         requested size.
39675         * malloc/malloc.c (musable): Use malloc_check_get_size.
39676         * malloc/tst-malloc-usable.c: New test case.
39678 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39680         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39682 2012-09-05  Allan McRae  <allan@archlinux.org>
39684         [BZ #13966]
39685         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39686         determine header location.
39687         * configure: Regenerated.
39689 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39691         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39692         float format.
39693         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39694         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39695         format.
39696         (test): Regenerate.
39698 2012-09-04  David S. Miller  <davem@davemloft.net>
39700         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39701         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39702         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39704 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39706         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39707         failures.
39709         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39711 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39713         [BZ #9914]
39714         * libio/iogetdelim.c: Include <limits.h>.
39715         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39716         + len + 1 would overflow.
39718 2012-09-03  Andreas Jaeger  <aj@suse.de>
39720         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39721         * sysdeps/i386/fpu/libm-test-ulps: Update.
39723 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39725         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39726         Add s_sinf-sse2, s_conf-sse2.
39728         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39729         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39730         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39731         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39733         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39734         for using routine as __sinf_ia32.
39735         Use macro for function declaration and weak_alias.
39736         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39737         for using routine as __cosf_ia32.
39738         Use macro for function declaration and weak_alias.
39740         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39741         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39743         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39744         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39745         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39747         * math/libm-test.inc (cos_test): Add more test cases.
39748         (sin_test): Likewise.
39749         (sincos_test): Likewise.
39751 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39753         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39754         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39755         hidden.
39756         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39758 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39760         [BZ #14538]
39761         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39762         first element of the GOT.
39763         (elf_machine_load_address): Return the difference between
39764         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39766 2012-09-01  Allan McRae  <allan@archlinux.org>
39768         [BZ #13412]
39769         * configure.in (AWK): Require gawk version 3.0 or later.
39770         * configure: Regenerated.
39772 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39774         * sysdeps/unix/sysv/linux/kernel-features.h
39775         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39776         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39777         [__NR_clock_getres]: Make code unconditional.
39778         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39779         (clock_getcpuclockid): Remove code left unreachable by removal of
39780         conditionals.
39781         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39782         code unconditional.
39783         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39784         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39785         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39786         Make code unconditional.
39787         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39788         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39789         * sysdeps/unix/sysv/linux/clock_settime.c
39790         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39791         conditional code.
39792         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39793         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39795 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39797         [BZ #14476]
39798         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39799         scripts/test-installation.pl.
39801         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39802         and $ld_so_version if it is set.
39804 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39806         [BZ #14516]
39807         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39808         failure if reading from procfs failed.
39809         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39811 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39813         * sysdeps/unix/sysv/linux/kernel-features.h
39814         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39815         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39816         Remove conditional code.
39817         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39818         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39819         Remove conditional code.
39820         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39821         * sysdeps/unix/sysv/linux/i386/fxstat.c
39822         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39823         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39824         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39825         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39826         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39827         * sysdeps/unix/sysv/linux/i386/lxstat.c
39828         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39829         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39830         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39831         Remove conditional code.
39832         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39833         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39834         Remove conditional code.
39835         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39836         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39837         <kernel-features.h>.
39838         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39839         Remove.
39840         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39841         Remove conditional code.
39842         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39843         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39844         Remove conditional.
39846 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39848         [BZ #5400]
39849         * NEWS: Add fixed bug number.
39851 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39853         [BZ #14519]
39854         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39855         underflowing exponent in case of negative sign.
39856         * stdlib/tst-strtod-round-data: Add more tests.
39857         * stdlib/tst-strtod-round.c (tests): Regenerated.
39859         [BZ #3479]
39860         * stdlib/strtod_l.c (NDIG): Remove.
39861         (HEXNDIG): Likewise.
39862         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39863         smallest representable value.
39864         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39865         lie within an exact representation of 1/2 ulp of the result.
39866         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39867         unconditionally.
39868         (TENS_P9_IDX): Define unconditionally.
39869         (TENS_P9_SIZE): Likewise.
39870         (TENS_P10_IDX): Likewise.
39871         (TENS_P10_SIZE): Likewise.
39872         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39873         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39874         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39875         entries for 10^2^13 and 10^2^14.
39876         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39877         (TENS_P13_IDX): Define.
39878         (TENS_P13_SIZE): Likewise.
39879         (TENS_P14_IDX): Likewise.
39880         (TENS_P14_SIZE): Likewise.
39881         (_fpioconst_pow10): Change array size to
39882         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39883         unconditional.
39884         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39885         1024]: Add entries for 10^2^13 and 10^2^14.
39886         [LAST_POW10 > _LAST_POW10]: Remove #error.
39887         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39888         (_fpioconst_pow10): Change array size to
39889         FPIOCONST_POW10_ARRAY_SIZE.
39890         * stdlib/gen-fpioconst.c: New file.
39891         * stdlib/gen-tst-strtod-round.c: Likewise.
39892         * stdlib/tst-strtod-round-data: Likewise.
39893         * stdlib/tst-strtod-round.c: Likewise.
39894         * stdlib/Makefile (tests): Add tst-strtod-round.
39896         [BZ #14459]
39897         * stdlib/strtod_l.c: Include <stdint.h>.
39898         (NDEBUG): Do not define.
39899         (round_and_return): Change EXPONENT parameter to type intmax_t.
39900         Rearrange calculations to avoid internal overflow possibilities.
39901         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39902         Rearrange calculations to avoid internal overflow possibilities.
39903         Assert that number fits inside MPNSIZE limbs.
39904         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39905         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39906         calculations and add assertions to avoid internal overflow
39907         possibilities.  Add casts to avoid signed/unsigned operations.
39908         * stdlib/tst-strtod-overflow.c: New file.
39909         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39911 2012-08-25  Marek Polacek  <polacek@redhat.com>
39913         * time/time.h: Fix some typos in comments.
39915 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39917         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39918         * posix/tst-rfc3484-2.c: Likewise.
39919         * posix/tst-rfc3484-3.c: Likewise.
39921 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39923         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39924         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39926 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39928         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39929         #include of fxstatat64.c.
39931 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39933         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39934         * shadow/getspent_r.c: Likewise.
39935         * shadow/getspnam.c: Likewise.
39936         * shadow/getspnam_r.c: Likewise.
39937         * gshadow/getsgent.c: Likewise.
39938         * gshadow/getsgent_r.c: Likewise.
39939         * gshadow/getsgnam.c: Likewise.
39940         * gshadow/getsgnam_r.c: Likewise.
39941         * inet/getnetbyad.c: Likewise.
39942         * inet/getnetbyad_r.c: Likewise.
39943         * inet/getnetbynm.c: Likewise.
39944         * inet/getnetbynm_r.c: Likewise.
39945         * inet/getnetent.c: Likewise.
39946         * inet/getnetent_r.c: Likewise.
39947         * inet/getproto.c: Likewise.
39948         * inet/getproto_r.c: Likewise.
39949         * inet/getprtent.c: Likewise.
39950         * inet/getprtent_r.c: Likewise.
39951         * inet/getprtname.c: Likewise.
39952         * inet/getprtname_r.c: Likewise.
39953         * inet/getrpcbyname.c: Likewise.
39954         * inet/getrpcbyname_r.c: Likewise.
39955         * inet/getrpcbynumber.c: Likewise.
39956         * inet/getrpcbynumber_r.c: Likewise.
39957         * inet/getrpcent.c: Likewise.
39958         * inet/getrpcent_r.c: Likewise.
39959         * inet/getaliasent.c: Likewise.
39960         * inet/getaliasent_r.c: Likewise.
39961         * inet/getaliasname.c: Likewise.
39962         * inet/getaliasname_r.c: Likewise.
39963         * nscd/getgrgid_r.c: Likewise.
39964         * nscd/getgrnam_r.c: Likewise.
39965         * nscd/gethstbyad_r.c: Likewise.
39966         * nscd/gethstbynm3_r.c: Likewise.
39967         * nscd/getpwnam_r.c: Likewise.
39968         * nscd/getpwuid_r.c: Likewise.
39969         * nscd/getsrvbynm_r.c: Likewise.
39970         * nscd/getsrvbypt_r.c: Likewise.
39971         * nscd/gai.c: Likewise.
39973         * configure.in (build_nscd): New substituted variable, set
39974         by --disable-build-nscd and defaults to $use_nscd.
39975         * configure: Regenerated.
39976         * config.make.in (build-nscd): New substituted variable.
39977         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39978         Change conditional to require [$(build-nscd) = yes] as well.
39979         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39981         [BZ# 13696]
39982         * configure.in (use_nscd): New substituted variable, set by
39983         --disable-nscd.  If enabled, define USE_NSCD.
39984         * configure: Regenerated.
39985         * config.h.in: Add USE_NSCD.
39986         * config.make.in (use-nscd): New substituted variable.
39987         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39988         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39989         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39990         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39991         (CFLAGS-getgrnam_r.c): Likewise.
39992         (CFLAGS-initgroups.c): Likewise.
39993         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39994         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39995         Variables removed.
39996         * inet/getnetgrent_r.c
39997         (nscd_setnetgrent): New function, broken out of ...
39998         (setnetgrent): ... here.  Call it.
39999         (innetgr): Conditionalize nscd bits on [USE_NSCD].
40000         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
40001         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
40002         * nscd/Makefile (routines, aux): Move definitions after include of
40003         Makeconfig.  Conditionalize on [$(use-nscd) != no].
40004         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
40005         Conditionalize on [USE_NSCD].
40006         (is_nscd, nscd_init_cb): Likewise.
40007         (nss_load_library): Conditionalize init callback on [USE_NSCD].
40008         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
40009         * nss/nss_db/db-init.c: Likewise.
40010         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
40011         [USE_NSCD].
40012         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
40013         (make_request): Use it.
40014         (cache_valid_p): New function.
40015         (__check_pf): Use it.
40016         * NEWS: Add item for --disable-nscd.
40018 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
40020         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
40021         to support sed >= 4.2.1-20-ga9bf076.
40022         * configure: Regenerated.
40024 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40026         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
40027         Conditionalize whole body on [IREL].
40029 2012-08-22  Jeff Law <law@redhat.com>
40031         [BZ #14505]
40032         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
40033         if the family is PF_UNSPEC.
40035 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
40037         * Makerules (lib-version): Rename from V.
40038         (install-lib-nosubdir): Change V to lib-version.
40040 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
40042         [BZ #14252]
40043         * powerpc32/power6/wcschr.c: New file.
40044         * powerpc32/power6/wcscpy.c: New file.
40045         * powerpc32/power6/wcsrchr.c: New file.
40046         * powerpc64/power6/wcschr.c: New file.
40047         * powerpc64/power6/wcscpy.c: New file.
40048         * powerpc64/power6/wcsrchr.c: New file.
40050 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40052         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
40053         (two_way_short_needle): Use it.
40054         * string/strstr.c (AVAILABLE1_USES_J): Define.
40055         * string/strcasestr.c: Likewise.
40057         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
40058         array references.
40059         * string/strcasestr.c (TOLOWER): Make side-effect safe.
40061         [BZ #11607]
40062         * NEWS: Add an entry.
40063         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
40064         define their defaults.
40065         (two_way_short_needle): Detect end-of-string on-the-fly.
40066         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
40067         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
40068         * string/bug-strcasestr1.c: New test.
40069         * string/Makefile: Run it.
40071 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40073         [BZ #11607]
40074         * string/str-two-way.h (two_way_short_needle): Optimize matching of
40075         the first character.
40077 2012-08-21  Roland McGrath  <roland@hack.frob.com>
40079         * csu/elf-init.c (__libc_csu_irel): Function removed.
40080         * csu/libc-start.c (apply_irel): New function.
40081         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
40083 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
40085         * sysdeps/unix/sysv/linux/kernel-features.h
40086         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
40087         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
40088         <kernel-features.h>.
40089         [__NR_fadvise64_64]: Make code unconditional.
40090         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
40091         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40092         !__NR_fadvise64_64)]: Likewise.
40093         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40094         !__NR_fadvise64_64))]: Likewise.
40095         [__NR_fadvise64]: Make code unconditional.
40096         [!__NR_fadvise64]: Remove conditional code.
40097         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
40098         <kernel-features.h>.
40099         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40100         unconditional.
40101         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40102         conditional code.
40103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
40104         not include <kernel-features.h>.
40105         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40106         unconditional.
40107         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40108         conditional code.
40109         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
40110         include <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.
40116 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
40118         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
40119         slight instruction rearrangements per scrollpipe analysis.
40120         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
40122 2012-08-20  Roland McGrath  <roland@hack.frob.com>
40124         * manual/syslog.texi (syslog; vsyslog, closelog):
40125         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
40126         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
40128         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
40129         DSOCAPS to match condition on defining it.
40131 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
40133         * sysdeps/unix/sysv/linux/kernel-features.h
40134         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
40135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
40136         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40137         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
40139         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40140         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
40142         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40143         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40145         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
40146         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40148         * sysdeps/unix/sysv/linux/kernel-features.h
40149         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40150         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40151         unconditional.
40152         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40153         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40154         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40155         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40156         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40157         Make code unconditional.
40158         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40159         (__mmap64) [!__NR_mmap2]: Likewise.
40160         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
40161         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40162         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40163         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
40164         [__NR_mmap2]: Make code unconditional.
40165         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40166         (__mmap64) [!__NR_mmap2]: Likewise.
40168 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40170         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
40172 2012-08-18  Andreas Jaeger  <aj@suse.de>
40174         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
40176 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40178         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
40179         * include/unistd.h (__have_sock_cloexec): Likewise.
40180         (__have_pipe2): Likewise.
40181         (__have_dup3): Likewise.
40183 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40185         [BZ #9685]
40186         * include/unistd.h (__have_pipe2): Change define into an extern int.
40187         (__have_dup3): Likewise.
40188         * socket/have_sock_cloexec.c: Include fcntl.h.
40189         (__have_pipe2): New variable.
40190         (__have_dup3): Likewise.
40192 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
40194         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
40196 2012-08-17  Marek Polacek  <polacek@redhat.com>
40198         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
40199         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
40201 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40203         * configure.in: Add AC_SUBST for sysheaders.
40204         * configure: Regenerated.
40205         * config.make.in (sysheaders): New substituted variable.
40207         * sysdeps/unix/mkfifo.c: Moved ...
40208         * sysdeps/posix/mkfifo.c: ... here.
40209         * sysdeps/unix/mkfifoat.c: Moved ...
40210         * sysdeps/posix/mkfifoat.c: ... here.
40212         * sysdeps/unix/utime.c: Moved ...
40213         * sysdeps/posix/utime.c: ... here.
40215         * sysdeps/unix/time.c: Moved ...
40216         * sysdeps/posix/time.c: ... here.
40217         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
40218         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
40220         * sysdeps/unix/nice.c: Moved ...
40221         * sysdeps/posix/nice.c: ... here.
40223         * sysdeps/unix/alarm.c: Moved ...
40224         * sysdeps/posix/alarm.c: ... here.
40226         * intl/Makefile ($(codeset_mo)): Depend on the input file.
40228 2012-08-17  Jeff Law <law@redhat.com>
40230         * intl/Makefile (codeset_mo): New variable.
40231         ($(codeset_mo)): New target.
40232         (tst-codeset.out): Depend on that.  Remove explicit rule.
40233         (tst-gettext3.out, tst-gettext5.out): Likewise.
40234         (LOCPATH-ENV, tst-codeset-ENV): New variables.
40235         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
40236         * intl/tst-codeset.sh: Remove.
40237         * intl/tst-gettext3.sh: Likewise.
40238         * intl/tst-gettext5.sh: Likewise.
40240 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40242         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
40243         * sysdeps/unix/syscalls.list: ... here.
40245         * sysdeps/posix/getaddrinfo.c
40246         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
40247         (gaiconf_init, gaiconf_reload): Use them.
40248         [!_STATBUF_ST_NSEC]
40249         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
40250         Define using time_t rather than struct timespec.
40252         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
40253         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
40254         Macros removed.
40255         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
40256         [!NO_THREADS].
40257         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
40258         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
40259         Likewise.
40261         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40262         __libc_cleanup_push argument.
40264         * bits/param.h: New file.
40265         * misc/sys/param.h: New file.
40266         * include/sys/param.h: New file.
40267         * misc/Makefile (headers): Add bits/param.h.
40268         * sysdeps/generic/sys/param.h: File removed.
40269         * sysdeps/unix/sysv/linux/bits/param.h: New file.
40270         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40271         * sysdeps/mach/hurd/bits/param.h: New file.
40272         * sysdeps/mach/hurd/sys/param.h: File removed.
40274         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40275         last change.
40277         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40278         [_IO_MTSAFE_IO].
40279         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40280         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40281         New macros.
40283         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40284         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40285         rather than -D_IO_MTSAFE_IO conditionally.
40286         * stdio-common/Makefile (CPPFLAGS): Likewise.
40287         * wcsmbs/Makefile (CPPFLAGS): Likewise.
40288         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40289         Use $(libio-mtsafe).
40290         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40291         of -D_IO_MTSAFE_IO.
40292         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40293         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40294         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40295         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40296         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40297         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40298         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40299         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40300         (CFLAGS-fread_u_chk.c): Likewise.
40301         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40302         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40303         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40304         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40305         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40306         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40307         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40308         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40309         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40311         * libio/Makefile: Test [$(libc-reentrant) = yes]
40312         instead of [$(filter %REENTRANT, $(defines)) nonempty].
40314         * Makeconfig
40315         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40316         * sysdeps/pthread/configure: File removed.
40317         * sysdeps/pthread/Makeconfig: New file.
40318         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40319         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40321 2012-08-16  Gary Benson  <gbenson@redhat.com>
40323         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40324         unmapping the first object in a namespace.
40326 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40328         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40329         (__internal_setnetgrent): ... this.  Add internal_function to
40330         definition.  Add libc_hidden_def.
40331         (setnetgrent): Update caller.
40332         (internal_endnetgrent): Renamed to ...
40333         (__internal_endnetgrent): ... this.  Add internal_function to
40334         definition.  Add libc_hidden_def.
40335         (endnetgrent): Update caller.
40336         (internal_getnetgrent_r): Renamed to ...
40337         (__internal_getnetgrent_r): ... this.  Add internal_function to
40338         definition.  Add libc_hidden_def.
40339         (__getnetgrent_r): Update caller.
40340         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40342 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40344         * stdlib/longlong.h: Update from GCC.
40346 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40348         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40349         on _QL, which is set by umul_ppmm but never used.
40350         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40351         variables, which are set by GMP macros but never used.
40352         * stdio-common/_itowa.c (_itowa): Likewise.
40353         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40354         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40356 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40358         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40359         struct La_sh_regs is not constant.
40360         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40361         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40362         and struct La_sparc64_regs are not constant.
40364 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40366         * sysdeps/unix/sysv/linux/kernel-features.h
40367         (__ASSUME_POSIX_TIMERS): Remove.
40368         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40369         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40370         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40371         Make code unconditional.
40372         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40373         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40374         Make code unconditional.
40375         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40376         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40377         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40378         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40379         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40380         Make code unconditional.
40381         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40382         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40383         (__libc_missing_posix_timers): Remove.
40385 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40387         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40388         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40390         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40392         * elf/dl-sym.c: Include <stdlib.h>.
40394         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40395         constants, which avoids warnings in 32-bit builds.
40397         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40398         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40400         * misc/lseek.c: File moved to ...
40401         * io/lseek.c: ... here.
40403         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40405         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40406         shifting LEN more than 31 bits at once.
40408 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40410         [BZ #14195]
40411         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40412         segmentation fault for a case of two empty input strings.
40413         * string/test-strncasecmp.c (check1): Renamed to...
40414         (bz12205): ...this.
40415         (bz14195): Add new testcase for two empty input strings and N > 0.
40416         (test_main): Call new testcase, adapt for renamed function.
40418 2012-08-15  Andreas Jaeger  <aj@suse.de>
40420         [BZ #14090]
40421         * crypt/md5test2.c: New test, based on test supplied by Serge
40422         Belyshev <belyshev@depni.sinp.msu.ru>.
40423         * crypt/Makefile (xtests): Add md5test-giant..
40424         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40426 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40428         [BZ #14090]
40429         * crypt/md5.c (md5_process_block): Don't assume the buffer
40430         length is less than 2**32.
40431         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40432         length is less than 2**64.
40434 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40436         * string/str-two-way.h: Include <sys/param.h>.
40437         (MAX): Macro removed.
40439         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40440         Move #define and #undef of memmove to just before and after
40441         including <string.h>.
40443         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40444         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40445         and after including <string.h>.  Move declarations of
40446         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40447         to before #include "string/memmove.c".
40449         * include/dirent.h: Declare __getdirentries.
40451         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40452         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40454 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40456         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40457         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40458         * sysdeps/i386/configure: Regenerated.
40459         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40460         STABS_CURRENT_FILE, and STABS_FUN.
40461         (END): Remove call to STABS_FUN_END.
40462         (STABS_CURRENT_FILE1): Delete.
40463         (STABS_CURRENT_FILE): Likewise.
40464         (STABS_FUN): Likewise.
40465         (STABS_FUN_END): Likewise.
40466         (STABS_FUN2): Likewise.
40467         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40468         * sysdeps/x86_64/configure: Regenerated.
40470 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40472         * elf/dl-open.c: Include <atomic.h>.
40473         * elf/dl-lookup.c: Likewise.
40475 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40477         * sysdeps/unix/sysv/linux/kernel-features.h
40478         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40479         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40480         unconditionally.
40481         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40482         unconditionally.
40483         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40484         condition on __ASSUME_CLONE_THREAD_FLAGS.
40486 2012-08-14  Andreas Jaeger  <aj@suse.de>
40488         * sysdeps/i386/fpu/libm-test-ulps: Update.
40490 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40492         * include/atomic.h (atomic_exchange_and_add): Split into ...
40493         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40494         New atomic macros.
40496 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40498         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40500 2012-08-13  Jeff Law <law@redhat.com>
40502         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40503         null byte in the output string.
40505 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40507         * sysdeps/unix/sysv/linux/kernel-features.h
40508         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40509         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40510         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40511         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40512         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40513         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40514         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40516 2012-08-09  Jeff Law <law@redhat.com>
40518         [BZ #13939]
40519         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40520         When avoid_arena is set, don't retry in the that arena.  Pick the
40521         next one, whatever it might be.
40522         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40523         (arena_lock): Pass in new parameter to arena_get2.
40524         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40525         arena_get2.
40526         (__libc_malloc): Unify retrying after main arena failure with
40527         __libc_memalign version.
40528         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40530 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40532         [BZ #14166]
40533         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40534         to __redirect_strstr.
40535         (__strstr_sse42): Use typeof __redirect_strstr.
40536         (__strstr_ia32): Likewise.
40537         (__libc_strstr): New prototype.
40538         (strstr): Renamed to ...
40539         (__libc_strstr): This.
40540         (strstr): New strong alias of __libc_strstr.
40541         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40542         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40543         __redirect_time.
40544         Include <time.h>.
40545         (__libc_time): New prototype.
40546         (time_ifunc): Replace time with __libc_time.
40547         (time): New strong alias and hidden definition of __libc_time.
40548         (__GI_time): Remove strong alias.
40549         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40550         Include <stddef.h>.
40551         (memmove): Redefined to __redirect_memmove.
40552         (__memmove_sse2): Use typeof __redirect_memmove.
40553         (__memmove_ssse3): Likewise.
40554         (__memmove_ssse3_back): Likewise.
40555         (__libc_memmove): New prototype.
40556         (memmove): Renamed to ...
40557         (__libc_memmove): This.
40558         (memmove): New strong alias of __libc_memmove.
40560 2012-08-08  Mark Salter  <msalter@redhat.com>
40562         * elf/elf.h
40563         (R_MN10300_TLS_GD): Define.
40564         (R_MN10300_TLS_LD): Likewise.
40565         (R_MN10300_TLS_LDO): Likewise.
40566         (R_MN10300_TLS_GOTIE): Likewise.
40567         (R_MN10300_TLS_IE): Likewise.
40568         (R_MN10300_TLS_LE): Likewise.
40569         (R_MN10300_TLS_DTPMOD): Likewise.
40570         (R_MN10300_TLS_DTPOFF): Likewise.
40571         (R_MN10300_TLS_TPOFF): Likewise.
40572         (R_MN10300_SYM_DIFF): Likewise.
40573         (R_MN10300_ALIGN): Likewise.
40574         (R_MN10300_NUM): Update.
40576 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40578         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40579         Remove.
40581 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40583         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40585         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40586         sysdeps/unix -> sysdeps/posix move.
40587         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40589 2012-08-07      Allan McRae     <allan@archlinux.org>
40591         [BZ #14303]
40592         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40593         (SUNOS_CPP): Likewise.
40594         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40595         not found.
40596         (open_input): Call CPP using execvp.
40598 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40600         * sysdeps/unix/sysv/linux/kernel-features.h
40601         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40602         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40603         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40604         (__ASSUME_WAITID_SYSCALL): Likewise.
40605         * sysdeps/unix/sysv/linux/dl-execstack.c
40606         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40607         code unconditional.
40608         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40609         conditional code.
40610         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40611         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40612         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40613         code.
40614         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40615         unconditional.
40616         [__ASSUME_WAITID_SYSCALL]: Likewise.
40617         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40619 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40621         * sysdeps/unix/closedir.c: Renamed to ...
40622         * sysdeps/posix/closedir.c: ... here.
40623         * sysdeps/unix/dirfd.c: Renamed to ...
40624         * sysdeps/posix/dirfd.c: ... here.
40625         * sysdeps/unix/dirstream.h: Renamed to ...
40626         * sysdeps/posix/dirstream.h: ... here.
40627         * sysdeps/unix/fdopendir.c: Renamed to ...
40628         * sysdeps/posix/fdopendir.c: ... here.
40629         * sysdeps/unix/opendir.c: Renamed to ...
40630         * sysdeps/posix/opendir.c: ... here.
40631         * sysdeps/unix/readdir.c: Renamed to ...
40632         * sysdeps/posix/readdir.c: ... here.
40633         * sysdeps/unix/readdir_r.c: Renamed to ...
40634         * sysdeps/posix/readdir_r.c: ... here.
40635         * sysdeps/unix/rewinddir.c: Renamed to ...
40636         * sysdeps/posix/rewinddir.c: ... here.
40637         * sysdeps/unix/seekdir.c: Renamed to ...
40638         * sysdeps/posix/seekdir.c: ... here.
40639         * sysdeps/unix/telldir.c: Renamed to ...
40640         * sysdeps/posix/telldir.c: ... here.
40641         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40642         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40643         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40644         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40646         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40647         * bits/fcntl.h: ... here.
40649         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40650         not 0.
40651         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40652         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40653         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40654         (struct flock): Move l_start, l_len to the beginning.
40655         Use __pid_t for l_pid.
40656         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40657         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40658         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40659         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40660         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40661         [__USE_LARGEFILE64] (struct flock64): New type.
40662         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40664         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40665         * bits/dirent.h: ... here.
40667         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40668         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40670 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40672         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40673         Change from 2.6.0 to 2.6.16.
40674         * sysdeps/unix/sysv/linux/configure: Regenerated.
40675         * sysdeps/unix/sysv/linux/kernel-features.h
40676         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40677         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40678         version.
40679         (__ASSUME_UTIMES): Likewise.
40680         (__ASSUME_CLONE_STOPPED): Remove.
40681         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40682         architectures, not kernel version.
40683         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40684         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40685         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40686         (__ASSUME_WAITID_SYSCALL): Likewise.
40687         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40688         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40689         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40690         refer to older versions.
40692 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40694         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40695         Define alphasort64 as an alias.
40696         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40697         Define versionsort64 as an alias.
40698         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40699         Define scandir64 as an alias.
40700         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40701         Define scandirat64 as an alias.
40702         * dirent/alphasort64.c (alphasort64):
40703         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40704         * dirent/versionsort64.c: Likewise.
40705         * dirent/scandir64.c: Likewise.
40706         * dirent/scandirat64.c: Likewise.
40707         * sysdeps/wordsize-64/alphasort.c: File removed.
40708         * sysdeps/wordsize-64/alphasort64.c: File removed.
40709         * sysdeps/wordsize-64/scandir.c: File removed.
40710         * sysdeps/wordsize-64/scandir64.c: File removed.
40711         * sysdeps/wordsize-64/scandirat.c: File removed.
40712         * sysdeps/wordsize-64/scandirat64.c: File removed.
40713         * sysdeps/wordsize-64/versionsort.c: File removed.
40714         * sysdeps/wordsize-64/versionsort64.c: File removed.
40715         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40716         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40717         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40718         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40719         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40720         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40721         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40722         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40724         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40725         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40726         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40727         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40728         [defined __arch64__ || defined __sparcv9]
40729         (__INO_T_MATCHES_INO64_T): New macro.
40730         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40731         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40732         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40733         * sysdeps/unix/sysv/linux/bits/dirent.h
40734         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40735         (_DIRENT_MATCHES_DIRENT64): New macro.
40737         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40738         Define lockf64 as an alias.
40739         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40740         Define fseeko64 as an alias.
40741         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40742         Define ftello64 as an alias.
40743         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40744         Define _IO_fgetpos64 and fgetpos64 as aliases.
40745         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40746         Define _IO_fsetpos64 and fsetpos64 as aliases.
40747         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40748         Conditionalize body on this.
40749         * libio/fseeko64.c: Likewise.
40750         * libio/ftello64.c: Likewise.
40751         * libio/iofgetpos64.c: Likewise.
40752         * libio/iofsetpos64.c: Likewise.
40753         * sysdeps/wordsize-64/lockf.c: File removed.
40754         * sysdeps/wordsize-64/lockf64.c: File removed.
40755         * sysdeps/wordsize-64/fseeko.c: File removed.
40756         * sysdeps/wordsize-64/fseeko64.c: File removed.
40757         * sysdeps/wordsize-64/ftello.c: File removed.
40758         * sysdeps/wordsize-64/ftello64.c: File removed.
40759         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40760         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40761         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40762         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40763         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40764         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40765         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40766         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40767         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40768         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40769         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40770         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40771         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40772         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40774         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40775         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40776         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40777         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40778         [defined __arch64__ || defined __sparcv9]
40779         (__OFF_T_MATCHES_OFF64_T): New macro.
40780         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40781         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40782         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40783         (__OFF_T_MATCHES_OFF64_T): New macro.
40785 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40787         * stdlib/secure-getenv.c (__secure_getenv): Replace
40788         GLIBC_2_16 with GLIBC_2_17.
40790 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40792         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40793         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40795 2012-08-03  David S. Miller  <davem@davemloft.net>
40797         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40799 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40801         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40802         Remove.
40803         (__ASSUME_CORRECT_SI_PID): Likewise.
40804         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40805         (__ASSUME_TMPFS_NAME): Likewise.
40806         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40807         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40808         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40809         (HAVE_AUX_SECURE): Make definition unconditional.
40810         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40811         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40813 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40815         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40816         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40817         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40818         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40819         __eloop_threshold instead of SYMLOOP_MAX.
40821         * sysdeps/generic/eloop-threshold.h: New file.
40822         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40823         of MAXSYMLINKS.
40824         * elf/chroot_canon.c (chroot_canon): Likewise.
40826 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40828         [BZ #13717]
40829         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40830         Change to 2.6.0 everywhere.
40831         * sysdeps/unix/sysv/linux/configure: Regenerated.
40832         * sysdeps/unix/sysv/linux/kernel-features.h
40833         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40834         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40835         kernel versions.
40836         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40837         (__ASSUME_FUTEX_REQUEUE): Remove.
40838         (__ASSUME_STATFS64): Define unconditionally.
40839         (__ASSUME_AT_SECURE): Likewise.
40840         (__ASSUME_CORRECT_SI_PID): Likewise.
40841         (__ASSUME_TGKILL): Define without depending on kernel version for
40842         i386.
40843         (__ASSUME_UTIMES): Likewise.
40844         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40845         kernel version.
40846         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40847         (__ASSUME_TMPFS_NAME): Likewise.
40848         * README: Update reference to Linux kernel versions.
40850 2012-08-02  Marek Polacek  <polacek@redhat.com>
40852         [BZ# 14150]
40853         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40854         libc_cv_asm_type_prefix with %.
40855         * configure: Regenerated.
40856         * include/libc-symbols.h: Remove comment about
40857         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40858         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40859         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40860         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40861         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40862         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40863         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40864         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40865         * elf/tst-unique2mod1.c: Likewise.
40866         * elf/tst-unique1mod2.c: Likewise.
40867         * elf/tst-unique1mod1.c: Likewise.
40868         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40869         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40870         Replace ASM_TYPE_DIRECTIVE with .type.
40871         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40872         * sysdeps/i386/sysdep.h: Likewise.
40873         * sysdeps/x86_64/sysdep.h: Likewise.
40874         * sysdeps/sh/sysdep.h: Likewise.
40875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40876         Do not define ASM_TYPE_DIRECTIVE.
40877         * sysdeps/powerpc/sysdep.h: Likewise.
40878         * sysdeps/powerpc/powerpc32/sysdep.h:
40879         Replace ASM_TYPE_DIRECTIVE with .type.
40880         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40881         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40882         * sysdeps/i386/fpu/e_powf.S: Likewise.
40883         * sysdeps/i386/fpu/e_expl.S: Likewise.
40884         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40885         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40886         * sysdeps/i386/fpu/e_pow.S: Likewise.
40887         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40888         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40889         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40890         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40891         * sysdeps/i386/fpu/e_log2.S: Likewise.
40892         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40893         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40894         * sysdeps/i386/fpu/e_powl.S: Likewise.
40895         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40896         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40897         * sysdeps/i386/fpu/e_logl.S: Likewise.
40898         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40899         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40900         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40901         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40902         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40903         * sysdeps/i386/fpu/e_log.S: Likewise.
40904         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40905         * sysdeps/i386/fpu/e_logf.S: Likewise.
40906         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40907         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40908         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40909         * sysdeps/i386/fpu/e_log10.S: Likewise.
40910         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40911         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40912         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40913         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40914         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40915         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40916         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40917         * sysdeps/i386/i686/strtok.S: Likewise.
40918         * sysdeps/i386/i386-mcount.S: Likewise.
40919         * sysdeps/i386/strtok.S: Likewise.
40920         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40921         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40922         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40923         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40924         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40925         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40926         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40927         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40928         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40929         * sysdeps/x86_64/_mcount.S: Likewise.
40930         * sysdeps/x86_64/strtok.S: Likewise.
40931         * sysdeps/sh/_mcount.S: Likewise.
40933 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40935         * libio/iofopen.c: Include <fcntl.h>.
40936         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40937         (_IO_fopen64, fopen64): Define as aliases.
40938         * libio/iofopen64.c: Include <fcntl.h>.
40939         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40940         Conditionalize body on this.
40941         * sysdeps/wordsize-64/iofopen.c: File removed.
40942         * sysdeps/wordsize-64/iofopen64.c: File removed.
40944 2012-08-01  Marek Polacek  <polacek@redhat.com>
40946         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40947         Use dlfcn directly instead of a variable.
40948         (binfmt-subdir): Do not define.
40949         (dlfcn): Likewise.
40951 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40953         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40954         Remove all definitions.
40955         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40956         <kernel-features.h>.
40957         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40958         (miss_F_GETOWN_EX): Remove all definitions.
40959         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40960         macro definition.
40961         [!__ASSUME_FCNTL64]: Remove conditional code.
40962         [__ASSUME_FCNTL64]: Make code unconditional.
40963         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40964         <kernel-features.h>.
40965         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40966         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40967         (lockf64) [__NR_fcntl64]: Make code unconditional.
40968         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40970         * sysdeps/unix/sysv/linux/kernel-features.h
40971         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40972         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40973         Make code unconditional.
40974         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40975         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40977         [__NR_vfork]: Make code unconditional.
40978         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40979         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40981         [__NR_vfork]: Make code unconditional.
40982         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40983         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40985 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40987         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40988         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40990         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40991         Define mkstemp64 as an alias.
40992         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40993         Define mkstemps64 as an alias.
40994         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40995         Define mkostemp64 as an alias.
40996         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40997         Define mkostemps64 as an alias.
40998         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40999         Conditionalize body on this.
41000         * misc/mkostemp64.c: Likewise.
41001         * misc/mkostemps64.c: Likewise.
41002         * misc/mkstemps64.c: Likewise.
41003         * sysdeps/wordsize-64/mkstemp64.c: File removed.
41004         * sysdeps/wordsize-64/mkostemp64.c: File removed.
41005         * sysdeps/wordsize-64/mkostemp.c: File removed.
41006         * sysdeps/wordsize-64/mkstemp.c: File removed.
41007         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
41008         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
41009         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
41010         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
41012         [BZ #14138]
41013         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
41014         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
41015         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
41016         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
41018         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
41019         compat_symbol macros from <shlib-compat.h> rather than the underlying
41020         default_symbol_version and symbol_version macros, so that DEFAULT
41021         lines in shlib-versions are respected.
41022         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
41024 2012-08-01  Florian Weimer  <fweimer@redhat.com>
41026         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
41027         Declare with warn_unused_result.
41028         (setgid, setregid, setegid, setresgid): Likewise.
41029         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
41030         Likewise.
41031         * WUR-REPORT: Remove set*id functions.
41033 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
41035         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
41037 2012-07-31  Roland McGrath  <roland@hack.frob.com>
41039         [BZ #10191]
41040         * include/sys/socket.h (__libc_accept, __libc_accept4):
41041         Add attribute_hidden.
41042         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
41044         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
41045         use of PTR_MANGLE.
41046         * inet/getnetgrent_r.c (setup): Likewise.
41048         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
41050 2012-07-31  David S. Miller  <davem@davemloft.net>
41052         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41054 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
41056         [BZ #13629]
41057         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
41058         value between 1.0 and 2.0 and smaller part has absolute value less
41059         than 1.0.
41060         * math/s_clog10.c (__clog10): Likewise.
41061         * math/s_clog10f.c (__clog10f): Likewise.
41062         * math/s_clog10l.c (__clog10l): Likewise.
41063         * math/s_clogf.c (__clogf): Likewise.
41064         * math/s_clogl.c (__clogl): Likewise.
41065         * math/libm-test.inc (clog_test): Add more tests.
41066         (clog10_test): Likewise.
41067         * sysdeps/i386/fpu/libm-test-ulps: Update.
41068         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41070 2012-07-31  Florian Weimer  <fweimer@redhat.com>
41072         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
41073         Exit with zero in case no suitable GID is found, and write a
41074         message to standard error.
41076 2012-07-30  Roland McGrath  <roland@hack.frob.com>
41078         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
41079         rather than to 1.
41080         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
41081         (MAXPATHLEN): Removed.
41082         (NOGROUP, NODEV): New macros.
41083         (setbit, clrbit, isset, isclr): New macros.
41084         (howmany, roundup, powerof2): New macros.
41085         (DEV_BSIZE): New macro.
41087         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
41088         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
41090         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
41091         definition on [!__NO_LONG_DOUBLE_MATH].
41093         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
41094         PTR_MANGLE and PTR_DEMANGLE.
41096         * socket/accept4.c (accept4): Rename to __libc_accept4.
41097         Define accept4 as a weak alias.
41099         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
41100         on [_DIRENT_HAVE_D_TYPE].
41101         * io/ftw.c (ftw_dir): Likewise.
41103         * io/xmknod.c (__xmknod): Don't check PATH for being null.
41105         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
41107         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
41108         Use the BSD numbers rather than the arbitrary ones we had.
41109         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
41110         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
41111         (SIGXCPU, SIGXFSZ): New macros.
41112         (_NSIG): Now 32.
41114         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
41115         initializer on [_LIBC_REENTRANT].
41117         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
41118         definitions inside [_POSIX_MAPPED_FILES].
41120         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
41122         * dirent/opendir.c: Include <fcntl.h>.
41124         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
41125         (__libc_getspecific): Likewise.
41126         (__libc_key_create): Likewise.
41128         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
41129         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
41130         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
41131         (tmpfile64): Define as alias.
41132         * sysdeps/wordsize-64/tmpfile.c: File removed.
41133         * sysdeps/wordsize-64/tmpfile64.c: File removed.
41134         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
41135         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
41137         * stdio-common/vfscanf.c: Include <stdbool.h>.
41138         * nss/makedb.c: Likewise.
41139         * stdio-common/_i18n_number.h: Likewise.
41140         * argp/argp-help.c: Likewise.
41141         * posix/wordexp.c: Likewise.
41142         * sysdeps/posix/spawni.c: Likewise.
41143         * nss/nss_files/files-initgroups.c: Likewise.
41144         * stdio-common/reg-modifier.c: Include <stdlib.h>.
41145         * nss/nss_files/files-initgroups.c: Likewise.
41146         * nss/nss_db/db-netgrp.c: Likewise.
41147         * nss/nss_db/db-initgroups.c: Likewise.
41148         * io/fchmodat.c: Include <sys/stat.h>.
41150         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41151         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41153         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41154         [HAVE_MMAP].
41156         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41157         Add multiple inclusion protection.
41159 2012-07-27  David S. Miller  <davem@davemloft.net>
41161         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41163 2012-07-27  Gary Benson  <gbenson@redhat.com>
41165         [BZ #14298]
41166         * elf/rtld.c: Include <stap-probe.h>.
41167         (dl_main): Added static probes "init_start" and "init_complete".
41168         * elf/dl-load.c: Include <stap-probe.h>.
41169         (lose): Take new parameter "nsid".
41170         Added static probe "map_failed".
41171         (_dl_map_object_from_fd): Pass namespace id to lose.
41172         Added static probe "map_start".
41173         (open_verify): Pass namespace id to lose.
41174         * elf/dl-open.c: Include <stap-probe.h>.
41175         (dl_open_worker) Added static probes "map_complete", "reloc_start"
41176         and "reloc_complete".
41177         * elf/dl-close.c: Include <stap-probe.h>.
41178         (_dl_close_worker): Added static probes "unmap_start" and
41179         "unmap_complete".
41180         * elf/rtld-debugger-interface.txt: New file documenting the above.
41182 2012-07-26  Roland McGrath  <roland@hack.frob.com>
41184         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
41185         rather than a string variable.
41186         * sunrpc/rpc_main.c (h_output): Likewise.
41187         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
41189 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
41191         * inet/check_native.c: New file.
41193 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
41195         [BZ #13629]
41196         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
41197         if larger part has absolute value 1.0.
41198         * math/s_clog10.c (__clog10): Likewise.
41199         * math/s_clog10f.c (__clog10f): Likewise.
41200         * math/s_clog10l.c (__clog10l): Likewise.
41201         * math/s_clogf.c (__clogf): Likewise.
41202         * math/s_clogl.c (__clogl): Likewise.
41203         * math/libm-test.inc (clog_test): Add more tests.
41204         (clog10_test): Likewise.
41205         * sysdeps/i386/fpu/libm-test-ulps: Update.
41206         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41208         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
41209         (pltexit): Likewise.
41210         (La_regs): Likewise.
41211         (La_retval): Likewise.
41212         (int_retval): Likewise.
41213         Update #error for removed macros to refer only to definitions in
41214         tst-audit.h.
41215         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
41216         macro.
41217         (pltexit): Likewise.
41218         (La_regs): Likewise.
41219         (La_retval): Likewise.
41220         (int_retval): Likewise.
41221         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
41222         macro.
41223         (pltexit): Likewise.
41224         (La_regs): Likewise.
41225         (La_retval): Likewise.
41226         (int_retval): Likewise.
41227         * elf/tst-auditmod5b.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-auditmod6b.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-auditmod6c.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-auditmod7b.c (pltenter): Remove all definitions of
41246         macro.
41247         (pltexit): Likewise.
41248         (La_regs): Likewise.
41249         (La_retval): Likewise.
41250         (int_retval): Likewise.
41251         * sysdeps/generic/tst-audit.h: Update comment to refer only to
41252         macro definitions in tst-audit.h.
41253         * sysdeps/i386/tst-audit.h: New file.
41254         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
41255         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
41256         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
41257         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
41258         * sysdeps/sh/tst-audit.h: Likewise.
41259         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41260         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41261         * sysdeps/x86_64/tst-audit.h: Likewise.
41263 2012-07-26  Andreas Jaeger  <aj@suse.de>
41265         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41266         ptrace.
41268         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41269         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41270         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41271         PTRACE_O_MASK.
41272         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41273         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41274         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41276         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41277         value.
41279         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41280         _sigsys.
41281         (si_call_addr, si_syscall, si_arch): Define new macro.
41282         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41283         _sigsys.
41284         (si_call_addr, si_syscall, si_arch): Define new marcro.
41285         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41286         _sigsys.
41287         (si_call_addr, si_syscall, si_arch): Define new macro.
41288         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41289         _sigsys.
41290         (si_call_addr, si_syscall, si_arch): Define new macro.
41292 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41294         [BZ #13717]
41295         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41296         Change to 2.4.21 where previously 2.4.1.
41297         * sysdeps/unix/sysv/linux/configure: Regenerated.
41298         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41299         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41300         Linux kernel version.
41301         (__ASSUME_STD_AUXV): Remove.
41302         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41303         kernel version.
41304         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41305         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41306         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41307         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41308         (__ASSUME_NETLINK_SUPPORT): Likewise.
41309         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41310         (__no_netlink_support): Remove conditional definition.
41311         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41312         Remove.
41313         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41314         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41315         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41316         (if_nameindex_ioctl): Remove.
41317         (if_nameindex_netlink): Do not handle __no_netlink_support.
41318         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41319         code.
41320         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41321         Remove conditional code.
41322         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41323         code.
41324         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41325         unconditional.
41326         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41327         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41328         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41329         Remove.
41330         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41331         [!__ASSUME_STD_AUXV]: Remove conditional code.
41332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41333         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41334         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41336         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41337         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41338         code.
41339         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41341         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41342         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41343         conditional code.
41344         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41346         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41347         code.
41348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41349         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41350         conditional code.
41351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41352         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41353         code unconditional.
41354         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41355         conditional code.
41356         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41357         unconditional.
41358         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41359         conditional code.
41360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41361         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41362         unconditional.
41363         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41364         conditional code.
41365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41366         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41367         code unconditional.
41368         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41369         conditional code.
41370         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41371         unconditional.
41372         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41373         conditional code.
41374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41375         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41376         code unconditional.
41377         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41378         conditional code.
41379         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41380         unconditional.
41381         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41382         conditional code.
41384 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41386         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41387         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41388         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41389         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41390         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41391         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41392         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41393         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41394         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41395         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41396         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41397         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41398         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41399         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41400         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41401         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41402         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41403         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41404         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41405         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41406         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41407         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41408         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41410 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41412         * Versions.def: Add GLIBC_2.17.
41413         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41414         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41415         Introduce __libc_secure_getenv.
41416         * stdlib/Versions (2.17): Add secure_getenv
41417         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41418         * stdlib/secure-getenv.c: Rename __secure_getenv to
41419         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41420         symbol __secure_getenv for GLIBC_2.0.
41421         * stdlib/tst-secure-getenv.c: New.
41422         * stdlib/Makefile (tests): Add testcase.
41423         * manual/startup.texi (Environment Access): Document
41424         secure_getenv.
41425         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41426         __libc_secure_getenv.
41427         * inet/ruserpass.c (ruserpass): Likewise.
41428         * malloc/mtrace.c (mtrace): Likewise.
41429         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41430         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41431         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41432         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41433         HAVE_SECURE_GETENV.
41434         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41435         __secure_getenv to __libc_secure_getenv.
41436         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41438         Likewise.
41439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41440         Likewise.
41441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41442         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41443         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41444         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41445         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41446         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41447         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41449 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41451         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41452         (struct La_i86_retval): Likewise.
41453         (struct La_x86_64_regs): Likewise.
41454         (struct La_x86_64_retval): Likewise.
41455         (struct La_x32_regs): Likewise.
41456         (struct La_x32_retval): Likewise.
41457         (struct La_ppc32_regs): Likewise.
41458         (struct La_ppc32_retval): Likewise.
41459         (struct La_ppc64_regs): Likewise.
41460         (struct La_ppc64_retval): Likewise.
41461         (struct La_sh_regs): Likewise.
41462         (struct La_sh_retval): Likewise.
41463         (struct La_s390_32_regs): Likewise.
41464         (struct La_s390_32_retval): Likewise.
41465         (struct La_s390_64_regs): Likewise.
41466         (struct La_s390_64_retval): Likewise.
41467         (struct La_sparc32_regs): Likewise.
41468         (struct La_sparc32_retval): Likewise.
41469         (struct La_sparc64_regs): Likewise.
41470         (struct La_sparc64_retval): Likewise.
41471         (struct audit_ifaces): Remove architecture-specific pltenter and
41472         pltexit members.
41473         * sysdeps/i386/ldsodefs.h: New file.
41474         * sysdeps/powerpc/ldsodefs.h: Likewise.
41475         * sysdeps/s390/ldsodefs.h: Likewise.
41476         * sysdeps/sh/ldsodefs.h: Likewise.
41477         * sysdeps/sparc/ldsodefs.h: Likewise.
41478         * sysdeps/x86_64/ldsodefs.h: Likewise.
41480 2012-07-25  Marek Polacek  <polacek@redhat.com>
41482         [BZ #6808]
41483         * math/libm-test.inc (yn_test): Add another test.
41484         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41485         to ERANGE when the result is +-Inf.
41486         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41487         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41488         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41489         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41491 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41493         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41494         equal to 0.
41495         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41496         clock_t.
41497         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41499 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41501         * configure.in <sysdeps resolving>: Correct printing
41502         Implies_before.
41503         * configure: Regenerate.
41505 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41507         * math/w_ilogb.c: Include <limits.h>.
41508         * math/w_ilogbl.c: Likewise.
41510 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41512         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41513         va_copy.  Document allowing for unavailable va_copy only as
41514         pre-C99 compatibility.
41515         * manual/string.texi (Copying and Concatenation): Use va_copy
41516         instead of __va_copy in concat example.
41518 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41520         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41521         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41522         it if not null.
41524         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41525         with O_NOLINK passed to __file_name_lookup.
41527         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41528         with O_NOLINK passed to __file_name_lookup.
41530         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41531         negative N or less than NGIDS.
41533         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41534         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41535         enough.  Use memcpy instead of strncpy.
41537 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41539         * elf/Makefile (check-data): Remove.
41540         (localplt.data): New vpath directive.
41541         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41542         instead of $(check-data).
41543         * scripts/data/localplt-generic.data: Move to ...
41544         * sysdeps/generic/localplt.data: ... here.
41545         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41546         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41547         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41549         ... here.
41550         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41552         ... here.
41553         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41554         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41555         ... here.
41556         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41557         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41558         ... here.
41559         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41560         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41561         ... here.
41562         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41563         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41564         ... here.
41566 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41568         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41569         PPC32 and PPC64 files.
41570         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41571         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41573 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41575         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41576         __makecontext_ret to ...
41577         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41578         ... here and call exit if uc_link is NULL.  New file.
41579         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41580         __makecontext_ret.S.
41581         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41582         __makecontext_ret to ...
41583         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41584         ... here and call exit if uc_link is NULL.  New file.
41585         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41586         __makecontext_ret.S.
41588 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41590         * elf/elf.h (R_390_IRELATIVE): New definition.
41591         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41592         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41593         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41594         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41595         (elf_machine_lazy_rel): Likewise.
41596         * sysdeps/s390/dl-irel.h: New file.
41597         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41598         * sysdeps/s390/s390-64/memset.S: New asm code.
41599         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41600         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41601         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41602         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41603         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41604         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41605         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41606         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41607         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41608         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41609         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41610         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41611         * sysdeps/s390/s390-32/memset.S: New asm code.
41612         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41614 2012-07-17  Marek Polacek  <polacek@redhat.com>
41616         [BZ #14349]
41617         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41618         * sysdeps/s390/s390-64/configure.in: Likewise.
41619         * sysdeps/sparc/configure.in: Likewise.
41620         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41621         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41622         * sysdeps/i386/configure.in: Likewise.
41623         * sysdeps/x86_64/configure.in: Likewise.
41624         * sysdeps/sh/configure.in: Likewise.
41625         * sysdeps/s390/s390-32/configure: Regenerated.
41626         * sysdeps/s390/s390-64/configure: Likewise.
41627         * sysdeps/x86_64/configure: Likewise.
41628         * sysdeps/sh/configure: Likewise.
41629         * sysdeps/powerpc/powerpc64/configure: Likewise.
41630         * sysdeps/powerpc/powerpc32/configure: Likewise.
41631         * sysdeps/sparc/configure: Likwise.
41632         * sysdeps/i386/configure: Likewise.
41634         * elf/dl-open.c: Comment fixes.
41636 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41638         * Makefile [CXX] (check-data): Remove.
41639         [CXX] (c++-types.data): New vpath directive.
41640         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41641         vpath.  Do not allow for C++ type data being missing.
41642         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41643         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41644         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41645         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41646         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41647         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41648         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41650         ... here.
41651         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41653         ... here.
41654         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41655         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41656         ... here.
41657         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41658         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41659         ... here.
41660         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41661         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41662         ... here.
41663         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41664         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41665         ... here.
41666         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41667         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41668         ... here.
41669         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41670         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41672         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41673         definitions to architecture-specific files.
41674         (TLS_IE): Likewise.
41675         (TLS_LD): Likewise.
41676         (TLS_GD): Likewise.
41677         * sysdeps/i386/tls-macros.h: New file.
41678         * sysdeps/powerpc/tls-macros.h: Likewise.
41679         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41680         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41681         * sysdeps/sh/tls-macros.h: Likewise.
41682         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41683         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41684         * sysdeps/x86_64/tls-macros.h: Likewise.
41686 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41688         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41689         zero value for regular exit case.
41691         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41692         (__start_context): Preserve zero value for regular exit case.
41694 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41695             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41697         * manual/setjmp.texi (setcontext): Clarify normal process
41698         termination when uc_link is the null pointer.
41699         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41700         exit call.
41702 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41704         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41705         preprocessor.  Test for each exception mask separately.
41707 2012-07-16  Andreas Jaeger  <aj@suse.de>
41709         * po/ru.po: Update from translation team.
41711 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41713         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41714         equal to 0.
41715         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41716         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41717         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41718         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41719         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41721 2012-07-13  Andreas Jaeger  <aj@suse.de>
41723         * po/fr.po: Update from translation team.
41725 2012-07-12  Marek Polacek  <polacek@redhat.com>
41727         [BZ #14173]
41728         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41729         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41730         loop condition.
41732 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41734         [BZ #13717]
41735         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41736         Change to 2.4.1 where previously 2.4.0.
41737         * sysdeps/unix/sysv/linux/configure: Regenerated.
41738         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41739         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41740         version.
41741         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41742         (__ASSUME_AT_CLKTCK): Remove.
41743         (__ASSUME_AT_PAGESIZE): Likewise.
41744         (__ASSUME_AT_XID): Likewise.
41745         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41746         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41747         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41748         unconditionally.
41749         (HAVE_AUX_PAGESIZE): Likewise.
41750         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41751         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41752         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41754 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41756         [BZ #14307]
41757         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41758         the temporary buffer used to invoke __gethostbyname2_r,
41759         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41760         host_data / struct gaih_addrtuple.
41761         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41762         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41763         header file nss/nsswitch.h.
41764         * nss/nsswitch.h (global scope): Add definition of implementation
41765         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41766         resolv/nss_dns/dns-host.c).
41768 2012-07-11  Andreas Jaeger  <aj@suse.de>
41770         * po/fr.po: Update from translation team.
41772         * po/sv.po: Update from translation team
41773         * po/fr.po: Another update from translation team.
41775 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41777         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41778         for subnormals or multiply small sinh result by itself.
41779         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41780         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41782 2012-07-11  David S. Miller  <davem@davemloft.net>
41784         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41786 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41788         [BZ #14347]
41789         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41790         (INTERNAL_MARK): Shift it here.
41792 2012-07-10  Marek Polacek  <polacek@redhat.com>
41794         [BZ #14151]
41795         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41796         libc_cv_asm_global_directive with .globl.
41797         * configure: Regenerated.
41798         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41799         with .globl.
41800         * sysdeps/i386/configure: Regenerated.
41801         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41802         with .globl.
41803         * sysdeps/x86_64/configure: Regenerated.
41804         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41805         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41806         * elf/tst-unique2mod2.c: Likewise.
41807         * elf/tst-unique2mod1.c: Likewise.
41808         * elf/tst-unique1mod2.c: Likewise.
41809         * elf/tst-unique1mod1.c: Likewise.
41810         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41811         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41812         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41813         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41814         * sysdeps/mach/sysdep.h: Likewise.
41815         * sysdeps/i386/sysdep.h: Likewise.
41816         * sysdeps/i386/i386-mcount.S: Likewise.
41817         * sysdeps/x86_64/_mcount.S: Likewise.
41818         * sysdeps/x86_64/sysdep.h: Likewise.
41819         * sysdeps/sh/_mcount.S: Likewise.
41820         * sysdeps/sh/sysdep.h: Likewise.
41821         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41822         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41823         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41824         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41825         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41826         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41827         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41828         * locale/localeinfo.h: Likewise.
41829         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41830         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41832 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41834         [BZ #14336]
41835         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41836         system".
41837         * manual/message.texi (The Uniforum approach): Likewise.
41838         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41839         (glibc iconv Implementation): Likewise.
41841 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41843         [BZ #14337]
41844         * math/s_clog.c (__clog): Avoid scaling a value down where that
41845         could result in underflow.
41846         * math/s_clog10.c (__clog10): Likewise.
41847         * math/s_clog10f.c (__clog10f): Likewise.
41848         * math/s_clog10l.c (__clog10l): Likewise.
41849         * math/s_clogf.c (__clogf): Likewise.
41850         * math/s_clogl.c (__clogl): Likewise.
41851         * math/libm-test.inc (clog_test): Add more tests.
41852         (clog10_test): Likewise.
41853         * sysdeps/i386/fpu/libm-test-ulps: Update.
41854         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41856 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41858         [BZ #14283]
41859         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41860         by 7 not 8 to examine high bit of fractional part.
41862         [BZ #14042]
41863         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41864         for call to __mcount_internal.
41865         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41866         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41867         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41869 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41871         [BZ #14154]
41872         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41873         approximation for values within 0x1p-13f of an odd multiple of
41874         pi/4.
41875         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41876         exception.  Add more tests.
41877         * sysdeps/i386/fpu/libm-test-ulps: Update.
41879         [BZ #6778]
41880         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41881         inputs and return -1 for them.  Do not check for +Inf in case not
41882         reachable for +Inf.
41883         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41884         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41885         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41886         and return -1 for them.  Do not check for +Inf in case not
41887         reachable for +Inf.
41888         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41889         define.
41890         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41891         and return -1 for them.  Do not check for +Inf in case not
41892         reachable for +Inf.
41893         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41894         spurious underflow.
41895         * sysdeps/i386/fpu/libm-test-ulps: Update.
41896         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41898 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41900         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41902 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41904         [BZ #14157]
41905         [BZ #14331]
41906         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41907         could result in spurious underflow.  Scale down values above
41908         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41909         * math/s_csqrtf.c (__csqrtf): Likewise.
41910         * math/s_csqrtl.c (__csqrtl): Likewise.
41911         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41912         spurious underflow.
41913         * sysdeps/i386/fpu/libm-test-ulps: Update.
41914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41916 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41918         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41919         xopen-msg.sed.
41920         * catgets/xopen-msg.awk: New file.
41921         * catgets/xopen-msg.sed: Removed.
41923         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41924         po2text.sed.
41925         * intl/po2test.awk: New file.
41926         * intl/po2test.sed: Removed.
41928 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41930         [BZ #14328]
41931         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41932         or multiply small sinh result by itself.
41933         * math/s_ctanf.c (__ctanf): Likewise.
41934         * math/s_ctanh.c (__ctanh): Likewise.
41935         * math/s_ctanhf.c (__ctanhf): Likewise.
41936         * math/s_ctanhl.c (__ctanhl): Likewise.
41937         * math/s_ctanl.c (__ctanl): Likewise.
41938         * math/libm-test.inc (ctan_test_tonearest): New function.
41939         (ctan_test_towardzero): Likewise.
41940         (ctan_test_downward): Likewise.
41941         (ctan_test_upward): Likewise.
41942         (ctanh_test_tonearest): Likewise.
41943         (ctanh_test_towardzero): Likewise.
41944         (ctanh_test_downward): Likewise.
41945         (ctanh_test_upward): Likewise.
41946         (main): Call these new functions.
41947         * sysdeps/i386/fpu/libm-test-ulps: Update.
41948         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41950 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41952         * .gitignore: Delete /ports entry.
41954 2012-07-03  Andreas Jaeger  <aj@suse.de>
41956         * po/bg.po: Update from translation team.
41957         * po/cs.po: Likewise.
41958         * po/de.po: Likewise.
41959         * po/hr.po: Likewise.
41960         * po/nl.pl: Likewise.
41961         * po/pl.po: Likewise.
41962         * po/vi.po: Likewise.
41964 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41966         * Makeconfig [!+link] (+link-before-libc): New variable.
41967         [!+link] (+link-after-libc): Likewise.
41968         [!+link] (+link-tests): Likewise.
41969         [!+link] (+link): Define in terms of $(+link-before-libc) and
41970         $(+link-after-libc).
41971         [!+link-static] (+link-static-before-libc): New variable.
41972         [!+link-static] (+link-static-after-libc): Likewise.
41973         [!+link-static] (+link-static-tests): Likewise.
41974         [!+link-static] (+link-static): Define in terms of
41975         $(+link-static-before-libc) and $(+link-static-after-libc).
41976         [build-shared] (link-libc-before-gnulib): New variable.
41977         [build-shared] (link-libc-tests): Likewise.
41978         [build-shared] (link-libc): Define in terms of
41979         $(link-libc-before-gnulib).
41980         [!build-shared] (link-libc-tests): New variable.
41981         (link-libc-static-tests): New variable.
41982         [!gnulib] (gnulib-arch): New variable.
41983         [!gnulib] (gnulib-tests): Likewise.
41984         [!gnulib] (static-gnulib-arch): Likewise.
41985         [!gnulib] (static-gnulib-tests): Likewise.
41986         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41987         Define with "=" instead of ":=".
41988         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41989         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41990         * Rules (binaries-all-notests): New variable.
41991         (binaries-all-tests): Likewise.
41992         (binaries-static-notests): Likewise.
41993         (binaries-static-tests): Likewise.
41994         (binaries-all): Define using $(binaries-all-notests) and
41995         $(binaries-all-tests).
41996         (binaries-static): Define using $(binaries-static-notests) and
41997         $(binaries-static-tests).
41998         (binaries-shared-tests): New variable.
41999         (binaries-shared-notests): Likewise.
42000         (binaries-shared): Remove variable.
42001         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
42002         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
42003         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
42004         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
42005         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
42006         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
42007         * elf/Makefile (sln-modules): New variable.
42008         (extra-objs): Add $(sln-modules:=.o).
42009         (ldconfig-modules): Add static-stubs.
42010         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
42011         * elf/static-stubs.c: New file.
42013         [BZ #14283]
42014         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
42015         by 7 not 8 to examine high bit of fractional part.  Use volatile
42016         variables when splitting into final array of floats if
42017         __FLT_EVAL_METHOD__ != 0.
42018         * math/libm-test.inc (cos_test): Add another test.
42019         (sin_test): Likewise.
42020         * sysdeps/i386/fpu/libm-test-ulps: Update.
42022         [BZ #14273]
42023         * math/libm-test.inc (cosh_test): Add more tests.
42025         * version.h (RELEASE): Set to "development".
42026         (VERSION): Set to "2.16.90".
42028 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
42030         * NEWS: Update copyright. Remove last-updated date.
42031         Mention math library bug fixes and timezone data changes.
42032         * README: Mention GNU/Hurd, x32, and HPPA support status.
42034 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
42036         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
42038 2012-06-27  Andreas Jaeger  <aj@suse.de>
42040         * manual/contrib.texi (Contributors): Add Samuel Thibault.
42042 2012-06-25  Andreas Jaeger  <aj@suse.de>
42044         * sysdeps/s390/fpu/libm-test-ulps: Update.
42046 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
42047             Thomas Schwinge  <thomas@codesourcery.com>
42049         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
42050         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
42051         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
42052         fanotify_mark.
42054 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
42056         * sysdeps/mach/start.c: Remove file.
42057         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
42058         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
42059         * sysdeps/sh/init-first.c: Likewise.
42061         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
42062         registers for frame unwinding purposes, add CFI directives.
42063         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42064         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
42065         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
42066         Likewise.
42068         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
42069         __fortify_fail returning.
42070         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42072         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
42073         sysdeps/sh/____longjmp_chk.S.
42074         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
42075         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
42076         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
42077         (gen-as-const-headers): Append sigaltstack-offsets.sym.
42079         * sysdeps/sh/abort-instr.h: New file.
42080         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
42081         process in case exit returns.
42083         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
42084         initialize the GOT register before use.
42086         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
42087         calculation of ARGC > 4.
42089         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
42090         meaningful names to some local labels.
42092 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42093             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42095         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
42096         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
42097         (__arch_compare_and_exchange_val_16_acq): Likewise.
42098         (__arch_compare_and_exchange_val_32_acq): Likewise.
42099         (atomic_exchange_and_add): Fix gUSA sequence.
42100         (atomic_add): Likewise.
42101         (atomic_add_negative): Likewise.
42102         (atomic_add_zero): Likewise.
42103         (atomic_bit_test_set): Likewise.
42105 2012-06-22  Andreas Schwab  <schwab@redhat.com>
42107         [BZ #13579]
42108         * include/link.h (struct link_map): Add l_free_initfini.
42109         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
42110         l_initfini.
42111         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
42112         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
42113         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
42114         set.
42116 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
42118         * configure.in: Use AC_LANG_SOURCE.
42119         * configure: Regenerate.
42121 2012-06-22  Roland McGrath  <roland@hack.frob.com>
42123         * configure.in (libc_cv_localstatedir): New substituted variable.
42124         * configure: Regenerated.
42125         * config.make.in (localstatedir): New variable, substituted from
42126         libc_cv_localstatedir.
42127         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
42128         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
42129         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
42130         * sysdeps/gnu/configure: Regenerated.
42132 2012-06-21  Jeff Law  <law@redhat.com>
42134         [BZ #14277]
42135         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
42136         free.  Simplify list management for _LIBC case.
42138 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
42140         [BZ #14273]
42141         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
42142         Clear sign bit of 64-bit integer value before comparing against
42143         overflow value.
42145         * sysdeps/mach/configure: Regenerated.
42147 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
42149         [BZ #14278]
42150         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42152 2012-06-21  Jeff Law  <law@redhat.com>
42154         [BZ #13882]
42155         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
42156         uint16_t for elements in the "seen" array to avoid char overflows.
42157         * elf/dl-fini.c (_dl_sort_fini): Likewise.
42158         * elf/dl-open.c (dl_open_worker): Likewise.
42160 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
42162         * scripts/list-sources.sh: Scan PORTS for translations.
42163         * po/libc.pot: Regenerated.
42165 2012-06-21  Andreas Jaeger  <aj@suse.de>
42167         [BZ #12194]
42168         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
42169         warning.
42170         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
42171         * bits/byteswap-16.h (__bswap_16): Likewise.
42172         * bits/byteswap.h (__bswap_constant_16): Likewise.
42174 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
42176         [BZ #14117]
42177         * sysdeps/i386/fpu_control.h: Removed.
42178         * sysdeps/x86_64/fpu_control.h: Moved to ...
42179         * sysdeps/x86/fpu_control.h: Here.
42181         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
42182         (_FPU_SETCW): Likewise.
42184 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
42186         [BZ #14117]
42187         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
42188         * sysdeps/x86/fpu/bits/mathinline.h: This.
42189         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
42191         [BZ #14050]
42192         [BZ #14117]
42193         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
42194         functions if __x86_64__ is defined.
42196 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
42198         * string/endian.h: Add !__ASSEMBLER__ condition for including
42199         conversion interfaces.
42201 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
42203         [BZ #14241]
42204         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
42205         of ABS(x) in calculating zero to negative powers other than odd
42206         integers.
42207         * math/libm-test.inc (pow_test): Add more tests.
42209 2012-06-15  Andreas Jaeger  <aj@suse.de>
42211         * manual/contrib.texi (Contributors): Update entry of Liubov
42212         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
42213         Machado Filho.
42215 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
42217         * string/string.h: Add __wur to GNU version of strerror_r.
42219 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
42221         [BZ #14229]
42222         * string/Makefile (tests): Add tst-strtok_r.
42223         * string/tst-strtok_r.c: New file.
42224         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
42225         RAX_LP/RDX_LP on SAVE_PTR.
42227 2012-06-14  Roland McGrath  <roland@hack.frob.com>
42229         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
42231 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
42233         * libm_test.inc (csqrt_test): Allow more spurious underflow
42234         exceptions.
42235         (j0_test): Likewise.
42236         (j1_test): Likewise.
42237         (y0_test): Likewise.
42238         (y1_test): Likewise.
42240 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
42242         * po/Makefile (libc.pot): Use UTF-8 charset.
42244 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
42246         [BZ #14210]
42247         Suppress sign-conversion warning from FD_SET.
42248         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
42249         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
42250         not unsigned long int.
42251         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
42253 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
42255         [BZ #14050]
42256         [BZ #14117]
42257         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
42258         __extern_always_inline instead of __extern_inline.
42259         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42260         (__signbit): Likewise.
42261         (__signbitl): Support C++ namespace.
42262         (lrintf): New inline function.
42263         (lrint): Likewise.
42264         (llrintf): Likewise.
42265         (llrint): Likewise.
42266         (fmaxf): Likewise.
42267         (fmax): Likewise.
42268         (fminf): Likewise.
42269         (fmin): Likewise.
42270         (rint): Likewise.
42271         (rintf): Likewise.
42272         (ceil): Likewise.
42273         (ceilf): Likewise.
42274         (floor): Likewise.
42275         (floorf): Likewise.
42276         (nearbyint): Likewise.
42277         (nearbyintf): Likewise.
42279 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
42281         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42282         non-default versions.
42284 2012-06-11  Roland McGrath  <roland@hack.frob.com>
42286         [BZ #14218]
42287         * manual/argp.texi (Argp): Reword argp_parse description slightly.
42289 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
42291         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42292         (FE_UPWARD, FE_DOWNWARD): Don't define.
42293         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42294         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42296         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42297         reading it.
42298         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42299         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42301 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42303         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42304         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42305         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42306         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42308 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
42310         [BZ #14117]
42311         * sysdeps/i386/fpu/bits/fenv.h: Removed.
42312         * sysdeps/i386/fpu/Implies: New file.
42313         * sysdeps/x86_64/fpu/Implies: Likewise.
42314         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42315         * sysdeps/x86/fpu/bits/fenv.h: This.
42317         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42318         __SSE_MATH__.
42320 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
42322         [BZ #14134]
42323         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42324         character 0xffff that matches the last element of the
42325         conversion table.
42327 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42329         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42330         fmodl commit.
42332 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42334         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42335         values higher than 25.6283.
42337 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42339         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42340         subnormal exponent extraction and add some __builtin_expect.
42341         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42342         Fix for subnormal mantissa calculation.
42344 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42346         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42347         cpu2 is -1 and errno is not ENOSYS.
42349 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42351         [BZ #14117]
42352         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42353         * sysdeps/x86/bits/string.h: This.
42354         * sysdeps/x86_64/bits/string.h: Removed.
42356         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42357         if not compiling for x86-64, but compiling for >= i486.
42359         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42360         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42362         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42363         New macro from Linux kernel 3.4.0.
42364         (FP_XSTATE_MAGIC2): Likewise.
42365         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42366         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42367         (struct _fpx_sw_bytes): New struct.
42368         (struct _xsave_hdr): Likewise.
42369         (struct _ymmh_state): Likewise.
42370         (struct _xstate): Likewise.
42372         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42373         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42374         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42375         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42376         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42377         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42379         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42380         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42381         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42382         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42383         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42384         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42386 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42388         [BZ #13743]
42389         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42390         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42391         (sysdep_headers): Include sys/platform/ppc.h.
42392         * sysdeps/powerpc/test-gettimebase.c: Test for
42393         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42394         * manual/Makefile (appendices): Include platform.texi.
42395         * manual/contrib.texi (Contributors): Update @node pointers.
42396         * manual/maint.texi (Maintenance): Likewise.
42397         (Platform): New node.
42398         * manual/platform.texi: New file.  Document the new features.
42400 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42401             Jakub Jelinek  <jakub@redhat.com>
42403         [BZ #14188]
42404         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42405         where __builtin_expect is unavailable.
42407 2012-06-03  David S. Miller  <davem@davemloft.net>
42409         * stdlib/longlong.h: Updated from GCC.
42411 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42413         [BZ #14042]
42414         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42415         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42416         __mcount_internal.
42417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42418         (GLIBC_2.16): Likewise.
42420 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42422         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42424 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42427         (default-abi): New variable.
42428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42429         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42430         variable.
42431         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42432         Likewise.
42433         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42434         Likewise.
42435         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42436         Likewise.
42438         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42439         definition.  Document in comment.
42441 2012-06-01  David S. Miller  <davem@davemloft.net>
42443         * stdlib/longlong.h: Updated from GCC.
42445 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42447         [BZ #14117]
42448         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42449         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42450         sys/debugreg.h sys/io.h here.
42451         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42452         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42453         sys/io.h.
42454         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42455         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42456         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42457         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42458         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42459         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42461         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42462         Define only if __x86_64__ is defined.
42464 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42466         [BZ #14048]
42467         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42468         Use int64_t for variable i.
42469         * math/libm-test.inc (fmod_test): Add more tests.
42471         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42472         z computation is not scheduled after fetestexcept.
42473         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42474         Use math_force_eval instead of asm to ensure calculation scheduled
42475         before exception test.
42476         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42477         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42479 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42481         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42482         computation is not scheduled after fetestexcept.
42484 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42486         [BZ #14117]
42487         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42488         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42490 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42492         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42493         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42495 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42497         [BZ #14117]
42498         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42499         <bits/wordsize.h>.
42500         (__WCHAR_MIN): Support __WORDSIZE == 64.
42501         (__WCHAR_MAX): Likewise.
42503         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42504         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42506         [BZ #14183]
42507         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42508         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42510         [BZ #14117]
42511         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42512         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42514         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42515         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42517         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42518         Defined to 1 if __x86_64__ isn't defined.
42519         (_STAT_VER_LINUX_OLD): New.
42520         (st_atime): Remove duplicate.
42521         (st_mtime): Likewise.
42522         (st_ctime): Likewise.
42524 2012-05-31  David S. Miller  <davem@davemloft.net>
42526         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42527         entries.
42529 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42531         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42532         gen-libm-test.pl.
42534         [BZ #14132]
42535         * elf/dl-reloc.c: Include <_itoa.h>.
42536         (_dl_reloc_bad_type): Remove use of INTUSE.
42537         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42538         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42539         * stdio-common/psiginfo.c (psiginfo): Likewise.
42540         * stdio-common/psignal.c (psignal): Likewise.
42541         * string/strsignal.c (strsignal): Likewise.
42542         * include/signal.h (_sys_siglist): Declare hidden proto.
42543         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42544         INTVARDEF with libc_hidden_data_def.
42545         * stdio-common/itoa-udigits.c: Likewise.
42546         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42547         (_itoa_lower_digits_internal): Remove declaration.
42548         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42549         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42550         (_sys_sigabbrev_internal): Remove aliases.
42551         (_sys_siglist): Define hidden alias.
42553 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42555         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42556         bits/sysctl.h.
42558 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42560         [BZ #14117]
42561         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42562         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42564         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42565         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42566         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42567         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42568         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42569         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42571         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42572         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42573         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42575         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42576         with __addr.
42577         (insw): Likewise.
42578         (insl): Likewise.
42579         (outsb): Likewise.
42580         (outsw): Likewise.
42581         (outsl): Likewise.
42583         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42584         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42585         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42587         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42588         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42589         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42590         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42591         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42592         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42594         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42595         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42597         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42598         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42600         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42601         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42602         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42604         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42605         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42606         to ...
42607         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42609         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42610         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42611         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42613         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42614         for x86-64.
42615         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42617 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42619         * math/math.h (M_El): Use two more decimal places.
42620         (M_LOG2El): Likewise.
42621         (M_LOG10El): Likewise.
42622         (M_LN2l): Likewise.
42623         (M_LN10l): Likewise.
42624         (M_PIl): Likewise.
42625         (M_PI_2l): Likewise.
42626         (M_PI_4l): Likewise.
42627         (M_1_PIl): Likewise.
42628         (M_2_PIl): Likewise.
42629         (M_2_SQRTPIl): Likewise.
42630         (M_SQRT2l): Likewise.
42631         (M_SQRT1_2l): Likewise.
42633 2012-05-31  David S. Miller  <davem@davemloft.net>
42635         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42636         values between float registers.
42637         * sysdeps/sparc/sparc64/memset.S: Likewise.
42638         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42640 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42642         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42643         -D_FORTIFY_SOURCE=1.
42644         (CPPFLAGS-tst-longjmp_chk.c): Define.
42645         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42646         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42647         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42648         CFLAGS-tst-wchar-h.c.
42650 2012-05-31  Marek Polacek  <polacek@redhat.com>
42652         [BZ #14132]
42653         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42654         __endmntent_internal): Remove declaration.
42655         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42656         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42657         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42659 2012-05-30  David S. Miller  <davem@davemloft.net>
42661         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42662         (___Q_simulate_exceptions): Use real FP ops rather than writing
42663         into the %fsr.
42664         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42665         Likewise.
42667 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42669         [BZ #14117]
42670         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42671         * sysdeps/x86/bits/xtitypes.h: This.
42673         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42674         * sysdeps/x86/bits/wordsize.h: This.
42676         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42677         * sysdeps/x86/bits/huge_vall.h: This.
42679         * sysdeps/i386/bits/select.h: Removed.
42680         * sysdeps/x86_64/bits/select.h: Renamed to ...
42681         * sysdeps/x86/bits/select.h: This.
42683         * sysdeps/i386/bits/setjmp.h: Removed.
42684         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42685         * sysdeps/x86/bits/setjmp.h: This.
42687         * sysdeps/i386/bits/mathdef.h: Removed.
42688         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42689         * sysdeps/x86/bits/mathdef.h: This.
42691 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42693         [BZ #14132]
42694         * include/sys/socket.h (__connect_internal)
42695         (__libc_sa_len_internal): Remove declaration.
42696         (__connect, __libc_sa_len): Declare hidden_proto.
42697         (SA_LEN): Remove use of INTUSE.
42698         * socket/connect.c: Add libc_hidden_def.
42699         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42700         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42701         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42702         alias.
42703         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42704         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42705         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42706         of adding _internal alias.
42708 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42710         [BZ #14117]
42711         * sysdeps/i386/bits/link.h: Removed.
42712         * sysdeps/i386/bits/linkmap.h: Likewise.
42713         * sysdeps/x86_64/bits/link.h: Renamed to ...
42714         * sysdeps/x86/bits/link.h: This.
42715         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42716         * sysdeps/x86/bits/linkmap.h: This.
42718         * sysdeps/i386/bits/endian.h: Removed.
42719         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42720         * sysdeps/x86/bits/endian.h: This.
42722         * sysdeps/i386/bits/byteswap.h: Removed.
42723         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42724         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42725         * sysdeps/x86/bits/byteswap.h: This.
42726         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42727         * sysdeps/x86/bits/byteswap-16.h: This.
42728         * sysdeps/i386/Implies: Add x86.
42729         * sysdeps/x86_64/Implies: Likewise.
42731 2012-05-30  David S. Miller  <davem@davemloft.net>
42733         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42734         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42735         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42736         (FP_TRAPPING_EXCEPTIONS): Define.
42737         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42738         (FP_TRAPPING_EXCEPTIONS): Define.
42739         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42740         subnormals only when inexact has been signalled or underflow
42741         exceptions are enabled.
42742         (_FP_PACK_CANONICAL): Likewise.
42744 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42746         [BZ #14183]
42747         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42748         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42750 2012-05-30  Richard Henderson  <rth@twiddle.net>
42752         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42753         with #ifndef NOT_IN_libc.
42755         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42756         marked to avoid plt entry.
42758 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42760         [BZ #14112]
42761         * Makeconfig (default-abi): New macro.
42762         (abi-includes): Likewise.
42763         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42764         $(abi-$(default-abi)-lib-soname) for soname if defined.
42765         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42766         abi-variants.
42767         * Makefile (installed-stubs): Likewise.
42768         * include/stubs-biarch.h: Removed.
42769         * scripts/lib-names.awk: Only handle one library at a time.
42770         * scripts/soversions.awk: Remove WORDSIZE support.
42771         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42772         entries.
42773         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42774         Removed.
42775         (syscall-list-default-condition): Likewise.
42776         (syscall-list-default-condition): Likewise.
42777         (syscall-list-includes): Likewise.
42778         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42779         syscall-list-* with abi-*.  Handle undefined abi-variants.
42780         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42781         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42782         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42783         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42784         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42785         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42786         Removed.
42787         (syscall-list-32-options): Likewise.
42788         (syscall-list-32-condition): Likewise.
42789         (syscall-list-64-options): Likewise.
42790         (syscall-list-64-condition): Likewise.
42791         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42792         macro.
42793         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42794         Renamed to ...
42795         (abi-*): This.
42796         (abi-64-ld-soname): New macro.
42797         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42798         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42799         Renamed to ...
42800         (abi-*): This.
42801         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42802         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42804 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42806         * sysdeps/unix/sysv/linux/kernel-features.h
42807         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42808         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42809         include <kernel-features.h>.
42810         [!__NR_ftruncate64]: Remove conditional code.
42811         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42812         [__NR_ftruncate64]: Make code unconditional.
42813         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42814         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42815         include <kernel-features.h>.
42816         [!__NR_ftruncate64]: Remove conditional code.
42817         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42818         [__NR_ftruncate64]: Make code unconditional.
42819         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/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/powerpc/powerpc32/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.
42833         * configure.in (libc_cv_fpie): Weaken to a compile test using
42834         LIBC_TRY_CC_OPTION.
42835         * configure: Regenerated.
42837 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42839         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42840         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42841         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42842         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42843         Refreshed.
42844         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42845         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42846         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42847         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42848         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42849         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42850         Refreshed.
42852 2012-05-27  David S. Miller  <davem@davemloft.net>
42854         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42855         (___Q_zero): New.
42856         (__Q_simulate_exceptions): Return void.  Change to simulate
42857         exceptions by writing into the %fsr.
42858         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42859         (__Qp_handle_exceptions): Likewise.
42860         (numbers): Delete.
42861         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42862         __Qp_handle_exceptions.
42863         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42864         __Qp_handle_exceptions.
42865         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42866         as unused and give dummy FP_RND_NEAREST initializer.
42867         (FP_INHIBIT_RESULTS): Define.
42868         (___Q_simulate_exceptions): Update declaration.
42869         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42870         formatting.
42871         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42872         as unused and give dummy FP_RND_NEAREST initializer.
42873         (__Qp_handle_exceptions): Update declaration.
42874         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42875         formatting.
42877 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42879         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42880         the temporary FPU control word.
42881         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42882         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42883         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42884         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42885         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42886         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42887         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42888         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42889         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42890         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42891         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42893 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42895         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42896         fields.
42898 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42900         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42901         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42902         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42903         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42904         Likewise.
42905         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42906         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42907         Likewise.
42909 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42911         * po/h.po: Update from translation team.
42913 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42915         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42917         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42918         handling of denormals.
42919         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42920         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42921         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42922         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42923         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42924         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42925         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42926         Likewise.
42928 2012-05-26  Marek Polacek  <polacek@redhat.com>
42930         [BZ #14152]
42931         * math/libm-test.inc (fma_test): Don't always expect underflow
42932         exception.
42934 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42936         [BZ #12416]
42937         * elf/tst-execstack.c: Include stackinfo.h.
42938         (do_test): Adjust test case to ensure that pthread_getattr_np
42939         behaviour remains the same after marking stack executable.
42941 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42943         * sysdeps/unix/sysv/linux/kernel-features.h
42944         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42945         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42946         kernel-features.h.
42947         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42948         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42949         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42950         kernel-features.h.
42951         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42952         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42954 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42956         * configure.in: Define the default includes to being none.
42957         * configure: Regenerated.
42959 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42961         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42962         * sysdeps/x86_64/setjmp.S: Likewise.
42963         * sysdeps/i386/bsd-setjmp.S: Likewise.
42964         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42965         * sysdeps/i386/setjmp.S: Likewise.
42966         * sysdeps/i386/__longjmp.S: Likewise.
42967         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42968         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42970         * include/stap-probe.h: New file.
42971         * configure.in: Handle --enable-systemtap.
42972         * configure: Regenerated.
42973         * config.h.in (USE_STAP_PROBE): New #undef.
42974         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42975         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42976         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42978 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42980         [BZ #13717]
42981         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42982         to 2.4.0 where earlier.
42983         * sysdeps/unix/sysv/linux/configure: Regenerated.
42984         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42985         <kernel-features.h>.
42986         [__ASSUME_32BITUIDS]: Make code unconditional.
42987         [!__ASSUME_32BITUIDS]: Remove conditional code.
42988         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42989         <kernel-features.h>.
42990         [__ASSUME_32BITUIDS]: Make code unconditional.
42991         [!__ASSUME_32BITUIDS]: Remove conditional code.
42992         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42993         [__ASSUME_32BITUIDS]: Make code unconditional.
42994         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42995         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42996         <kernel-features.h>.
42997         [__ASSUME_32BITUIDS]: Make code unconditional.
42998         [!__ASSUME_32BITUIDS]: Remove conditional code.
42999         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
43000         <kernel-features.h>.
43001         [__ASSUME_32BITUIDS]: Make code unconditional.
43002         [!__ASSUME_32BITUIDS]: Remove conditional code.
43003         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
43004         <kernel-features.h>.
43005         [__ASSUME_32BITUIDS]: Make code unconditional.
43006         [!__ASSUME_32BITUIDS]: Remove conditional code.
43007         * sysdeps/unix/sysv/linux/i386/getgroups.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/getresgid.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/getresuid.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/getuid.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/lchown.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/msgctl.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/semctl.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/setegid.c: Do not include
43036         <kernel-features.h>.
43037         [__NR_setresgid] (__setresgid): Do not declare.
43038         [__ASSUME_32BITUIDS]: Make code unconditional.
43039         [!__ASSUME_32BITUIDS]: Remove conditional code.
43040         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
43041         <kernel-features.h>.
43042         [__NR_setresuid] (__setresuid): Do not declare.
43043         [__ASSUME_32BITUIDS]: Make code unconditional.
43044         [!__ASSUME_32BITUIDS]: Remove conditional code.
43045         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
43046         <kernel-features.h>.
43047         [__ASSUME_32BITUIDS]: Make code unconditional.
43048         [!__ASSUME_32BITUIDS]: Remove conditional code.
43049         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
43050         <kernel-features.h>.
43051         [__ASSUME_32BITUIDS]: Make code unconditional.
43052         [!__ASSUME_32BITUIDS]: Remove conditional code.
43053         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
43054         <kernel-features.h>.
43055         [__ASSUME_32BITUIDS]: Make code unconditional.
43056         [!__ASSUME_32BITUIDS]: Remove conditional code.
43057         * sysdeps/unix/sysv/linux/i386/setgroups.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/setregid.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/setresgid.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/setresuid.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/setreuid.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/setuid.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/shmctl.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/kernel-features.h
43086         (__ASSUME_SETRESUID_SYSCALL): Remove.
43087         (__ASSUME_SETRESGID_SYSCALL): Likewise.
43088         (__ASSUME_32BITUIDS): Likewise.
43089         (__ASSUME_LDT_WORKS): Likewise.
43090         (__ASSUME_O_DIRECTORY): Likewise.
43091         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
43092         architecture but not kernel version.
43093         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
43094         (__ASSUME_MMAP2_SYSCALL): Likewise.
43095         (__ASSUME_STAT64_SYSCALL): Likewise.
43096         (__ASSUME_IPC64): Likewise.
43097         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
43098         <kernel-features.h>.
43099         [__ASSUME_32BITUIDS]: Make code unconditional.
43100         [!__ASSUME_32BITUIDS]: Remove conditional code.
43101         * sysdeps/unix/sysv/linux/opendir.c: Do not include
43102         <kernel-features.h>.
43103         [__ASSUME_O_DIRECTORY]: Make code unconditional.
43104         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
43105         132096]: Remove conditional code.
43106         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
43107         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
43108         <kernel-features.h>.
43109         [__ASSUME_32BITUIDS]: Make code unconditional.
43110         [!__ASSUME_32BITUIDS]: Remove conditional code.
43111         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
43112         <kernel-features.h>.
43113         [__ASSUME_32BITUIDS]: Make code unconditional.
43114         [!__ASSUME_32BITUIDS]: Remove conditional code.
43115         * sysdeps/unix/sysv/linux/setegid.c: Do not include
43116         <kernel-features.h>.
43117         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
43118         unconditional.
43119         (__setresgid): Do not declare.
43120         [__ASSUME_32BITUIDS]: Make code unconditional.
43121         [!__ASSUME_32BITUIDS]: Remove conditional code.
43122         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
43123         <kernel-features.h>.
43124         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
43125         unconditional.
43126         (__setresuid): Do not declare.
43127         [__ASSUME_32BITUIDS]: Make code unconditional.
43128         [!__ASSUME_32BITUIDS]: Remove conditional code.
43129         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
43130         <kernel-features.h>.
43131         [__ASSUME_32BITUIDS]: Make code unconditional.
43132         [!__ASSUME_32BITUIDS]: Remove conditional code.
43133         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
43134         <kernel-features.h>.
43135         [__ASSUME_32BITUIDS]: Make code unconditional.
43136         [!__ASSUME_32BITUIDS]: Remove conditional code.
43138 2012-05-25  Richard Henderson  <rth@twiddle.net>
43140         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
43141         dl_hwcap to ifunc resolver.
43142         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
43143         elf_ifunc_invoke.
43144         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
43145         dl_hwcap to ifunc resolver.
43146         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43148 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43150         [BZ #14153]
43151         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43152         for |x| <= 2**-26, not 2**-57.
43153         * math/libm-test.inc (acos_test): Do not allow spurious underflow
43154         exception.
43156 2012-05-24  Jeff Law  <law@redhat.com>
43158         * stdio-common/Makefile (tests): Add bug25.
43159         * stdio-common/bug25.c: New test.
43161 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43163         [BZ #13576]
43164         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
43165         multiple of MALLOC_ALIGNMENT in size.
43166         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
43168 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43170         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
43171         Require >= 256.
43172         (FILENAME_MAX): Use macro-int-constant.
43173         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
43174         (_IOFBF): Use macro-int-constant.
43175         (_IOLBF): Likewise.
43176         (_IONBF): Likewise.
43177         (SEEK_CUR): Likewise.
43178         (SEEK_END): Likewise.
43179         (SEEK_SET): Likewise.
43180         (TMP_MAX): Likewise.
43181         (EOF): Use macro-int-constant.  Require < 0.
43182         (NULL): Use macro-constant.  Require == 0.
43183         (stdin): Require type to be FILE *.
43184         (stdout): Likewise.
43185         (stderr): Likewise.
43186         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
43187         macro-int-constant.
43188         (EXIT_SUCCESS): Likewise.
43189         (NULL): Use macro-constant.  Require == 0.
43190         (RAND_MAX): Use macro-int-constant.
43191         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
43192         [C99-based standards] (strtof): Require function.
43193         [C99-based standards] (strtold): Likewise.
43194         [C99-based standards] (strtoll): Likewise.
43195         [C99-based standards] (strtoull): Likewise.
43196         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
43197         [ISO || ISO99 || ISO11] (limits.h): Likewise.
43198         [ISO || ISO99 || ISO11] (math.h): Likewise.
43199         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
43200         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
43201         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43203 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
43205         [BZ #14132]
43206         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
43207         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
43208         * intl/dgettext.c (DCGETTEXT): Likewise.
43209         * intl/gettext.c (DCGETTEXT): Likewise.
43210         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
43211         * posix/regex_internal.h (gettext): Likewise.
43212         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
43213         Remove declaration.
43214         * include/argz.h (__argz_count_internal)
43215         (__argz_stringify_internal): Remove declaration.
43216         (__argz_count, __argz_stringify): Declare hidden proto.
43217         * intl/dcgettext.c: Remove use of INTDEF.
43218         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
43219         * string/argz-stringify.c: Likewise.
43220         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43221         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43222         Declare hidden proto.
43223         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43224         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43225         Declare hidden proto.
43226         * include/stdio.h (__asprintf_internal): Don't declare.
43227         (__asprintf): Don't define as macro.  Declare hidden proto.
43228         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
43229         (__fsetlocking): Declare hidden proto.
43230         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
43231         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
43232         hidden proto.
43233         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
43234         (_IO_setlinebuf): Remove use of INTUSE.
43235         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
43236         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
43237         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
43238         Remove declaration.
43239         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
43240         (_IO_do_flush): Remove use of INTUSE.
43241         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
43242         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
43243         (_IO_adjust_column, _IO_least_wmarker)
43244         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
43245         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
43246         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
43247         (_IO_default_doallocate, _IO_wdefault_doallocate)
43248         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
43249         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
43250         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
43251         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
43252         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
43253         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
43254         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
43255         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
43256         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
43257         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
43258         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
43259         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43260         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43261         proto.
43262         (_IO_flush_all_internal, _IO_adjust_column_internal)
43263         (_IO_default_uflow_internal, _IO_default_finish_internal)
43264         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43265         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43266         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43267         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43268         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43269         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43270         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43271         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43272         (_IO_file_close_internal, _IO_file_close_it_internal)
43273         (_IO_file_underflow_internal, _IO_file_overflow_internal)
43274         (_IO_file_init_internal, _IO_file_attach_internal)
43275         (_IO_file_fopen_internal, _IO_file_read_internal)
43276         (_IO_file_sync_internal, _IO_file_seek_internal)
43277         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43278         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43279         (_IO_str_underflow_internal, _IO_str_overflow_internal)
43280         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43281         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43282         (_IO_list_all_internal, _IO_link_in_internal)
43283         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43284         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43285         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43286         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43287         (_IO_do_write_internal, _IO_padn_internal)
43288         (_IO_getline_info_internal, _IO_getline_internal)
43289         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43290         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43291         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43292         (_IO_vfscanf_internal, _IO_vfprintf_internal)
43293         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43294         (_IO_init_internal, _IO_un_link_internal): Don't declare.
43295         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43296         with libc_hidden_ver, remove use of INTUSE.
43297         * libio/genops.c: Likewise.
43298         * libio/freopen.c: Likewise.
43299         * libio/freopen64.c: Likewise.
43300         * libio/iofclose.c: Likewise.
43301         * libio/iofdopen.c: Likewise.
43302         * libio/iofflush.c: Likewise.
43303         * libio/iofflush_u.c: Likewise.
43304         * libio/iofgets.c: Likewise.
43305         * libio/iofgets_u.c: Likewise.
43306         * libio/iofopen.c: Likewise.
43307         * libio/iofopncook.c: Likewise.
43308         * libio/iofread.c: Likewise.
43309         * libio/iofread_u.c: Likewise.
43310         * libio/ioftell.c: Likewise.
43311         * libio/iofwrite.c: Likewise.
43312         * libio/iogetline.c: Likewise.
43313         * libio/iogets.c: Likewise.
43314         * libio/iogetwline.c: Likewise.
43315         * libio/iopadn.c: Likewise.
43316         * libio/iopopen.c: Likewise.
43317         * libio/ioseekoff.c: Likewise.
43318         * libio/ioseekpos.c: Likewise.
43319         * libio/iosetbuffer.c: Likewise.
43320         * libio/iosetvbuf.c: Likewise.
43321         * libio/ioungetc.c: Likewise.
43322         * libio/ioungetwc.c: Likewise.
43323         * libio/iovdprintf.c: Likewise.
43324         * libio/iovsprintf.c: Likewise.
43325         * libio/iovsscanf.c: Likewise.
43326         * libio/memstream.c: Likewise.
43327         * libio/obprintf.c: Likewise.
43328         * libio/oldfileops.c: Likewise.
43329         * libio/oldiofclose.c: Likewise.
43330         * libio/oldiofdopen.c: Likewise.
43331         * libio/oldiofopen.c: Likewise.
43332         * libio/oldiopopen.c: Likewise.
43333         * libio/oldstdfiles.c: Likewise.
43334         * libio/putc.c: Likewise.
43335         * libio/setbuf.c: Likewise.
43336         * libio/setlinebuf.c: Likewise.
43337         * libio/stdfiles.c: Likewise.
43338         * libio/strops.c: Likewise.
43339         * libio/vasprintf.c: Likewise.
43340         * libio/vscanf.c: Likewise.
43341         * libio/vsnprintf.c: Likewise.
43342         * libio/vswprintf.c: Likewise.
43343         * libio/wfiledoalloc.c: Likewise.
43344         * libio/wfileops.c: Likewise.
43345         * libio/wgenops.c: Likewise.
43346         * libio/wmemstream.c: Likewise.
43347         * libio/wstrops.c: Likewise.
43348         * libio/__fpurge.c: Likewise.
43349         * libio/__fsetlocking.c: Likewise.
43350         * assert/assert.c: Likewise.
43351         * debug/fgets_chk.c: Likewise.
43352         * debug/fgets_u_chk.c: Likewise.
43353         * debug/fread_chk.c: Likewise.
43354         * debug/fread_u_chk.c: Likewise.
43355         * debug/gets_chk.c: Likewise.
43356         * debug/obprintf_chk.c: Likewise.
43357         * debug/vasprintf_chk.c: Likewise.
43358         * debug/vdprintf_chk.c: Likewise.
43359         * debug/vsnprintf_chk.c: Likewise.
43360         * debug/vsprintf_chk.c: Likewise.
43361         * malloc/mtrace.c: Likewise.
43362         * misc/error.c: Likewise.
43363         * misc/syslog.c: Likewise.
43364         * stdio-common/asprintf.c: Likewise.
43365         * stdio-common/fxprintf.c: Likewise.
43366         * stdio-common/getw.c: Likewise.
43367         * stdio-common/isoc99_fscanf.c: Likewise.
43368         * stdio-common/isoc99_scanf.c: Likewise.
43369         * stdio-common/isoc99_vfscanf.c: Likewise.
43370         * stdio-common/isoc99_vscanf.c: Likewise.
43371         * stdio-common/isoc99_vsscanf.c: Likewise.
43372         * stdio-common/printf-prs.c: Likewise.
43373         * stdio-common/printf_fp.c: Likewise.
43374         * stdio-common/printf_fphex.c: Likewise.
43375         * stdio-common/printf_size.c: Likewise.
43376         * stdio-common/putw.c: Likewise.
43377         * stdio-common/scanf.c: Likewise.
43378         * stdio-common/sprintf.c: Likewise.
43379         * stdio-common/tmpfile.c: Likewise.
43380         * stdio-common/vfprintf.c: Likewise.
43381         * stdio-common/vfscanf.c: Likewise.
43382         * stdlib/strfmon_l.c: Likewise.
43383         * sunrpc/openchild.c: Likewise.
43384         * sunrpc/xdr_stdio.c: Likewise.
43385         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43386         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43388 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43390         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43392         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43393         in the third column, to generate for the shared library an IFUNC
43394         that uses _dl_vdso_vsym.
43395         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43396         * Makeconfig (object-suffixes-noshared): New variable.
43398         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43399         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43400         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43401         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43403         [BZ #14132]
43404         * include/sys/time.h (__gettimeofday): Remove macro.
43405         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43406         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43407         Remove INTDEF.
43408         (__gettimeofday): Add libc_hidden_def.
43409         (gettimeofday): Add libc_hidden_weak.
43410         * sysdeps/mach/gettimeofday.c: Likewise.
43411         * sysdeps/posix/gettimeofday.c: Likewise.
43412         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43413         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43414         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43415         (__gettimeofday_internal): Remove strong_alias.
43416         (__gettimeofday): Add libc_hidden_def.
43417         (gettimeofday): Add libc_hidden_weak.
43418         * sysdeps/unix/syscalls.list (gettimeofday):
43419         Remove __gettimeofday_internal alias.
43421 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43422             H.J. Lu  <hongjiu.lu@intel.com>
43424         [BZ #12495]
43425         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43426         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43427         (largebin_index_32_big): New.
43428         (largebin_index): Use it for 16-byte alignment.
43429         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43430         correction with front_misalign.
43432 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43434         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43435         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43436         Likewise.
43437         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43438         Likewise.
43439         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43440         Likewise.
43441         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43442         Likewise.
43443         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43444         Likewise.
43445         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43446         Likewise.
43447         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43448         Likewise.
43449         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43450         Likewise.
43451         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43452         Likewise.
43453         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43454         Likewise.
43455         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43456         Likewise.
43457         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43458         Likewise.
43460         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43461         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43463 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43465         [BZ #10846]
43466         [BZ #14036]
43467         * math/libm-test.inc (exp_test): Add test from bug 14036.
43468         (pow_test): Add test from bug 10846.
43470         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43471         and other flags.
43472         (special_function): Do not include flags in test name.
43473         (parse_args): Likewise.
43474         * sysdeps/i386/fpu/libm-test-ulps: Update.
43475         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43476         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43477         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43480         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43481         exceptions.
43482         * math/libm-test.inc ("Philosophy"): Update comment about
43483         exception testing.
43484         (UNDERFLOW_EXCEPTION): New macro.
43485         (UNDERFLOW_EXCEPTION_OK): Likewise.
43486         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43487         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43488         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43489         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43490         (INVALID_EXCEPTION_OK): Update value.
43491         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43492         (OVERFLOW_EXCEPTION_OK): Likewise.
43493         (IGNORE_ZERO_INF_SIGN): Likewise.
43494         (test_exceptions): Handle underflow exceptions.
43495         (acos_test): Update for underflow exception expectations.
43496         (cexp_test): Likewise.
43497         (clog_test): Likewise.
43498         (clog10_test): Likewise.
43499         (csqrt_test): Likewise.
43500         (ctan_test): Likewise.
43501         (ctanh_test): Likewise.
43502         (exp_test): Likewise.
43503         (exp10_test): Likewise.
43504         (exp2_test): Likewise.
43505         (expm1_test): Likewise.
43506         (fma_test): Likewise.
43507         (j0_test): Likewise.
43508         (jn_test): Likewise.
43509         (nexttoward_test): Likewise.
43510         (pow_test): Likewise.
43511         (scalbn_test): Likewise.
43512         (scalbln_test): Likewise.
43513         (tan_test): Likewise.
43514         (y1_test): Likewise.
43515         * sysdeps/i386/fpu/libm-test-ulps: Update.
43516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43518 2012-05-23  David S. Miller  <davem@davemloft.net>
43520         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43521         (__libc_sigaction): Remove unused local variables.
43523 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43525         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43527 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43529         mktime: avoid signed integer overflow
43530         * time/mktime.c (__mktime_internal): Do not mishandle the case
43531         where diff == INT_MIN.
43533         mktime: simplify computation of average
43534         * time/mktime.c (ranged_convert): Use new time_t_avg function
43535         instead of rolling our own (probably-slower) code.
43537         mktime: do not assume signed right shift propagates sign bit
43538         * time/mktime.c (isdst_differ): New static function.
43539         (__mktime_internal): No need to normalize tm_isdst now.
43540         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43541         tm_isdst values.
43543         mktime: merge another wrapv change from gnulib
43544         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43545         from some compilers.
43547         mktime: remove incorrect attempt at unusual arithmetics
43548         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43549         The code didn't really work on such machines anyway.
43550         (TYPE_MINIMUM): Assume two's complement.
43551         (twos_complement_arithmetic): Verify that long_int and time_t
43552         are two's complement (or unsigned, in the latter case).
43554         mktime: check signed shifts on long_int and time_t, too
43555         * time/mktime.c (SHR): Check that shifts work as desired
43556         on the types long_int and time_t too, as SHR is used on
43557         such types.
43559         mktime: do not assume 'long' is wide enough
43560         * time/mktime.c (verify): Move decl up.
43561         (long_int): New type.
43562         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43563         to remove assumption in the code that 'long' is wide enough to
43564         store year values.  This assumption is not true on x32 and on
43565         some non-glibc platforms.
43567         mktime: merge wrapv change from gnulib
43568         * time/mktime.c (WRAPV): New macro.
43569         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43570         (guess_time_tm, __mktime_internal): Do not assume that signed
43571         integer overflow wraps around; modern compilers generate code
43572         where this assumption is no longer valid.
43574 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43576         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43577         Replace "jmp L(pseudo_end)" with "ret".
43578         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43579         Likewise.
43581 2012-05-23  Andreas Jaeger  <aj@suse.de>
43583         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43584         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43586 2012-05-23  Andreas Jaeger  <aj@suse.de>
43587             Maximilian Attems  <max@stro.at>
43589         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43590         New macros.
43592 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43594         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43595         code so that pseudo_end is just ret and the stack pointer is
43596         correct also for static library in error case.
43598 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43600         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43601         move to syscalls.list.
43602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43607         * manual/install.texi (Running make install): Do not mention Linux
43608         kernel version for which pt_chown is not needed.
43609         (Linux): Do not mention problems with nscd with 2.0 kernels.
43610         * INSTALL: Regenerated.
43612 2012-05-23  Andreas Jaeger  <aj@suse.de>
43614         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43615         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43616         macro.
43617         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43618         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43619         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43620         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43621         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43622         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43623         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43624         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43625         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43626         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43627         * sysdeps/unix/sysv/linux/bits/in.h
43628         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43630 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43632         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43633         (PREPARE_VERSION): Just use assert instead, it will be elided
43634         under [NDEBUG] anyway.
43636 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43638         * sysdeps/unix/sysv/linux/Makefile: Include
43639         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43640         (sysdep_routines): Remove sysctl.
43641         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43642         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43643         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43644         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43645         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43647 2012-05-22  Andreas Jaeger  <aj@suse.de>
43649         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43650         that pseudo_end is just ret and the stack pointer is correct also
43651         for static library in error case.
43653 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43655         [BZ #14122]
43656         * nss/nsswitch.c (defconfig_entries): New variable.
43657         (__nss_database_lookup): Don't leak defconfig entries.
43658         (nss_parse_service_list): Don't leak on error paths.
43659         (free_database_entries): New function.
43660         (free_defconfig): New function.
43661         (free_mem): Move common code to free_database_entries.
43663 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43665         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43666         Add arch_prctl.
43667         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43669         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43670         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43671         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43672         New macro.
43673         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43674         (INTERNAL_SYSCALL_TYPES): Likewise.
43675         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43676         (LOAD_REGS_TYPES_[1-6]): Likewise.
43677         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43678         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43680 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43682         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43683         copysignl for GLIBC_2_0.
43684         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43685         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43686         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43687         logbl for GLIBC_2_0.
43688         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43689         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43691 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43693         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43694         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43696         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43697         Use "neg %eax".
43699         * time/mktime.c: Update copyright years.
43701 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43703         mktime: merge comment-quoting-style change from gnulib
43704         * time/mktime.c: Quote 'like this' in comments.
43705         The GNU coding standards suggest that we no longer quote `like this',
43706         as "`" and "'" are typically rendered asymmetrically nowadays.
43707         The typical gnulib style is to quote 'like this' when quoting
43708         code, and "like this" when quoting English.
43710         * time/mktime.c (compile-command): Add "-I.".
43712         mktime: merge mktime-internal.h change from gnulib
43713         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43715         mktime: merge time_r change from gnulib
43716         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43718         mktime: merge DEBUG change from gnulib
43719         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43720         case system <time.h> has a #define.
43722         mktime: merge <sys/types.h> change from gnulib
43723         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43724         since <time.t> is now guaranteed to define time_t.
43726         mktime: merge HAVE_CONFIG_H change from gnulib
43727         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43729 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43731         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43732         Use "neg %eax".
43734         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43735         __rlim_t cast.
43736         (struct rusage): Use anonymous union to pad each field to
43737         __syscall_slong_t.
43739 2012-05-21  David S. Miller  <davem@davemloft.net>
43741         * Makefules (o-iterator): Remove .s cases.
43742         (compile-command.s): Delete.
43743         (COMPILE.s): Delete.
43744         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43746 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43748         * configure.in (libc_cv_predef_stack_protector): Only consider
43749         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43750         * configure: Regenerated.
43752 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43754         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43755         New macro.  Use R*LP on int and pointer.
43756         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43757         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43758         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43759         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43761         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43762         [__WORDSIZE_TIME64_COMPAT32] instead of
43763         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43764         (struct utmp): Likewise.
43765         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43766         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43767         Renamed to ...
43768         (__WORDSIZE_TIME64_COMPAT32): This.
43769         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43770         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43771         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43772         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43773         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43774         (__WORDSIZE_TIME64_COMPAT32): New macro.
43776 2012-05-21  Andreas Jaeger  <aj@suse.de>
43778         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43779         only if [SHARED]. Add prototype for __wcschr_ia32.
43781 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43783         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43784         of %rbp unmolested in the jmp_buf while mangling the low bits.
43785         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43786         unmolested high bits of %rbp while demangling the low bits.
43787         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43789 2012-05-21  Andreas Jaeger  <aj@suse.de>
43791         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43792         * sunrpc/svc_simple.c: Use it for registerrpc.
43793         * sunrpc/xcrypt.c: Use it for passwd2des.
43795         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43797 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43799         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43800         Don't define if [__SYSCALL_WORDSIZE != 32].
43801         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43802         New macro.
43804 2012-05-21  Bruno Haible  <bruno@clisp.org>
43805             Andreas Jaeger  <aj@suse.de>
43807         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43808         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43809         inptr and inend for must_buffer_ch.
43810         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43811         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43812         * stdio-common/Makefile (tests): Remove bug15.
43813         (bug15-ENV): Remove macro.
43814         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43815         anymore.
43817 2012-05-19  Andreas Jaeger  <aj@suse.de>
43818             Roland McGrath  <roland@hack.frob.com>
43820         * manual/contrib.texi: Completely rewritten. It contains now an
43821         alphabetical list of contributors and their contributions.
43823 2012-05-21  Richard Henderson  <rth@twiddle.net>
43825         * misc/getauxval.c (__getauxval): Use unsigned long int.
43826         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43827         (getauxval): Use unsigned long int.
43829 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43831         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43833 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43835         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43836         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43837         __alignof__ (long double).
43839 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43841         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43843 2012-05-20  Richard Henderson  <rth@twiddle.net>
43845         * misc/getauxval.c: New file.
43846         * misc/sys/auxv.h: New file.
43847         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43848         (routines): Add getauxval.
43849         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43850         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43851         * elf/dl-sysdep.c (_dl_auxv): Remove.
43852         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43853         * elf/dl-support.c (_dl_auxv): New variable.
43854         (_dl_aux_init): Initialize it.
43855         * manual/startup.texi (Auxiliary Vector): New node.
43856         * sysdeps/generic/bits/hwcap.h: New file.
43857         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43858         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43859         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43860         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43861         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43862         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43864         Update.
43865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43866         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43867         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43868         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43869         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43870         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43871         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43872         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43874 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43876         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43878 2012-05-19  David S. Miller  <davem@davemloft.net>
43880         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43882 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43884         [BZ #14123]
43885         * math/s_ccosh.c: Include <float.h>
43886         (__ccosh): Avoid internal overflow calculating sinh and cosh
43887         values before multiplying by sin and cos values.
43888         * math/s_ccoshf.c: Likewise.
43889         * math/s_ccoshl.c: Likewise.
43890         * math/s_csin.c: Likewise.
43891         * math/s_csinf.c: Likewise.
43892         * math/s_csinl.c: Likewise.
43893         * math/s_csinh.c: Likewise.
43894         * math/s_csinhf.c: Likewise.
43895         * math/s_csinhl.c: Likewise.
43896         * math/libm-test.inc (ccos_test): Add more tests.
43897         (ccosh_test): Likewise.
43898         (csin_test): Likewise.
43899         (csinh_test): Likewise.
43900         * sysdeps/i386/fpu/libm-test-ulps: Update.
43901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43903 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43905         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43906         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43908         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43910 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43912         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43913         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43914         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43915         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43916         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43917         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43918         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43919         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43920         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43921         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43922         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43923         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43924         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43925         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43926         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43927         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43928         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43929         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43930         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43931         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43932         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43933         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43934         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43935         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43936         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43937         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43938         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43939         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43940         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43941         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43942         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43944 2012-05-18  Andreas Jaeger  <aj@suse.de>
43946         * csu/.gitignore: Delete.
43948 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43950         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43951         (timex): Use __syscall_slong_t.
43953 2012-05-18  Andreas Jaeger  <aj@suse.de>
43954             Carlos O'Donell  <carlos_odonell@mentor.com>
43956         * manual/install.texi (Configuring and compiling): Update
43957         description about files modified in the source directory.
43958         * INSTALL: Regenerated.
43960 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43962         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43963         value.  Use "or" to set return value to -1.
43964         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43965         negate return value.
43967 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43969         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43970         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43971         failure if the compiler has Graphite support disabled.
43972         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43973         Likewise.
43974         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43975         (CFLAGS-memmove.c): Likewise.
43976         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43977         Likewise.
43979 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43981         * sysdeps/x86_64/x32/_itoa.h: New file.
43983         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43984         getdents system call only if kernel and user dirents have the
43985         same d_ino and d_off.
43987         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43988         LLONG_MAX != LONG_MAX.
43989         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43990         (_fitoa_word): Likewise.
43992         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43993         years.
43994         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43995         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43996         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43998         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43999         include <bits/wordsize.h>.  Check __x86_64__ instead of
44000         __WORDSIZE.
44001         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
44002         if __x86_64__ is defined.  Use anonymous union on fpstate.
44004         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
44005         anonymous union.
44007 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
44009         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
44010         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
44011         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
44012         Refer to _rtld_local_ro instead of _rtld_global_ro.
44013         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
44014         Likewise.
44015         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
44016         Likewise.
44017         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
44018         Likewise.
44019         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
44020         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
44021         of _rtld_global, and rtld_progname instead of _dl_argv[0].
44023         * sysdeps/powerpc/powerpc32/dl-machine.c
44024         (__elf_machine_runtime_setup) [PROF]: Don't reference
44025         _dl_prof_resolve.
44027 2012-05-18  Andreas Jaeger  <aj@suse.de>
44029         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
44030         function only available for GCCs before 3.4 since GCC 3.4
44031         introduced a builtin.
44032         (lrint): Likewise.
44033         (llrintf): Likewise.
44034         (llrint): Likewise.
44035         (fmaxf): Likewise.
44036         (fmax): Likewise.
44037         (fminf): Likewise.
44038         (fmin): Likewise.
44039         (rint): Likewise.
44040         (rintf): Likewise.
44041         (nearbyint): Likewise.
44042         (nearbyintf): Likewise.
44043         (ceil): Likewise.
44044         (ceilf): Likewise.
44045         (floor): Likewise.
44046         (floorf): Likewise.
44048 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44050         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
44051         on both fields and cast pointer to __syscall_ulong_t.
44053         * bits/types.h (__fsword_t): New type.
44054         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
44055         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
44056         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44057         (__FSWORD_T_TYPE): Likewise.
44058         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44059         (__FSWORD_T_TYPE): Likewise.
44060         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44061         (__FSWORD_T_TYPE): Likewise.
44062         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
44063         (__FSWORD_T_TYPE): Likewise.
44064         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
44065         __SWORD_TYPE with __fsword_t.
44066         (statfs64): Likewise.
44068 2012-05-17  David S. Miller  <davem@davemloft.net>
44070         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
44072 2012-05-17  Andreas Jaeger  <aj@suse.de>
44074         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
44075         warning.
44077 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44079         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
44081 2012-05-17  Andreas Jaeger  <aj@suse.de>
44083         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
44084         when it is used.
44086 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44088         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
44090 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44092         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
44093         * sysdeps/x86_64/tst-mallocalign1.c: New file.
44095 2012-05-17  Andreas Jaeger  <aj@suse.de>
44096             Carlos O'Donell  <carlos_odonell@mentor.com>
44098         [BZ #14059]
44099         * sysdeps/x86_64/multiarch/init-arch.h
44100         (bit_YMM_Usable): Rename to...
44101         (bit_AVX_Usable): ... this.
44102         (bit_FMA4_Usable): New macro.
44103         (bit_XMM_state): New macro.
44104         (bit_YMM_state): New macro.
44105         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
44106         [__ASSEMBLER__] (index_AVX_Usable): ... this.
44107         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
44108         (CPUID_OSXSAVE): New macro.
44109         (CPUID_AVX): New macro.
44110         (CPUID_FMA4): New macro.
44111         (index_YMM_Usable): Rename to...
44112         (index_AVX_Usable): ... this.
44113         (HAS_AVX): Use HAS_ARCH_FEATURE.
44114         (HAS_FMA4): Likewise.
44115         (HAS_YMM_USABLE): Remove.
44116         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44117         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
44118         are present.
44119         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
44120         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
44121         * sysdeps/x86_64/multiarch/Makefile: Likewise.
44122         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
44123         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
44125 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44127         * math/libm-test.c: Support platforms without multiple rounding modes.
44128         * math/bug-nextafter.c: Support platforms without FP exceptions.
44129         * math/bug-nexttoward.c: Likewise.
44130         * math/test-fenv.c: Likewise.
44131         * math/test-misc.c: Likewise.
44132         * stdlib/bug-getcontext.c: Likewise.
44134 2012-05-17  Andreas Jaeger  <aj@suse.de>
44136         * manual/examples/search.c (critter_cmp): Change signature to
44137         avoid warnings.
44138         * manual/string.texi (Collation Functions): Likewise.
44140 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44142         * bits/types.h: Fold copyright years.
44143         * bits/typesizes.h: Likewise.
44144         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
44145         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
44146         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44147         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44148         * time/time.h: Likewise.
44150 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
44152         [BZ #208]
44153         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44154         in instead of returning them.  Return void.
44155         (__libc_mallinfo): Accumulate over all arenas.
44156         (__malloc_stats): Adjust for change in int_mallinfo interface.
44158 2012-05-16  Roland McGrath  <roland@hack.frob.com>
44160         [BZ #10375]
44161         * configure.in (NM): Add AC_CHECK_TOOL for it.
44162         (libc_extra_cflags): New substituted variable.
44163         Check for -fstack-protector being used implicitly.
44164         * configure: Regenerated.
44165         * config.make.in (config-extra-cflags): New variable,
44166         gets @libc_extra_cflags@.
44167         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
44169         [BZ #10375]
44170         * configure.in: Check for _FORTIFY_SOURCE being predefined.
44171         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
44172         * configure: Regenerated.
44173         * config.make.in (CPPUNDEFS): New substituted variable.
44174         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
44175         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
44176         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
44178 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44180         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
44181         (mq_attr): Use __syscall_slong_t.
44183 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44185         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
44186         Check __x86_64__ instead of __WORDSIZE.
44187         (_STAT_VER_LINUX): Likewise.
44188         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
44189         __syscall_ulong_t and __syscall_slong_t.
44190         (stat64): Likewise.
44192 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44194         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
44196 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44198         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
44200 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44202         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
44203         __syscall_ulong_t.
44205         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
44206         include <bits/wordsize.h>.  Check __x86_64__ instead of
44207         __WORDSIZE.
44208         (greg_t): Use "__extension__ long long int" if __x86_64__ is
44209         defined.
44210         (mcontext_t): Replace "unsigned long" with "unsigned long long".
44212         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
44213         include <bits/wordsize.h>.  Check __x86_64__ instead of
44214         __WORDSIZE.
44215         (user_regs_struct): Use "__extension__ unsigned long long"
44216         instead of "unsigned long" if __x86_64__ is defined.
44217         (user): Likewise.  Pad after pointer field if __ILP32__ is
44218         defined.
44220 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
44222         * configure.in (makeinfo): Require version 4.5 or later.  Allow
44223         versions 5 to 9.
44224         * configure: Regenerated.
44225         * manual/install.texi (texinfo): Increase version requirement to
44226         4.5 or later.
44227         * INSTALL: Regenerated.
44229         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
44231 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44233         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
44235         * sysdeps/x86_64/x32/ffs.c: New file.
44237         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
44238         __syscall_ulong_t.
44239         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
44240         defined.  Use __syscall_ulong_t.
44241         (shminfo): Use __syscall_ulong_t.
44242         (shm_info): Likewise.
44244         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
44245         __syscall_ulong_t.
44247         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
44248         <bits/wordsize.h>.
44249         (msgqnum_t): Use __syscall_ulong_t.
44250         (msglen_t): Likewise.
44251         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
44252         __syscall_ulong_t.
44254         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
44255         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44257         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
44259         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44260         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44262         * sysvipc/sys/msg.h (msgbuf): Replace long int with
44263         __syscall_slong_t.
44265         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44266         include <bits/wordsize.h>.  Check __x86_64__ instead of
44267         __WORDSIZE.
44269         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44270         "unsigned long long int" if __x86_64__ is defined.
44271         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44273         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44274         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44275         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44277         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44278         <stdint.h>.
44279         (GET_PC): Cast to uintptr_t first.
44280         (GET_FRAME): Likewise.
44281         (GET_STACK): Likewise.
44283         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44284         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44285         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44286         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44287         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44288         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44289         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44290         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44291         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44292         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44293         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44294         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44295         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44296         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44297         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44298         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44299         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44300         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44301         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44302         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44303         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44304         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44305         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44306         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44307         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44308         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44309         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44310         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44311         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44313 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
44315         * Makerules (+depfiles): Also collect depfiles from .oS in
44316         $(extra-objs).
44317         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44318         .oS, $(libnldbl-routines)).
44320         * Makerules (native-compile-mkdep-flags): Define.
44321         * sunrpc/Makefile (extra-objs): Add $(addprefix
44322         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44323         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44324         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
44325         calling $(make-target-directory).
44327 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44329         * bits/types.h (__snseconds_t): Removed.
44330         * time/time.h (struct timespec): Replace __snseconds_t with
44331         __syscall_slong_t.
44332         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44333         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44334         Likewise.
44335         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44336         (__SNSECONDS_T_TYPE): Likewise.
44337         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44338         (__SNSECONDS_T_TYPE): Likewise.
44339         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44340         (__SNSECONDS_T_TYPE): Likewise.
44342 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44344         * sysdeps/mach/hurd/bits/typesizes.h
44345         (__SYSCALL_SLONG_TYPE): New macro.
44346         (__SYSCALL_ULONG_TYPE): Likewise.
44348 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44350         * bits/types.h (__syscall_slong_t): New type.
44351         (__syscall_ulong_t): Likewise.
44353         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44354         (__SYSCALL_ULONG_TYPE): Likewise.
44355         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44356         (__SYSCALL_SLONG_TYPE): Likewise.
44357         (__SYSCALL_ULONG_TYPE): Likewise.
44358         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44359         (__SYSCALL_SLONG_TYPE): Likewise.
44360         (__SYSCALL_ULONG_TYPE): Likewise.
44361         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44362         (__SYSCALL_SLONG_TYPE): Likewise.
44363         (__SYSCALL_ULONG_TYPE): Likewise.
44365 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44367         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44368         Add sigaltstack-offsets.sym.
44369         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44370         <sigaltstack-offsets.h>.
44371         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44372         longjmp_msg pointer.
44373         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44374         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44375         signal stack.
44376         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44378 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44380         * elf/stackguard-macros.h: Remove file.
44381         * sysdeps/generic/stackguard-macros.h: New file.
44382         * sysdeps/i386/stackguard-macros.h: Likewise.
44383         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44384         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44385         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44386         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44387         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44388         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44389         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44390         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44391         <elf/stackguard-macros.h>.
44393         [BZ #14109]
44394         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44395         __aligned__ in attribute.
44396         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44397         (gregset_t): Likewise.
44399 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44401         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44402         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44403         * sysdeps/x86_64/x32/Implies-after: New file.
44405 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44407         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44408         and access return value for _dl_profile_fixup.  Use R10_LP to
44409         load frame size.
44411 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44413         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44415 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44417         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44418         * sysdeps/x86_64/x32/sysdep.h: New file.
44420 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44422         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44423         * sysdeps/x86_64/setjmp.S: Likewise.
44425 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44427         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44428         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44429         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44430         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44431         remove unused global constant.
44433 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44435         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44436         include of <not-cancel.h>.
44438 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44440         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44442 2012-05-15  Jeff Law  <law@redhat.com>
44443             Andreas Jaeger  <aj@suse.de>
44445         [BZ #13594]
44446         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44447         out from...
44448         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44449         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44450         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44451         code changing __hst_map_handle.map.
44453 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44455         * configure.in (sysnames): Look for Implies-before and Implies-after
44456         files.
44457         * configure: Regenerated.
44459 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44461         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44462         8-byte data alignment with LP_SIZE alignment.
44464 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44466         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44467         into R10_LP.
44469 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44471         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44473 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44475         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44476         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44477         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44478         Likewise.
44479         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44481 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44483         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44484         (stackinfo_sub_sp): Likewise.
44486 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44488         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44489         RAX_LP.
44491 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44493         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44494         into R*_LP.
44496 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44498         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44499         sizes into R*_LP.
44501 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44503         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44505 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44507         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44508         into R11_LP and load __x86_64_shared_cache_size_half into
44509         R8_LP.
44511 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44513         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44514         R8_LP.
44516 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44518         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44519         logb for POWER7.
44520         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44521         logbf for POWER7.
44522         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44523         logbl for POWER7.
44524         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44525         powerpc32/power7/fpu/s_logb.c via #include.
44526         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44527         powerpc32/power7/fpu/s_logbf.c via #include.
44528         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44529         powerpc32/power7/fpu/s_logbl.c via #include.
44531 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44533         * README.libm: Remove file.
44535 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44537         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44538         count for x32.  Use R*_LP and omit operand-size suffix.
44540 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44542         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44543         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44544         * sysdeps/x86_64/x32/shlib-versions: New file.
44546 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44548         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44549         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44550         Use _dl_fatal_printf instead.
44552 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44554         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44555         set if not set by the user.  Do not allow for being unset.
44556         * sysdeps/unix/sysv/linux/configure: Regenerated.
44558 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44560         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44561         the `q' suffix from lea and replace .quad with ASM_ADDR.
44563 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44565         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44566         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44567         instead of $17.
44568         (PTR_DEMANGLE): Likewise.
44570 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44572         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44573         (LP_OP): Likewise.
44574         (ASM_ADDR): Likewise.
44575         (RAX_LP): Likewise.
44576         (RBP_LP): Likewise.
44577         (RBX_LP): Likewise.
44578         (RCX_LP): Likewise.
44579         (RDI_LP): Likewise.
44580         (RSI_LP): Likewise.
44581         (RSP_LP): Likewise.
44582         (R8_LP): Likewise.
44583         (R9_LP): Likewise.
44584         (R10_LP): Likewise.
44585         (R10_LP): Likewise.
44586         (R11_LP): Likewise.
44587         (R12_LP): Likewise.
44588         (R13_LP): Likewise.
44589         (R14_LP): Likewise.
44590         (R15_LP): Likewise.
44592 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44594         * sysdeps/x86_64/x32/dl-machine.h: New file.
44596 2012-05-14  Andreas Jaeger  <aj@suse.de>
44598         * manual/Makefile (subdir): Remove export of subdir.
44599         (all): Remove target.
44600         (.PHONY): Remove all from list.
44601         (mkinstalldirs): Remove.
44602         (.PHONY): Remove installdirs from list.
44603         ($(inst_infodir)/libc.info): Use make-target-directory.
44604         (installdirs): Remove.
44605         (subdir_%): Remove.
44606         (glibc-targets): Remove.
44607         (lib): Remove.
44608         (stubs): Remove.
44609         ($(objpfx)stubs ../po/manual.pot): Remove.
44610         ($(objpfx)stamp%): Remove.
44611         (make-target-directory): Remove.
44612         (subdir_install): Remove.
44613         (routines): Remove.
44614         (aux): Remove.
44615         (sources): Remove.
44616         (objects): Remove.
44617         (headers): Remove.
44619         [BZ #13750]
44620         * manual/.gitignore: Remove, it's not needed anymore.
44621         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44622         all files in it.
44623         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44624         directory.
44625         (texis): Renamed to $(objpfx)texis.
44626         (texis-path): New, contains path to generated files.
44627         (chapters.%): Use texis-path for complete path, add extra argument
44628         libc-texinfo.sh.
44629         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44630         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44631         (summary,texi, stamp-summary): Use complete path of
44632         files. Generate files in build dir.
44633         (dir-add.texi): Build in build dir.
44634         (libm-err.texi,stamp-libm-err): Likewise.
44635         (version.texi, stamp-version): Likewise.
44636         (.%c.texi): Likewise.
44637         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44638         (mostlyclean): Remove target.
44639         (realclean): Remove target.
44640         (generated): Add new variable with contents from mostlyclean and
44641         realclean, remove entries duplicated in common-mostlyclean, add
44642         stamp-libm-err and stamp-version.
44643         (generated-dirs): Add libc directory.
44644         ($(inst_infodir)/libc.info): Install files from build dir.
44646         * manual/install.texi (Configuring and compiling): Adjust since
44647         the info files are not part of the tar ball anymore.
44649 2012-05-14  Andreas Jaeger  <aj@suse.de>
44651         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44652         variable.
44654 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44656         [BZ #13717]
44657         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44658         to 2.2.0 where earlier.
44659         * sysdeps/unix/sysv/linux/configure: Regenerated.
44660         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44661         Remove conditional code.
44662         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44663         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44664         Remove conditional code.
44665         [!__NR_lchown]: Likewise.
44666         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44667         [__NR_lchown]: Likewise.
44668         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44669         comment referencing __ASSUME_LCHOWN_SYSCALL.
44670         * sysdeps/unix/sysv/linux/i386/sigaction.c
44671         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44672         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44673         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44674         Remove conditional code.
44675         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44676         (__protocol_available): Remove #if 0 code.
44677         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44678         conditional code.
44679         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44680         * sysdeps/unix/sysv/linux/kernel-features.h
44681         (__ASSUME_GETCWD_SYSCALL): Don't define.
44682         (__ASSUME_REALTIME_SIGNALS): Likewise.
44683         (__ASSUME_PREAD_SYSCALL): Likewise.
44684         (__ASSUME_PWRITE_SYSCALL): Likewise.
44685         (__ASSUME_POLL_SYSCALL): Likewise.
44686         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44687         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44688         non-SPARC.
44689         (__ASSUME_SIOCGIFNAME): Don't define.
44690         (__ASSUME_MSG_NOSIGNAL): Likewise.
44691         (__ASSUME_SENDFILE): Define unconditionally.
44692         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44693         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44694         conditional code.
44695         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44696         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44697         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44698         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44699         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44700         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44701         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44703         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44704         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44706         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44707         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44709         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44710         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44712         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44713         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44715         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44716         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44718         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44719         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44721         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44722         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44724         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44725         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44726         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44727         Remove conditional code.
44728         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44729         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44730         Remove conditional code.
44731         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44732         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44733         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44734         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44735         Remove conditional code.
44736         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44737         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44738         Remove conditional code.
44739         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44740         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44741         Remove conditional code.
44742         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44743         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44744         Remove conditional code.
44745         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44746         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44747         Remove conditional code.
44748         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44749         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44750         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44751         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44752         * sysdeps/unix/sysv/linux/sigaction.c
44753         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44754         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44755         * sysdeps/unix/sysv/linux/sigpending.c
44756         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44757         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44758         * sysdeps/unix/sysv/linux/sigprocmask.c
44759         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44760         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44761         * sysdeps/unix/sysv/linux/sigsuspend.c
44762         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44763         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44764         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44765         (__libc_missing_rt_sigs): Remove.
44766         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44767         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44768         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44769         Remove conditional code.
44770         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44771         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44772         return 1.
44773         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44774         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44775         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44776         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44778 2012-05-14  Andreas Jaeger  <aj@suse.de>
44780         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44781         it's not used in glibc.
44782         (__coshm1): Likewise.
44783         (__acosh1p): Likewise.
44784         (__sgn): Likewise.
44786         * manual/string.texi (Copying and Concatenation): Add missing
44787         variable in concat example.
44788         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44790 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44792         [BZ #14103]
44793         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44794         __builtin_clzl with __builtin_clzll.
44796 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44798         [BZ #14104]
44799         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44800         libc_freeres_ptr.
44802 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44804         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44805         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44806         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44807         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44809 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44811         * NEWS: Update ia64 info.
44813 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44815         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44816         used as bcopy.
44818 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44820         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44821         * sysdeps/unix/syscalls.list (dup3): Likewise.
44822         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44823         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44825 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44827         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44828         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44830 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44832         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44833         thread pointer.
44834         (TLS_IE): Use mov/add instead of movq/addq to load thread
44835         pointer.
44836         (TLS_GD_PREFIX): New.
44837         (TLS_GD): Use it.
44839 2012-05-11  David S. Miller  <davem@davemloft.net>
44841         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44842         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44843         (_FPU_SETCW): Likewise.
44845 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44847         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44848         is 32-byte aligned.
44850 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44852         [BZ #11837]
44853         * iconvdata/gb18030.c: Update tables.
44854         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44855         characters specially.
44856         (BODY for TO_LOOP): Add encoding of missing ranges.
44858 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44860         [BZ #13673]
44861         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44862         * sysdeps/mach/hurd/dup3.c: Likewise.
44863         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44864         * sysdeps/powerpc/memmove.c:: Likewise.
44866 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44868         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44869         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44871 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44873         * elf/elf.h (R_X86_64_RELATIVE64): New.
44874         (R_X86_64_NUM): Updated.
44875         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44876         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44877         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44878         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44879         tst-quad1pie tst-quad2pie
44880         (modules-names): Add tst-quadmod1 tst-quadmod2.
44881         ($(objpfx)tst-quad1): New dependency.
44882         ($(objpfx)tst-quad2): Likewise.
44883         ($(objpfx)tst-quad1pie): Likewise.
44884         ($(objpfx)tst-quad2pie): Likewise.
44885         * sysdeps/x86_64/tst-quad1.c: New file.
44886         * sysdeps/x86_64/tst-quad1pie.c: New file.
44887         * sysdeps/x86_64/tst-quad2.c: Likewise.
44888         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44889         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44890         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44891         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44892         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44894 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44896         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44897         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44898         * streams/stropts.h (t_scalar_t): Define type.
44900         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44901         (_PATH_PRESERVE): Set to "/var/lib".
44902         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44904         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44905         instead of int.
44907         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44908         if __dir_mkfile succeeded.
44910         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44911         checking for _hurd_dtablesize.  Unlock it right after having
44912         finished _hurd_dtable allocation.
44914 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44916         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44917         * sysdeps/mach/hurd/configure: Regenerated.
44918         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44919         special-casing to...
44920         * sysdeps/gnu/configure.in: ... this new file.
44921         * sysdeps/unix/sysv/linux/configure: Regenerated.
44922         * sysdeps/gnu/configure: New generated file.
44924         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44925         for Linux: use nsec instead of usec, as well as:
44926         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44927         members of type struct timespec.
44928         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44929         New macros.
44930         (struct stat64): Likewise.
44931         (_STATBUF_ST_NSEC): New macro.
44932         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44934         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44935         __strtoul_internal rather than strtoul.
44937 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44939         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44940         and reject them.
44942 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44944         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44945         which preserves existing values.
44946         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44948 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44950         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44951         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44952         greater than FD_SETSIZE.
44954 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44956         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44957         allocated, call __vm_protect to finish enabling the existing space, and
44958         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44959         allocate the remainder.
44961 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44963         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44964         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44966 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44968         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44969         sysdeps/mach/hurd/readlink.c.
44971         * posix/tst-sysconf.c (posix_options): Only use
44972         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44973         _POSIX_SYNCHRONIZED_IO when they are defined
44974         * sysdeps/mach/hurd/bits/posix_opt.h:
44975         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44976         (_XOPEN_REALTIME): Undefine macro.
44977         (_XOPEN_REALTIME_THREADS): Undefine macro.
44978         (_XOPEN_SHM): Undefine macro.
44979         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44980         macro to -1.
44981         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44982         macro to -1.
44983         (_POSIX_ASYNC_IO): Undefine macro.
44984         (_POSIX_PRIORITIZED_IO): Undefine macro.
44985         (_POSIX_SPIN_LOCKS): Define macro to -1.
44987         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44988         SA_NODEFER, SA_RESETHAND.
44989         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44990         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44991         F_DUPFD_CLOEXEC.
44993 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44995         * elf/Makefile (pldd-modules): Define unconditionally.
44997 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44999         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
45001 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45003         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
45004         Return ENOENT when name is empty.
45005         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
45007 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45009         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
45011         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
45013 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45015         Fix mlock in all cases except non-readable pages.
45016         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
45017         instead of VM_PROT_ALL as parameter to __vm_wire function.
45019         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
45020         (__mkdir): When path is `/', just fail with EEXIST.
45021         * sysdeps/mach/hurd/mkdirat.c: Likewise.
45023 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45025         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
45026         <sys/uio.h> (for writev).
45027         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
45028         and <sys/param.h> (for MIN).
45030 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45032         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
45033         REQUESTED_TIME.  Properly set the remaining time and return EINTR
45034         if interrupted.
45036 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45038         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
45039         Depend on against $(link-rpcuserlibs).
45041 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45043         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
45044         (__libc_stack_end): Do not use attribute_relro.
45045         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
45046         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
45047         to libthread-provided value.
45048         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
45049         attribute_relro.
45051 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45053         [BZ #3748]
45054         * bits/libc-lock.h (__libc_once_get): New macro.
45055         * sysdeps/mach/bits/libc-lock.h: Likewise.
45056         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
45057         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
45058         instead of using implementation details.
45060         * libio/fileops.c: Unconditionally include <kernel-features.h>.
45061         * libio/freopen.c: Likewise.
45062         * libio/freopen64.c: Likewise.
45063         * misc/syslog.c: Likewise.
45064         * nscd/connections.c: Likewise.
45065         * nscd/netgroupcache.c: Likewise.
45066         * sysdeps/posix/getcwd.c: Likewise.
45068 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45070         * math/w_ilogbf.c: Add #include <limits.h>.
45072 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45074         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
45075         path instead of returning without unlocking.
45077         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
45078         immediate-write ioctls.
45079         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
45081 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45083         * sysdeps/mach/hurd/i386/init-first.c (init): Use
45084         __builtin_frame_address instead of making assumptions about the
45085         location of the return address relative to DATA.  Force early load of
45086         the return address.
45087         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
45088         __builtin_frame_address.
45090         dup3 for GNU Hurd.
45091         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
45092         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
45093         implement dup3 and do some further code clean-ups.
45094         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
45095         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
45097 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45099         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
45101         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
45102         HURD_CRITICAL_END around holding _hurd_dtable_lock.
45103         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
45104         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
45105         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
45106         d->port.lock.
45108         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
45109         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
45110         when handler == SIG_ERR, not when handler != SIG_ERR.
45112 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45114         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
45115         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
45116         definitions.
45118         accept4 for GNU Hurd.
45119         * include/sys/socket.h (__libc_accept4): New prototype.
45120         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
45121         to implement __libc_accept4.
45122         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
45123         __libc_accept4.
45124         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
45126         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
45127         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
45128         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
45129         signal-defines.sym.
45131 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45133         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
45135 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45137         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
45138         assertion on O_CLOEXEC flag.
45139         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
45140         * hurd/intern-fd.c: Likewise.
45141         * hurd/port2fd.c: Likewise.
45143 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45145         [BZ #3906]
45146         * bits/in.h (IPV6_PKTINFO): Define new macro.
45147         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45149 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45151         [BZ #13954]
45152         [BZ #13955]
45153         [BZ #13956]
45154         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45155         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45156         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45157         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45158         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45159         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45160         * math/libm-test.inc (logb_test) : Additional logb tests.
45162 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
45163             Andreas Jaeger  <aj@suse.de>
45165         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
45166         * configure: Regenerated.
45167         * config.h.in (LINK_OBSOLETE_RPC): New macro.
45168         * config.make.in (link-obsolete-rpc): New substituted variable.
45169         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
45170         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
45171         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45172         (shared-only-routines): Don't set it under [link-obsolete-rpc],
45173         so that libc.a contains the symbols.
45174         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45175         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
45176         * sunrpc/auth_none.c: Likewise.
45177         * sunrpc/auth_unix.c: Likewise.
45178         * sunrpc/authdes_prot.c: Likewise.
45179         * sunrpc/authuxprot.c: Likewise.
45180         * sunrpc/clnt_gen.c: Likewise.
45181         * sunrpc/clnt_perr.c: Likewise.
45182         * sunrpc/clnt_raw.c: Likewise.
45183         * sunrpc/clnt_simp.c: Likewise.
45184         * sunrpc/clnt_tcp.c: Likewise.
45185         * sunrpc/clnt_udp.c: Likewise.
45186         * sunrpc/clnt_unix.c: Likewise.
45187         * sunrpc/des_crypt.c: Likewise.
45188         * sunrpc/des_soft.c: Likewise.
45189         * sunrpc/get_myaddr.c: Likewise.
45190         * sunrpc/key_call.c: Likewise.
45191         * sunrpc/key_prot.c: Likewise.
45192         * sunrpc/netname.c: Likewise.
45193         * sunrpc/pm_getmaps.c: Likewise.
45194         * sunrpc/pm_getport.c: Likewise.
45195         * sunrpc/pmap_clnt.c: Likewise.
45196         * sunrpc/pmap_prot.c: Likewise.
45197         * sunrpc/pmap_prot2.c: Likewise.
45198         * sunrpc/pmap_rmt.c: Likewise.
45199         * sunrpc/publickey.c: Likewise.
45200         * sunrpc/rpc_cmsg.c: Likewise.
45201         * sunrpc/rpc_common.c: Likewise.
45202         * sunrpc/rpc_dtable.c: Likewise.
45203         * sunrpc/rpc_prot.c: Likewise.
45204         * sunrpc/rpc_thread.c: Likewise.
45205         * sunrpc/rtime.c: Likewise.
45206         * sunrpc/svc.c: Likewise.
45207         * sunrpc/svc_auth.c: Likewise.
45208         * sunrpc/svc_raw.c: Likewise.
45209         * sunrpc/svc_run.c: Likewise.
45210         * sunrpc/svc_tcp.c: Likewise.
45211         * sunrpc/svc_udp.c: Likewise.
45212         * sunrpc/svc_unix.c: Likewise.
45213         * sunrpc/svcauth_des.c: Likewise.
45214         * sunrpc/xcrypt.c: Likewise.
45215         * sunrpc/xdr.c: Likewise.
45216         * sunrpc/xdr_array.c: Likewise.
45217         * sunrpc/xdr_float.c: Likewise.
45218         * sunrpc/xdr_intXX_t.c: Likewise.
45219         * sunrpc/xdr_mem.c: Likewise.
45220         * sunrpc/xdr_rec.c: Likewise.
45221         * sunrpc/xdr_ref.c: Likewise.
45222         * sunrpc/xdr_sizeof.c: Likewise.
45223         * sunrpc/xdr_stdio.c: Likewise.
45225 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45227         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
45228         change.  Update copyright years.
45230 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45232         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
45234 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
45235             Joseph Myers  <joseph@codesourcery.com>
45236             Paul Pluzhnikov  <ppluzhnikov@google.com>
45238         [BZ #14012]
45239         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
45240         requiring rpcgen.
45241         [cross-compiling] (extra-libs): Likewise.
45242         [cross-compiling] (extra-libs-others): Likewise.
45243         [cross-compiling] (librpcsvc-routines): Likewise.
45244         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
45245         [cross-compiling] (omit-deps): Likewise.
45246         (sunrpc-CPPFLAGS): New variable.
45247         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
45248         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
45249         (cross-rpcgen-objs): New variable.
45250         (extra-objs): Append $(cross-rpcgen-objs).
45251         ($(cross-rpcgen-objs)): New rule.
45252         ($(objpfx)cross-rpcgen): Likewise.
45253         (rpcgen-cmd): Define to use $(built-program-file).  Expand
45254         comment.
45255         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
45256         ($(objpfx)x%.stmp): Likewise.
45257         * sunrpc/proto.h [IS_IN_build] (_): Define.
45258         [IS_IN_build] (_libc_intl_domainname): Likewise.
45260 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45262         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45263         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45264         and R_X86_64_TPOFF64.
45266 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45268         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45269         sysdeps/unix/sysv/syscalls.list.
45270         (stime): Likewise.
45271         (utime): Likewise.
45272         * sysdeps/unix/sysv/syscalls.list: Remove file.
45274 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45276         [BZ #3440]
45277         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45278         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45279         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45280         (__LC_IDENTIFICATION): Make these macros useful in #if
45281         expressions, as required by C99.
45283 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
45285         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45286         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
45287         after this.
45289 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
45291         * stdlib/longlong.h: Updated from GCC.
45293 2012-05-09  Andreas Jaeger  <aj@suse.de>
45295         * nscd/nscd.c (run_modes): Make named enum, reorder so that
45296         default is first entry.
45297         (run_mode): Set type.
45298         (main): Remove informal message about syslog.
45299         (options): Fix typo.
45301         [BZ #14053]
45302         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45303         to asm.
45304         (lrint): Likewise.
45305         (llrintf): Likewise.
45306         (llrint): Likewise.
45307         (rint): Likewise.
45308         (rintf): Likewise.
45309         (nearbyint): Likewise.
45310         (nearbyintf): Likewise.
45312 2012-05-09  Andreas Jaeger  <aj@suse.de>
45313             Pedro Alves  <palves@redhat.com>
45315         * nscd/nscd.c (run_mode): Use enum.
45316         (main): Cleanup coding style issue.
45318 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
45319             Andreas Jaeger  <aj@suse.de>
45321         * nscd/nscd.c (go_background): Replaced with...
45322         (run_mode): ... this.
45323         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45324         (options): Add -F --foreground.
45325         (main): Implement it.
45326         (parse_opt): Parse it.
45328 2012-05-09  Andreas Jaeger  <aj@suse.de>
45330         [BZ #14083]
45331         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45332         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45333         -Wconversion warning.
45334         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45335         Likewise.
45337 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45339         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45340         == 0.
45341         (LC_ALL): Use macro-int-constant.
45342         (LC_COLLATE): Likewise.
45343         (LC_CTYPE): Likewise.
45344         (LC_MESSAGES): Likewise.
45345         (LC_MONETARY): Likewise.
45346         (LC_NUMERIC): Likewise.
45347         (LC_TIME): Likewise.
45348         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45349         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45350         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45351         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45352         Specify type.
45353         [C99-based standards] (float_t): Expect type.
45354         [C99-based standards] (double_t): Expect type.
45355         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45356         type.
45357         [C99-based standards] (HUGE_VALL): Likewise.
45358         [C99-based standards] (INFINITY): Likewise.
45359         [C99-based standards] (NAN): Likewise.
45360         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45361         [C99-based standards] (FP_NAN): Likewise.
45362         [C99-based standards] (FP_NORMAL): Likewise.
45363         [C99-based standards] (FP_SUBNORMAL): Likewise.
45364         [C99-based standards] (FP_ZERO): Likewise.
45365         [C99-based standards] (FP_FAST_FMA): Use
45366         optional-macro-int-constant.  Specify type.  Require == 1.
45367         [C99-based standards] (FP_FAST_FMAF): Likewise.
45368         [C99-based standards] (FP_FAST_FMAL): Likewise.
45369         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45370         [C99-based standards] (FP_ILOGBNAN): Likewise.
45371         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45372         Specify type.
45373         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45374         [C99-based standards] (math_errhandling): Specify type.
45375         [ISO99 || ISO11] (signgam): Do not allow.
45376         [non-C99-based standards] (copysignf): Do not allow.
45377         [non-C99-based standards] (exp2f): Likewise.
45378         [non-C99-based standards] (log2f): Likewise.
45379         [non-C99-based standards] (modff): Allow.
45380         [non-C99-based standards] (erff): Do not allow.
45381         [non-C99-based standards] (erfcf): Likewise.
45382         [non-C99-based standards] (gammaf): Likewise.
45383         [non-C99-based standards] (hypotf): Likewise.
45384         [non-C99-based standards] (j0f): Likewise.
45385         [non-C99-based standards] (j1f): Likewise.
45386         [non-C99-based standards] (jnf): Likewise.
45387         [non-C99-based standards] (lgammaf): Likewise.
45388         [non-C99-based standards] (tgammaf): Likewise.
45389         [non-C99-based standards] (y0f): Likewise.
45390         [non-C99-based standards] (y1f): Likewise.
45391         [non-C99-based standards] (ynf): Likewise.
45392         [non-C99-based standards] (isnanf): Likewise.
45393         [non-C99-based standards] (acoshf): Likewise.
45394         [non-C99-based standards] (asinhf): Likewise.
45395         [non-C99-based standards] (atanhf): Likewise.
45396         [non-C99-based standards] (cbrtf): Likewise.
45397         [non-C99-based standards] (expm1f): Likewise.
45398         [non-C99-based standards] (ilogbf): Likewise.
45399         [non-C99-based standards] (log1pf): Likewise.
45400         [non-C99-based standards] (logbf): Likewise.
45401         [non-C99-based standards] (nextafterf): Likewise.
45402         [non-C99-based standards] (remainderf): Likewise.
45403         [non-C99-based standards] (rintf): Likewise.
45404         [non-C99-based standards] (scalbf): Likewise.
45405         [non-C99-based standards] (copysignl): Likewise.
45406         [non-C99-based standards] (exp2l): Likewise.
45407         [non-C99-based standards] (log2l): Likewise.
45408         [non-C99-based standards] (modfl): Allow.
45409         [non-C99-based standards] (erfl): Do not allow.
45410         [non-C99-based standards] (erfcl): Likewise.
45411         [non-C99-based standards] (gammal): Likewise.
45412         [non-C99-based standards] (hypotl): Likewise.
45413         [non-C99-based standards] (j0l): Likewise.
45414         [non-C99-based standards] (j1l): Likewise.
45415         [non-C99-based standards] (jnl): Likewise.
45416         [non-C99-based standards] (lgammal): Likewise.
45417         [non-C99-based standards] (tgammal): Likewise.
45418         [non-C99-based standards] (y0l): Likewise.
45419         [non-C99-based standards] (y1l): Likewise.
45420         [non-C99-based standards] (ynl): Likewise.
45421         [non-C99-based standards] (isnanl): Likewise.
45422         [non-C99-based standards] (acoshl): Likewise.
45423         [non-C99-based standards] (asinhl): Likewise.
45424         [non-C99-based standards] (atanhl): Likewise.
45425         [non-C99-based standards] (cbrtl): Likewise.
45426         [non-C99-based standards] (expm1l): Likewise.
45427         [non-C99-based standards] (ilogbl): Likewise.
45428         [non-C99-based standards] (log1pl): Likewise.
45429         [non-C99-based standards] (logbl): Likewise.
45430         [non-C99-based standards] (nextafterl): Likewise.
45431         [non-C99-based standards] (remainderl): Likewise.
45432         [non-C99-based standards] (rintl): Likewise.
45433         [non-C99-based standards] (scalbl): Likewise.
45434         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45435         [non-C99-based standards] (FP_*): Do not allow.
45436         [C99-based standards] (FP_*): Change to
45437         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45438         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45439         allow.
45440         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45441         (SIG_ERR): Likewise.
45442         [X/Open-based standards] (SIG_HOLD): Likewise.
45443         (SIG_IGN): Likewise.
45444         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45445         positive value.
45446         (SIGFPE): Likewise.
45447         (SIGILL): Likewise.
45448         (SIGINT): Likewise.
45449         (SIGSEGV): Likewise.
45450         (SIGTER): Likewise.
45451         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45452         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45453         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45454         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45455         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45456         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45457         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45458         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45459         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45460         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45461         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45462         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45463         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45464         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45465         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45466         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45467         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45468         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45469         [X/Open-based standards] (SIGTRAP): Likewise.
45470         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45471         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45472         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45473         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45474         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45475         allow.
45477 2012-05-08  Ian Wienand  <ianw@vmware.com>
45479         [BZ #14080]
45480         * time/tzset.c (__tzset_parse_tz): Update default rules for
45481         daylight time changes in the Energy Policy Act of 2005.
45483 2012-05-09  Andreas Jaeger  <aj@suse.de>
45485         [BZ #13983]
45486         * elf/ldconfig.c (parse_conf): Change string to make clear that
45487         ldconfig only issued a warning if ld.so.conf does not exist.
45489 2012-05-08  David S. Miller  <davem@davemloft.net>
45491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45492         movxtod instead of popping the value on the stack.
45494         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45496 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45498         * config.h.in: Add HAVE_ARM_PCS_VFP.
45500 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45502         [BZ #13979]
45503         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45504         checking but the checks are disabled for any reason.
45506 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45508         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45509         and ELF64_R_TYPE with ELFW(R_TYPE).
45511 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45513         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45514         (ulimit): Likewise.
45516         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45517         (settimeofday): Likewise.
45519 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45521         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45522         a struct th_u2 inside the union, and move tu_block/tu_code into
45523         a new th_u3 union of tu_block/tu_code inside of that.  Move
45524         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45525         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45526         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45527         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45528         (th_stuff): Change to th_u1.tu_stuff.
45529         (th_data): Define.
45530         (th_msg): Change to th_u1.th_u2.tu_data.
45532 2012-05-07  David S. Miller  <davem@davemloft.net>
45534         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45536         [BZ #14074]
45537         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45538         (SETUP_PIC_REG): Use it.
45539         (SETUP_PIC_REG_LEAF): Use it.
45541 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45543         [BZ #13885]
45544         [BZ #13923]
45545         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45546         USE_AS_EXPM1L.
45547         (EXPL_FINITE): Likewise.
45548         (FLDLOG): Likewise.
45549         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45550         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45551         e_expl.S.
45552         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45553         USE_AS_EXPM1L.
45554         (EXPL_FINITE): Likewise.
45555         (FLDLOG): Likewise.
45556         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45557         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45558         e_expl.S.
45559         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45560         test of -max_value argument for long double.
45561         * sysdeps/i386/fpu/libm-test-ulps: Update.
45562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45564 2012-05-06  David S. Miller  <davem@davemloft.net>
45566         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45567         quad soft-float symbols whose references which are compiler
45568         generated.
45569         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45571 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45573         [BZ #13884]
45574         [BZ #13914]
45575         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45576         USE_AS_EXP10L.
45577         (EXPL_FINITE): Likewise.
45578         (FLDLOG): Likewise.
45579         (c0): Likewise.
45580         (c1): Likewise.
45581         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45582         Adjust comments for base varying.
45583         (__expl_finite): Change alias to EXPL_FINITE.
45584         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45585         e_expl.S.
45586         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45587         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45588         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45589         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45590         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45591         USE_AS_EXP10L.
45592         (EXPL_FINITE): Likewise.
45593         (FLDLOG): Likewise.
45594         (c0): Likewise.
45595         (c1): Likewise.
45596         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45597         Adjust comments for base varying.
45598         (__expl_finite): Change alias to EXPL_FINITE.
45599         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45600         tests for bugs.
45601         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45603         [BZ #14064]
45604         * math/libm-test.inc (check_float_internal): Correct ulp
45605         calculation for subnormal expected results.
45607 2012-05-06  Andreas Jaeger  <aj@suse.de>
45609         * Makeconfig (+math-flags): New, set to -frounding-math.
45610         (+cflags): Add +math-flags so that all of glibc gets compiled with
45611         it.
45613         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45615 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45617         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45618         Disable one test.
45620         [BZ #13787]
45621         [BZ #13922]
45622         [BZ #14036]
45623         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45624         (__ieee754_expl): Allow for and saturate large arguments.
45625         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45626         (u_threshold): Likewise.
45627         (__exp): Call __ieee754_exp before checking for overflow and
45628         underflow.
45629         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45630         (u_threshold): Likewise.
45631         (__expf): Call __ieee754_expf before checking for overflow and
45632         underflow.
45633         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45634         (u_threshold): Likewise.
45635         (__expl): Call __ieee754_expl before checking for overflow and
45636         underflow.
45637         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45638         (__ieee754_expl): Allow for and saturate large arguments.
45639         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45640         missing overflow exception on overflow.
45641         (expm1_test): Do not allow missing overflow exception on overflow.
45643         * sysdeps/i386/fpu/e_expl.c: Move to ...
45644         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45645         rather than using inline asm.
45646         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45647         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45648         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45650         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45651         (nice): Likewise.
45652         (poll): Likewise.
45653         (signal): Likewise.
45654         (time): Likewise.
45655         (times): Likewise.
45657 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45659         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45660         sysdeps/unix/common/syscalls.list.
45661         (fchmod): Likewise.
45662         (fchown): Likewise.
45663         (ftruncate): Likewise.
45664         (getrusage): Likewise.
45665         (gettimeofday): Likewise.
45666         (setpgid): Likewise.
45667         (setregid): Likewise.
45668         (setreuid): Likewise.
45669         (sigaction): Likewise.
45670         (truncate): Likewise.
45671         (vhangup): Likewise.
45672         * sysdeps/unix/common/syscalls.list: Remove file.
45673         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45674         * sysdeps/unix/sysv/linux/Implies: Likewise.
45676 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45678         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45679         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45680         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45681         Moved to ...
45682         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45683         Here.
45684         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45685         to ...
45686         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45687         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45688         to ...
45689         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45690         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45691         to ...
45692         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45693         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45694         to ...
45695         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45696         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45697         to ...
45698         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45699         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45700         to ...
45701         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45702         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45703         to ...
45704         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45705         Here.
45706         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45707         to ...
45708         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45709         Here.
45710         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45711         to ...
45712         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45713         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45714         Moved to ...
45715         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45716         Here.
45717         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45718         to ...
45719         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45721 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45723         * sysdeps/unix/common/bits/dirent.h: Remove file.
45724         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45726         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45727         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45728         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45729         * sysdeps/unix/bsd/isatty.c: Likewise.
45730         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45731         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45732         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45734 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45736         [BZ #13563]
45737         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45738         long double comparison inaccuracies.
45739         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45740         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45742 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45744         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45745         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45747 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45749         [BZ #14049]
45750         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45751         nonzero digits before rounding a hex value.
45752         * stdlib/tst-strtod.c (tests): Add another test.
45754 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45756         * sysdeps/s390/fpu/libm-test-ulps: Update.
45758 2012-05-03  Andreas Jaeger  <aj@suse.de>
45760         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45761         does not get optimized out.
45762         (malloc_opt_barrier): New.
45764 2012-05-03  Andreas Jaeger  <aj@suse.de>
45765             Roland McGrath  <roland@hack.frob.com>
45767         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45768         intermediate file deletion.
45769         (generated): Add .symlist files.
45771 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45773         [BZ #13775]
45774         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45775         Redirect under this condition.
45776         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45777         [__USE_GNU] (__dprintf_chk): Not under this condition.
45778         [__USE_GNU] (__vdprintf_chk): Likewise.
45779         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45780         under this condition.
45781         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45782         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45783         [__USE_XOPEN2K8] (vdprintf): Likewise.
45784         [__USE_GNU] (__dprintf_chk): Not under this condition.
45785         [__USE_GNU] (__vdprintf_chk): Likewise.
45786         [__USE_GNU] (dprintf): Likewise.
45787         [__USE_GNU] (vdprintf): Likewise.
45789 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45791         * elf/Makefile (common-generated): Set this instead of generated for
45792         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45793         $(all-built-dso)-derived lists.
45795 2012-05-03  Andreas Jaeger  <aj@suse.de>
45797         * sysdeps/i386/fpu/libm-test-ulps: Update.
45799         * FAQ: Removed.
45800         * FAQ.in: Likewise.
45801         * scripts/gen-FAQ.pl: Likewise.
45802         * manual/install.texi (Installation): Point to online location of
45803         FAQ.
45804         * Makefile (files-for-dist): Remove FAQ.
45805         (FAQ): Remove.
45807 2012-05-02  Allan McRae  <allan@archlinux.org>
45809         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45810         (LDFLAGS-reldepmod5.so): Likewise.
45811         (LDFLAGS-reldep6mod1.so): Likewise.
45812         (LDFLAGS-reldep6mod4.so): Likewise.
45813         (LDFLAGS-reldep8mod3.so): Likewise.
45814         (LDFLAGS-unload4mod1.so): Likewise.
45815         (LDFLAGS-unload4mod2.so): Likewise.
45816         (LDFLAGS-tst-initorder): Likewise.
45817         (LDFLAGS-tst-initordera2.so): Likewise.
45818         (LDFLAGS-tst-initordera3.so): Likewise.
45819         (LDFLAGS-tst-initordera4.so): Likewise.
45820         (LDFLAGS-tst-initorderb2.so): Likewise.
45821         (LDFLAGS-noload): Likewise.
45822         (LDFLAGS-next): Likewise.
45823         (LDFLAGS-order2mod1.so): Likewise.
45824         (LDFLAGS-order2mod2.so): Likewise.
45825         (LDFLAGS-tst-initorder2): Likewise.
45826         (LDFLAGS-tst-initorder2a.so): Likewise.
45827         (LDFLAGS-tst-initorder2b.so): Likewise.
45828         (LDFLAGS-tst-initorder2c.so): Likewise.
45829         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45831 2012-05-02  David S. Miller  <davem@davemloft.net>
45833         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45835 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45837         [BZ #14055]
45838         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45840 2012-05-02  Andreas Jaeger  <aj@suse.de>
45842         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45843         since we manipulate rounding mode.
45844         (CPPFLAGS-test-idouble.c): Likewise.
45845         (CPPFLAGS-test-ifloat.c): Likewise.
45846         (CFLAGS-test-ldouble.c): Likewise.
45847         (CFLAGS-test-double.c): Likewise.
45848         (CFLAGS-test-float.c): Likewise.
45849         (CFLAGS-test-misc.c): Likewise.
45850         (CFLAGS-test-test-fenv.c): Likewise.
45852 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45854         [BZ #2550]
45855         [BZ #2570]
45856         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45857         comparisons to determine direction to adjust input.
45859 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45861         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45862         output to the target.
45864         * scripts/localplt.awk: New file.
45865         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45866         (check-localplt-CFLAGS): Variable removed.
45867         ($(all-built-dso:=.jmprel)): New static pattern rule.
45868         (generated): Add those targets.
45869         (localplt-built-dso): New variable.
45870         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45872         * elf/check-localplt.c: File removed.
45874         * scripts/check-execstack.awk: New file.
45875         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45876         (check-execstack-CFLAGS): Variable removed.
45877         ($(objpfx)check-execstack.h): Target removed.
45878         ($(objpfx)execstack-default): New target.
45879         (generated): Add that instead of check-execstack.h.
45880         ($(all-built-dso:=.phdr)): New static pattern rule.
45881         (generated): Add those targets.
45882         * elf/check-execstack.c: File removed.
45884         * scripts/check-textrel.awk: New file.
45885         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45886         (check-textrel-CFLAGS): Variable removed.
45887         (all-built-dso): Use := to define.o
45888         ($(all-built-dso:=.dyn)): New static pattern rule.
45889         (generated): Add those targets.
45890         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45891         * config.make.in (READELF): New substituted variable.
45892         * elf/check-textrel.c: File removed.
45894 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45896         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45897         allow.
45898         * conform/data/ctype.h-data [C99-based standards] (isblank):
45899         Expect function.
45900         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45901         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45902         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45903         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45904         Specify type.  Require positive value.
45905         (EILSEQ): Likewise.
45906         (ERANGE): Likewise.
45907         [ISO || POSIX] (EILSEQ): Do not expect.
45908         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45909         Specify type.  Require positive value.
45910         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45911         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45912         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45913         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45914         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45915         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45916         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45917         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45918         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45919         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45920         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45921         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45922         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45923         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45924         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45925         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45926         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45927         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45928         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45929         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45930         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45931         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45932         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45933         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45934         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45935         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45936         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45937         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45938         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45939         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45940         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45941         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45942         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45943         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45944         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45945         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45946         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45947         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45948         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45949         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45950         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45951         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45952         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45953         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45954         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45955         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45956         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45957         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45958         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45959         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45960         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45961         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45962         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45963         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45964         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45965         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45966         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45967         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45968         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45969         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45970         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45971         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45972         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45973         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45974         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45975         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45976         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45977         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45978         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45979         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45980         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45981         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45982         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45983         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45984         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45985         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45986         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45987         Require >= 2.
45988         (FLT_ROUNDS): Expect as macro, not constant.
45989         (FLT_MANT_DIG): Use macro-int-constant.
45990         (DBL_MANT_DIG): Likewise.
45991         (LDBL_MANT_DIG): Likewise.
45992         (FLT_DIG): Likewise.
45993         (DBL_DIG): Likewise.
45994         (LDBL_DIG): Likewise.
45995         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45996         (DBL_MIN_EXP): Likewise.
45997         (LDBL_MIN_EXP): Likewise.
45998         (FLT_MAX_EXP): Use macro-int-constant.
45999         (DBL_MAX_EXP): Likewise.
46000         (LDBL_MAX_EXP): Likewise.
46001         (FLT_MAX_10_EXP): Likewise.
46002         (DBL_MAX_10_EXP): Likewise.
46003         (LDBL_MAX_10_EXP): Likewise.
46004         (FLT_MAX): Use macro-constant.
46005         (DBL_MAX): Likewise.
46006         (LDBL_MAX): Likewise.
46007         (FLT_EPSILON): Use macro-constant.  Give upper bound.
46008         (DBL_EPSILON): Likewise.
46009         (LDBL_EPSILON): Likewise.
46010         (FLT_MIN): Likewise.
46011         (DBL_MIN): Likewise.
46012         (LDBL_MIN): Likewise.
46013         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
46014         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
46015         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
46016         [ISO11] (FLT_HAS_SUBNORM): Likewise.
46017         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
46018         [ISO11] (DBL_DECIMAL_DIG): Likewise.
46019         [ISO11] (FLT_DECIMAL_DIG): Likewise.
46020         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
46021         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
46022         [ISO11] (FLT_TRUE_MIN): Likewise.
46023         [ISO11] (LDBL_TRUE_MIN): Likewise.
46024         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46025         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
46026         (SCHAR_MIN): Use macro-int-constant.  Specify type.
46027         (SCHAR_MAX): Likewise.
46028         (UCHAR_MAX): Likewise.
46029         (CHAR_MIN): Likewise.
46030         (CHAR_MAX): Likewise.
46031         (MB_LEN_MAX): Use macro-int-constant.
46032         (SHRT_MIN): Use macro-int-constant.  Specify type.
46033         (SHRT_MAX): Likewise.
46034         (USHRT_MAX): Likewise.
46035         (INT_MAX): Likewise.
46036         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
46037         bound negative.
46038         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46039         bound with "U".
46040         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46041         bound with "L".
46042         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
46043         bound negative.  Suffix upper bound with "L".
46044         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46045         bound with "UL".
46046         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
46047         Specify type.
46048         [C99-based standards] (LLONG_MAX): Likewise.
46049         [C99-based standards] (ULLONG_MAX): Likewise.
46050         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
46051         == 0.
46052         [ISO11] (max_align_t): Require type.
46053         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46055         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
46056         from $CFLAGS, without defining away __attribute__ calls.
46057         (checknamespace): Use $CFLAGS_namespace.
46059         * conform/conformtest.pl (@keywords): Only include C99 keywords
46060         for standards based on C99 or C11.
46062         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
46063         Disable tests.
46064         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
46065         UNIX98]: Likewise.
46067         * conform/conformtest.pl: Handle "macro-int-constant" and test for
46068         usability of symbols in #if.
46070         * conform/conformtest.pl: If macro or constant types start
46071         "promoted:", expect the symbol to be of the following type
46072         promoted by the integer promotions.
46074         * conform/conformtest.pl: Parse all "constant" and "macro" lines
46075         in one place.  Also handle "macro-constant".
46077         * conform/conformtest.pl: Only accept expected macro values with
46078         "==".  Parse all "macro" lines in one place.
46079         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
46081         * conform/conformtest.pl: Handle braced types on "constant" lines
46082         instead of handling "typed-constant".
46083         * conform/data/signal.h-data: Use "constant" instead of
46084         "typed-constant".
46086         * conform/conformtest.pl: Handle "optional-" at start of lines in
46087         one place rather than duplicating several cases.  Handle each
46088         format of "macro" line with initial "optional-".
46090         * conform/conformtest.pl: Only accept expected constant or
46091         optional-constant values with "==".  Parse all "constant" lines in
46092         one place.  Parse all "optional-constant" lines in one place.
46093         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
46094         * conform/data/fmtmsg.h-data: Likewise.
46095         * conform/data/netinet/in.h-data: Likewise.
46096         * conform/data/tar.h-data: Likewise.
46097         * conform/data/limits.h-data: Use "==" form on "constant" and
46098         "optional-constant" lines.
46100         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
46101         Use -std=c99 for XOPEN2K.
46102         (@knownproblems): Remove.
46103         (newtoken): Don't check %isknown.
46105         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
46106         Do not expect macro.
46107         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
46108         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
46109         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
46110         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
46111         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
46112         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
46113         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
46114         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
46115         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
46116         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
46117         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
46118         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
46119         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
46120         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
46121         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
46122         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
46123         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
46124         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
46125         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
46126         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
46127         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
46128         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
46129         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
46130         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
46131         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
46132         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
46133         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
46134         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
46135         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
46136         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
46137         [XPG3] (acosh): Likewise.
46138         [XPG3] (asinh): Likewise.
46139         [XPG3] (atanh): Likewise.
46140         [XPG3] (cbrt): Likewise.
46141         [XPG3] (expm1): Likewise.
46142         [XPG3] (ilogb): Likewise.
46143         [XPG3] (log1p): Likewise.
46144         [XPG3] (logb): Likewise.
46145         [XPG3] (nextafter): Likewise.
46146         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46147         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46148         [XPG3] (remainder): Likewise.
46149         [XPG3] (rint): Likewise.
46150         [XPG3 || XPG4 || UNIX98] (round): Likewise.
46151         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46152         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46153         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46154         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46155         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46156         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46157         [UNIX98 || XOPEN2K] (scalb): Expect.
46158         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46159         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
46160         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
46161         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
46162         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
46163         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
46164         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
46165         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
46166         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
46167         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
46168         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
46169         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
46170         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
46171         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
46172         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
46173         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
46174         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
46175         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
46176         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
46177         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
46178         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
46179         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
46180         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
46181         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
46182         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
46183         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
46184         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
46185         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
46186         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
46187         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
46188         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
46189         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
46190         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
46191         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
46192         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
46193         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
46194         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
46195         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
46196         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
46197         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
46198         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
46199         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
46200         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
46201         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
46202         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
46203         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
46204         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
46205         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
46206         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
46207         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
46208         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
46209         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
46210         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
46211         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
46212         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
46213         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
46214         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
46215         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
46216         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
46217         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
46218         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
46219         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
46220         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
46221         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
46222         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
46223         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
46224         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
46225         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
46226         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
46227         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
46228         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
46229         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
46230         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
46231         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
46232         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
46233         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
46234         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
46235         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
46236         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
46237         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
46238         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
46239         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
46240         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
46241         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
46242         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
46243         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
46244         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
46245         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
46246         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
46247         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
46248         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
46249         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
46250         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
46251         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
46252         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
46253         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
46254         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
46255         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
46256         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
46257         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
46258         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
46259         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46260         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46261         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46262         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46263         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46264         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46265         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46266         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46267         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46268         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46269         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46270         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46271         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46272         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46273         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46274         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46275         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46276         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46277         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46278         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46279         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46280         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46281         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46282         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46283         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46284         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46285         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46286         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46287         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46288         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46289         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46290         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46291         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46292         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46293         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46294         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46296         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46297         _XOPEN_SOURCE_EXTENDED for XPG4.
46299         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46301         * Makeconfig (localtime): Remove variable.
46302         (inst_localtime-file): Likewise.
46304 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46307         Update.
46308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46309         Update.
46310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46311         Update.
46312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46313         Update.
46314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46315         Update.
46316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46317         Update.
46318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46319         Update.
46320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46321         Update.
46322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46323         Update.
46325 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46327         [BZ #2550]
46328         [BZ #2570]
46329         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46330         comparisons to determine direction to adjust input.
46331         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46332         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46333         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46334         Likewise.
46335         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46336         Likewise.
46337         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46338         Likewise.
46339         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46340         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46341         Likewise.
46342         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46343         Likewise.
46344         * math/libm-test.inc (nexttoward_test): Add more tests.
46346 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46348         [BZ #14040]
46349         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46350         in version GLIBC_2.1, not GLIBC_2.0.
46351         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46352         Likewise.
46354 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46356         [BZ #13942]
46357         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46358         (1 - x) * (1 + x).
46359         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46360         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46361         * math/libm-test.inc (acos_test): Add more tests.
46362         (asin_test): Likewise.
46363         * sysdeps/i386/fpu/libm-test-ulps: Update.
46364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46366         [BZ #14034]
46367         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46368         of square root.
46369         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46370         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46371         * math/libm-test.inc (acos_test_tonearest): New function.
46372         (acos_test_towardzero): Likewise.
46373         (acos_test_downward): Likewise.
46374         (acos_test_upward): Likewise.
46375         (asin_test_tonearest): Likewise.
46376         (asin_test_towardzero): Likewise.
46377         (asin_test_downward): Likewise.
46378         (asin_test_upward): Likewise.
46379         (main): Call the new functions.
46380         * sysdeps/i386/fpu/libm-test-ulps: Update.
46381         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46383         [BZ #13884]
46384         [BZ #13924]
46385         * math/e_exp10.c: Include <float.h>.
46386         (__ieee754_exp10): Handle underflow here rather than multiplying
46387         large negative argument by M_LN10.
46388         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46389         of __ieee754_expf.
46390         * math/e_exp10l.c: Include <float.h>.
46391         (__ieee754_exp10l): Handle underflow here rather than multiplying
46392         large negative argument by M_LN10l.
46393         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46394         spurious overflow exception on underflow.
46396 2012-04-29  Marek Polacek  <polacek@redhat.com>
46398         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46399         (__fortify_function): New macro.
46400         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46401         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46402         __extern_always_inline.
46403         * libio/bits/stdio2.h: Likewise.
46404         * libio/bits/stdio.h: Likewise.
46405         * string/string.h: Likewise.
46406         * string/bits/string3.h: Likewise.
46407         * include/stdio.h: Likewise.
46408         * stdlib/bits/stdlib.h: Likewise.
46409         * stdlib/stdlib.h: Likewise.
46410         * rt/bits/mqueue2.h: Likewise.
46411         * rt/mqueue.h: Likewise.
46412         * posix/bits/unistd.h: Likewise.
46413         * posix/unistd.h: Likewise.
46414         * io/bits/poll2.h: Likewise.
46415         * io/bits/fcntl2.h: Likewise.
46416         * io/fcntl.h: Likewise.
46417         * io/sys/poll.h: Likewise.
46418         * misc/bits/syslog.h: Likewise.
46419         * misc/bits/syslog-ldbl.h: Likewise.
46420         * misc/sys/syslog.h: Likewise.
46421         * socket/bits/socket2.h: Likewise.
46422         * socket/sys/socket.h: Likewise.
46423         * debug/tst-chk1.c: Likewise.
46424         * wcsmbs/bits/wchar2.h: Likewise.
46425         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46426         * wcsmbs/wchar.h: Likewise.
46428 2012-04-29  Andreas Jaeger  <aj@suse.de>
46430         * Makerules (tests): Remove enable-check-abi protection.
46431         (check-abi-warn): Remove.
46432         (check-abi-%): Remove check-abi-warn usage.
46434         * configure.in: Remove check-abi configure option.
46435         * configure: Regenerated.
46436         * config.make.in (enable-check-abi): Remove.
46438 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46440         [BZ #14033]
46441         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46442         double functions to double *_finite functions.
46444         [BZ #13941]
46445         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46446         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46447         LDBL_MIN_EXP.
46448         * stdio-common/Makefile (tests): Add tst-sprintf3.
46449         * stdio-common/tst-sprintf3.c: New file.
46451         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46452         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46454 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46456         * conform/conformtest.pl: Remove duplicate typed-constant
46457         handling.
46459 2012-04-28  David S. Miller  <davem@davemloft.net>
46461         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46462         (check-abi-%): Remove AWK script prerequisite and explicit
46463         abilist directory.
46464         (check-abi): Rewrite to just diff the symlist with the abilist.
46465         (config-tls, config-abi-config): Delete, no longer used.
46466         (update-abi-%): Remove AWK script and explicit abilist directory.
46467         (update-abi): Rewrite to simply compare and conditionally copy the
46468         symlist and the sysdep abilist file.  Remove update-abi-config
46469         checks.
46470         * abilist/ld.abilist: Remove.
46471         * abilist/libBrokenLocale.abilist: Remove.
46472         * abilist/libanl.abilist: Remove.
46473         * abilist/libcrypt.abilist: Remove.
46474         * abilist/libdl.abilist: Remove.
46475         * abilist/librt.abilist: Remove.
46476         * abilist/libthread_db.abilist: Remove.
46477         * abilist/libutil.abilist: Remove.
46478         * scripts/extract-abilist.awk: Remove.
46479         * scripts/merge-abilist.awk: Remove.
46480         * sysdeps/generic/libcidn.abilist: New file.
46481         * sysdeps/generic/libnss_compat.abilist: New file.
46482         * sysdeps/generic/libnss_db.abilist: New file.
46483         * sysdeps/generic/libnss_dns.abilist: New file.
46484         * sysdeps/generic/libnss_files.abilist: New file.
46485         * sysdeps/generic/libnss_hesiod.abilist: New file.
46486         * sysdeps/generic/libnss_nis.abilist: New file.
46487         * sysdeps/generic/libnss_nisplus.abilist: New file.
46488         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46489         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46490         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46491         file.
46492         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46493         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46494         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46495         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46496         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46497         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46498         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46499         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46500         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46501         file.
46502         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46503         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46504         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46505         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46506         file.
46507         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46508         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46509         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46510         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46511         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46512         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46513         file.
46514         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46515         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46516         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46517         file.
46518         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46519         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46520         New file.
46521         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46522         New file.
46523         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46524         New file.
46525         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46526         New file.
46527         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46528         New file.
46529         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46530         New file.
46531         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46532         New file.
46533         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46534         New file.
46535         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46536         New file.
46537         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46538         New file.
46539         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46540         New file.
46541         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46542         New file.
46543         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46544         New file.
46545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46546         file.
46547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46548         New file.
46549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46550         New file.
46551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46552         file.
46553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46554         New file.
46555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46556         New file.
46557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46558         file.
46559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46560         New file.
46561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46562         New file.
46563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46564         New file.
46565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46566         New file.
46567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46568         New file.
46569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46570         New file.
46571         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46572         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46573         file.
46574         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46575         New file.
46576         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46577         file.
46578         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46579         file.
46580         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46581         file.
46582         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46583         file.
46584         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46585         file.
46586         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46587         New file.
46588         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46589         file.
46590         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46591         file.
46592         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46593         New file.
46594         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46595         file.
46596         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46597         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46598         file.
46599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46600         New file.
46601         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46602         file.
46603         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46604         file.
46605         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46606         file.
46607         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46608         file.
46609         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46610         file.
46611         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46612         New file.
46613         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46614         file.
46615         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46616         file.
46617         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46618         New file.
46619         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46620         file.
46621         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46622         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46623         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46624         file.
46625         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46626         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46627         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46628         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46629         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46630         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46631         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46632         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46633         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46634         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46635         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46636         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46637         file.
46638         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46639         New file.
46640         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46641         file.
46642         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46643         file.
46644         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46645         file.
46646         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46647         file.
46648         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46649         file.
46650         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46651         New file.
46652         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46653         New file.
46654         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46655         file.
46656         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46657         New file.
46658         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46659         file.
46660         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46661         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46662         file.
46663         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46664         New file.
46665         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46666         file.
46667         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46668         file.
46669         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46670         file.
46671         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46672         file.
46673         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46674         file.
46675         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46676         New file.
46677         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46678         New file.
46679         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46680         file.
46681         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46682         New file.
46683         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46684         file.
46686 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46688         * conform/conformtest.pl: Fix typo in handling typed-constant from
46689         allow-header.
46691 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46693         * README: Cut down references to pre-2.6 Linux kernels and
46694         Linuxthreads.  Update lists of configurations in libc and ports
46695         and sort alphabetically.  Say "or newer" with Linux kernel version
46696         requirements.
46698         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46700 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46702         [BZ #887]
46703         * math/libm-test.inc (logb_test_downward): New test to expose
46704         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46705         rounding mode.
46707 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46709         [BZ #14027]
46710         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46711         to be done.
46712         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46713         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46715 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46717         * sysdeps/unix/i386/brk.S: Remove file.
46718         * sysdeps/unix/i386/dl-brk.S: Likewise.
46719         * sysdeps/unix/i386/pipe.S: Likewise.
46720         * sysdeps/unix/i386/sigreturn.S: Likewise.
46721         * sysdeps/unix/i386/syscall.S: Likewise.
46722         * sysdeps/unix/i386/vfork.S: Likewise.
46723         * sysdeps/unix/i386/wait.S: Likewise.
46725         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46726         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46728         * configure.in (arm*-none*): Do not allow without
46729         --enable-hacker-mode.
46730         (netbsd*): Remove case setting base_os.
46731         (386bsd*): Likewise.
46732         (freebsd*): Likewise.
46733         (bsdi*): Likewise.
46734         (osf*): Likewise.
46735         (sunos*): Likewise.
46736         (ultrix*): Likewise.
46737         (newsos*): Likewise.
46738         (dynix*): Likewise.
46739         (*bsd*): Likewise.
46740         (sysv*): Likewise.
46741         (isc*): Likewise.
46742         (esix*): Likewise.
46743         (sco*): Likewise.
46744         (minix*): Likewise.
46745         (irix4*): Likewise.
46746         (irix6*): Likewise.
46747         (solaris[2-9]*): Likewise.
46748         (none): Likewise.
46749         * configure: Regenerated.
46751 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46753         [BZ #11521]
46754         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46755         overflow or cancellation in calculating denominator.
46756         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46757         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46758         down expression to avoid unexpected rounding in newer GCCs.
46759         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46761 2012-04-26  David S. Miller  <davem@davemloft.net>
46763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46764         long-double compat symbols.
46765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46770         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46771         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46773         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46774         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46775         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46776         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46777         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46779 2012-04-25  David S. Miller  <davem@davemloft.net>
46781         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46782         HWCAP_* values only after the memory barriers have been defined.
46783         (atomic_full_barrier): Define.
46784         (atomic_read_barrier): Define.
46785         (atomic_write_barrier): Define.
46787 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46789         * shlib-versions: Add libgcc_s version information.
46790         * sysdeps/generic/libgcc_s.h: Remove.
46791         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46792         libgcc_s.h.
46793         * sysdeps/gnu/unwind-resume.c: Likewise.
46794         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46796 2012-04-25  David S. Miller  <davem@davemloft.net>
46798         * sysdeps/unix/sparc/brk.S: Delete.
46799         * sysdeps/unix/sparc/dl-brk.S: Delete.
46800         * sysdeps/unix/sparc/pipe.S: Delete.
46801         * sysdeps/unix/sparc/sysdep.S: Delete.
46802         * sysdeps/unix/sparc/sysdep.h: Delete.
46803         * sysdeps/unix/sparc/vfork.S: Delete.
46804         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46805         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46806         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46807         (ret_ERRVAL, r0, r1, MOVE): Define.
46808         (JUMPTARGET): Remove.
46809         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46810         sysdeps/unix/sparc/sysdep.h
46811         (ENTRY, END): Remove.
46812         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46814 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46816         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46817         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46818         -DIS_IN_build.
46820         * timezone/README: Update upstream location and email address for
46821         tzcode and tzdata.
46822         * timezone/zdump.c: Update from tzcode 2012b.
46823         * timezone/zic.c: Likewise.
46825         * configure.in (libc_cv_as_needed): Remove test.
46826         * configure: Regenerated.
46827         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46828         conditional definition.
46829         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46830         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46831         * config.make.in (have-as-needed): Remove variable.
46833 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46834             Paul Pluzhnikov  <ppluzhnikov@google.com>
46836         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46837         strings correctly.
46839 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46841         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46842         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46843         * sysdeps/sh/strlen.S: Likewise.
46845 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46847         * sysdeps/unix/fork.S: Remove file.
46848         * sysdeps/unix/i386/fork.S: Likewise.
46849         * sysdeps/unix/sparc/fork.S: Likewise.
46851         * sysdeps/unix/system.c: Remove file.
46852         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46854         * sysdeps/unix/getegid.S: Remove file.
46855         * sysdeps/unix/geteuid.S: Likewise.
46857 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46859         * scripts/check-localplt.awk: New file.
46860         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46861         of diff.
46862         * scripts/data/localplt-generic.data: Add a comment.
46864         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46865         NODE when __dir_mkfile failed.
46866         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46867         Reported by Ludovic Courtès <ludo@gnu.org>.
46869 2012-04-24  Andreas Jaeger  <aj@suse.de>
46871         * Makerules (common-clean): Also remove gen-as-const-headers
46872         files.
46874 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46876         * Makerules (native-compile): Do not change working directory for
46877         build.  Use $(OUTPUT_OPTION) in command.
46878         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46880 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46882         [BZ #13886]
46883         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46884         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46885         * math/libm-test.inc (floor_test): Add more tests.
46886         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46888 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46890         * sysdeps/unix/getdents.c: Remove file.
46891         * sysdeps/unix/sysv/getdents.c: Likewise.
46892         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46894         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46895         sysdeps/unix/mman/syscalls.list.
46896         (mmap): Likewise.
46897         (mprotect): Likewise.
46898         (msync): Likewise.
46899         (munmap): Likewise.
46900         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46901         * sysdeps/unix/mman/syscalls.list: Remove.
46902         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46904         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46905         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46906         * configure: Regenerated.
46907         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46908         $(libgcc_s_suffix).
46909         * config.make.in (libgcc_s_suffix): Remove variable.
46911 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46913         * sysdeps/unix/sysv/gethostname.c: Move to ...
46914         * sysdeps/posix/gethostname.c: ... here.
46916         * sysdeps/unix/execve.S: Remove file.
46918         * sysdeps/unix/_exit.S: Remove file.
46920 2012-04-23  Andreas Jaeger  <aj@suse.de>
46922         [BZ #13739]
46923         * manual/Makefile: Remove make dist support, there's no
46924         need for a stand-alone documentation tar ball.
46925         (TEXI2DVI): Define always, it's not in Makeconfig.
46926         (dist): Removed.
46927         (tar-it): Removed.
46928         (edition): Removed.
46929         (glibc-doc-$(edition).tar): Removed
46930         (%.Z): Removed.
46931         (%.gz): Removed.
46932         (%.uu): Removed.
46933         (ETAGS): Remove, it's in Makeconfig.
46934         (move-if-change): Remove, it's in Makeconfig.
46936 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46938         [BZ #13970]
46939         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46940         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46941         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46942         (strtod_l, strtof_l, strtold_l): Remove __wur.
46943         It is not necessarily an error to ignore strtol's return value.
46944         One can reliably look at the stored endptr to decide whether
46945         the number had valid syntax.
46947 2012-04-21  Andreas Jaeger  <aj@suse.de>
46949         [BZ #13739]
46950         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46952 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46954         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46955         * sysdeps/unix/sysv/Versions: Remove file.
46957 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46959         [BZ #13927]
46960         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46962 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46964         [BZ #7064]
46965         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46966         version from __vm86.
46968 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46970         * sysdeps/unix/common/lxstat.c: Remove file.
46971         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46973         * sysdeps/unix/sysv/Makefile: Remove file.
46975         * sysdeps/unix/sysv/direct.h: Remove file.
46977         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46978         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46979         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46980         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46981         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46982         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46983         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46985         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46987         * sysdeps/unix/xmknod.c: Remove file.
46988         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46990         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46992         * sysdeps/unix/sysv/i386/time.S: Remove file.
46994         * sysdeps/unix/fxstat.c: Remove file.
46995         * sysdeps/unix/xstat.c: Likewise.
46996         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46998         * sysdeps/unix/sysv/sigaction.c: Remove file.
47000         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
47001         (sysdep_headers): Remove variable.
47002         [termio.h not in sysdep_headers] (generated): Likewise.
47003         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
47004         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
47005         * sysdeps/unix/sysv/tcdrain.c: Likewise.
47006         * sysdeps/unix/sysv/tcflow.c: Likewise.
47007         * sysdeps/unix/sysv/tcflush.c: Likewise.
47008         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
47009         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
47010         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
47011         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
47012         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
47014         * sysdeps/unix/siglist.c: Remove file.
47016         * sysdeps/unix/getppid.S: Remove file.
47018         * sysdeps/unix/mkdir.c: Remove file.
47019         * sysdeps/unix/rmdir.c: Likewise.
47021 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
47023         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
47024         ERR_MAX value.
47025         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
47026         errlist-compat value.
47028 2012-04-18  David S. Miller  <davem@davemloft.net>
47030         * sysdeps/generic/memcopy.h (reg_char): Delete.
47031         * debug/strcat_chk.c: Use char, not reg_char.
47032         * debug/strcpy_chk.c: Likewise.
47033         * debug/strncat_chk.c: Likewise.
47034         * debug/strncpy_chk.c: Likewise.
47035         * string/memchr.c: Likewise.
47036         * string/memrchr.c: Likewise.
47037         * string/rawmemchr.c: Likewise.
47038         * string/strcat.c: Likewise.
47039         * string/strchr.c: Likewise.
47040         * string/strchrnul.c: Likewise.
47041         * string/strcmp.c: Likewise.
47042         * string/strcpy.c: Likewise.
47043         * string/strncat.c: Likewise.
47044         * string/strncmp.c: Likewise.
47045         * string/strncpy.c: Likewise.
47047 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47049         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
47050         __builtin_memcopy is called when src and dest ranges are known to not
47051         overlap.
47053 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47055         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
47056         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
47057         fwd_align_merge macro call.
47058         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
47059         bwd_align_merge macro call.
47060         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47062 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47064         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
47065         bwd_align_merge macros.
47066         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
47067         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
47068         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47070 2012-04-18  David S. Miller  <davem@davemloft.net>
47072         * sysdeps/sparc/sparc64/memcopy.h: Delete.
47074 2012-04-18  Andreas Jaeger  <aj@suse.de>
47076         [BZ# 6794]
47077         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
47078         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
47079         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47081         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
47082         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
47083         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47085         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
47086         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
47087         Adjust for changed ldbl-128 files.
47089         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
47090         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
47091         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47093 2012-04-17  David S. Miller  <davem@davemloft.net>
47095         * sysdeps/sparc/sparc32/memcopy.h: Delete.
47097 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
47099         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
47100         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
47101         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
47102         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
47103         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
47104         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
47106 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47108         [BZ #6794]
47109         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
47110         * math/libm-test.inc: Add ilogb errno and exception tests.
47111         * math/w_ilogb.c: New file: ilogb wrapper.
47112         * math/w_ilogbf.c: New file: ilogbf wrapper.
47113         * math/w_ilogbl.c: New file: ilogbl wrapper.
47114         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
47115         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
47116         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
47117         exception being thrown with 0.0 as argument.
47118         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
47119         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
47120         exception being thrown with 0.0 as argument.
47121         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
47122         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47123         exception being thrown with 0.0 as argument.
47124         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
47125         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47126         exception being thrown with 0.0 as argument.
47127         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
47128         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
47129         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
47130         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
47131         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
47132         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
47133         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
47134         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
47135         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
47137 2012-04-17  Petr Baudis  <pasky@ucw.cz>
47139         * include/sys/uio.h: Change __vector to __iovec to avoid clash
47140         with altivec.
47142 2012-04-16  Marek Polacek  <polacek@redhat.com>
47144         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
47146 2012-04-16  Marek Polacek  <polacek@redhat.com>
47148         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47149         operands of fdivp instruction.
47151 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47153         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47154         * elf/tst-auditmod3b.c: Likewise.
47155         * elf/tst-auditmod4b.c: Likewise.
47156         * elf/tst-auditmod5b.c: Likewise.
47157         * elf/tst-auditmod6b.c: Likewise.
47158         * elf/tst-auditmod6c.c: Likewise.
47159         * elf/tst-auditmod7b.c: Likewise.
47160         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
47161         * sysdeps/x86_64/preconfigure.in: Likewise.
47162         * sysdeps/x86_64/preconfigure: Regenerated.
47164 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47166         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
47167         __ILP32__.
47169 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
47171         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47172         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
47174 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
47176         [BZ #13973]
47177         * locale/iso-639.def: Fix gl language name. Spotted by
47178         Yaron Shahrabani.
47180 2012-04-12  Roland McGrath  <roland@hack.frob.com>
47182         [BZ #2074]
47183         * libio/libio.h (__io_write_fn): Update comment.
47185 2012-04-12  Petr Baudis  <pasky@ucw.cz>
47187         [BZ #2074]
47188         * stdio.texi (Hook Functions): The user provided writer function
47189         is not allowed to return -1.
47191 2012-04-11  David S. Miller  <davem@davemloft.net>
47193         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47195 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
47197         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
47198         Add a leading slash to rtkaio.
47200 2012-04-11  Jim Meyering  <meyering@redhat.com>
47202         [BZ #11959]
47203         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
47204         It is not necessarily an error to ignore fwrite's return
47205         value.  One can reliably use ferror to test for errors after
47206         the fact.
47208 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47210         * bits/types.h (__snseconds_t): New type.
47211         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
47213         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
47214         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47215         (__SNSECONDS_T_TYPE): Likewise.
47216         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47217         (__SNSECONDS_T_TYPE): Likewise.
47218         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47219         (__SNSECONDS_T_TYPE): Likewise.
47221 2012-04-10  Andreas Jaeger  <aj@suse.de>
47223         [BZ #2636]
47224         * manual/time.texi (Processor Time): Return type of times is
47225         elapsed real time since an arbitrary point in the past.
47226         (CPU Time): Move CLK_TCK from here...
47227         (Processor Time): ...to here.  Correct description.
47228         * manual/conf.texi (Constants for Sysconf): Correct description of
47229         _SC_CLK_TCK.
47231 2012-04-10  David S. Miller  <davem@davemloft.net>
47233         [BZ #13967]
47234         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
47235         where the is a gap between DT_REL(A) and DT_JMPREL.
47237 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47239         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
47240         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47241         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47243 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
47245         * elf/dl-support.c (_dl_inhibit_cache): New variable.
47246         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
47247         (dl_main): Handle --inhibit-cache.
47248         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
47249         _dl_inhibit_cache.
47250         * elf/dl-load.c (_dl_map_object): Use it.
47251         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
47253 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47255         [BZ #13872]
47256         * sysdeps/i386/fpu/e_powl.S (p78): New object.
47257         (__ieee754_powl): Saturate large exponents rather than testing for
47258         overflow of y*log2(x).
47259         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47260         * math/libm-test.inc (pow_test): Do not permit spurious overflow
47261         exceptions.
47263         [BZ #11521]
47264         * math/s_ctan.c: Include <float.h>.
47265         (__ctan): Avoid internal overflow or cancellation in calculating
47266         denominator.
47267         * math/s_ctanf.c: Likewise.
47268         * math/s_ctanl.c: Likewise.
47269         * math/s_ctanh.c: Likewise.
47270         * math/s_ctanhf.c: Likewise.
47271         * math/s_ctanhl.c: Likewise.
47272         * math/libm-test.inc (ctan_test): Add more tests.
47273         (ctanh_test): Likewise.
47274         * sysdeps/i386/fpu/libm-test-ulps: Update.
47275         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47277 2012-04-09  Andreas Jaeger  <aj@suse.de>
47279         [BZ #6894]
47280         * manual/filesys.texi (Directory Entries): Mention that d_namlen
47281         is an optional BSD extension.
47283         [BZ #10254]
47284         * manual/stdio.texi (Opening Streams): Document additional fopen
47285         parameters.
47287 2012-04-09  Roland McGrath  <roland@hack.frob.com>
47289         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47290         %eax without telling the compiler.
47292 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
47294         [BZ # 13963]
47295         * manual/install.texi: Use sourceware.org.
47297 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47299         [BZ #13873]
47300         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47301         (__ieee754_pow): Generate overflow and underflow using huge*huge
47302         and tiny*tiny rather than just returning constant infinity or zero
47303         for large exponents.
47304         * math/libm-test.inc (pow_test): Require overflow exceptions for
47305         applicable cases of large exponents.
47307         [BZ #706]
47308         * sysdeps/i386/fpu/e_pow.S (p10): New object.
47309         (__ieee754_pow): Use iterative multiplication algorithm only for
47310         integer exponents with absolute value below 1024.  Check for odd
47311         integer exponents when using algorithm for real exponents.
47312         * math/libm-test.inc (pow_test): Add more tests.
47313         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47315 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
47317         [BZ #13705]
47318         * math/libm-test.inc (exp_test): Do not allow overflow exception
47319         on underflow test.
47321 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
47323         [BZ #13705]
47324         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47325         instead of __kernel_standard_f.
47327 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
47329         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47330         * sysdeps/x86_64/memset_chk.S: Likewise.
47332 2012-04-08  Andreas Jaeger  <aj@suse.de>
47334         [BZ #10153]
47335         * manual/startup.texi (Environment Access): Describe return value
47336         for putenv and setenv.
47338         [BZ #6895]
47339         * manual/filesys.texi (Directory Entries): Add description for
47340         DT_LNK.
47342         [BZ #6890]
47343         * manual/filesys.texi (Directory Entries): Clarify that it's file
47344         system not operating system in the description of DT_UNKNOWN.
47346         [BZ #6578]
47347         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47349 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47351         [BZ #6649]
47352         * manual/llio.texi (Opening and Closing Files): Add cross
47353         reference to explain mode argument.
47355 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47357         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47358         * sysdeps/x86_64/memset_chk.S: Likewise.
47360 2012-04-07  David S. Miller  <davem@davemloft.net>
47362         * elf/elf.h (R_SPARC_WDISP10): Define.
47363         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47364         R_SPARC_SIZE32.
47365         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47366         R_SPARC_SIZE64 and R_SPARC_H34.
47368 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47370         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47371         conditions and remove no longer applicable assertion.
47373 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47375         * bits/byteswap.h: Include <features.h>.
47376         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47377         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47379 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47381         * bits/byteswap.h (__bswap_16): Removed.
47382         Include <bits/byteswap-16.h> to get __bswap_16.
47383         * sysdeps/i386/bits/byteswap.h: Likewise.
47384         * sysdeps/s390/bits/byteswap.h: Likewise.
47385         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47386         * bits/byteswap-16.h: New file.
47387         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47388         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47389         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47390         * string/Makefile (headers): Add bits/byteswap-16.h.
47392 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47394         [BZ #13895]
47395         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47396         extra indirection.
47397         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47398         * nss/tst-nss-static.c: New.
47400 2012-04-06  Robert Millan  <rmh@gnu.org>
47402         [BZ #6486]
47403         * manual/llio.texi (File Position Primitive): lseek
47404         refers to WHENCE when it really means OFFSET.
47406 2012-04-06  Andreas Jaeger  <aj@suse.de>
47408         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47409         strncmp declarations.
47411         * abilist/libc.abilist: Add __poll and __ppoll.
47413 2012-04-05  David S. Miller  <davem@davemloft.net>
47415         * scripts/check-local-headers.sh: Accept a host triplet in the
47416         path matched by the exclude regexp.
47418         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47419         definition.
47420         * sysdeps/powerpc/powerpc32/dl-machine.h
47421         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47422         * sysdeps/s390/s390-32/dl-machine.h
47423         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47424         * sysdeps/sparc/sparc32/dl-machine.h
47425         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47426         * sysdeps/sparc/sparc64/dl-machine.h
47427         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47429         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47430         lazy binding.
47431         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47432         undefined symbol errors.
47434         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47435         DT_NEEDED entries.
47437 2012-04-05  Michael Matz  <matz@suse.de>
47439         [BZ #13592]
47440         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47442 2012-04-05  Andreas Jaeger  <aj@suse.de>
47444         [BZ #13908]
47445         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47446         comment.
47448 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47450         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47451         which ROUND is no valid rounding mode.
47453 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47455         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47456         read again.
47457         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47459 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47461         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47462         an exception using FPU order intentionally.
47464 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47466         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47467         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47468         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47469         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47471 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47473         [BZ #12340]
47474         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47475         EINVAL when BUFLEN is too smal.
47477 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47479         [BZ #13553]
47480         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47481         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47483 2012-04-03  Andreas Jaeger  <aj@suse.de>
47485         [BZ #13938]
47486         * manual/setjmp.texi (System V contexts): Fix sentence.
47488         [BZ #13926]
47489         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47490         New macro for this case.
47491         [!__GNUC__] (__bswap_64): New inline function for this case.
47492         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47493         * bits/byteswap.h: Likewise.
47494         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47495         ull, guard with __GLIBC_HAVE_LONG_LONG.
47497         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47498         __GLIBC_HAVE_LONG_LONG.
47500         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47501         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47503 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47505         [BZ #13691]
47506         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47507         inptr and inend, rather than using last_ch.
47509 2012-04-02  David S. Miller  <davem@davemloft.net>
47511         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47512         * stdio-common/printf-parse.h (read_int): Change return type to
47513         'int', return -1 on INT_MAX overflow.
47514         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47515         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47516         overflows INT_MAX.  Check for overflow of in-format-string precision
47517         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47518         SIZE_MAX not INT_MAX for integer overflow test.
47519         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47520         skip the construct in the format string but do not record anything.
47521         * stdio-common/bug22.c: Adjust to test both width/prevision
47522         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47523         explicitly for proper errno values.
47525 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47527         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47528         CHAR_MAX.
47529         * string/test-strcmp.c [! WIDE]: Likewise.
47530         * time/tst-mktime2.c: Likewise for INT_MAX.
47531         * string/test-string.h: #include <sys/param.h> for MIN.
47533         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47534         * sysdeps/i386/init-first.c (init): Likewise.
47535         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47536         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47537         * sysdeps/sh/init-first.c (init): Likewise.
47539 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47541         * po/ru.po: Update from translation team.
47542         * po/vi.po: Likewise.
47544 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47546         * resolv/nss_dns/dns-host.c: Merge copyright years.
47548 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47550         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47551         Optimize memcpy with prefetch if
47552         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47553         src, dst pointers have unequal 16 byte alignments.
47555 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47557         [BZ #13928]
47558         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47559         from a CNAME entry and return the minimum ttl for the query.
47560         (gaih_getanswer_slice): Likewise.
47562 2012-03-30  Jeff Law  <law@redhat.com>
47564         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47565         due to long keys.
47566         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47567         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47569         * resolv/nss_dns/dns-host.c: Update copyright year.
47571 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47573         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47574         requests to save a system call.  Fix check that all bytes are sent.
47576         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47577         comments for sendmmsg.
47579 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47581         [BZ #13691]
47582         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47583         with only 1 character between 0x0041 and 0x01b0.
47584         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47585         * wcsmbs/tst-mbsnrtowcs.c: New file.
47587 2012-03-29  David S. Miller  <davem@davemloft.net>
47589         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47590         small copies by hand.
47592 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47594         [BZ #13761]
47595         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47596         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47597         group memberships.
47599 2012-03-28  David S. Miller  <davem@davemloft.net>
47601         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47602         that branches into memcpy.
47603         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47604         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47605         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47606         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47607         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47608         bits.
47609         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47610         implementation too.
47611         * sysdeps/sparc/mempcpy.S: New file.
47613         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47614         the IFUNC routine in the libc case.
47615         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47617         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47618         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47619         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47620         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47621         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47622         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47623         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47624         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47626         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47627         loop to 256 bytes instead of 64 bytes and fix test signedness.
47629         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47630         * sysdeps/sparc/sparc32/Makefile: rather than here...
47631         * sysdeps/sparc/sparc64/Makefile: and here.
47633 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47635         * malloc/mallocbug.c: Avoid warnings about unused variables.
47637 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47639         [BZ #13760]
47640         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47641         in the right place. Discard and retry query if response is
47642         larger than input buffer size.
47644 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47646         [BZ #369]
47647         [BZ #2678]
47648         [BZ #3866]
47649         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47650         x for large integer exponent.
47651         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47652         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47653         sign of result as needed afterwards.
47654         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47655         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47656         result for underflowing pow the same as for overflow.
47657         (__kernel_standard_l): Handle powl overflow and underflow here
47658         rather than calling __kernel_standard.
47659         * math/libm-test.inc (pow_test): Add more tests.
47661         [BZ #3868]
47662         [BZ #13879]
47663         [BZ #13910]
47664         [BZ #13911]
47665         [BZ #13912]
47666         [BZ #13913]
47667         [BZ #13915]
47668         [BZ #13916]
47669         [BZ #13917]
47670         [BZ #13918]
47671         [BZ #13919]
47672         [BZ #13920]
47673         [BZ #13921]
47674         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47675         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47676         (__kernel_standard_l): New function.
47677         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47678         __kernel_standard.
47679         * math/w_acosl.c (__acosl): Likewise.
47680         * math/w_asinl.c (__asinl): Likewise.
47681         * math/w_atan2l.c (__atan2l): Likewise.
47682         * math/w_atanhl.c (__atanhl): Likewise.
47683         * math/w_coshl.c (__coshl): Likewise.
47684         * math/w_exp10l.c (__exp10l): Likewise.
47685         * math/w_exp2l.c (__exp2l): Likewise.
47686         * math/w_fmodl.c (__fmodl): Likewise.
47687         * math/w_hypotl.c (__hypotl): Likewise.
47688         * math/w_j0l.c (__j0l, __y0l): Likewise.
47689         * math/w_j1l.c (__j1l, __y1l): Likewise.
47690         * math/w_jnl.c (__jnl, __ynl): Likewise.
47691         * math/w_lgammal.c (__lgammal): Likewise.
47692         * math/w_log10l.c (__log10l): Likewise.
47693         * math/w_log2l.c (__log2l): Likewise.
47694         * math/w_logl.c (__logl): Likewise.
47695         * math/w_powl.c (__powl): Likewise.
47696         * math/w_remainderl.c (__remainderl): Likewise.
47697         * math/w_scalbl.c (sysv_scalbl): Likewise.
47698         * math/w_sinhl.c (__sinhl): Likewise.
47699         * math/w_sqrtl.c (__sqrtl): Likewise.
47700         * math/w_tgammal.c (__tgammal): Likewise.
47701         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47702         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47703         * math/libm-test.inc (acos_test): Add more tests.
47704         (acosh_test): Likewise.
47705         (asin_test): Likewise.
47706         (atanh_test): Likewise.
47707         (exp_test): Likewise.
47708         (exp10_test): Likewise.
47709         (exp2_test): Likewise.
47710         (expm1_test): Likewise.
47711         (lgamma_test): Likewise.
47712         (log_test): Likewise.
47713         (log10_test): Likewise.
47714         (log1p_test): Likewise.
47715         (log2_test): Likewise.
47716         (pow_test): Do not allow some spurious overflow exceptions.
47717         (sqrt_test): Add more tests.
47718         (tgamma_test): Likewise.
47719         (y0_test): Likewise.
47720         (y1_test): Likewise.
47721         (yn_test): Likewise.
47723 2012-03-27  Anton Blanchard  <anton@samba.org>
47725         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47726         MAP_HUGETLB.
47727         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47728         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47729         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47731 2012-03-27  David S. Miller  <davem@davemloft.net>
47733         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47735         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47736         have-as-vis3 check.
47738 2012-03-27  Andreas Jaeger  <aj@suse.de>
47740         * sysdeps/x86_64/elf/configure.in: Moved to ...
47741         * sysdeps/x86_64/configure.in: ... here.
47742         * sysdeps/x86_64/elf/start.S: Moved to ...
47743         * sysdeps/x86_64/start.S: ... here.
47744         * sysdeps/x86_64/elf/configure: Delete.
47746         * sysdeps/x86_64/configure.in: Merge contents from
47747         sysdeps/i386/configure.in (without i686 check).
47749         * sysdeps/i386/elf/Versions: Merge into ...
47750         * sysdeps/i386/Versions: ... this.
47751         * sysdeps/i386/elf/Versions: Delete file.
47752         * sysdeps/i386/elf/start.S: Moved to ...
47753         * sysdeps/i386/start.S: ...here.
47754         * sysdeps/i386/elf/configure.in: Merge into...
47755         * sysdeps/i386/configure.in: ...here.
47756         * sysdeps/i386/elf/configure.in: Delete file.
47757         * sysdeps/i386/elf/configure: Delete file.
47759         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47760         * debug/backtracesyms.c: ... here.
47761         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47762         * debug/backtracesymsfd.c: ... here.
47763         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47764         * sysdeps/generic/ifunc-sel.h: ... here.
47766         * sysdeps/unix/i386/start.c: Delete file.
47767         * sysdeps/unix/sparc/start.c: Delete file.
47768         * sysdeps/unix/start.c: Delete file.
47770         * sysdeps/sh/elf/configure.in: Moved to ...
47771         * sysdeps/sh/configure.in: ... here.
47772         * sysdeps/sh/elf/start.S: Moved to ...
47773         * sysdeps/sh/start.S: ... here.
47774         * sysdeps/sh/elf/configure: Delete file.
47776         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47777         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47778         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47779         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47780         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47781         * sysdeps/powerpc/powerpc64/start.S: here.
47782         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47783         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47784         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47785         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47786         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47788         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47789         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47790         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47791         * sysdeps/powerpc/powerpc32/start.S: ... here.
47792         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47793         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47794         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47796         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47797         * sysdeps/powerpc/ifunc-sel.h: ... here.
47798         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47799         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47801         * sysdeps/sparc/elf/configure.in: Moved to ...
47802         * sysdeps/sparc/configure.in: ... here.
47803         * sysdeps/sparc/elf/configure: Delete file.
47804         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47805         * sysdeps/sparc/sparc32/start.S: ... here.
47806         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47807         * sysdeps/sparc/sparc64/start.S: ... here.
47808         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47809         * sysdeps/sparc/sparc32/Makefile: ... this.
47810         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47811         * sysdeps/sparc/sparc64/Makefile: ... this.
47813         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47814         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47815         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47816         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47817         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47818         * sysdeps/s390/s390-32/setjmp.S: ... here.
47819         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47820         * sysdeps/s390/s390-32/configure.in: ... here.
47821         * sysdeps/s390/s390-32/elf/configure: Delete file.
47822         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47823         * sysdeps/s390/s390-32/start.S: ... here.
47825         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47826         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47827         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47828         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47829         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47830         * sysdeps/s390/s390-64/setjmp.S: ... here.
47831         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47832         * sysdeps/s390/s390-64/configure.in: ... here
47833         * sysdeps/s390/s390-64/elf/configure: Delete file.
47834         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47835         * sysdeps/s390/s390-64/start.S: ... here.
47836         * sysdeps/s390/s390-64/elf/configure: Delete.
47838         * configure.in: Remove support for elf directories in sysdeps.
47840         * configure: Regenerated.
47841         * sysdeps/i386/configure: Regenerated.
47842         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47843         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47844         * sysdeps/s390/s390-32/configure: Regenerated.
47845         * sysdeps/s390/s390-64/configure: Regenerated.
47846         * sysdeps/sh/configure: Regenerated.
47847         * sysdeps/sparc/configure: Regenerated.
47848         * sysdeps/x86_64/configure: Regenerated.
47850 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47852         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47854         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47855         denormal result into account.
47857 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47859         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47860         Reported by Allan McRae <allan@archlinux.org>.
47862 2012-03-23  Jeff Law  <law@redhat.com>
47864         * nss/getnssent.c (__nss_getent): Fix typo.
47866 2012-03-23  David S. Miller  <davem@davemloft.net>
47868         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47870 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47872         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47873         to pad to uint64_t for each field.
47874         (dl_tls_index): Replace unsigned long with uint64_t.
47876 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47877         Paul Pluzhnikov  <ppluzhnikov@google.com>
47879         [BZ #6528]
47880         * grp/Makefile (otherlibs): Don't set it.
47881         * inet/Makefile (otherlibs): Likewise.
47882         * login/Makefile (otherlibs): Likewise.
47883         * nscd/Makefile (otherlibs): Likewise.
47884         * posix/Makefile (otherlibs): Likewise.
47885         * pwd/Makefile (otherlibs): Likewise.
47886         * rt/Makefile (otherlibs): Likewise.
47887         * sunrpc/Makefile (otherlibs): Likewise.
47888         * nss/Makefile (otherlibs): Likewise.
47889         Add libnss_files to routines and static-only-routines.
47890         ($(objpfx)getent): Remove rule.
47891         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47892         static-only-routines.
47894 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47896         [BZ #13892]
47897         * math/s_cexp.c: Include <float.h>.
47898         (__cexp): Handle exp result overflowing not necessarily
47899         overflowing both real and imaginary parts of result.
47900         * math/s_cexpf.c: Likewise.
47901         * math/s_cexpl.c: Likewise.
47902         * math/libm-test.inc (cexp_test): Add more tests.
47903         * sysdeps/i386/fpu/libm-test-ulps: Update.
47904         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47906 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47908         * include/link.h (ELFW): New macro.
47909         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47910         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47912 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47914         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47915         with uint64_t.
47917 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47919         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47920         declaration.
47921         (struct La_x32_retval): Likewise.
47923 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47925         * sysdeps/x86_64/preconfigure.in: New file.
47926         * sysdeps/x86_64/preconfigure: New generated file.
47928 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47930         [BZ #13824]
47931         * math/e_exp2l.c: Include <float.h>.
47932         (__ieee754_exp2l): Handle overflow and underflow cases
47933         separately.  Only pass fractional part of argument to
47934         __ieee754_expl.
47935         * math/libm-test.inc (exp2_test): Add more tests.
47937         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47938         negating x to take absolute value.
47939         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47940         Likewise.
47941         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47942         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47943         Likewise.
47944         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47945         computing low part if x was negated.
47946         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47948 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47950         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47951         la_x32_gnu_pltexit.
47952         (pltexit): Cast int_retval to ptrdiff_t.
47953         * elf/tst-auditmod3b.c: Likewise.
47954         * elf/tst-auditmod4b.c: Likewise.
47955         * elf/tst-auditmod5b.c: Likewise.
47956         * elf/tst-auditmod6b.c: Likewise.
47957         * elf/tst-auditmod6c.c: Likewise.
47958         * elf/tst-auditmod7b.c: Likewise.
47960         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47961         and x32_gnu_pltexit.
47963         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47964         __ELF_NATIVE_CLASS.
47965         (La_x32_regs): New macro.
47966         (La_x32_retval): Likewise.
47967         (la_x32_gnu_pltenter): New function prototype.
47968         (la_x32_gnu_pltexit): Likewise.
47970 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47972         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47973         exponent.
47975         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47977         * configure.in (libc_cv_cc_nofma): Check for option to disable
47978         generation of FMA instructions.
47979         * configure: Regenerate.
47980         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47981         * sysdeps/ieee754/dbl-64/Makefile: New file.
47982         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47983         Remove brandred-fma4.
47984         (CFLAGS-brandred-fma4.c): Remove.
47985         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47986         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47987         define.
47988         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47989         define.
47991 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47993         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47994         LLONG_MAX != LONG_MAX.
47995         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47996         (_fitoa_word): Likewise.
47997         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47998         LLONG_MAX != LONG_MAX.
47999         * stdio-common/_itowa.h: Include <_itoa.h>.
48000         (_itowa_word): Use _ITOA_WORD_TYPE on value.
48001         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
48002         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
48003         only if not defined.
48004         (_ITOA_WORD_TYPE): Likewise.
48005         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48006         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
48008 2012-03-21  David S. Miller  <davem@davemloft.net>
48010         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48012 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48014         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
48015         of x86_64 when setting libc_cv_slibdir, libdir and
48016         libc_cv_localedir.
48017         * sysdeps/unix/sysv/linux/configure: Regenerated.
48019 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48021         * manual/lang.texi (Old Varargs): Remove section.
48022         (How Variadic): Update menu.
48023         (va_start): Do not mention varargs.h.
48025 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48026             Joseph Myers  <joseph@codesourcery.com>
48028         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
48029         link test.
48030         * configure: Regenerated.
48032 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48034         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
48035         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
48036         conformtest.pl
48038 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48040         * NOTES: Remove.
48041         * Makefile (files-for-dist): Remove NOTES.
48042         (NOTES): Remove rule.
48043         * README: Don't refer to NOTES.
48044         * manual/creature.texi: Don't include macros.texi.
48045         * manual/intro.texi (creature.texi): Remove comment referring to
48046         NOTES.
48048         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
48049         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
48050         * configure: Regenerated.
48051         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
48052         LIBC_TRY_CC_OPTION.
48053         (libc_cv_as_i686): Likewise.
48054         (libc_cv_cc_avx): Likewise.
48055         (libc_cv_cc_sse2avx): Likewise.
48056         (libc_cv_cc_fma4): Likewise.
48057         (libc_cv_cc_novzeroupper): Likewise.
48058         * sysdeps/i386/configure: Regenerated.
48060         [BZ #13883]
48061         * sysdeps/i386/fpu/s_cexp.S: Remove.
48062         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48063         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48064         * math/libm-test.inc (cexp_test): Add more tests.
48065         * sysdeps/i386/fpu/libm-test-ulps: Update.
48066         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48068 2012-03-21  Allan McRae  <allan@archlinux.org>
48070         * timezone/Makefile: Do not install iso3166.tab and zone.tab
48072 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48074         [BZ #13871]
48075         * math/w_exp2.c: Do not include <float.h>.
48076         (o_threshold, u_threshold): Remove.
48077         (__exp2): Calculate result before checking finiteness and calling
48078         __kernel_standard.
48079         * math/w_exp2f.c: Likewise.
48080         * math/w_exp2l.c: Likewise.
48081         * math/libm-test.inc (exp2_test): Require overflow exception for
48082         1e6 input.
48084         [BZ #3866]
48085         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
48086         range of signed 64-bit integers before using fistpll.  Remove
48087         checks for whether integers fit in mantissa bits.
48088         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
48089         the range of signed 32-bit integers before using fistpl.  Remove
48090         checks for whether integers fit in mantissa bits.
48091         * sysdeps/i386/fpu/e_powl.S (p64): New object.
48092         (__ieee754_powl): Test for y outside the range of signed 64-bit
48093         integers before using fistpll.  Reduce 64-bit values to 63-bit
48094         ones as needed.
48095         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
48096         divide-by-zero is raised for zero to large negative powers.
48097         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
48098         (__ieee754_powl): Test for y outside the range of signed 64-bit
48099         integers before using fistpll.  Reduce 64-bit values to 63-bit
48100         ones as needed.
48101         * math/libm-test.inc (pow_test): Add more tests.
48103 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48105         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
48106         <stdio-common/_itoa.h>.
48107         * debug/segfault.c: Likewise.
48108         * elf/dl-cache.c: Likewise.
48109         * elf/dl-minimal.c: Likewise.
48110         * elf/dl-misc.c: Likewise.
48111         * elf/dl-sysdep.c: Likewise.
48112         * elf/dl-version.c: Likewise.
48113         * elf/rtld.c: Likewise.
48114         * hurd/hurdsock.c: Likewise.
48115         * hurd/lookup-retry.c: Likewise.
48116         * malloc/malloc.c: Likewise.
48117         * malloc/mtrace.c: Likewise.
48118         * nscd/nscd_getgr_r.c: Likewise.
48119         * nscd/nscd_getpw_r.c: Likewise.
48120         * nscd/nscd_getserv_r.c: Likewise.
48121         * posix/getopt_init.c: Likewise.
48122         * posix/wordexp.c: Likewise.
48123         * stdio-common/_itoa.c: Likewise.
48124         * stdio-common/printf_fphex.c: Likewise.
48125         * stdio-common/vfprintf.c: Likewise.
48126         * string/_strerror.c: Likewise.
48127         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
48128         * sysdeps/i386/i686/hp-timing.h: Likewise.
48129         * sysdeps/mach/_strerror.c: Likewise.
48130         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
48131         * sysdeps/mach/hurd/sethostid.c: Likewise.
48132         * sysdeps/mach/hurd/xmknodat.c: Likewise.
48133         * sysdeps/mach/xpg-strerror.c: Likewise.
48134         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48135         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48136         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
48137         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
48138         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48139         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
48140         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48141         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48142         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
48143         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
48144         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
48145         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
48146         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48147         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48148         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48149         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48150         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48151         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48152         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48153         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48154         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48156         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48158         * stdio-common/_itoa.h: Moved to ...
48159         * sysdeps/generic/_itoa.h: Here.
48161         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
48163         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
48164         instead of "_itoa.h" and "_itowa.h".
48165         * stdio-common/vfprintf.: Likewise.
48167 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48169         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
48170         <bits/wordsize.h>.
48171         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
48172         (__signbit): Likwise.
48173         (llrintf): Likwise.
48174         (llrint): Likwise.
48176 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48178         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
48179         __WORDSIZE != 64.
48181 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
48183         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
48184         OVERFLOW_EXCEPTION_OK.
48185         * math/libm-test.inc ("Philosophy"): Update comment about
48186         exception testing.
48187         (OVERFLOW_EXCEPTION): Define.
48188         (OVERFLOW_EXCEPTION_OK): Likewise.
48189         (INVALID_EXCEPTION_OK): Renumber.
48190         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
48191         (IGNORE_ZERO_INF_SIGN): Likewise.
48192         (test_exceptions): Handle FE_OVERFLOW.
48193         (exp10_test): Expect overflow exceptions.
48194         (exp2_test): Likewise.
48195         (expm1_test): Likewise.
48196         (nextafter_test): Likewise.
48197         (pow_test): Likewise.
48198         (scalbn_test): Likewise.
48199         (scalbln_test): Likewise.
48201 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48203         * sysdeps/x86_64/bits/atomic.h
48204         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
48205         64bit integer.
48206         (atomic_exchange_acq): Likewise.
48207         (__arch_exchange_and_add_body): Likewise.
48208         (__arch_add_body): Likewise.
48209         (atomic_add_negative): Likewise.
48210         (atomic_add_zero): Likewise.
48212 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48214         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
48215         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
48217 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48219         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
48220         Check __x86_64__ instead of __WORDSIZE.
48222 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48224         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
48226 2012-03-19  David S. Miller  <davem@davemloft.net>
48228         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48230         * sysdeps/sparc/fpu/fenv_private.h: New file.
48231         * sysdeps/sparc/fpu/math_private.h: Use it.
48232         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
48233         Remove.
48234         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
48235         (libc_feholdexcept_setroundl): Remove.
48236         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
48237         Remove.
48238         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
48239         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
48241 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48243         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
48244         int64_t instead of long int.
48245         (INSERT_WORDS64): Likwise.
48247 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48249         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
48250         _Unwind_GetCFA return to _Unwind_Ptr first.
48252 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
48254         [BZ #13629]
48255         * math/s_clog.c: Include <float.h>.
48256         (__clog): Scale large or subnormal inputs.
48257         * math/s_clogf.c: Likewise.
48258         * math/s_clogl.c: Likewise.
48259         * math/s_clog10.c: Include <float.h>.
48260         (M_LOG10_2): Define.
48261         (__clog10): Scale large or subnormal inputs.
48262         * math/s_clog10f.c: Likewise.
48263         * math/s_clog10l.c: Likewise.
48264         * math/libm-test.inc (clog_test): Add more tests.
48265         (clog10_test): Likewise.
48266         * sysdeps/i386/fpu/libm-test-ulps: Update.
48267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48269         [BZ #11451]
48270         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48271         x and y.
48272         * math/libm-test.inc (atan2_test): Add another test.
48274         * Makerules (common-objdir-compile): Remove.
48275         * sysdeps/unix/Makefile (config-generated): Do not add
48276         $(unix-generated) to variable.
48277         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48278         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48279         Remove rule.
48280         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48281         Likewise.
48282         [generic bits/local_lim.h] (before-compile): Do not append to
48283         variable.
48284         [generic bits/local_lim.h] (common-generated): Likewise.
48285         [generic sys/param.h] (before-compile): Do not append to variable.
48286         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48287         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48288         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48289         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48290         include.
48291         [generic sys/param.h] (sys/param.h-includes): Remove variable.
48292         [generic sys/param.h] (sys/param.h-includes): Remove rule.
48293         [generic sys/param.h] ($(addprefix
48294         $(common-objpfx),$(sys/param.h-includes))): Likewise.
48295         [generic sys/param.h] (common-generated): Do not append to
48296         variable.
48297         [generic sys/param.h] (sysdep_headers): Likewise.
48298         [generic bits/errno.h] (before-compile): Do not append to
48299         variable.
48300         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48301         rule.
48302         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48303         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48304         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48305         [generic bits/errno.h] (common-generated): Do not append to
48306         variable.
48307         [generic bits/ioctls.h] (before-compile): Do not append to
48308         variable.
48309         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48310         rule.
48311         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48312         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48313         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48314         rule.
48315         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48316         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48317         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48318         [generic bits/ioctls.h] (common-generated): Do not append to
48319         variable.
48320         [generic sys/syscall.h] (syscall.h): Remove variable.
48321         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48322         rule.
48323         [generic sys/syscall.h] (before-compile): Do not append to
48324         variable.
48325         [generic sys/syscall.h] (common-generated): Likewise.
48326         * sysdeps/unix/errnos-tmpl.c: Remove file.
48327         * sysdeps/unix/errnos.awk: Likewise.
48328         * sysdeps/unix/ioctls-tmpl.c: Likewise.
48329         * sysdeps/unix/ioctls.awk: Likewise.
48330         * sysdeps/unix/mk-local_lim.c: Likewise.
48331         * sysdeps/unix/snarf-ioctls: Likewise.
48333 2012-03-19  Richard Henderson  <rth@twiddle.net>
48335         * sysdeps/i386/fpu/fenv_private.h: New file.
48336         * sysdeps/i386/fpu/math_private.h: Use it.
48337         (math_opt_barrier, math_force_eval): Remove.
48338         (libc_feholdexcept_setround_53bit): Remove.
48339         (libc_feupdateenv_53bit): Remove.
48340         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48341         (math_opt_barrier, math_force_eval): Remove.
48342         (libc_feholdexcept): Remove.
48343         (libc_feholdexcept_setround): Remove.
48344         (libc_fetestexcept, libc_fesetenv): Remove.
48345         (libc_feupdateenv_test): Remove.
48346         (libc_feupdateenv, libc_feholdsetround): Remove.
48347         (libc_feresetround): Remove.
48349         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48350         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48352         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48353         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48354         (libc_feupdateenv_testl): New.
48355         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48356         (libc_feupdateenv_testf): New.
48357         (libc_feupdateenv): Use libc_feupdateenv_test.
48358         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48359         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48361         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48362         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48363         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48364         (libc_feresetround_noex): New.
48365         (libc_feresetround_noexf): New.
48366         (libc_feresetround_noexl): New.
48367         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48368         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48369         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48370         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48371         SET_RESTORE_ROUND.
48372         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48373         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48374         (__cos): Likewise.
48375         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48376         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48377         SET_RESTORE_ROUND_NOEX.
48378         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48379         SET_RESTORE_ROUND_NOEXF.
48380         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48381         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48382         (libc_feholdsetroundf): New.
48383         (libc_feresetround, libc_feresetroundf): New.
48385         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48386         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48387         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48389         * sysdeps/generic/math_private.h: Include <fenv.h>.
48390         (default_libc_feholdexcept): New.
48391         (default_libc_feholdexcept_setround): New.
48392         (default_libc_fesetenv, default_libc_feupdateenv): New.
48393         (libc_feholdexcept): Only define if undefined.
48394         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48395         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48396         (libc_feholdexcept_setroundl): Likewise.
48397         (libc_feholdexcept_setround_53bit): Likewise.
48398         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48399         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48400         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48401         (libc_feupdateenv_53bit): Likewise.
48402         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48403         (libc_feholdexcept): Convert from macro to inline function.
48404         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48405         (libc_fesetenv, libc_feupdateenv): Likewise.
48407         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48408         not previously defined.
48409         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48410         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48411         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48412         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48413         * sysdeps/ieee754/flt-32/math_private.h: New file.
48414         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48415         math_private.h below SET_FLOAT_WORD.
48416         (__isnan, __isinf_ns, __finite): Remove.
48417         (__isnanf, __isinf_nsf, __finitef): Remove.
48419 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48421         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48423 2012-03-17  David S. Miller  <davem@davemloft.net>
48425         [BZ #6471]
48426         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48427         for 2.16.
48429 2012-03-16  David S. Miller  <davem@davemloft.net>
48431         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48432         warnings.
48434         [BZ #6471]
48435         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48436         properly.
48437         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48438         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48439         sysdep_routines when subdir is sysvipc.
48440         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48441         __getshmlba helper.
48443         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48445 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48447         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48448         [__LP64__].
48450 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48452         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48453         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48454         (__lround): Renamed to ...
48455         (__llround): This.  Replace long int with long long int.
48456         Define lround functions as aliases of llround functions.
48457         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48459 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48461         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48462         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48463         adresses to uintptr_t.  Replace "long int" and "unsigned long
48464         int" with "greg_t" on va_arg.
48466 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48468         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48469         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48471         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48472         Move e_machine check before EI_CLASS check.  Handle x32
48473         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48474         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48475         SKIP_EM_IA_64 and include
48476         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48478         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48479         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48480         (add_system_dir): New macro.
48482         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48483         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48485 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48487         [BZ #2551]
48488         [BZ #2552]
48489         [BZ #2553]
48490         [BZ #2554]
48491         [BZ #2562]
48492         [BZ #2563]
48493         [BZ #2565]
48494         [BZ #2566]
48495         [BZ #2576]
48496         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48497         (y0): Likewise.
48498         * math/w_j0f.c (j0f): Likewise.
48499         (y0f): Likewise.
48500         * math/w_j0l.c (__j0l): Likewise.
48501         (__y0l): Likewise.
48502         * math/w_j1.c (j1): Likewise.
48503         (y1): Likewise.
48504         * math/w_j1f.c (j1f): Likewise.
48505         (y1f): Likewise.
48506         * math/w_j1l.c (__j1l): Likewise.
48507         (__y1l): Likewise.
48508         * math/w_jn.c (jn): Likewise.
48509         (yn): Likewise.
48510         * math/w_jnf.c (jnf): Likewise.
48511         (ynf): Likewise.
48512         * math/w_jnl.c (__jnl): Likewise.
48513         (__ynl): Likewise.
48514         * math/libm-test.inc (j0_test): Add more tests.
48515         (j1_test): Likewise.
48516         (jn_test): Likewise.  Add trailing semicolon to existing test.
48517         (y0_test): Likewise.
48518         (y1_test): Likewise.
48519         * sysdeps/i386/fpu/libm-test-ulps: Update.
48520         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48522         [BZ #13851]
48523         [BZ #13854]
48524         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48525         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48526         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48527         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48528         (__tanl): Set errno for infinite argument.
48529         * sysdeps/i386/fpu/mptan.c: Remove.
48530         * sysdeps/i386/fpu/s_tan.S: Likewise.
48531         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48532         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48533         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48534         * math/libm-test.inc (tan_test): Add more tests and enable more
48535         tests for double and long double.
48536         * sysdeps/i386/fpu/libm-test-ulps: Update.
48537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48539 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48541         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48542         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48544 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48546         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48547         * configure.in: Use it for both main tree and add-ons.
48548         * configure: Regenerated.
48550 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48552         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48554 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48556         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48557         in comment.
48559         [BZ #13851]
48560         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48561         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48562         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48563         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48564         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48565         infinite argument.
48566         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48567         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48568         != 0 for prec == 2.
48569         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48570         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48571         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48572         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48573         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48574         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48575         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48576         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48577         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48578         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48579         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48580         * math/libm-test.inc (cos_test): Add more tests and enable more
48581         tests for long double.
48582         (sin_test): Likewise.
48583         (sincos_test): Likewise.
48584         * sysdeps/i386/fpu/libm-test-ulps: Update.
48585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48587 2012-03-16  David S. Miller  <davem@davemloft.net>
48589         * sysdeps/sparc/fpu/math_private.h: New file.
48591 2012-03-15  David S. Miller  <davem@davemloft.net>
48593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48594         file.
48595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48597         file.
48598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48599         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48600         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48601         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48602         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48603         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48604         sysdep routines.
48605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48607         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48608         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48610         * sysdeps/sparc/sparc-ifunc.h: New file.
48611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48612         sparc-ifunc.h
48613         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48615         Likewise.
48616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48617         Likewise.
48618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48621         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48622         Likewise.
48623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48624         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48628         Likewise.
48629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48630         Likewise.
48631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48635         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48636         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48637         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48638         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48639         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48640         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48641         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48642         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48643         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48644         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48645         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48646         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48647         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48648         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48649         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48650         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48651         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48652         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48653         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48654         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48656 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48658         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48659         scaling.
48660         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48662 2012-03-15  Andreas Jaeger  <aj@suse.de>
48664         [BZ #13852]
48665         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48666         ieee754/flt-32 implementation for sin, cos and sincos.
48667         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48668         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48669         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48670         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48671         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48672         ieee754/flt-32 implementation for tan.
48674         * math/libm-test.inc (cos_test): Enable some large input tests for
48675         float as well
48676         (sin_test): Likewise.
48677         (sincos_test): Likewise.
48678         (tan_test): Add tests for large input.
48680         * sysdeps/i386/fpu/libm-test-ulps: Update.
48682 2012-03-15  Andreas Jaeger  <aj@suse.de>
48684         [BZ #13658]
48685         * math/libm-test.inc (cos_test): Add more test cases.
48686         (sin_test): Likewise.
48687         (sincos_test): Likewise.
48689 2012-03-15  Andreas Jaeger  <aj@suse.de>
48691         [BZ #13837]
48692         * math/libm-test.inc (cos_test): Add a test case for large input
48693         value.
48694         (sin_test): Likewise.
48695         (sincos_test): Likewise.
48697 2012-03-15  Andreas Jaeger  <aj@suse.de>
48698             Joseph Myers  <joseph@codesourcery.com>
48700         [BZ #13658]
48701         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48702         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48703         * sysdeps/i386/fpu/branred.c: Likewise.
48704         * sysdeps/i386/fpu/dosincos.c: Likewise.
48705         * sysdeps/i386/fpu/mpa.c: Likewise.
48706         * sysdeps/i386/fpu/s_cos.S: Likewise.
48707         * sysdeps/i386/fpu/s_sin.S: Likewise.
48708         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48709         * sysdeps/i386/fpu/sincos32.c: Likewise.
48711         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48712         Define.
48713         (libc_feupdateenv_53bit): Define.
48714         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48715         Define.
48716         (libc_feupdateenv_53bit): Define.
48718         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48719         53 bit (without extend i386 double precision).
48721         * math/libm-test.inc (sincos_test): Add tests for large input.
48722         (sin): Likewise.
48723         (cos): Likewise.
48725         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48727 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48729         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48731 2012-03-15  David S. Miller  <davem@davemloft.net>
48733         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48734         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48735         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48736         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48737         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48738         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48739         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48740         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48741         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48742         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48743         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48744         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48745         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48746         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48747         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48749         file.
48750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48752         file.
48753         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48755         file.
48756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48758         file.
48759         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48760         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48761         fmin/fmax sysdep routines.
48762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48764 2012-03-14  David S. Miller  <davem@davemloft.net>
48766         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48767         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48768         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48769         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48770         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48771         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48772         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48773         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48774         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48775         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48776         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48777         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48778         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48779         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48780         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48781         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48782         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48783         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48784         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48785         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48786         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48787         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48788         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48789         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48790         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48791         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48792         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48793         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48794         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48795         routines.
48796         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48797         file.
48798         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48800         file.
48801         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48803         file.
48804         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48806         file.
48807         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48809         file.
48810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48812         file.
48813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48814         file.
48815         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48816         file.
48817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48818         file.
48819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48820         New file.
48821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48822         file.
48823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48824         file.
48825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48827         file.
48828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48830         file.
48831         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48833         file.
48834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48836         VIS3 routines.
48838         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48839         New file.
48841         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48843         * sysdeps/sparc/configure.in: New file.
48844         * sysdeps/sparc/configure: Generate.
48845         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48846         * configure: Regenerate.
48847         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48848         * config.make.in (have-as-vis3): New.
48849         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48850         available use -Av9d instead of -Av9a.
48851         * sysdeps/sparc/sparc64/Makefile: Likewise.
48852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48854         New file.
48855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48856         file.
48857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48858         New file.
48859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48860         file.
48861         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48862         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48863         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48864         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48865         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48867         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48868         fzeros/fnegs to load 0x80000000 into a float register instead of
48869         using the stack.
48870         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48872 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48874         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48875         bits/syscall.h.
48876         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48877         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48878         ($(inst_includedir)/bits/syscall.h): Remove rule.
48879         ($(objpfx)bits/syscall.d): Include instead of
48880         $(objpfx)syscall-list.d.
48881         (generated): Change syscall-list.h and syscall-list.d to
48882         bits/syscall.h and bits/syscall.d.
48884 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48886         [BZ #13846]
48887         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48889 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48891         [BZ #13841]
48892         * math/s_csqrt.c: Include <float.h>.
48893         (__csqrt): Scale large or subnormal inputs.
48894         * math/s_csqrtf.c: Likewise.
48895         * math/s_csqrtl.c: Likewise.
48896         * math/libm-test.inc (csqrt_test): Add more tests.
48897         * sysdeps/i386/fpu/libm-test-ulps: Update.
48898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48900         [BZ #13840]
48901         * math/libm-test.inc (hypot_test): Add more tests.
48903 2012-03-13  David S. Miller  <davem@davemloft.net>
48905         [BZ #13840]
48906         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48907         double-precision for the calculation instead of scaling.
48909 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48911         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48912         manipulate bits before adding and subtracting TWO52[sx].
48913         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48914         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48915         Likewise.
48916         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48918 2012-03-13  David S. Miller  <davem@davemloft.net>
48920         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48921         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48922         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48923         rtld-global-offsets.h
48924         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48926         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48927         large parameters.
48929         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48931         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48932         'err' in the ifdef scope in which it is actually used.
48934         * nss/nss_db/db-init.c: Include string.h
48936 2012-03-12  David S. Miller  <davem@davemloft.net>
48938         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48939         masking out of the most significant byte of random value used.
48940         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48941         Fix coding style in previous change.
48943         * sysdeps/unix/sysv/linux/kernel-features.h
48944         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48945         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48946         expression.
48947         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48948         later.
48950 2012-03-11  David S. Miller  <davem@davemloft.net>
48952         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48953         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48954         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48955         for 'resultvar' otherwise things get truncated on 64-bit.
48957         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48958         Fix masking out of the most significant byte of random value used.
48960         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48962 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48964         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48966 2012-03-09  David S. Miller  <davem@davemloft.net>
48968         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48969         variables with appropriate CPP guards.
48970         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48971         from the frame pointer, not the stack pointer.  Correct layout
48972         comments.  Fix test on resulting framesize and the management of
48973         the outregs buffer for pltexit.  Preserve floating point return
48974         values across _dl_call_pltexit call.
48975         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48976         framesize and the management of the outregs buffer for pltexit.
48977         Preserve floating point return values across _dl_call_pltexit
48978         call.
48979         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48980         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48981         (la_sparc64_gnu_pltexit): New functions.
48982         (print_exit): Fix format string for return register value.
48984 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48986         * sunrpc/Makefile (others): Add rpcgen.
48987         ($(objpfx)rpcgen): Remove special build rule and dependency on
48988         libc.
48989         * sunrpc/rpcgen.c: New file.
48991 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48993         [BZ #13673]
48994         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48995         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48996         * sysdeps/i386/crti.S: Likewise.
48997         * sysdeps/i386/crtn.S: Likewise.
48998         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48999         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
49000         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
49001         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
49002         * sysdeps/sh/crti.S: Likewise.
49003         * sysdeps/sh/crtn.S: Likewise.
49004         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
49006         [BZ #13673]
49007         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
49008         with URL.
49009         * locale/programs/locfile-kw.gperf: Likewise.
49010         * locale/programs/charmap-kw.h: Regenerated.
49011         * locale/programs/locfile-kw.h: Likewise.
49013         [BZ #13673]
49014         * intl/plural.y: Replace FSF snail mail address with URL.
49015         * intl/plural.c: Regenerated.
49017 2012-03-09  Richard Henderson  <rth@twiddle.net>
49019         * include/math_private.h: Remove file.
49020         * math/math_private.h: Move file ...
49021         * sysdeps/generic/math_private.h: ... here.
49023         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
49024         * sysdeps/powerpc/fpu/math_private.h: Likewise.
49025         * sysdeps/x86_64/fpu/math_private.h: Likewise.
49027         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
49028         and <math_private.h>.
49029         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49030         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49031         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49032         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49033         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49034         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
49035         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49036         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49037         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49038         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49039         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49040         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49041         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49042         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49043         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49044         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49045         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49046         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49047         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49048         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49049         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49050         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49051         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49052         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49053         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
49054         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49055         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49056         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49057         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49058         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49059         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49060         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49061         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
49062         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
49063         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49064         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49065         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
49066         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49067         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49068         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49069         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
49070         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49071         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49072         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
49073         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
49074         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49075         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
49076         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
49077         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49078         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49079         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
49080         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
49081         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
49082         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49083         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
49084         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49085         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49086         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
49087         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
49088         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
49089         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49090         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
49091         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49092         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49093         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
49094         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49095         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49096         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49097         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
49098         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
49099         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
49100         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49101         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
49102         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49103         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
49104         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
49105         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
49106         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49107         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
49108         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
49109         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
49110         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
49111         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
49112         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49113         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49114         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
49115         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
49116         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
49117         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49118         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49119         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49120         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49121         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49122         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49123         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49124         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49125         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49126         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49127         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49128         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49129         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49130         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49131         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49132         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49133         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49134         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49135         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49136         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49137         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49138         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49139         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49140         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49141         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49142         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49143         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
49144         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49145         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49146         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49147         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49148         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49149         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49150         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49151         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49152         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49153         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49154         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49155         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49156         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49157         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49158         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49159         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
49160         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49161         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49162         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
49163         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
49164         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49165         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49166         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49167         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
49168         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49169         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49170         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49171         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49172         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
49173         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
49174         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49175         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49176         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49177         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
49178         * sysdeps/ieee754/k_standard.c: Likewise.
49179         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49180         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49181         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49182         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49183         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49184         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49185         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49186         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49187         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49188         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49189         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49190         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49191         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49192         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49193         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49194         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49195         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
49196         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49197         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49198         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
49199         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
49200         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
49201         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49202         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49203         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
49204         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
49205         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49206         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49207         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49208         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49209         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
49210         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49211         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49212         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49213         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
49214         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49215         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49216         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
49217         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
49218         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49219         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
49220         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
49221         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
49222         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49223         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
49224         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
49225         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49226         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49227         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49228         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49229         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49230         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
49231         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49232         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
49233         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49234         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49235         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
49236         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
49237         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49238         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49239         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49240         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
49241         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49242         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49243         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49244         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49245         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49246         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49247         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49248         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49249         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49250         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49251         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49252         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49253         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49254         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49255         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
49256         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49257         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49258         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
49259         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49260         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49261         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49262         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49263         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49264         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49265         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49266         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49267         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49268         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49269         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49270         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49271         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49272         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49273         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49274         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49275         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49276         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49277         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49278         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49279         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49280         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49281         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49282         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49283         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49284         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49285         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49286         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49287         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49288         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49289         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49290         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49291         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49292         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49293         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49294         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49295         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49296         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49297         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49298         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49299         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49300         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49301         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49302         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49303         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49304         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49305         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49306         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49307         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49308         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49309         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49310         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49311         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49312         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49313         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49314         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49315         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49316         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49317         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49318         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49319         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49320         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49321         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49322         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49323         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49324         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49325         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49326         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49327         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49328         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49329         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49330         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49331         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49332         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49333         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49334         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49335         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49336         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49337         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49338         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49339         * sysdeps/ieee754/s_lib_version.c: Likewise.
49340         * sysdeps/ieee754/s_matherr.c: Likewise.
49341         * sysdeps/ieee754/s_signgam.c: Likewise.
49342         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49343         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49344         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49345         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49346         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49347         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49348         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49349         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49350         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49351         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49352         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49353         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49354         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49355         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49356         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49357         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49358         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49359         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49360         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49361         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49362         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49364 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49366         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49367         * sunrpc/rpc_main.c: Likewise.
49368         * sunrpc/rpc_svcout.c: Likewise.
49370 2012-03-09  David S. Miller  <davem@davemloft.net>
49372         * include/math_private.h: New file.
49374 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49376         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49377         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49378         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49379         from <bits/socket_type.h>.
49380         (enum __socket_type): Don't define here.
49381         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49382         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49383         bits/socket_type.h.
49385         [BZ #13566]
49386         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49387         checking __USE_GNU.
49389         * Makerules ($(inst_includedir)/%.h): New rule.
49390         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49391         (install-others): Remove variable setting.
49392         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49394 2012-03-08  Richard Henderson  <rth@twiddle.net>
49396         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49397         from macro to inline function; merge with the
49398         !__LIBC_INTERNAL_MATH_INLINES version.
49399         (__ieee754_sqrtf): Likewise.
49401         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49402         to inline function.
49403         (__rintf, __floor, __floorf): Likewise.
49405         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49406         macro to inline function.
49407         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49409         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49410         not <math/math_private.h>.
49412 2012-03-08  David S. Miller  <davem@davemloft.net>
49414         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49415         copyright year.
49416         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49418 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49420         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49421         normalization.
49422         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49423         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49425 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49427         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49428         be defined individually, they must be defined as a block.  Define
49429         S for printing a string instead of hidint the different by using a
49430         macro for adding the 'l'.
49431         * stdio-common/tst-fphex-wide.c: Adjust.
49433 2012-03-07  Marek Polacek  <polacek@redhat.com>
49435         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49437 2012-03-08  Marek Polacek  <polacek@redhat.com>
49439         [BZ #13806]
49440         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49441         * stdio-common/tst-fphex.c: Define a few macros to make the
49442         test reusable.  Use them.
49443         * stdio-common/tst-fphex-wide.c: New file.
49445 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49447         [BZ #6911]
49448         * manual/macros.texi (gnusystems): New macro.
49449         (nongnusystems): Likewise.
49450         (gnulinuxhurdsystems): Likewise.
49451         (gnuhurdsystems): Likewise..
49452         (gnulinuxsystems): Likewise.
49453         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49454         variants of the GNU system, not "GNU system".
49455         * manual/conf.texi: Likewise.
49456         * manual/errno.texi: Likewise.  Update example of errno macro
49457         expansion.
49458         * manual/filesys.texi: Likewise.
49459         (getumask): Document as specific to GNU/Hurd.
49460         * manual/install.texi: Likewise.  Reword some references to
49461         GNU/Linux.
49462         * manual/intro.texi: Likewise.
49463         * manual/io.texi: Likewise.
49464         (File Name Portability): Detail which constraints are inapplicable
49465         to all GNU systems and which are only inapplicable to GNU/Hurd.
49466         * manual/job.texi: Likewise.
49467         * manual/llio.texi: Likewise.
49468         (O_NOCTTY): Document as present on GNU/Linux.
49469         * manual/maint.texi: Likewise.
49470         * manual/memory.texi: Likewise.
49471         * manual/pattern.texi: Likewise.
49472         * manual/pipe.texi: Likewise.
49473         * manual/process.texi: Likewise.
49474         * manual/resource.texi: Likewise.
49475         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49476         child on GNU/Hurd.
49477         * manual/setjmp.texi: Likewise.
49478         * manual/signal.texi: Likewise.
49479         * manual/startup.texi: Likewise.
49480         * manual/stdio.texi: Likewise.
49481         * manual/terminal.texi: Likewise.
49482         (ONLCR): Document as POSIX.
49483         (OXTABS): Document availability on GNU/Linux as XTABS.
49484         (ONOEOT): Document availability separately from other bits.
49485         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49486         * manual/time.texi: Likewise.
49487         * manual/users.texi: Likewise.
49488         * INSTALL: Regenerated.
49489         * sysdeps/gnu/errlist.c: Regenerated.
49491         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49492         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49493         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49494         puts.
49495         * configure: Regenerated.
49497 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49499         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49500         default includes instead of AC_HEADER_CHECK.
49501         * sysdeps/i386/configure: Regenerated.
49503         [BZ #10716]
49504         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49505         * math/s_cacoshf.c (__cacoshf): Likewise.
49506         * math/s_cacoshl.c (__cacoshl): Likewise.
49507         * math/s_casinh.c (__casinh): Set signs of result from argument.
49508         * math/s_casinhf.c (__casinhf): Likewise.
49509         * math/s_casinhl.c (__casinhl): Likewise.
49510         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49511         (casinh_test): Add more tests.
49512         * sysdeps/i386/fpu/libm-test-ulps: Update.
49513         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49515 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49517         * po/zh_TW.po: Update from translation team.
49519         * login/Makefile (distribute): Remove variable.
49520         * catgets/Makefile: Likewise.
49521         * mach/Makefile: Likewise.
49522         * malloc/Makefile: Likewise.
49523         * misc/Makefile: Likewise.
49524         * iconv/Makefile: Likewise.
49525         * nscd/Makefile: Likewise.
49526         * hurd/Makefile: Likewise.
49527         * manual/Makefile: Likewise.
49528         * locale/Makefile: Likewise.
49529         * intl/Makefile: Likewise.
49530         * conform/Makefile: Likewise.
49531         * nss/Makefile: Likewise.
49532         * time/Makefile: Likewise.
49533         * soft-fp/Makefile: Likewise.
49534         * dirent/Makefile: Likewise.
49535         * gmon/Makefile: Likewise.
49536         * po/Makefile: Likewise.
49537         * rt/Makefile: Likewise.
49538         * socket/Makefile: Likewise.
49539         * math/Makefile: Likewise.
49540         * signal/Makefile: Likewise.
49541         * debug/Makefile: Likewise.
49542         * elf/Makefile: Likewise.
49543         * timezone/Makefile: Likewise.
49544         * stdlib/Makefile: Likewise.
49545         * iconvdata/Makefile: Likewise.
49546         * sunrpc/Makefile: Likewise.
49547         * io/Makefile: Likewise.
49548         * argp/Makefile: Likewise.
49549         * inet/Makefile: Likewise.
49550         * hesiod/Makefile: Likewise.
49551         * grp/Makefile: Likewise.
49552         * csu/Makefile: Likewise.
49553         * wctype/Makefile: Likewise.
49554         * crypt/Makefile: Likewise.
49555         * libio/Makefile: Likewise.
49556         * string/Makefile: Likewise.
49557         * nis/Makefile: Likewise.
49558         * resolv/Makefile: Likewise.
49559         * stdio-common/Makefile: Likewise.
49560         * wcsmbs/Makefile: Likewise.
49561         * dlfcn/Makefile: Likewise.
49562         * posix/Makefile: Likewise.
49564         [BZ #6959]
49565         * timezone/Makefile: Don't install timezone files, just the programs
49566         and scripts.
49568 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49570         * nss/databases.def: Add missing gshadow entry.
49572         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49574 2012-03-06  Marek Polacek  <polacek@redhat.com>
49576         [BZ #13726]
49577         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49578         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49579         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49580         * stdio-common/tst-long-dbl-fphex.c: New file.
49582 2012-03-06  David S. Miller  <davem@davemloft.net>
49584         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49585         (set_obp_int): New function.
49586         (get_obp_int): New function.
49587         (__get_clockfreq_via_dev_openprom): Likewise.
49588         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49589         Avoid unused variable warnings on 'val' and use builtin_expect.
49590         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49591         __builtin_expect.
49592         (INLINE_CLONE_SYSCALL): Likewise.
49594 2012-03-05  David S. Miller  <davem@davemloft.net>
49596         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49598 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49602         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49603         only for |x| >= 40.
49604         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49606 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49608         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49609         Replace gettimeofday with __vdso_gettimeofday.
49611         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49612         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49613         __vdso_clock_gettime and __vdso_getcpu.
49615         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49616         time with __vdso_time.
49618 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49620         * manual/lang.texi (size_t): Note types to which size_t may be
49621         equivalent with the GNU C Library, but do not describe when
49622         differences between them are significant.
49624 2012-03-05  Andreas Jaeger  <aj@suse.de>
49626         * sysdeps/i386/fpu/libm-test-ulps: Update.
49628 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49630         [BZ #3976]
49631         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49632         (__ieee754_pow): Save and restore rounding mode and use
49633         round-to-nearest for main computations.
49634         * math/libm-test.inc (pow_test_tonearest): New function.
49635         (pow_test_towardzero): Likewise.
49636         (pow_test_downward): Likewise.
49637         (pow_test_upward): Likewise.
49638         (main): Call the new functions.
49639         * sysdeps/i386/fpu/libm-test-ulps: Update.
49640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49642         [BZ #3976]
49643         * math/libm-test.inc (cosh_test_tonearest): New function.
49644         (cosh_test_towardzero): Likewise.
49645         (cosh_test_downward): Likewise.
49646         (cosh_test_upward): Likewise.
49647         (sinh_test_tonearest): Likewise.
49648         (sinh_test_towardzero): Likewise.
49649         (sinh_test_downward): Likewise.
49650         (sinh_test_upward): Likewise.
49651         (main): Call the new functions.
49652         * sysdeps/i386/fpu/libm-test-ulps: Update.
49653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49655 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49657         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49658         default stack guard is set in last bytes.
49659         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49661 2012-03-05  Kees Cook  <keescook@chromium.org>
49663         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49665         [BZ #13656]
49666         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49667         possibly allocate from heap instead of stack.
49668         * stdio-common/bug-vfprintf-nargs.c: New file.
49669         * stdio-common/Makefile (tests): Add nargs overflow test.
49671 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49673         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49675 2012-03-03  Marek Polacek  <polacek@redhat.com>
49677         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49678         * math/math_private.h: Likewise.
49679         * stdlib/tst-strtod.c: Likewise.
49680         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49681         * sysdeps/x86_64/bits/atomic.h: Likewise.
49683 2012-03-02  David S. Miller  <davem@davemloft.net>
49685         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49686         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49687         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49688         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49689         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49690         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49691         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49692         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49694 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49696         [BZ #13792]
49697         * manual/examples/README: New file, says the example source files
49698         can be used under GPL>=2.
49699         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49700         line containing just "*/".
49701         * manual/examples/add.c: Add copyright header (GPL>=2).
49702         * manual/examples/argp-ex1.c: Likewise.
49703         * manual/examples/argp-ex2.c: Likewise.
49704         * manual/examples/argp-ex3.c: Likewise.
49705         * manual/examples/argp-ex4.c: Likewise.
49706         * manual/examples/atexit.c: Likewise.
49707         * manual/examples/db.c: Likewise.
49708         * manual/examples/dir.c: Likewise.
49709         * manual/examples/dir2.c: Likewise.
49710         * manual/examples/execinfo.c: Likewise.
49711         * manual/examples/filecli.c: Likewise.
49712         * manual/examples/filesrv.c: Likewise.
49713         * manual/examples/fmtmsgexpl.c: Likewise.
49714         * manual/examples/genpass.c: Likewise.
49715         * manual/examples/inetcli.c: Likewise.
49716         * manual/examples/inetsrv.c: Likewise.
49717         * manual/examples/isockad.c: Likewise.
49718         * manual/examples/longopt.c: Likewise.
49719         * manual/examples/memopen.c: Likewise.
49720         * manual/examples/memstrm.c: Likewise.
49721         * manual/examples/mkfsock.c: Likewise.
49722         * manual/examples/mkisock.c: Likewise.
49723         * manual/examples/mygetpass.c: Likewise.
49724         * manual/examples/pipe.c: Likewise.
49725         * manual/examples/popen.c: Likewise.
49726         * manual/examples/rprintf.c: Likewise.
49727         * manual/examples/search.c: Likewise.
49728         * manual/examples/select.c: Likewise.
49729         * manual/examples/setjmp.c: Likewise.
49730         * manual/examples/sigh1.c: Likewise.
49731         * manual/examples/sigusr.c: Likewise.
49732         * manual/examples/stpcpy.c: Likewise.
49733         * manual/examples/strdupa.c: Likewise.
49734         * manual/examples/strftim.c: Likewise.
49735         * manual/examples/strncat.c: Likewise.
49736         * manual/examples/subopt.c: Likewise.
49737         * manual/examples/swapcontext.c: Likewise.
49738         * manual/examples/termios.c: Likewise.
49739         * manual/examples/testopt.c: Likewise.
49740         * manual/examples/testpass.c: Likewise.
49741         * manual/examples/timeval_subtract.c: Likewise.
49743         [BZ #13792]
49744         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49745         function to ...
49746         * manual/timeval_subtract.c.texi: ... here, new file.
49748 2012-03-02  David S. Miller  <davem@davemloft.net>
49750         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49752 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49754         [BZ #3976]
49755         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49756         (__sin): Save and restore rounding mode and use round-to-nearest
49757         for all computations.
49758         (__cos): Save and restore rounding mode and use round-to-nearest
49759         for all computations.
49760         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49761         <fenv.h>.
49762         (tan): Save and restore rounding mode and use round-to-nearest for
49763         all computations.
49764         * math/libm-test.inc (cos_test_tonearest): New function.
49765         (cos_test_towardzero): Likewise.
49766         (cos_test_downward): Likewise.
49767         (cos_test_upward): Likewise.
49768         (sin_test_tonearest): Likewise.
49769         (sin_test_towardzero): Likewise.
49770         (sin_test_downward): Likewise.
49771         (sin_test_upward): Likewise.
49772         (tan_test_tonearest): Likewise.
49773         (tan_test_towardzero): Likewise.
49774         (tan_test_downward): Likewise.
49775         (tan_test_upward): Likewise.
49776         (main): Call the new functions.
49777         * sysdeps/i386/fpu/libm-test-ulps: Update.
49778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49780         [BZ #10135]
49781         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49782         small n, then large n, before computing and testing k+n.
49783         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49784         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49785         Likewise.
49786         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49787         Likewise.
49788         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49789         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49790         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49791         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49792         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49793         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49794         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49795         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49796         * math/libm-test.inc (scalbn_test): Add more tests.
49797         (scalbln_test): Likewise.
49799         * manual/filesys.texi (mode_t): Describe constraints on size and
49800         signedness, not exact equivalence to a particular type.
49801         (ino_t): Likewise.
49802         (ino64_t): Likewise.
49803         (dev_t): Likewise.
49804         (nlink_t): Likewise.
49805         (blkcnt_t): Likewise.
49806         (blkcnt64_t): Likewise.
49807         * manual/llio.texi (off_t): Likewise.
49809         [BZ #3976]
49810         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49811         (__ieee754_exp): Save and restore rounding mode and use
49812         round-to-nearest for all computations.
49813         * math/libm-test.inc (exp_test_tonearest): New function.
49814         (exp_test_towardzero): Likewise.
49815         (exp_test_downward): Likewise.
49816         (exp_test_upward): Likewise.
49817         (main): Call the new functions.
49818         * sysdeps/i386/fpu/libm-test-ulps: Update.
49819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49821 2012-03-01  Chris Demetriou  <cgd@google.com>
49823         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49824         have predictable order.
49826 2012-03-01  David S. Miller  <davem@davemloft.net>
49828         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49830         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49831         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49832         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49833         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49835         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49836         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49837         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49838         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49839         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49840         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49841         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49842         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49843         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49845         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49847         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49848         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49849         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49851         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49852         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49853         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49854         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49855         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49856         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49857         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49858         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49859         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49860         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49861         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49862         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49863         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49864         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49865         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49866         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49867         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49868         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49869         * sysdeps/sparc/elf/configure: Regenerated.
49871 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49873         * configure.in (AS, LD): Require binutils 2.20 or later.
49874         * configure: Regenerated.
49875         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49876         as required minimum version.
49877         * INSTALL: Regenerated.
49879         [BZ #2541]
49880         [BZ #4108]
49881         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49882         before squaring exponent.
49883         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49884         bottom long double and 27 bits of top long double before squaring
49885         exponent.
49886         * math/libm-test.inc (erfc_test): Add more tests.
49887         * sysdeps/i386/fpu/libm-test-ulps: Update.
49888         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49891 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49893         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49894         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49895         containing bit-fields.
49896         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49897         * soft-fp/single.h (_FP_UNION_S): Likewise.
49898         * soft-fp/double.h (_FP_UNION_D): Likewise.
49900 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49902         [BZ #13786]
49903         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49904         not include ../strcmp.S.
49905         [USE_AS_STRNCASECMP_L]: Likewise.
49906         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49907         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49908         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49909         (__strncasecmp_l_ia32): Define as alias to
49910         __strncasecmp_l_nonascii.
49912         [BZ #5794]
49913         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49914         * sysdeps/i386/fpu/libm-test-ulps: Update.
49915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49917         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49918         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49920 2012-02-29  Jeff Law  <law@redhat.com>
49922         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49923         out of bounds read.
49925 2012-02-29  Marek Polacek  <polacek@redhat.com>
49927         [BZ #13706]
49928         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49929         * elf/Makefile: Add rules to run tst-unused-dep.out.
49931 2012-02-28  David S. Miller  <davem@davemloft.net>
49933         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49934         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49935         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49936         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49937         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49938         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49940 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49942         * math/libm-test.inc (llround_test): Move one test from
49943         lround_test.  Use TEST_f_L in moved test.
49944         (lround_test): Move misplaced test to llround_test.  Add testcase
49945         from bug 2561.
49947 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49949         * sysdeps/x86_64/fpu/e_expf.S: New file.
49950         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49952 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49954         [BZ #13637]
49955         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49956         of remain_len that may cause incomplete multi-byte character and
49957         false match.
49958         * posix/bug-regex33.c: New file.
49959         * posix/Makefile (tests): Add bug-regex33.
49961 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49963         * manual/macros.texi: New file.
49964         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49965         * manual/libc.texinfo: Include macros.texi.
49966         * manual/creatute.texi: Likewise.
49967         * manual/install.texi: Likewise.
49968         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49969         @glibcadj{} in references to the GNU C Library.
49970         * manual/charset.texi: Likewise.
49971         * manual/conf.texi: Likewise.
49972         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49973         when not using those macros.
49974         * manual/creature.texi: Likewise.
49975         * manual/crypt.texi: Likewise.
49976         * manual/errno.texi: Likewise.
49977         * manual/filesys.texi: Likewise.
49978         * manual/header.texi: Likewise.
49979         * manual/install.texi: Likewise.
49980         * manual/intro.texi: Likewise.
49981         * manual/io.texi: Likewise.
49982         * manual/job.texi: Likewise.
49983         * manual/lang.texi: Likewise.
49984         * manual/libc.texiinfo: Likewise.
49985         * manual/llio.texi: Likewise.
49986         * manual/locale.texi: Likewise.
49987         * manual/maint.texi: Likewise.
49988         * manual/math.texi: Likewise.
49989         * manual/memory.texi: Likewise.
49990         * manual/message.texi: Likewise.
49991         * manual/nss.texi: Likewise.
49992         * manual/pattern.texi: Likewise.
49993         * manual/process.texi: Likewise.
49994         * manual/resource.texi: Likewise.
49995         * manual/search.texi: Likewise.
49996         * manual/setjmp.texi: Likewise.
49997         * manual/signal.texi: Likewise.
49998         * manual/socket.texi: Likewise.
49999         * manual/startup.texi: Likewise.
50000         * manual/stdio.texi: Likewise.
50001         * manual/string.texi: Likewise.
50002         * manual/sysinfo.texi: Likewise.
50003         * manual/syslog.texi: Likewise.
50004         * manual/terminal.texi: Likewise.
50005         * manual/time.texi: Likewise.
50006         * manual/users.texi: Likewise.
50007         * INSTALL: Regenerated.
50008         * NOTES: Regenerated.
50009         * sysdeps/gnu/errlist.c: Regenerated.
50011 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
50013         * include/dirent.h: Include <dirstream.h> before
50014         <dirent/dirent.h>.
50016 2012-02-28  David S. Miller  <davem@davemloft.net>
50018         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
50019         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
50020         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
50021         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
50023 2012-02-27  David S. Miller  <davem@davemloft.net>
50025         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
50026         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
50027         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
50028         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
50030         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
50031         frame pointer instead of stack pointer relative arg slot.
50032         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50033         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50034         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50036 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
50038         [BZ #3992]
50039         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
50041 2012-02-27  David S. Miller  <davem@davemloft.net>
50043         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
50044         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50045         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
50046         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
50047         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50048         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50049         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
50050         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
50052 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50054         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
50055         later.  Allow versions 5-9.
50056         * configure: Regenerated.
50057         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
50058         required minimum version and 4.6 as recommended version.  Do not
50059         mention bugs in GCC 2.7 and 2.8.
50060         * INSTALL: Regenerated.
50062 2012-02-27  David S. Miller  <davem@davemloft.net>
50064         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
50065         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
50066         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
50067         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
50068         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
50069         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
50070         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
50071         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
50073         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
50074         manipulate bits before adding and subtracting TWO112[sx].
50075         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
50077 2012-02-27  Roland McGrath  <roland@hack.frob.com>
50079         [BZ #13775]
50080         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
50081         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
50082         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
50083         being in POSIX, because they are in 1003.1-2008.
50085         * rt/tst-aio.c: Include <fcntl.h>.
50086         * rt/tst-aio7.c: Likewise.
50087         * rt/tst-aio64.c: Likewise.
50089         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
50091 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50093         * manual/install.texi (--with-headers): Describe headers as
50094         interface headers, not private headers.
50095         (Specific advice for GNU/Linux systems): Describe use of headers
50096         from "make headers_install", not private headers from older
50097         kernels.
50098         * INSTALL: Regenerated.
50099         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
50100         Change to 2.6.19.
50101         * sysdeps/unix/sysv/linux/configure: Regenerated.
50103         * manual/llio.texi (fclean): Remove documentation.
50105         * manual/Makefile (libc-texi-generated): New variable.  Include
50106         version.texi.
50107         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
50108         $(libc-texi-generated), not duplicated list of files.
50109         (version.texi, stamp-version): New rules.
50110         (realclean): Remove $(libc-texi-generated), not individual files
50111         from that list.  Do not remove dir-add.texinfo.
50112         * manual/libc.texinfo: Comment out uses of edition numbers and
50113         references to printed manual.  Remove last-updated dates.
50114         (EDITION): Comment out.
50115         (ISBN): Likewise.
50116         (VERSION, UPDATED): Remove.
50117         (version.texi): Include.
50119 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
50121         * sysdeps/posix/spawni.c: Include <signal.h>.
50122         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
50123         * sysdeps/pthread/aio_fsync.c: Likewise.
50125 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
50127         * conform/Makefile (tests): Run only when not cross-compiling and
50128         when fast-check is not defined.
50130         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
50131         * conform/data/limits.h-data: Fixes for POSIX2008.
50132         * conform/run-conformtest.sh: Run all tests.
50133         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
50134         headers.
50135         * include/bits/dlfcn.h: Likewise.
50136         * include/langinfo.h: Likewise.
50137         * include/monetary.h: Likewise.
50138         * include/sys/poll.h: Likewise.
50140         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
50141         for __USE_GNU.
50142         * posix/spawn.h: Define __need_sigset_t.
50143         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
50144         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
50145         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
50146         to get sigevent_t only.
50147         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50148         only for __USE_GNU.
50149         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50150         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50151         process_vm_writev only for __USE_GNU.
50152         * termios/termios.h: Declare tcgetsid also for POSIX2008.
50154         * conform/Makefile: For now ignore errors from run-conformtest.
50155         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
50156         POSIX to avoid namespace pollution.  Don't prepend headers.
50157         * conform/data/aio.h-data: Fixes for POSIX testing.
50158         * conform/data/fcntl.h-data: Likewise.
50159         * conform/data/glob.h-data: Likewise.
50160         * conform/data/grp.h-data: Likewise.
50161         * conform/data/pthread.h-data: Likewise.
50162         * conform/data/pwd.h-data: Likewise.
50163         * conform/data/signal.h-data: Likewise.
50164         * conform/data/spawn.h-data: Likewise.
50165         * conform/data/stdio.h-data: Likewise.
50166         * conform/data/stdlib.h-data: Likewise.
50167         * conform/data/stropts.h-data: Likewise.
50168         * conform/data/sys/mman.h-data: Likewise.
50169         * conform/data/sys/stat.h-data: Likewise.
50170         * conform/data/sys/types.h-data: Likewise.
50171         * conform/data/sys/wait.h-data: Likewise.
50172         * conform/data/time.h-data: Likewise.
50173         * conform/data/unistd.h-data: Likewise.
50174         * conform/data/utime.h-data: Likewise.
50176         * io/sys/stat.h: fchmod was always in POSIX.
50177         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
50178         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
50179         * rt/aio.h: Define __need_timespec before including <time.h>.
50180         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
50181         struct.  Add forward declaration of pthread_attr_t and use it in
50182         sigevent.
50183         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50184         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50185         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
50186         always remove CLK_TCK definition.
50188 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
50190         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
50192 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
50194         * conform/run-conformtest.sh: New file.
50195         * conform/Makefile: Run run-conformtest for tests.
50196         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
50197         support.
50199         * conform/data/uchar.h-data: New file.
50200         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
50201         * conform/data/arpa/inet.h-data: Likewise.
50202         * conform/data/assert.h-data: Likewise.
50203         * conform/data/complex.h-data: Likewise.
50204         * conform/data/cpio.h-data: Likewise.
50205         * conform/data/ctype.h-data: Likewise.
50206         * conform/data/dirent.h-data: Likewise.
50207         * conform/data/dlfcn.h-data: Likewise.
50208         * conform/data/errno.h-data: Likewise.
50209         * conform/data/fcntl.h-data: Likewise.
50210         * conform/data/float.h-data: Likewise.
50211         * conform/data/fmtmsg.h-data: Likewise.
50212         * conform/data/fnmatch.h-data: Likewise.
50213         * conform/data/ftw.h-data: Likewise.
50214         * conform/data/glob.h-data: Likewise.
50215         * conform/data/grp.h-data: Likewise.
50216         * conform/data/iconv.h-data: Likewise.
50217         * conform/data/inttypes.h-data: Likewise.
50218         * conform/data/langinfo.h-data: Likewise.
50219         * conform/data/libgen.h-data: Likewise.
50220         * conform/data/limits.h-data: Likewise.
50221         * conform/data/locale.h-data: Likewise.
50222         * conform/data/math.h-data: Likewise.
50223         * conform/data/monetary.h-data: Likewise.
50224         * conform/data/mqueue.h-data: Likewise.
50225         * conform/data/ndbm.h-data: Likewise.
50226         * conform/data/net/if.h-data: Likewise.
50227         * conform/data/netdb.h-data: Likewise.
50228         * conform/data/netinet/in.h-data: Likewise.
50229         * conform/data/nl_types.h-data: Likewise.
50230         * conform/data/poll.h-data: Likewise.
50231         * conform/data/pthread.h-data: Likewise.
50232         * conform/data/pwd.h-data: Likewise.
50233         * conform/data/regex.h-data: Likewise.
50234         * conform/data/sched.h-data: Likewise.
50235         * conform/data/search.h-data: Likewise.
50236         * conform/data/semaphore.h-data: Likewise.
50237         * conform/data/setjmp.h-data: Likewise.
50238         * conform/data/signal.h-data: Likewise.
50239         * conform/data/spawn.h-data: Likewise.
50240         * conform/data/stdarg.h-data: Likewise.
50241         * conform/data/stdio.h-data: Likewise.
50242         * conform/data/stdlib.h-data: Likewise.
50243         * conform/data/string.h-data: Likewise.
50244         * conform/data/strings.h-data: Likewise.
50245         * conform/data/stropts.h-data: Likewise.
50246         * conform/data/sys/ipc.h-data: Likewise.
50247         * conform/data/sys/mman.h-data: Likewise.
50248         * conform/data/sys/msg.h-data: Likewise.
50249         * conform/data/sys/resource.h-data: Likewise.
50250         * conform/data/sys/select.h-data: Likewise.
50251         * conform/data/sys/sem.h-data: Likewise.
50252         * conform/data/sys/shm.h-data: Likewise.
50253         * conform/data/sys/socket.h-data: Likewise.
50254         * conform/data/sys/stat.h-data: Likewise.
50255         * conform/data/sys/statvfs.h-data: Likewise.
50256         * conform/data/sys/time.h-data: Likewise.
50257         * conform/data/sys/timeb.h-data: Likewise.
50258         * conform/data/sys/times.h-data: Likewise.
50259         * conform/data/sys/types.h-data: Likewise.
50260         * conform/data/sys/uio.h-data: Likewise.
50261         * conform/data/sys/un.h-data: Likewise.
50262         * conform/data/sys/utsname.h-data: Likewise.
50263         * conform/data/sys/wait.h-data: Likewise.
50264         * conform/data/syslog.h-data: Likewise.
50265         * conform/data/tar.h-data: Likewise.
50266         * conform/data/termios.h-data: Likewise.
50267         * conform/data/utime.h-data: Likewise.
50268         * conform/data/utmpx.h-data: Likewise.
50269         * conform/data/varargs.h-data: Likewise.
50270         * conform/data/wchar.h-data: Likewise.
50271         * conform/data/wctype.h-data: Likewise.
50272         * conform/data/wordexp.h-data: Likewise.
50274         * include/stropts.h: New file.
50275         * include/uchar.h: New file.
50276         * include/aio.h: Changes to allow conformtest.pl to use the headers.
50277         * include/assert.h: Likewise.
50278         * include/ctype.h: Likewise.
50279         * include/dirent.h: Likewise.
50280         * include/dlfcn.h: Likewise.
50281         * include/fcntl.h: Likewise.
50282         * include/fnmatch.h: Likewise.
50283         * include/glob.h: Likewise.
50284         * include/grp.h: Likewise.
50285         * include/libio.h: Likewise.
50286         * include/locale.h: Likewise.
50287         * include/math.h: Likewise.
50288         * include/net/if.h: Likewise.
50289         * include/netdb.h: Likewise.
50290         * include/netinet/in.h: Likewise.
50291         * include/pthread.h: Likewise.
50292         * include/pwd.h: Likewise.
50293         * include/regex.h: Likewise.
50294         * include/sched.h: Likewise.
50295         * include/search.h: Likewise.
50296         * include/setjmp.h: Likewise.
50297         * include/signal.h: Likewise.
50298         * include/stdio.h: Likewise.
50299         * include/stdlib.h: Likewise.
50300         * include/string.h: Likewise.
50301         * include/sys/cdefs.h: Likewise.
50302         * include/sys/mman.h: Likewise.
50303         * include/sys/msg.h: Likewise.
50304         * include/sys/resource.h: Likewise.
50305         * include/sys/select.h: Likewise.
50306         * include/sys/socket.h: Likewise.
50307         * include/sys/stat.h: Likewise.
50308         * include/sys/statvfs.h: Likewise.
50309         * include/sys/time.h: Likewise.
50310         * include/sys/times.h: Likewise.
50311         * include/sys/uio.h: Likewise.
50312         * include/sys/utsname.h: Likewise.
50313         * include/sys/wait.h: Likewise.
50314         * include/termios.h: Likewise.
50315         * include/time.h: Likewise.
50316         * include/ulimit.h: Likewise.
50317         * include/unistd.h: Likewise.
50318         * include/utime.h: Likewise.
50319         * include/wchar.h: Likewise.
50320         * include/wctype.h: Likewise.
50321         * include/wordexp.h: Likewise.
50323         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50325         * time/time.h: TIME_UTC must be a macro.
50326         Make timespec_get available for ISO C11 only as well.
50328 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
50330         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50331         Reported by Peng Haitao <penght@cn.fujitsu.com>.
50333 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50335         * configure.in: Use -o not -a in test for unsupported multi-arch.
50337 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50339         * manual/texinfo.tex: Update to version 2012-01-19.16.
50341 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50343         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50345 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50347         [BZ #13738]
50348         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50349         * manual/fdl-1.3.texi: New file.
50350         * manual/fdl-1.1.texi: File removed.
50352         [BZ #13738]
50353         * manual/libc.texinfo (FDL_VERSION): New @set.
50354         Use it for mention of FDL in cover text.
50355         (Documentation License): Use it in @include file name.
50357 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50358             Roland McGrath  <roland@hack.frob.com>
50360         [BZ #5461]
50361         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50362         (not LONG_LONG_MAX and LONG_LONG_MIN.
50363         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50364         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50365         name.
50366         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50368 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50370         [BZ #2547]
50371         [BZ #11365]
50372         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50373         manipulate bits before adding and subtracting TWO23[sx].
50374         * math/libm-test.inc (nearbyint_test): Add more tests.
50376 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50378         [BZ #2548]
50379         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50380         bits before adding and subtracting TWO23[sx].
50381         * math/libm-test.inc (rint_test): Add more tests.
50382         (rint_test_tonearest): Likewise.
50383         (rint_test_towardzero): Likewise.
50384         (rint_test_downward): Likewise.
50385         (rint_test_upward: Likewise.
50387 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50389         [BZ #10110]
50390         * include/stdc-predef.h: New file.  Extracted from features.h.
50391         * include/features.h: Include stdc-predef.h.
50392         * Makefile (headers): Add stdc-predef.h.
50393         * CONFORMANCE (Compiler limitations): Update.
50395 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50397         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50399 2012-02-21  David S. Miller  <davem@davemloft.net>
50401         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50402         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50404 2012-02-20  David S. Miller  <davem@davemloft.net>
50406         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50407         using a normal save/restore sequence, rather than allocating a
50408         dummy stack frame just to store a frame pointer and restore.
50409         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50411 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50413         * manual/install.texi: Fix stray word in line-wrapped comment.
50415 2012-02-20  David S. Miller  <davem@davemloft.net>
50417         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50418         both binutils and gcc support GOTDATA.
50420         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50421         "rd %pc" in the PIC register setup sequences.
50423         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50424         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50425         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50426         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50427         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50428         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50429         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50430         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50431         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50432         (SYSCALL_ERROR_HANDLER): Likewise.
50433         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50434         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50435         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50436         (SYSCALL_ERROR_HANDLER): Likewise.
50438         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50439         (HAVE_GCC_GOTDATA): New.
50440         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50441         relocation support in both binutils and gcc.
50442         * sysdeps/sparc/elf/configure: Regenerate.
50444         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50445         * sysdeps/sparc/sparc32/elf/configure: Delete.
50446         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50447         * sysdeps/sparc/sparc64/elf/configure: Delete.
50448         * sysdeps/sparc/elf/configure.in: New file.
50449         * sysdeps/sparc/elf/configure: Generate.
50451         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50452         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50453         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50454         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50455         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50457 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50459         * manual/install.texi: Do not mention specific glibc version
50460         numbers.
50461         * manual/libc.texinfo (VERSION, UPDATED): Update.
50462         (@copying): Use @copyright{} and range of years.
50464 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50466         [BZ #13695]
50467         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50468         [crti.S not in sysdirs] (generated): Do not append.
50469         [crti.S not in sysdirs] (omit-deps): Likewise.
50470         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50471         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50472         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50473         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50474         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50475         Likewise.
50476         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50477         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50478         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50479         * csu/defs.awk: Remove file.
50480         * sysdeps/generic/initfini.c: Likewise.
50481         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50482         variable.
50483         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50484         Likewise.
50486 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50488         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50489         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50490         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50491         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50492         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50493         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50494         <bits/epoll.h>.
50495         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50496         (__EPOLL_PACKED): Define to empty if not defined by
50497         <bits/epoll.h>.
50498         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50499         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50500         bits/epoll.h.
50502 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50504         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50505         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50506         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50507         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50508         <bits/timerfd.h>.
50509         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50510         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50511         bits/timerfd.h.
50513 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50515         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50516         in C locale.
50517         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50518         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50519         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50520         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50522 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50524         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50525         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50527 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50529         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50530         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50531         defined.
50532         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50533         Likewise.
50534         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50535         entry for 2.16.
50537 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50539         * math/w_acos.c: Use non-signaling floating-point comparisons.
50540         * math/w_acosf.c: Likewise.
50541         * math/w_acosh.c: Likewise.
50542         * math/w_acoshf.c: Likewise.
50543         * math/w_acoshl.c: Likewise.
50544         * math/w_acosl.c: Likewise.
50545         * math/w_asin.c: Likewise.
50546         * math/w_asinf.c: Likewise.
50547         * math/w_asinl.c: Likewise.
50548         * math/w_atanh.c: Likewise.
50549         * math/w_atanhf.c: Likewise.
50550         * math/w_atanhl.c: Likewise.
50551         * math/w_exp2.c: Likewise.
50552         * math/w_exp2f.c: Likewise.
50553         * math/w_exp2l.c: Likewise.
50554         * math/w_j0.c: Likewise.
50555         * math/w_j0f.c: Likewise.
50556         * math/w_j0l.c: Likewise.
50557         * math/w_j1.c: Likewise.
50558         * math/w_j1f.c: Likewise.
50559         * math/w_j1l.c: Likewise.
50560         * math/w_jn.c: Likewise.
50561         * math/w_jnf.c: Likewise.
50562         * math/w_log.c: Likewise.
50563         * math/w_log10.c: Likewise.
50564         * math/w_log10f.c: Likewise.
50565         * math/w_log10l.c: Likewise.
50566         * math/w_log2.c: Likewise.
50567         * math/w_log2f.c: Likewise.
50568         * math/w_log2l.c: Likewise.
50569         * math/w_logf.c: Likewise.
50570         * math/w_logl.c: Likewise.
50571         * math/w_sqrt.c: Likewise.
50572         * math/w_sqrtf.c: Likewise.
50573         * math/w_sqrtl.c: Likewise.
50574         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50575         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50576         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50577         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50578         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50580 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50582         [BZ #9739]
50583         * manual/string.texi (strnlen): Use correct parameter name in
50584         equivalent expression.
50586 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50588         [BZ #11174]
50589         * manual/users.texi (seteuid): Consistently use neweuid for
50590         argument name.
50592 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50594         [BZ #13704]
50595         * manual/nss.texi (Services in the NSS configuration): Correct
50596         list of services in example configuration file.
50598 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50600         [BZ #11322]
50601         * manual/arith.texi: Remove statements about negative zero
50602         behaving identically to zero.
50604 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50606         [BZ #5993]
50607         * manual/install.texi: Do not document upgrading from libc5.
50609 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50611         [BZ #4596]
50612         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50614 2012-02-18  David S. Miller  <davem@davemloft.net>
50616         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50617         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50618         %o7 across the call.
50619         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50620         instead.
50621         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50622         SETUP_PIC_REG_LEAF.
50623         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50624         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50625         * sysdeps/sparc/crtn.S: Likewise.
50627 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50629         * aout/Makefile: Remove.
50631 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50633         [BZ #13058]
50634         * manual/examples/argp-ex1.c (main): Format definition in GNU
50635         style.
50636         * manual/examples/argp-ex2.c (main): Likewise.
50637         * manual/examples/argp-ex3.c (main): Likewise.
50638         * manual/examples/argp-ex4.c (main): Likewise.
50639         * manual/examples/longopt.c (main): Use new-style prototype
50640         definition.
50641         * manual/examples/strncat.c (main): Specify return type and use
50642         (void) for arguments.
50643         * manual/examples/subopt.c (main): Use char **argv argument.
50645 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50647         [BZ #5077]
50648         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50649         rounding modes.
50651 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50653         [BZ #6907]
50654         * manual/string.texi (strchr): Change when strchrnul is
50655         recommended.
50657 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50659         [BZ #174]
50660         * manual/locale.texi (setlocale): Document LOCPATH.
50662 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50664         [BZ #10210]
50665         * manual/process.texi (execle): Move @dots{} before last argument.
50667 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50669         [BZ #12047]
50670         * manual/charset.texi (Generic Charset Conversion): Fix typo
50671         (LC_TYPE -> LC_CTYPE).
50673 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50675         [BZ #5805]
50676         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50677         (scalbnf): Likewise.
50678         (scalbnl): Likewise.
50679         (scalbln): Likewise.
50680         (scalblnf): Likewise.
50681         (scalblnl): Likewise.
50682         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50683         (vwarnx): Likewise.
50684         (verr): Likewise.
50685         (verrx): Likewise.
50686         * manual/filesys.texi (telldir): Use braces around return type.
50687         * manual/llio.texi (mmap): Add space after comma.
50688         (mmap64): Likewise.
50689         * manual/math.texi (jn): Use @var{} on parameter names.
50690         (jnf): Likewise.
50691         (jnl): Likewise.
50692         (yn): Likewise.
50693         (ynf): Likewise.
50694         (ynl): Likewise.
50695         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50696         line.
50697         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50698         "...".
50699         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50700         (sched_get_priority_max): Likewise.
50701         * manual/signal.texi (sigvec): Add space after comma.
50702         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50703         names.
50704         (if_indextoname): Likewise.
50705         (if_freenameindex): Likewise.
50706         (sendto): Use ',' instead of '.' in prototype.
50707         * manual/startup.texi (syscall): Use @dots{} instead of literal
50708         "...".
50709         * manual/stdio.texi (__fpending): Separate initial words of
50710         paragraph from @deftypefun line.
50711         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50712         "...".
50713         (vsyslog): Use @var{} on parameter names.
50714         * manual/terminal.texi (stty): Use @var{} on parameter names.
50715         * manual/users.texi (getutmp): Use @var{} on parameter names.
50716         (getutmpx): Likewise.
50718 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50720         [BZ #6884]
50721         * manual/stdio.texi (fopen): Fix typos in description of
50722         ",ccs=STRING".
50724 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50726         [BZ #4026]
50727         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50728         get clock_id definition.
50730 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50732         [BZ #4822]
50733         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50734         (madvise): Cast every argument to void on its own.
50736 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50738         [BZ #9902]
50739         * manual/startup.texi (Exit Status): Fix typo.
50741 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50743         [BZ #10140]
50744         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50745         * manual/examples/argp-ex2.c: Likewise.
50746         * manual/examples/argp-ex3.c: Likewise.
50748 2012-02-16  Richard Henderson  <rth@redhat.com>
50750         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50751         * sysdeps/s390/s390-32/initfini.c: Remove.
50752         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50753         * sysdeps/s390/s390-64/initfini.c: Remove.
50755 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50757         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50758         compiler output for sysdeps/generic/initfini.c.
50759         * sysdeps/sh/elf/initfini.c: Remove file.
50761 2012-02-16  David S. Miller  <davem@davemloft.net>
50763         [BZ #11494]
50764         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50766         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50767         * sysdeps/sparc/crti.S: New file.
50768         * sysdeps/sparc/crtn.S: New file.
50769         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50770         * sysdeps/sparc/sparc64/Makefile: Likewise.
50772 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50774         [BZ #3335]
50775         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50777 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50779         [BZ #4822]
50780         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50782         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50783         (write, read, close): Likewise.
50784         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50786 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50788         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50789         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50790         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50791         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50792         <bits/signalfd.h>.
50793         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50794         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50795         bits/signalfd.h.
50797 2012-02-14  Marek Polacek  <polacek@redhat.com>
50799         * sysdeps/x86_64/crti.S: New file.
50800         * sysdeps/x86_64/crtn.S: New file.
50801         * sysdeps/x86_64/elf/initfini.c: Remove file.
50803 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50805         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50806         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50807         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50808         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50809         <bits/inotify.h>.
50810         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50811         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50812         bits/inotify.h.
50814 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50816         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50817         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50818         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50819         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50820         <bits/eventfd.h>.
50821         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50822         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50823         bits/eventfd.h.
50825 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50827         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50828         __feraiseexcept instead of feraiseexcept.
50830         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50831         nanosleep invocations.
50832         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50833         strings, and add error checking for a nanosleep invocations.
50835 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50837         Replace FSF snail mail address with URLs, as per GNU coding standards.
50838         Most of the snail mail addresses were wrong anyway, and omitting
50839         them makes the source code easier to maintain.  Almost all of the
50840         changes are to license notices and to locale LC_IDENTIFICATION
50841         addresses, except for this one:
50842         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50843         not its snail mail address.
50845 2012-02-09  Richard Henderson  <rth@twiddle.net>
50847         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50848         of kernel-features.h.
50850         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50852 2012-02-08  Marek Polacek  <polacek@redhat.com>
50854         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50855         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50856         * sysdeps/gnu/_G_config.h: Likewise.
50857         * sysdeps/generic/_G_config.h: Likewise.
50859 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50861         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50862         tests.
50863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50865         * sysdeps/powerpc/powerpc32/crti.S: New file.
50866         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50867         * sysdeps/powerpc/powerpc64/crti.S: New file.
50868         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50870         * Makeconfig (have-initfini): Don't set.
50871         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50872         * configure.in (nopic_initfini): Don't substitute.
50873         * config.h.in (HAVE_INITFINI): Don't #undef.
50874         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50875         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50877 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50879         Support crti.S and crtn.S provided directly by architectures.
50880         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50881         [crti.S in sysdirs] (omit-deps): Likewise.
50882         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50883         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50884         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50885         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50886         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50887         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50888         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50889         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50890         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50891         compiler output for sysdeps/generic/initfini.c.
50892         * sysdeps/i386/elf/Makefile: Remove file.
50893         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50895 2012-02-07  Marek Polacek  <polacek@redhat.com>
50897         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50898         * sysdeps/gnu/_G_config.h: Likewise.
50899         * sysdeps/mach/hurd/_G_config.h: Likewise.
50901 2012-02-07  Marek Polacek  <polacek@redhat.com>
50903         * math/Makefile (tests): Add tst-CMPLX2.
50904         * math/tst-CMPLX2.c: New file.
50906 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50908         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50910         * math/libm-test.inc (jn_test): Add missing L suffix.
50912 2012-02-06  Marek Polacek  <polacek@redhat.com>
50914         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50915         * sysdeps/i386/fpu/e_powf.S: Likewise.
50916         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50917         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50918         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50919         * sysdeps/i386/fpu/e_pow.S: Likewise.
50920         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50921         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50922         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50923         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50924         * sysdeps/i386/fpu/e_log2.S: Likewise.
50925         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50926         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50927         * sysdeps/i386/fpu/e_powl.S: Likewise.
50928         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50929         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50930         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50931         * sysdeps/i386/fpu/e_logl.S: Likewise.
50932         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50933         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50934         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50935         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50936         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50937         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50938         * sysdeps/i386/fpu/e_log.S: Likewise.
50939         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50940         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50941         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50942         * sysdeps/i386/fpu/e_logf.S: Likewise.
50943         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50944         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50945         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50946         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50947         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50948         * sysdeps/i386/fpu/e_log10.S: Likewise.
50949         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50950         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50951         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50952         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50953         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50954         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50955         * sysdeps/i386/asm-syntax.h: Likewise.
50956         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50957         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50958         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50959         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50960         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50961         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50962         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50963         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50964         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50965         * sysdeps/powerpc/sysdep.h: Likewise.
50966         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50967         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50969 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50971         [BZ #411]
50972         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50974 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50976         * sysdeps/i386/sysdep.h: Include <features.h>.
50977         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50978         version.
50980 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50982         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50983         Define.
50984         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50985         LOAD_PIC_REG_STR.
50987 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50989         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50990         (SETUP_PIC_REG): Use GET_PC_THUNK.
50991         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50992         macro.
50994 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50996         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50997         for non-PIC compilation.
50998         (SETUP_PIC_REG): Add .p2align directive.
50999         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
51000         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
51001         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51002         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51003         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
51004         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51005         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
51006         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51007         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51008         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51009         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51010         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51011         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51012         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51013         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51014         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
51015         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
51016         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51017         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51018         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51019         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51020         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
51021         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51022         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51023         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
51024         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
51025         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51026         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
51027         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51028         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51029         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51030         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51031         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51032         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51033         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51034         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51035         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51036         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51037         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51038         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51039         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51041 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51043         * math/tst-CMPLX.c: Include <stdio.h>.
51045 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
51047         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
51048         float.
51049         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51050         * sysdeps/sparc/bits/mathdef.h: Likewise.
51052 2012-01-31  Marek Polacek  <polacek@redhat.com>
51054         * libio/libio.h: Don't define _PARAMS.
51055         * locale/programs/config.h: Don't define PARAMS.
51056         * stdlib/strtol_l.c: Likewise.
51057         (__strtol_l): Remove PARAMS from the prototype.
51059 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
51061         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
51062         names.  Just use the correct names.  Remove unnecessary wrapper
51063         functions.
51064         * malloc/arena.c: Likewise.
51065         * malloc/hooks.c: Likewise.
51067         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
51068         ARENA_TEST says not to.  Simplify test for creation of a new arena.
51069         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
51071 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
51073         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
51074         into tail calls.
51075         (update_get_addr): New function.
51076         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
51077         GET_ADDR_MODULE parameter.
51079 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51081         * crypt/cert.c: Remove __STDC__ conditionals.
51082         * crypt/crypt-entry.c: Likewise.
51083         * crypt/crypt_util.c: Likewise.
51084         * libio/filedoalloc.c: Likewise.
51085         * libio/fileops.c: Likewise.
51086         * libio/genops.c: Likewise.
51087         * libio/iofclose.c: Likewise.
51088         * libio/iofdopen.c: Likewise.
51089         * libio/iofopen.c: Likewise.
51090         * libio/iofopen64.c: Likewise.
51091         * libio/iogetdelim.c: Likewise.
51092         * libio/iopopen.c: Likewise.
51093         * libio/obprintf.c: Likewise.
51094         * libio/oldfileops.c: Likewise.
51095         * libio/oldiofclose.c: Likewise.
51096         * libio/oldiofdopen.c: Likewise.
51097         * libio/oldiofopen.c: Likewise.
51098         * libio/oldiopopen.c: Likewise.
51099         * libio/wfiledoalloc.c: Likewise.
51100         * libio/wgenops.c: Likewise.
51101         * locale/programs/xmalloc.c: Likewise.
51102         * misc/syslog.c: Likewise.
51103         * stdio-common/xbug.c: Likewise.
51104         * string/memchr.c: Likewise.
51105         * string/memcmp.c: Likewise.
51106         * string/memrchr.c: Likewise.
51107         * string/rawmemchr.c: Likewise.
51108         * sysdeps/posix/getcwd.c: Likewise.
51109         * time/strftime_l.c: Likewise.
51111 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51113         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
51114         * config.make.in (config-cflags-sse2avx): Define.
51115         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
51116         Fix typo.
51118 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
51120         * scripts/config.guess: Update from upstream config git repository.
51121         * scripts/config.sub: Likewise.
51123 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
51125         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
51126         (EM_NUM): Update.
51127         (R_TILEPRO_*, R_TILEGX_*): New macros.
51129         * scripts/firstversions.awk: Fix bug in version range handling.
51131         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
51133         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
51135         * include/sys/epoll.h: New file.
51136         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
51137         libc_hidden_def.
51139 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
51141         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
51142         Avoid unnecessary __WORDSIZE == 64 test.
51143         (fmaxf): Use VEX format if possible.
51144         (fmax): Likewise.
51145         (fminf): Likewise.
51146         (fmin): Likewise.
51148         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51149         * math/math_private.h: Remove libc_fegetround* and
51150         libc_fesetround*.
51151         * sysdeps/i386/configure.in: Check for -msse2avx.
51152         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51153         also if SSE2AVX is defined.
51154         Remove libc_fegetround* and libc_fesetround*.
51155         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51156         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
51157         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51158         of HAS_YMM_USABLE.
51159         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51160         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51161         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51162         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51163         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51165         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
51167 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51169         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
51170         size is not set.
51171         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
51173 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
51175         [BZ #13618]
51176         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
51177         relocation.
51178         * Makeconfig (libm): Define.
51179         * elf/Makefile: Add rules to build and run tst-relsort1.
51180         * elf/tst-relsort1.c: New file.
51181         * elf/tst-relsort1mod1.c: New file.
51182         * elf/tst-relsort1mod2.c: New file.
51184 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
51186         * math/s_ldexp.c: Remove __STDC__ conditionals.
51187         * math/s_ldexpf.c: Likewise.
51188         * math/s_ldexpl.c: Likewise.
51189         * math/s_nextafter.c: Likewise.
51190         * math/s_nexttowardf.c: Likewise.
51191         * math/s_significand.c: Likewise.
51192         * math/s_significandf.c: Likewise.
51193         * math/s_significandl.c: Likewise.
51194         * math/w_jnl.c: Likewise.
51195         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
51196         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
51197         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
51198         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
51199         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
51200         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
51201         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
51202         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
51203         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
51204         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
51205         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
51206         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51207         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
51208         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
51209         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
51210         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
51211         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
51212         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
51213         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
51214         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51215         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51216         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
51217         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
51218         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
51219         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
51220         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
51221         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
51222         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
51223         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
51224         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
51225         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
51226         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
51227         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
51228         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
51229         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
51230         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
51231         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
51232         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
51233         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
51234         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
51235         * sysdeps/ieee754/k_standard.c: Likewise.
51236         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51237         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
51238         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
51239         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
51240         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
51241         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
51242         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
51243         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
51244         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
51245         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
51246         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
51247         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
51248         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
51249         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
51250         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
51251         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
51252         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
51253         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
51254         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
51255         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
51256         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
51257         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
51258         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
51259         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51260         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51261         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51262         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51263         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51264         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51265         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51266         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51267         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51268         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51269         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51270         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51271         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51272         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51273         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51274         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51275         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51276         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51277         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51278         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51279         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51280         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51281         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51282         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51283         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51284         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51285         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51286         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51287         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51288         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51289         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51290         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51291         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51292         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51293         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51294         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51295         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51296         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51297         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51298         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51299         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51300         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51301         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51302         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51303         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51304         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51305         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51306         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51307         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51308         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51309         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51310         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51311         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51312         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51313         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51314         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51315         * sysdeps/ieee754/s_matherr.c: Likewise.
51316         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51317         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51318         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51319         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51321 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51323         * crypt/md5.h: Remove __STDC__ conditionals.
51324         * libio/libioP.h: Likewise.
51325         * locale/programs/config.h: Likewise.
51326         * sysdeps/generic/sysdep.h: Likewise.
51327         * sysdeps/i386/asm-syntax.h: Likewise.
51328         * sysdeps/s390/asm-syntax.h: Likewise.
51329         * sysdeps/unix/sysdep.h: Likewise.
51330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51333 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51335         * libio/libio.h: Remove __STDC__ conditionals.
51336         * malloc/obstack.h: Likewise.
51337         * math/complex.h: Likewise.
51338         * math/math.h: Likewise.
51339         * sysdeps/generic/_G_config.h: Likewise.
51340         * sysdeps/gnu/_G_config.h: Likewise.
51341         * sysdeps/mach/hurd/_G_config.h: Likewise.
51342         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51343         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51344         * sysdeps/sparc/bits/mathdef.h: Likewise.
51346 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51348         [BZ #13583]
51349         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51350         Clean up HAS_* macros.
51351         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51352         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51353         possible.
51354         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51355         HAS_AVX.
51356         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51357         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51358         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51359         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51360         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51362 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51364         * elf/tst-unique3.cc (gets): Remove declaration.
51365         * elf/tst-unique3lib.cc (gets): Likewise.
51366         * elf/tst-unique3lib2.cc (gets): Likewise.
51367         * elf/tst-unique4.cc (gets): Likewise.
51369 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51371         * include/stdio.h: Add C++ protection.  Add gets declarations and
51372         definitions.
51373         * debug/tst-chk1.c: Don't declare gets here.
51374         * stdio-common/tst-gets.c: Likewise.
51376 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51378         * posix/glob: Remove directory.
51380 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51382         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51384 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51386         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51387         of the non-standard EPFNOSUPPORT.
51389 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51391         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51392         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51393         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51395 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51397         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51399 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51401         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51402         transient errors.
51403         * nscd/grpcache.c (cache_addgr): Likewise.
51404         * nscd/hstcache.c (cache_addhst): Likewise.
51405         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51406         * nscd/pwdcache.c (cache_addpw): Likewise.
51407         * nscd/servicescache.c (cache_addserv): Likewise.
51409 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51411         * malloc/malloc.c: Various cleanups.
51412         * malloc/hooks.c: Likewise.
51414         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51415         * stdlib/bug-fmtmsg1.c: New file.
51417         * stdlib/fmtmsg.c (init): Add missing unlock.
51418         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51420 2012-01-12  Marek Polacek  <polacek@redhat.com>
51422         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51423         and _GNU_SOURCE.
51425 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51427         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51428         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51429         macro to ensure uniqueness of label name.
51430         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51431         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51433 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51435         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51437         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51438         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51439         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51440         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51442 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51444         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51446         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51447         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51448         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51450         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51452         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51453         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51454         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51455         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51457         * math/bits/math-finite.h: Add ldexp support.
51459 2012-01-10  Marek Polacek  <polacek@redhat.com>
51461         * locale/programs/localedef.h (show_archive_content): Add noreturn
51462         attribute.
51464 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51466         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51468 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51470         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51472         * io/Makefile (headers): Add bits/poll2.h.
51474 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51477         typo #include statement.
51479 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51481         * include/sys/cdefs.h: Define __attribute_alloc_size.
51482         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51483         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51484         * elf/pldd.c: Likewise.
51485         * iconv/iconv_charmap.c: Likewise.
51486         * iconv/iconvconfig.c: Likewise.
51487         * iconv/strtab.c: Likewise.
51488         * locale/programs/locale.c: Likewise.
51489         * locale/programs/localedef.h: Likewise.
51490         * locale/programs/simple-hash.c: Likewise.
51491         * nscd/nscd.h: Likewise.
51492         * nss/makedb.c: Likewise.
51493         * sysdeps/generic/ldconfig.h: Likewise.
51494         * locale/programs/localedef.c: Remove xmalloc prototype.
51495         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51497 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51499         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51500         appropriate.
51502 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51504         * math/Makefile (tests): Add tst-CMPLX.
51505         * math/tst-CMPLX.c: New file.
51507         * math/complex.h (CMPLXL): Fix typo.
51509         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51510         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51511         GLIBC_2.16.
51512         * debug/tst-chk1.c: Add poll and ppoll tests.
51513         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51514         * include/sys/poll.h: Add hidden proto for ppoll.
51515         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51516         * sysdeps/mach/hurd/ppoll.c: Likewise.
51517         * io/ppoll.c: Likewise.
51518         * debug/poll_chk.c: New file.
51519         * debug/ppoll_chk.c: New file.
51520         * include/bits/poll2.h: New file.
51521         * io/bits/poll2.h: New file.
51523         [BZ #1350]
51524         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51526         * configure.in: static is always set to yes.  Remove.
51527         * config.make.in: Don't set build-static.
51528         * Makeconfig: Remove use of build-static.
51529         * dlfcn/Makefile: Likewise.
51530         * elf/Makefile: Likewise.
51531         * math/Makefile: Likewise.
51532         * misc/Makefile: Likewise.
51533         * nptl/Makefile: Likewise.
51534         * sysdeps/mach/hurd/Makefile: Likewise.
51536         * configure.in: PWD_P is not used anymore.
51537         * config.make.in: Remove PWD_P entry.
51539         * configure.in: Remove last remnants of RANLIB.
51540         No need to check for signed size_t anymore.
51541         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51542         and IA-64.
51543         Remove __builtin_expect test because we require at least gcc 3.4.
51544         * aclocal.m4: Likewise.
51546         * wcsmbs/mbrtoc16.c: Implement using towc function.
51547         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51548         * wcsmbs/wcsmbsload.c: Likewise.
51549         * iconv/gconv_simple.c: Likewise.
51550         * iconv/gconv_int.h: Likewise.
51551         * iconv/gconv_builtin.h: Likewise.
51552         * iconv/iconv_prog.c: Remove CHAR16 handling.
51554         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51556         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51558         * configure.in: Remove --with-elf and --enable-bounded options.
51559         Dont set base_machine for ia64.  More non-ELF conditions removed.
51560         Remove testing and setting of leading underscore information.
51561         * config.make.in (build-bounded): Set to no.
51562         * config.h.in: Remove NO_UNDERSCORES entry.
51563         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51564         them.
51565         * csu/start.c: Remove !NO_UNDERSCORE code.
51566         * locale/localeinfo.h: Likewise.
51567         * sysdeps/generic/machine-gmon.h: Likewise.
51568         * sysdeps/generic/sysdep.h: Likewise.
51569         * sysdeps/i386/sysdep.h: Likewise.
51570         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51571         * sysdeps/mach/sysdep.h: Likewise.
51572         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51573         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51574         * sysdeps/sh/sysdep.h: Likewise.
51575         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51576         * sysdeps/unix/i386/sysdep.S: Likewise.
51577         * sysdeps/unix/sparc/start.c: Likewise.
51578         * sysdeps/unix/sparc/sysdep.S: Likewise.
51579         * sysdeps/unix/sparc/sysdep.h: Likewise.
51580         * sysdeps/unix/start.c: Likewise.
51581         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51582         * sysdeps/x86_64/sysdep.h: Likewise.
51584 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51586         [BZ #13553]
51587         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51588         for non-gcc.
51589         * argp/argp-fmtstream.h: Use const instead __const.
51590         * argp/argp.h: Likewise.
51591         * assert/assert.h: Likewise.
51592         * bits/fenv.h: Likewise.
51593         * bits/sched.h: Likewise.
51594         * bits/sigset.h: Likewise.
51595         * bits/sigthread.h: Likewise.
51596         * catgets/nl_types.h: Likewise.
51597         * conform/data/pthread.h-data: Likewise.
51598         * crypt/crypt-private.h: Likewise.
51599         * crypt/crypt.h: Likewise.
51600         * crypt/crypt_util.c: Likewise.
51601         * ctype/ctype.h: Likewise.
51602         * debug/execinfo.h: Likewise.
51603         * debug/mbsnrtowcs_chk.c: Likewise.
51604         * debug/mbsrtowcs_chk.c: Likewise.
51605         * debug/wcsnrtombs_chk.c: Likewise.
51606         * debug/wcsrtombs_chk.c: Likewise.
51607         * debug/wcstombs_chk.c: Likewise.
51608         * dirent/dirent.h: Likewise.
51609         * dlfcn/dlfcn.h: Likewise.
51610         * elf/neededtest4.c: Likewise.
51611         * grp/grp.h: Likewise.
51612         * gshadow/gshadow.h: Likewise.
51613         * iconv/gconv.h: Likewise.
51614         * iconv/gconv_int.h: Likewise.
51615         * iconv/gconv_simple.c: Likewise.
51616         * iconv/iconv.h: Likewise.
51617         * iconv/loop.c: Likewise.
51618         * iconv/skeleton.c: Likewise.
51619         * include/aio.h: Likewise.
51620         * include/aliases.h: Likewise.
51621         * include/argz.h: Likewise.
51622         * include/arpa/inet.h: Likewise.
51623         * include/assert.h: Likewise.
51624         * include/dirent.h: Likewise.
51625         * include/dlfcn.h: Likewise.
51626         * include/execinfo.h: Likewise.
51627         * include/fcntl.h: Likewise.
51628         * include/fenv.h: Likewise.
51629         * include/glob.h: Likewise.
51630         * include/grp.h: Likewise.
51631         * include/libintl.h: Likewise.
51632         * include/mntent.h: Likewise.
51633         * include/netdb.h: Likewise.
51634         * include/pwd.h: Likewise.
51635         * include/rpc/netdb.h: Likewise.
51636         * include/sched.h: Likewise.
51637         * include/search.h: Likewise.
51638         * include/shadow.h: Likewise.
51639         * include/signal.h: Likewise.
51640         * include/stdio.h: Likewise.
51641         * include/stdlib.h: Likewise.
51642         * include/string.h: Likewise.
51643         * include/sys/socket.h: Likewise.
51644         * include/sys/stat.h: Likewise.
51645         * include/sys/statfs.h: Likewise.
51646         * include/sys/statvfs.h: Likewise.
51647         * include/sys/syslog.h: Likewise.
51648         * include/sys/time.h: Likewise.
51649         * include/sys/uio.h: Likewise.
51650         * include/time.h: Likewise.
51651         * include/unistd.h: Likewise.
51652         * include/utmp.h: Likewise.
51653         * include/wchar.h: Likewise.
51654         * include/wctype.h: Likewise.
51655         * inet/aliases.h: Likewise.
51656         * inet/arpa/inet.h: Likewise.
51657         * inet/netinet/ether.h: Likewise.
51658         * inet/netinet/in.h: Likewise.
51659         * intl/libintl.h: Likewise.
51660         * io/bits/fcntl2.h: Likewise.
51661         * io/fcntl.h: Likewise.
51662         * io/ftw.h: Likewise.
51663         * io/sys/poll.h: Likewise.
51664         * io/sys/stat.h: Likewise.
51665         * io/sys/statfs.h: Likewise.
51666         * io/sys/statvfs.h: Likewise.
51667         * io/utime.h: Likewise.
51668         * libio/bits/stdio.h: Likewise.
51669         * libio/bits/stdio2.h: Likewise.
51670         * libio/libio.h: Likewise.
51671         * libio/libioP.h: Likewise.
51672         * libio/stdio.h: Likewise.
51673         * locale/lc-ctype.c: Likewise.
51674         * locale/locale.h: Likewise.
51675         * login/utmp.h: Likewise.
51676         * malloc/arena.c: Likewise.
51677         * malloc/malloc.c: Likewise.
51678         * malloc/malloc.h: Likewise.
51679         * malloc/mcheck.c: Likewise.
51680         * malloc/mtrace.c: Likewise.
51681         * math/bits/mathcalls.h: Likewise.
51682         * math/fenv.h: Likewise.
51683         * math/math_private.h: Likewise.
51684         * misc/bits/error.h: Likewise.
51685         * misc/bits/syslog.h: Likewise.
51686         * misc/err.h: Likewise.
51687         * misc/error.h: Likewise.
51688         * misc/fstab.h: Likewise.
51689         * misc/mntent.h: Likewise.
51690         * misc/regexp.h: Likewise.
51691         * misc/search.h: Likewise.
51692         * misc/sgtty.h: Likewise.
51693         * misc/sys/mman.h: Likewise.
51694         * misc/sys/syslog.h: Likewise.
51695         * misc/sys/uio.h: Likewise.
51696         * misc/sys/xattr.h: Likewise.
51697         * misc/ttyent.h: Likewise.
51698         * nis/rpcsvc/ypclnt.h: Likewise.
51699         * nss/nss.h: Likewise.
51700         * posix/bits/unistd.h: Likewise.
51701         * posix/fnmatch.h: Likewise.
51702         * posix/glob.h: Likewise.
51703         * posix/sched.h: Likewise.
51704         * posix/spawn.h: Likewise.
51705         * posix/sys/wait.h: Likewise.
51706         * posix/unistd.h: Likewise.
51707         * posix/wordexp.h: Likewise.
51708         * pwd/pwd.h: Likewise.
51709         * resolv/netdb.h: Likewise.
51710         * resource/sys/resource.h: Likewise.
51711         * rt/aio.h: Likewise.
51712         * rt/bits/mqueue2.h: Likewise.
51713         * rt/mqueue.h: Likewise.
51714         * shadow/shadow.h: Likewise.
51715         * signal/signal.h: Likewise.
51716         * socket/send.c: Likewise.
51717         * socket/sendto.c: Likewise.
51718         * socket/sys/socket.h: Likewise.
51719         * stdio-common/printf.h: Likewise.
51720         * stdlib/bits/stdlib.h: Likewise.
51721         * stdlib/fmtmsg.h: Likewise.
51722         * stdlib/monetary.h: Likewise.
51723         * stdlib/stdlib.h: Likewise.
51724         * stdlib/ucontext.h: Likewise.
51725         * streams/stropts.h: Likewise.
51726         * string/argz.h: Likewise.
51727         * string/bits/string2.h: Likewise.
51728         * string/string.h: Likewise.
51729         * string/strings.h: Likewise.
51730         * sunrpc/rpc/auth.h: Likewise.
51731         * sunrpc/rpc/auth_des.h: Likewise.
51732         * sunrpc/rpc/clnt.h: Likewise.
51733         * sunrpc/rpc/netdb.h: Likewise.
51734         * sunrpc/rpc/pmap_clnt.h: Likewise.
51735         * sunrpc/rpc/xdr.h: Likewise.
51736         * sysdeps/generic/inttypes.h: Likewise.
51737         * sysdeps/generic/net/if.h: Likewise.
51738         * sysdeps/generic/sys/swap.h: Likewise.
51739         * sysdeps/gnu/net/if.h: Likewise.
51740         * sysdeps/gnu/utmpx.h: Likewise.
51741         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51742         * sysdeps/i386/i486/bits/string.h: Likewise.
51743         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51744         * sysdeps/s390/bits/string.h: Likewise.
51745         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51746         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51747         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51748         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51749         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51750         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51751         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51752         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51753         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51754         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51755         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51756         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51757         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51758         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51759         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51760         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51761         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51762         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51763         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51764         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51765         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51766         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51767         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51768         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51769         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51770         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51771         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51772         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51773         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51774         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51775         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51776         * sysvipc/sys/ipc.h: Likewise.
51777         * sysvipc/sys/msg.h: Likewise.
51778         * sysvipc/sys/sem.h: Likewise.
51779         * sysvipc/sys/shm.h: Likewise.
51780         * termios/termios.h: Likewise.
51781         * time/sys/time.h: Likewise.
51782         * time/time.h: Likewise.
51783         * wcsmbs/bits/wchar2.h: Likewise.
51784         * wcsmbs/uchar.h: Likewise.
51785         * wcsmbs/wchar.h: Likewise.
51786         * wctype/wctype.h: Likewise.
51788         [BZ #13551]
51789         * Makeconfig: Remove all but ELF support including AIX support.
51790         * Makerules: Likewise.
51791         * config.h.in: Likewise.
51792         * config.make.in: Likewise.
51793         * configure: Likewise.
51794         * configure.in: Likewise.
51795         * csu/Makefile: Likewise.
51796         * csu/version.c: Likewise.
51797         * debug/Makefile: Likewise.
51798         * dlfcn/Makefile: Likewise.
51799         * elf/Makefile: Likewise.
51800         * extra-lib.mk: Likewise.
51801         * iconv/Makefile: Likewise.
51802         * include/libc-symbols.h: Likewise.
51803         * include/shlib-compat.h: Likewise.
51804         * resolv/Makefile: Likewise.
51805         * resolv/res_libc.c: Likewise.
51806         * rt/Makefile: Likewise.
51807         * sysdeps/i386/asm-syntax.h: Likewise.
51808         * sysdeps/i386/sysdep.h: Likewise.
51809         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51810         * sysdeps/mach/sysdep.h: Likewise.
51811         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51812         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51813         * sysdeps/s390/asm-syntax.h: Likewise.
51814         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51815         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51816         * sysdeps/sh/sysdep.h: Likewise.
51817         * sysdeps/unix/sparc/sysdep.h: Likewise.
51818         * sysdeps/wordsize-32/divdi3.c: Likewise.
51819         * sysdeps/x86_64/sysdep.h: Likewise.
51821         * argp/Versions: Remove _argp_unlock_xxx.
51823         [BZ #13559]
51824         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51825         * abilist/libBrokenLocale.abilist: Likewise.
51826         * abilist/libanl.abilist: Likewise.
51827         * abilist/libc.abilist: Likewise.
51828         * abilist/libcrypt.abilist: Likewise.
51829         * abilist/libdl.abilist: Likewise.
51830         * abilist/libm.abilist: Likewise.
51831         * abilist/libnsl.abilist: Likewise.
51832         * abilist/libpthread.abilist: Likewise.
51833         * abilist/libresolv.abilist: Likewise.
51834         * abilist/librt.abilist: Likewise.
51835         * abilist/libthread_db.abilist: Likewise.
51836         * abilist/libutil.abilist: Likewise.
51837         * abilist/libnss_db.abilist: New file.
51839         * scripts/abilist.awk: Add support for indirect functions.
51841         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51843         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51845         * shlib-versions: Remove entries for ports architectures.
51847         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51848         files in ports.
51849         * elf/stackguard-macros.h: Remove support for IA-64.
51850         * elf/tst-auditmod1.c: Likewise.
51851         * sysdeps/generic/ldsodefs.h: Likewise.
51853         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51854         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51855         configure files.
51857         [BZ #13552]
51858         * configure.in: Remove --enable-omitfp support.
51859         * FAQ.in: Adjust.
51860         * config.make.in: Likewise.
51861         * Makeconfig: Likewise.
51862         * manual/install.texi: Likewise.
51864         In case anyone cares, the IA-64 architecture could move to ports.
51865         * sysdeps/ia64/*: Removed.
51866         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51867         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51869         [BZ #13555]
51870         * configure.in: Remove entries for unsupported architectures.
51872         [BZ #13533]
51873         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51874         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51875         routines.
51876         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51877         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51878         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51879         fall back to using wcrtomb.
51880         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51881         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51882         renaming.
51883         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51884         * wcsmbs/tst-c16c32-1.c: New file.
51886         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51887         local variable.
51889         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51891         * elf/tst-unique3.cc: Add explicit declaration of gets.
51892         * elf/tst-unique3lib.cc: Likewise.
51893         * elf/tst-unique3lib2.cc: Likewise.
51894         * elf/tst-unique4.cc: Likewise.
51896         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51898 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51900         [BZ #13566]
51901         * assert/assert.h (static_assert): Don't define for C++.
51902         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51903         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51905 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51907         * iconv/loop.c (single loop): Fix assertion in storing of
51908         remaining bytes.
51910         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51912 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51914         * posix/getconf.c: Update copyright year.
51915         * nss/getent.c: Likewise.
51916         * nss/makedb.c: Likewise.
51917         * iconv/iconvconfig.c: Likewise.
51918         * iconv/iconv_prog.c: Likewise.
51919         * elf/ldconfig.c: Likewise.
51920         * elf/pldd.c: Likewise.
51921         * elf/sotruss.ksh: Likewise.
51922         * catgets/gencat.c: Likewise.
51923         * csu/version.c: Likewise.
51924         * elf/ldd.bash.in: Likewise.
51925         * elf/sprof.c (print_version): Likewise.
51926         * locale/programs/locale.c: Likewise.
51927         * locale/programs/localedef.c: Likewise.
51928         * login/programs/pt_chown.c: Likewise.
51929         * nscd/nscd.c (print_version): Likewise.
51930         * debug/xtrace.sh: Likewise.
51931         * malloc/memusage.sh: Likewise.
51932         * malloc/mtrace.pl: Likewise.
51933         * debug/catchsegv.sh: Likewise.
51935 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51937         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51938         pure attribute.
51940 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51942         [BZ #13533]
51943         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51944         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51945         transformations.
51946         * iconv/gconv_int.h: Likewise.
51947         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51948         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51949         from libc for GLIBC_2.16.
51950         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51951         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51952         * wcsmbs/uchar.h: Really define mbstate_t.
51953         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51954         * wcsmbs/c16rtomb.c: New file.
51955         * wcsmbs/mbrtoc16.c: New file.
51956         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51957         for C/POSIX locale.
51958         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51959         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51961         * wcsmbs/wchar.h: Add missing __restrict.
51963 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51965         [BZ #13532]
51966         * time/Makefile (routines): Add timespec_get.
51967         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51968         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51969         timespec for ISO C11.
51970         * time/timespec_get.c: New file.
51971         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51972         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51974         [BZ #13531]
51975         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51976         * stdlib/stdlib.h: Declare aligned_alloc.
51977         * Versions.def: Add GLIBC_2.16 for libc.
51978         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51980         [BZ 13527]
51981         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51982         ISO C11.
51984         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51985         code.
51987         [BZ #13528]
51988         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51990         [BZ #13529]
51991         * assert/assert.h (static_assert): Define.
51993         * version.h: Update for 2.16 development version.
51995         [BZ #13526]
51996         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51997         _ISOC11_SOURCE.
51999         * version.h (RELEASE): Bump for 2.15 release.
52000         * include/features.h (__GLIBC_MINOR__): Bump to 15.
52002         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
52003         Patch by Marek Polacek <mpolacek@redhat.com>.
52005         * bits/byteswap.h: Protect long long constants with __extension__.
52006         * sysdeps/i386/bits/byteswap.h: Likewise.
52007         * sysdeps/ia64/bits/byteswap.h: Likewise.
52008         * sysdeps/s390/bits/byteswap.h: Likewise.
52009         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52011 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52013         [BZ #13540]
52014         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
52015         destination buffer.
52016         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
52018 2011-12-23  Marek Polacek  <polacek@redhat.com>
52020         * elf/dl-addr.c (determine_info): Add inline keyword.
52021         * elf/tst-auditmod4b.c (check_avx): Likewise.
52022         * elf/tst-auditmod6b.c (check_avx): Likewise.
52023         * elf/tst-auditmod6c.c (check_avx): Likewise.
52024         * elf/tst-auditmod7b.c (check_avx): Likewise.
52026 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52028         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
52029         !__SSE_MATH__.
52031 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52033         [BZ #13540]
52034         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
52035         processing for last bytes.
52037 2011-08-06  Bruno Haible  <bruno@clisp.org>
52039         [BZ #13061]
52040         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
52041         U+0385, not to U+1FEE.
52043         [BZ #13062]
52044         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
52045         entry for U+00A5 U+0301.
52047 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52049         [BZ #13166]
52050         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
52051         buffer for the output is too small.
52053         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
52054         optimization.
52056         [BZ #13185]
52057         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
52058         SSE flags if possible.
52060 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52062         [BZ #13540]
52063         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
52064         processing for last bytes.
52066 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
52068         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
52069         (syscall-list-default-options, syscall-list-default-condition)
52070         (syscall-list-includes): Define.
52071         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
52072         list of ABIs and options and #if conditions for each ABI.  Do not
52073         handle common syscalls between ABIs specially.
52074         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
52075         Remove.
52076         (syscall-list-variants, syscall-list-32bit-options)
52077         (syscall-list-32bit-condition, syscall-list-64bit-options)
52078         (syscall-list-64bit-condition): Define.
52079         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
52080         (syscall-list-variants, syscall-list-32bit-options)
52081         (syscall-list-32bit-condition, syscall-list-64bit-options)
52082         (syscall-list-64bit-condition): Define.
52083         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
52084         Remove.
52085         (syscall-list-variants, syscall-list-32bit-options)
52086         (syscall-list-32bit-condition, syscall-list-64bit-options)
52087         (syscall-list-64bit-condition): Define.
52088         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
52089         Remove.
52090         (syscall-list-variants, syscall-list-32bit-options)
52091         (syscall-list-32bit-condition, syscall-list-64bit-options)
52092         (syscall-list-64bit-condition): Define.
52094 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52096         * locale/iso-639.def: Add brx entry.
52098         [BZ #13328]
52099         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
52100         Proposed by Mariusz_Cukr <marcukr@op.pl>.
52102         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
52103         __feraiseexcept_renamed.
52105 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52107         [BZ #13538]
52108         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
52109         EPOLLET with unsigned values.
52110         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52111         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52113         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
52114         to large cancellation.
52115         * math/s_cacoshf.c: Likewise.
52116         * math/s_cacoshl.c: Likewise.
52118 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
52120         [BZ #13305]
52121         [BZ #12786]
52122         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
52123         * math/s_cacoshf.c: Likewise.
52124         * math/s_cacoshl.c: Likewise.
52126 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52128         [BZ #13439]
52129         * iconv/gconv.h: Define __GCONV_SWAP.
52130         * iconvdata/unicode.c: The swap bit must be stored in __flags.
52131         * iconvdata/utf-16.c: Likewise.
52132         * iconvdata/utf-32.c: Likewise.
52134 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
52136         [BZ #13524]
52137         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
52138         numerator after shifting it by one limb.
52140 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
52142         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
52143         under [__USE_EXTERN_INLINES].
52145 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52147         [BZ #13446]
52148         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52150 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52152         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52153         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52154         optimized code.
52155         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52156         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52157         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52158         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52159         for strncasecmp/strncasecmp_l compilation.
52160         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
52161         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
52163 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
52165         [BZ #13484]
52166         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
52167         of __asm__.
52169 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52171         [BZ #13506]
52172         * time/tzfile.c (__tzfile_read): Check values from file header.
52174 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
52176         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
52177         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
52178         * powerpc/powerpc32/dl-start.S: Likewise.
52179         * powerpc/powerpc32/elf/start.S: Likewise.
52180         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
52181         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
52182         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
52183         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
52184         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
52185         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
52186         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
52187         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
52188         * powerpc/powerpc32/fpu/s_round.S: Likewise.
52189         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
52190         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
52191         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
52192         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
52193         * powerpc/powerpc32/memset.S: Likewise.
52194         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
52195         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
52196         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
52197         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
52198         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
52199         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
52200         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
52201         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
52202         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
52203         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
52204         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
52205         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52206         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52208 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52210         * math/libm-test.inc: Added more nearbyint tests.
52211         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
52212         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
52213         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
52214         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
52216 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
52218         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
52219         FD_CLOEXEC.
52221 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52223         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
52224         Add wcscpy-ssse3 wcscpy-c.
52225         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
52226         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
52227         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
52228         * sysdeps/x86_64/wcschr.S: New file.
52229         * sysdeps/x86_64/wcsrchr.S: New file.
52230         * string/test-strcmp.c: Remove checking of wcscmp function for
52231         wrong alignments.
52232         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
52233         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
52234         wcsrchr-sse2 wcsrchr-c.
52235         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
52236         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
52237         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
52238         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
52239         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
52240         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
52241         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
52242         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
52243         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
52244         * wcsmbc/wcschr.c (WCSCHR): New macro.
52246 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52248         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
52249         * wcsmbs/test-wcsrchr.c: New file.
52250         * string/test-strrchr.c: Add wcsrchr support.
52251         (WIDE): New macro.
52252         * wcsmbs/test-wcscpy.c: New file.
52253         * string/test-strcpy.c: Add wcscpy support.
52254         (WIDE): New macro.
52256 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
52258         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
52259         the inner loop.
52261 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
52263         [BZ #13472]
52264         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52266 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
52268         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52269         Minor optimizations.
52271         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52272         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52273         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52275 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
52277         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52278         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52279         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52280         for gcc to avoid warnings.
52281         * inet/Makefile (tests): Add tst-checks.
52282         * inet/tst-checks.c: New file.
52284         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52285         warning.
52287         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52288         __wmemcmp_sse2.
52290         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52291         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52293         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52295 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
52297         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52298         problem.
52300         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52302 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
52304         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52305         conditional on GCC version.
52306         (__arch_compare_and_exchange_val_8_acq)
52307         (__arch_compare_and_exchange_val_16_acq)
52308         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52309         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52310         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52312 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
52314         * sysdeps/sh/backtrace.c: New file.
52316 2011-12-02  Andreas Schwab  <schwab@redhat.com>
52318         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
52319         parenthesis.
52321 2011-12-01  Andreas Schwab  <schwab@redhat.com>
52323         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52324         falling back to utime.
52326 2011-11-30  Andreas Schwab  <schwab@redhat.com>
52328         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52329         expectations for float.
52331 2011-11-29  Andreas Schwab  <schwab@redhat.com>
52333         * locale/weight.h (findidx): Add parameter len.
52334         * locale/weightwc.h (findidx): Likewise.
52335         * posix/fnmatch_loop.c (FCT): Adjust caller.
52336         * posix/regcomp.c (build_equiv_class): Likewise.
52337         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52338         * posix/regexec.c (check_node_accept_bytes): Likewise.
52339         * string/strcoll_l.c (STRCOLL): Likewise.
52340         * string/strxfrm_l.c (STRXFRM): Likewise.
52342 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52344         * Makefile.in: Remove CVSOPT handling.
52345         * configure.in: Remove use of AC_REVISION.
52346         * iconvdata/Makefile (distribute): No need to filter out CVS.
52347         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52348         handling.
52350 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52352         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52353         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52354         [USE_AS_STRNCASECMP_L]: Likewise.
52355         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52356         NO_TLS_DIRECT_SEG_REFS.
52357         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52358         Fix argument offsets for non-PIC.
52359         [USE_AS_STRNCASECMP_L]: Likewise.
52360         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52361         NO_TLS_DIRECT_SEG_REFS.
52363 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52365         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52366         O_CLOEXEC.
52367         * locale/loadlocale.c (_nl_load_locale): Likewise.
52369 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52371         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52372         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52373         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52374         (SYSCALL_GETTIME): Set errno on error.
52376         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52377         count references to noai6ai_cached.
52379 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52381         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52383         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52384         FD_CLOEXEC for /proc/self/maps.
52386         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52387         FD_CLOEXEC for /proc/meminfo.
52389         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52390         gai.conf.
52392         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52393         FD_CLOEXEC for given file.
52395         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52397         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52398         FD_CLOEXEC for /etc/hosts.
52399         (_gethtent): Likewise.
52401         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52403         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52404         cancellation and set FD_CLOEXEC for /etc/netgroup.
52406         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52407         reading /etc/publickey.
52409         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52410         allow cancellation when reading /etc/group.
52412         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52413         cancellation.
52414         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52416         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52417         when using data file.
52419         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52421         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52422         (write_nis_obj): Use "c" and "e" in fopen.
52424         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52426         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52428         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52430         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52432         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52433         locale.alias.
52435         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52437         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52439         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52441         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52442         file parsing and set FD_CLOEXEC.
52444 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52446         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52448 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52450         * malloc/arena.c (arena_get2): Don't call reused_arena when
52451         _int_new_arena failed.
52453 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52455         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52456         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52457         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52458         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52459         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52460         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52461         to compile strcasecmp and strncasecmp.
52462         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52463         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52465         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52467 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52469         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52470         locale-defines.sym to gen-as-const-headers.
52471         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52472         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52473         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52474         to compile strcasecmp and strncasecmp.
52475         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52476         strcasecmp_l and strncasecmp_l.
52477         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52478         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52479         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52480         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52481         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52482         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52483         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52484         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52485         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52486         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52487         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52489 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52491         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52492         result of SYSDEP_GETTIME_CPU to retval.
52493         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52494         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52496         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52497         variable.
52499         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52500         mantissa words.
52501         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52503         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52504         from unused variable.
52506         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52507         DWARF definitions.
52508         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52509         for assembling.
52511         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52512         over namespaces.
52514         * sunrpc/rpc_prot.c (rejected): Fix case value.
52516         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52517         unsigned long long int to avoid warnings in shift.
52519         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52520         of use of trans.
52521         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52522         variable tmp.
52524         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52525         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52526         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52528         * nis/nis_table.c (nis_list): Use variable of correct type for
52529         result of __follow_path call.
52531 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52533         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52534         of math functions ceil, trunc, floor, round, and sqrt, when
52535         avaliable on the platform.
52536         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52537         name clash.
52538         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52539         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52540         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52542 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52544         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52545         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52547 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52549         * include/unistd.h: Fix __readlink return type.
52550         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52552 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52554         * stdlib/ucontext.h: Undo last change for makecontext.
52556 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52558         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52560         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52561         * setjmp/setjmp.h: Mark functions as non-leaf.
52562         * setjmp/bits/setjmp2.h: Likewise.
52563         * stdlib/ucontext.h: Likewise.
52565 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52567         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52568         (reused_arena): Don't check arena limit.
52569         (arena_get2): Atomically check arena limit.
52571 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52573         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52574         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52576         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52577         instructions.
52579 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52581         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52582         handler when locking.
52584         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52585         Fix size of allocated buffer.
52587 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52589         [BZ #10103]
52590         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52591         declarations for long double functions.
52592         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52594         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52596 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52598         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52599         installed.
52601         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52602         is disabled.
52604 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52606         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52608 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52610         * include/alloca.h (stackinfo_alloca_round): Define.
52611         (extend_alloca): Use it.
52612         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52613         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52614         here.
52616         * scripts/check-local-headers.sh: Ignore libaudit.h.
52618         * nscd/Makefile (extra-objs): Make recursively expanded.
52620 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52622         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52623         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52625         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52626         * posix/tst-rfc3484-2.c: Likewise.
52627         * posix/tst-rfc3484-3.c: Likewise.
52629         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52630         process_vm_writev.
52631         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52632         process_vm_writev.
52633         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52634         process_vm_writev from libc using GLIBC_2.15 version.
52636         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52638 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52640         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52641         stack usage.
52643 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52645         [BZ #13367]
52646         * nss/getent.c (initgroups_keys): Show error message in case no group
52647         names are given.
52649         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52650         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52651         __bump_nl_timestamp.
52652         * nscd/connections (nscd_init): When host database is served open
52653         netlink socket and request notification about configuration changes.
52654         (main_loop_poll): Track netlink file descriptor and bump timestamp
52655         in case data becomes available.
52656         (main_loop_epoll): Likewise.
52657         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52658         (database_pers_head): Add extra_data fileds.
52659         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52660         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52661         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52662         Adjust caller.
52663         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52664         in6ai data, call __free_in6ai.
52665         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52666         Add -DHAVE_NETLINK.
52667         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52668         interface information.  Reuse previous data if netlink timestamp
52669         is not changed.
52670         (__bump_nl_timestamp): New function.
52671         (__free_in6ai): New function.
52673 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52675         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52676         close_not_cancel_no_status here.
52677         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52679 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52681         [BZ #13276]
52682         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52683         return value.
52685         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52686         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52687         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52689 2011-07-03  Andreas Jaeger  <aj@suse.de>
52691         [BZ #10709]
52692         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52693         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52694         * math/libm-test.inc (sin_test): Add test case.
52696 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52698         [BZ #13337]
52699         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52700         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52702         * elf/chroot_canon.c (chroot_canon): Cleanups.
52704         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52706         [BZ #13335]
52707         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52708         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52710         * string/test-strchr.c: Make usable for strchrnul testing.
52711         * string/test-strchrnul.c: New file.
52712         * string/Makefile (strop-tests): Add strchrnul.
52714         * po/it.po: Update from translation team.
52715         * po/es.po: Likewise.
52717 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52719         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52720         the three constants needed as parameters.  Drop the others.
52721         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52722         __m128i_strloadu_tolower.
52723         Create and initialize variable zero and use it in all the places
52724         where _mm_setzero_si128 was used.
52726         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52727         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52728         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52729         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52730         anymore.
52731         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52732         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52733         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52734         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52735         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52736         __mpranred, __mptan.
52737         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52738         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52739         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52740         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52741         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52742         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52743         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52744         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52745         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52747 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52749         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52750         redefine if SHARED.
52751         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52753         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52754         wide char related routines to wcsmbs subdir.
52756 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52758         [BZ #13344]
52759         * misc/sys/cdefs.h (__THROWNL): Define.
52760         * posix/unistd.h: Use __THREADNL instead of __THREAD
52761         for memory synchronization functions.
52763 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52765         [BZ #13349]
52766         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52767         doesn't exist.
52768         * manual/stdio.texi (Obstack Streams): Node removed.
52770 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52772         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52773         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52774         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52776         * math/math_private.h (math_force_eval): Allow non-addressable
52777         arguments.
52778         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52780 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52782         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52783         file is not needed.
52785         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52786         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52787         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52788         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52789         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52790         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52791         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52792         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52793         Add AVX variants.
52794         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52795         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52796         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52797         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52798         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52799         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52800         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52801         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52802         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52803         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52804         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52805         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52806         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52807         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52808         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52809         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52810         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52811         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52812         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52814         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52815         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52817         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52818         place.  Use VEX encoding when compiling for AVX.
52820 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52822         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52823         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52825         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52827 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52829         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52830         useless if() expression.
52831         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52832         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52833         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52834         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52835         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52836         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52837         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52838         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52839         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52840         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52841         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52842         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52843         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52844         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52845         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52846         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52847         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52848         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52849         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52851         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52853 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52855         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52856         condition.
52857         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52859 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52861         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52862         .text section.  Avoid duplicate constants.
52863         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52864         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52865         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52866         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52867         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52868         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52869         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52870         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52871         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52872         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52873         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52874         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52875         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52876         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52877         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52878         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52879         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52880         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52881         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52882         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52883         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52884         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52885         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52886         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52887         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52888         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52889         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52890         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52891         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52892         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52893         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52894         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52895         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52896         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52897         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52898         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52899         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52900         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52901         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52902         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52903         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52904         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52905         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52906         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52907         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52909 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52911         * sysdeps/x86_64/dla.h: Move to ...
52912         * sysdeps/x86_64/fpu/dla.h: ...here.
52913         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52914         situations.  Use __builtin_fma only for gcc 4.6 and up.
52916         * config.make.in: Add have-mfma4 entry.
52917         * configure.in: Substitute libc_cv_cc_fma4.
52918         * math/Makefile (dbl-only-routines): Add sincostab.
52919         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52920         Use __sincostab not sincos.
52921         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52922         name is a macro.
52923         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52924         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52925         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52926         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52927         using __copysign.
52928         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52929         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52930         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52931         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52932         and __inv.
52933         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52934         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52935         __copysign.
52936         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52937         define aliases when function name is a macro.
52938         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52939         sysdeps/ieee754/dbl-64/sincos.tbl.
52940         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52941         fma4-enabled routines.
52942         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52943         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52944         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52945         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52946         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52947         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52948         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52949         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52950         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52951         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52952         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52953         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52954         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52955         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52956         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52957         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52958         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52959         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52960         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52961         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52962         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52963         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52964         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52965         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52966         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52967         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52968         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52969         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52970         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52971         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52973         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52974         rename.
52975         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52976         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52977         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52978         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52979         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52980         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52981         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52982         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52984 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52986         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52988 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52990         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52992         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52993         prediction.
52994         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52996         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52997         Remove unused variable magic_bits.
52998         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
53000         * string/strnlen.c: Define and use STRNLEN macro.
53001         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
53002         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
53003         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
53004         * wcsmbs/wcslen.c: Define and use WCSLEN.
53005         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
53006         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
53007         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
53008         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
53009         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
53010         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
53011         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53013 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53015         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53016         strnlen-sse2-no-bsf.
53017         Rename strlen-no-bsf to strlen-sse2-no-bsf.
53018         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
53019         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
53020         Add strnlen support.
53021         (USE_AS_STRNLEN): New macro.
53022         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
53023         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
53024         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
53025         * sysdeps/x86_64/wcslen.S: New file.
53027 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
53029         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
53030         XMM-moves are used for copying on small sizes.
53032 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53034         * wcsmbs/Makefile (strop-tests): Add wcschr.
53035         * wcsmbs/test-wcschr.c: New file.
53036         * string/test-strchr.c: Update.
53037         Add wcschr support.
53038         (WIDE): New macro.
53040 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53042         * wcsmbs/Makefile (strop-tests): Add wcslen.
53043         * wcsmbs/test-wcslen.c: New file.
53044         * string/test-strlen.c: Update.
53045         Add wcslen support.
53046         (WIDE): New macro.
53048 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53050         * po/it.po: Update from translation team.
53052 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53054         * sysdeps/x86_64/wcscmp.S: Update.
53055         Fix wrong comparison semantics.
53056         wcscmp shall use signed comparison not unsigned.
53057         Don't use substraction to avoid overflow bug.
53058         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
53059         * wcsmbc/wcscmp.c: Likewise.
53060         * string/test-strcmp.c: Likewise.
53061         Add new tests to check cases with negative values.
53063 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53065         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
53066         * sysdeps/x86_64/dla.h: ...here.  New file.
53067         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
53068         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53069         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53070         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53071         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53072         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53073         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53074         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53075         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53077 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
53079         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
53080         __ynl_finite aliases.
53082 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53084         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53086         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
53087         define DLA_FMA.
53088         [DLA_FMA] (EMULV): Use DLA_FMA.
53089         [DLA_FMA] (MUL12): Use EMULV.
53090         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
53091         that are not needed.
53092         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53093         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53094         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53095         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53096         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53097         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53098         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53100 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
53102         * math/s_nan.c: Undef __nan.
53103         * math/s_nanf.c: Undef __nanf.
53104         * math/s_nanl.c: Undef __nanl.
53105         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
53106         "math_private.h".
53108 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53110         * math/s_catan.c: Add branch predictions.
53111         * math/s_catanf.c: Likewise.
53112         * math/s_catanh.c: Likewise.
53113         * math/s_catanhf.c: Likewise.
53114         * math/s_catanhl.c: Likewise.
53115         * math/s_catanl.c: Likewise.
53116         * math/s_cexp.c: Likewise.
53117         * math/s_cexpf.c: Likewise.
53118         * math/s_cexpl.c: Likewise.
53119         * math/s_clog.c: Likewise.
53120         * math/s_clog10.c: Likewise.
53121         * math/s_clog10f.c: Likewise.
53122         * math/s_clog10l.c: Likewise.
53123         * math/s_clogf.c: Likewise.
53124         * math/s_clogl.c: Likewise.
53125         * math/s_csqrt.c: Likewise.
53126         * math/s_csqrtf.c: Likewise.
53127         * math/s_csqrtl.c: Likewise.
53128         * math/s_ctanf.c: Likewise.
53129         * math/s_ctanh.c: Likewise.
53130         * math/s_ctanhf.c: Likewise.
53131         * math/s_ctanhl.c: Likewise.
53132         * math/s_ctanl.c: Likewise.
53134         * math/math_private.h: Define __nan, __nanf, __nanl.
53135         * math/s_cacosh.c: Include <math_private.h>.
53136         * math/s_cacoshl.c: Likewise.
53137         * math/s_casinh.c: Likewise.
53138         * math/s_casinhf.c: Likewise.
53139         * math/s_casinhl.c: Likewise.
53140         * math/s_ccos.c: Rely entire on ccosh.
53141         * math/s_ccosf.c: Rely entire on ccoshf.
53142         * math/s_ccosl.c: Rely entirely on ccoshl.
53143         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
53144         Remove tests for FE_INVALID.
53145         * math/s_ccoshf.c: Likewise.
53146         * math/s_ccoshl.c: Likewise.
53147         * math/s_csin.c: Likewise.
53148         * math/s_csinf.c: Likewise.
53149         * math/s_csinh.c Likewise.
53150         * math/s_csinhf.c: Likewise.
53151         * math/s_csinhl.c: Likewise.
53152         * math/s_csinl.c: Likewise.
53153         * math/s_ctan.c: Likewise.
53154         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53155         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53156         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53158 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
53160         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
53161         compilation problems.
53163         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
53164         __builtin_expect.
53166 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
53168         * sysdeps/i386/configure.in: Test for -mfma4 option.
53169         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
53170         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
53171         COMMON_CPUID_INDEX_80000001.
53172         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
53173         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
53174         use it if FMA3 is not supported.
53175         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
53177         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
53178         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53180 2011-10-20  Andreas Schwab  <schwab@redhat.com>
53182         [BZ #12892]
53183         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
53184         it would create a cycle with a link time dependency.
53186 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
53188         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
53189         instruction.
53190         * string/Makefile (strop-tests): Add rawmemchr.
53191         * string/test-rawmemchr.c: New file.
53193         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
53194         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
53195         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
53196         when compiling str{,n}casecmp and when AVX is available.  Hook up
53197         new optimized code in initializers.
53199 2011-10-19  Andreas Schwab  <schwab@redhat.com>
53201         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
53202         __feraiseexcept instead of feraiseexcept.
53204 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
53206         * math/math_private.h: Define defaults for libc_fetestexcept and
53207         libc_feupdateenv.
53208         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
53209         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
53210         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53211         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53212         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
53213         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53214         libc_fetestexcept and libc_feupdateenv.
53216         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
53217         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
53218         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
53219         * sysdeps/x86_64/fpu/math_private.h: Define special version of
53220         libc_feholdexcept_setround.
53222         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
53223         Add s_nearbyint-c and s_nearbyintf-c.
53224         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
53225         nearbyintf inlines.
53226         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
53227         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
53228         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
53229         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
53231         * math/math_private.h: Define defaults for libc_fegetround,
53232         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
53233         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
53234         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
53235         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
53236         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
53237         standard functions.
53238         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53239         Remove comments and hacks for old compiler versions.
53240         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53241         libc_fegetround, libc_fesetround, libc_feholdexcept, and
53242         libc_feholdexceptl.
53244 2011-10-18  Andreas Schwab  <schwab@redhat.com>
53246         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
53247         (__feraiseexcept_renamed): Add __NTH.
53248         (feraiseexcept): Add __NTH.  Rename local variables to fix
53249         namespace violations.
53251 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
53253         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
53255         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
53257         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
53258         recently added interfaces.
53259         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53261         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53262         about macro parameter expansion.
53264         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53265         __NO_MATH_INLINES is defined.  Cleanups.
53267         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53268         and __floorf is target has SSE4.1.
53269         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53270         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53271         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53272         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53274         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53275         name.
53276         (floorf): Likewise.
53278         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53280 2011-10-17  Andreas Schwab  <schwab@redhat.com>
53282         * misc/sys/cdefs.h: Fix last change.
53284         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53285         database lookup.
53287 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
53289         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53291         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53292         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53293         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53294         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53295         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53296         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53297         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53298         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53299         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53300         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53301         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53302         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53303         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53304         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53305         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53306         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53307         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53308         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53309         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53310         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53311         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53312         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53314         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53315         ceil, ceilf, floor, floorf.
53317         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53318         Perform IRELATIVE relocations last.
53320         * elf/do-rel.h: Add another parameter nrelative, replacing the
53321         local variable with the same name.  Change name of the function
53322         to end in Rel or Rela (uppercase).
53323         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53324         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
53325         elf_dynamic_do_##reloc function.
53327 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53329         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53330         is sufficient, at least on modern CPUs.
53332         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53334         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53335         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53337         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53338         __expl_finite.
53339         * math/bits/math-finite.h: Add entries for exp.
53340         * math/e_expl.c: Add __*_finite alias.
53341         * sysdeps/i386/fpu/e_exp.S: Likewise.
53342         * sysdeps/i386/fpu/e_expf.S: Likewise.
53343         * sysdeps/i386/fpu/e_expl.c: Likewise.
53344         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53345         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53346         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53347         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53348         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53349         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53350         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53352         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53353         is sufficient, at least on modern CPUs.
53355         * ctype/ctype-info.c (__ctype_init): Define.
53356         * include/ctype.h (__ctype_init): Declare.
53357         (__ctype_b_loc): The variable is always initialized.
53358         (__ctype_toupper_loc): Likewise.
53359         (__ctype_tolower_loc): Likewise.
53360         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53361         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53363 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53365         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53367         * configure.in: Also look in $cxxmachine/include for C++ system
53368         headers.
53370 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53372         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53373         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53374         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53375         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53376         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53377         (USE_AS_WMEMCMP): New macro.
53378         Fixing indents.
53379         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53380         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53381         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53382         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53383         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53384         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53385         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53386         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53387         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53388         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53389         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53390         (USE_AS_WMEMCMP): New macro.
53391         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53392         * sysdeps/string/test-memcmp.c: Update.
53393         Fix simple_wmemcmp.
53394         Add new tests.
53395         * wcsmbs/wmemcmp.c: Update.
53396         (WMEMCMP): New macro.
53397         Fix overflow bug.
53399 2011-10-12  Andreas Jaeger  <aj@suse.de>
53401         [BZ #13268]
53402         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53404 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53406         * libio/iofwide.c (do_length): Avoid warning.
53408         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53410 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53412         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53414         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53415         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53416         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53417         * sysdeps/i386/i686/fpu/e_log.S: New file.
53418         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53419         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53421         * ctype/ctype.h: Add support for inlined isXXX functions when
53422         compiling C++ code.
53424 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53426         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53428         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53430 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53432         [BZ #13291]
53433         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53435 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53437         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53438         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53439         feraiseexcept.
53441         * sysdeps/x86_64/memrchr.S: Check for zero size.
53443         * string/stratcliff.c: Add memrchr tests.
53445 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53447         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53448         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53449         rawmemchr-sse2 rawmemchr-sse2-bsf.
53450         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53451         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53452         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53453         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53454         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53455         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53456         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53457         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53458         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53459         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53460         * string/memrchr.c (MEMRCHR): New macro.
53462 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53464         Add integration with gcc's -ffinite-math-only and optimize wrapper
53465         functions in libm.
53466         * Versions.def: Define GLIBC_2.15 version for libm.
53467         * math/Makefile (headers): Add bits/math-finite.h.
53468         * math/bits/math-finite.h: New file.
53469         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53470         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53471         * math/e_acoshl.c: Add __*_finite alias.
53472         * math/e_acosl.c: Likewise.
53473         * math/e_asinl.c: Likewise.
53474         * math/e_atan2l.c: Likewise.
53475         * math/e_atanhl.c: Likewise.
53476         * math/e_coshl.c: Likewise.
53477         * math/e_exp10.c: Likewise.
53478         * math/e_exp10f.c: Likewise.
53479         * math/e_exp10l.c: Likewise.
53480         * math/e_exp2l.c: Likewise.
53481         * math/e_fmodl.c: Likewise.
53482         * math/e_gammal_r.c: Likewise.
53483         * math/e_hypotl.c: Likewise.
53484         * math/e_j0l.c: Likewise.
53485         * math/e_j1l.c: Likewise.
53486         * math/e_jnl.c: Likewise.
53487         * math/e_lgammal_r.c: Likewise.
53488         * math/e_log10l.c: Likewise.
53489         * math/e_log2l.c: Likewise.
53490         * math/e_logl.c: Likewise.
53491         * math/e_powl.c: Likewise.
53492         * math/e_sinhl.c: Likewise.
53493         * math/e_sqrtl.c: Likewise.
53494         * math/e_scalb.c: Completely rewritten and optimized.
53495         * math/e_scalbf.c: Likewise.
53496         * math/e_scalbl.c: Likewise.
53497         * math/w_acos.c: Likewise.
53498         * math/w_acosf.c: Likewise.
53499         * math/w_acosl.c: Likewise.
53500         * math/w_acosh.c: Likewise.
53501         * math/w_acoshf.c: Likewise.
53502         * math/w_acoshl.c: Likewise.
53503         * math/w_asin.c: Likewise.
53504         * math/w_asinf.c: Likewise.
53505         * math/w_asinl.c: Likewise.
53506         * math/w_atan2.c: Likewise.
53507         * math/w_atan2f.c: Likewise.
53508         * math/w_atan2l.c: Likewise.
53509         * math/w_atanh.c: Likewise.
53510         * math/w_atanhf.c: Likewise.
53511         * math/w_atanhl.c: Likewise.
53512         * math/w_exp10.c: Likewise.
53513         * math/w_exp10f.c: Likewise.
53514         * math/w_exp10l.c: Likewise.
53515         * math/w_fmod.c: Likewise.
53516         * math/w_fmodf.c: Likewise.
53517         * math/w_fmodl.c: Likewise.
53518         * math/w_j0.c: Likewise.
53519         * math/w_j0f.c: Likewise.
53520         * math/w_j0l.c: Likewise.
53521         * math/w_j1.c: Likewise.
53522         * math/w_j1f.c: Likewise.
53523         * math/w_j1l.c: Likewise.
53524         * math/w_jn.c: Likewise.
53525         * math/w_jnf.c: Likewise.
53526         * math/w_log.c: Likewise.
53527         * math/w_logf.c: Likewise.
53528         * math/w_logl.c: Likewise.
53529         * math/w_log10.c: Likewise.
53530         * math/w_log10f.c: Likewise.
53531         * math/w_log10l.c: Likewise.
53532         * math/w_log2.c: Likewise.
53533         * math/w_log2f.c: Likewise.
53534         * math/w_log2l.c: Likewise.
53535         * math/w_pow.c: Likewise.
53536         * math/w_powf.c: Likewise.
53537         * math/w_powl.c: Likewise.
53538         * math/w_remainder.c: Likewise.
53539         * math/w_remainderf.c: Likewise.
53540         * math/w_remainderl.c: Likewise.
53541         * math/w_scalb.c: Likewise.
53542         * math/w_scalbf.c: Likewise.
53543         * math/w_scalbl.c: Likewise.
53544         * math/w_sqrt.c: Likewise.
53545         * math/w_sqrtf.c: Likewise.
53546         * math/w_sqrtl.c: Likewise.
53547         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53548         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53549         used.
53550         * math/math_private.h: Declare __kernel_standard_f.
53551         * math/w_cosh.c: Remove cruft and optimize a bit.
53552         * math/w_coshf.c: Likewise.
53553         * math/w_coshl.c: Likewise.
53554         * math/w_exp2.c: Likewise.
53555         * math/w_exp2f.c: Likewise.
53556         * math/w_exp2l.c: Likewise.
53557         * math/w_hypot.c: Likewise.
53558         * math/w_hypotf.c: Likewise.
53559         * math/w_hypotl.c: Likewise.
53560         * math/w_lgamma.c: Likewise.
53561         * math/w_lgamma_r.c: Likewise.
53562         * math/w_lgammaf.c: Likewise.
53563         * math/w_lgammaf_r.c: Likewise.
53564         * math/w_lgammal.c: Likewise.
53565         * math/w_lgammal_r.c: Likewise.
53566         * math/w_sinh.c: Likewise.
53567         * math/w_sinhf.c: Likewise.
53568         * math/w_sinhl.c: Likewise.
53569         * math/w_tgamma.c: Likewise.
53570         * math/w_tgammaf.c: Likewise.
53571         * math/w_tgammal.c: Likewise.
53572         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53573         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53574         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53575         Minor optimizations.  Pretty printing.  Remove cruft.
53576         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53577         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53578         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53579         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53580         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53581         * sysdeps/i386/fpu/e_asin.S: Likewise.
53582         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53583         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53584         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53585         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53586         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53587         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53588         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53589         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53590         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53591         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53592         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53593         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53594         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53595         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53596         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53597         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53598         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53599         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53600         * sysdeps/i386/fpu/e_log.S: Likewise.
53601         * sysdeps/i386/fpu/e_log10.S: Likewise.
53602         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53603         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53604         * sysdeps/i386/fpu/e_log2.S: Likewise.
53605         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53606         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53607         * sysdeps/i386/fpu/e_logf.S: Likewise.
53608         * sysdeps/i386/fpu/e_logl.S: Likewise.
53609         * sysdeps/i386/fpu/e_pow.S: Likewise.
53610         * sysdeps/i386/fpu/e_powf.S: Likewise.
53611         * sysdeps/i386/fpu/e_powl.S: Likewise.
53612         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53613         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53614         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53615         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53616         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53617         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53618         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53619         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53620         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53621         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53622         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53623         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53624         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53625         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53626         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53627         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53628         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53629         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53630         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53631         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53632         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53633         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53634         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53635         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53636         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53637         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53638         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53639         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53640         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53641         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53642         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53643         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53644         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53645         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53646         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53647         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53648         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53649         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53650         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53651         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53652         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53653         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53654         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53655         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53656         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53657         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53658         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53659         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53660         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53661         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53662         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53663         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53664         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53665         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53666         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53667         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53668         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53669         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53670         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53671         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53672         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53673         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53674         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53675         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53676         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53677         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53678         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53679         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53680         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53681         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53682         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53683         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53684         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53685         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53686         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53687         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53688         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53689         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53690         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53691         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53692         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53693         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53694         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53695         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53696         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53697         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53698         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53699         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53700         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53701         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53702         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53703         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53704         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53705         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53706         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53707         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53708         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53709         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53710         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53711         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53712         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53713         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53714         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53715         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53716         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53717         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53718         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53719         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53720         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53721         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53722         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53723         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53724         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53725         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53726         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53727         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53728         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53729         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53730         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53731         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53732         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53733         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53734         (__isnanf): Likewise.
53735         (__isinf_ns): Likewise.
53736         (__isinf_nsf): Likewise.
53737         (__finite): Likewise.
53738         (__finitef): Likewise.
53739         (__ieee754_sqrt): Define as macro.
53740         (__ieee754_sqrtf): Define as macro.
53741         (__ieee754_sqrtl): Define as macro.
53742         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53743         inlined copy.
53744         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53745         __FINITE_MATH_ONLY__ consistent.
53746         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53748 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53750         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53751         of rawmemchr.
53753         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53755 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53757         * po/ja.po: Update from translation team.
53759 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53761         * locale/programs/locarchive.c (prepare_address_space): New function.
53762         (create_archive, enlarge_archive, open_archive): Use it.
53764         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53765         inside [SHARED], where it is used.
53767         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53769         * nss/getent.c (netgroup_keys): Remove unused variable.
53770         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53772 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53774         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53775         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53776         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53777         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53778         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53779         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53780         * math/Makefile (libm-calls): Add s_isinf_ns.
53781         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53782         * math/multc3.c: Likewise.
53783         * math/s_casin.c: Likewise.
53784         * math/s_casinf.c: Likewise.
53785         * math/s_casinl.c: Likewise.
53786         * math/s_ccos.c: Likewise.
53787         * math/s_ccosf.c: Likewise.
53788         * math/s_ccosl.c: Likewise.
53789         * math/s_ctan.c: Likewise.
53790         * math/s_ctanf.c: Likewise.
53791         * math/s_ctanh.c: Likewise.
53792         * math/s_ctanhf.c: Likewise.
53793         * math/s_ctanhl.c: Likewise.
53794         * math/s_ctanl.c: Likewise.
53795         * math/w_fmod.c: Likewise.
53796         * math/w_fmodf.c: Likewise.
53797         * math/w_fmodl.c: Likewise.
53798         * math/w_remainder.c: Likewise.
53799         * math/w_remainderf.c: Likewise.
53800         * math/w_remainderl.c: Likewise.
53801         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53802         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53803         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53804         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53805         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53806         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53807         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53808         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53810         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53811         of the number.
53812         * stdio-common/printf_fphex.c: Likewise.
53813         * stdio-common/printf_size.c: Likewise.
53815         * math/e_exp10.c: Include math_private.h using <...> not "...".
53816         * math/e_exp10f.c: Likewise.
53817         * math/e_exp10l.c: Likewise.
53818         * math/e_exp2l.c: Likewise.
53819         * math/e_j0l.c: Likewise.
53820         * math/e_j1l.c: Likewise.
53821         * math/e_jnl.c: Likewise.
53822         * math/e_lgammal_r.c: Likewise.
53823         * math/e_rem_pio2l.c: Likewise.
53824         * math/e_scalb.c: Likewise.
53825         * math/e_scalbf.c: Likewise.
53826         * math/e_scalbl.c: Likewise.
53827         * math/k_cosl.c: Likewise.
53828         * math/k_sinl.c: Likewise.
53829         * math/k_tanl.c: Likewise.
53830         * math/s_cacoshf.c: Likewise.
53831         * math/s_catan.c: Likewise.
53832         * math/s_catanf.c: Likewise.
53833         * math/s_catanh.c: Likewise.
53834         * math/s_catanhf.c: Likewise.
53835         * math/s_catanhl.c: Likewise.
53836         * math/s_catanl.c: Likewise.
53837         * math/s_ccosh.c: Likewise.
53838         * math/s_ccoshf.c: Likewise.
53839         * math/s_ccoshl.c: Likewise.
53840         * math/s_cexp.c: Likewise.
53841         * math/s_cexpf.c: Likewise.
53842         * math/s_cexpl.c: Likewise.
53843         * math/s_clog.c: Likewise.
53844         * math/s_clog10.c: Likewise.
53845         * math/s_clog10f.c: Likewise.
53846         * math/s_clog10l.c: Likewise.
53847         * math/s_clogf.c: Likewise.
53848         * math/s_clogl.c: Likewise.
53849         * math/s_csin.c: Likewise.
53850         * math/s_csinf.c: Likewise.
53851         * math/s_csinh.c: Likewise.
53852         * math/s_csinhf.c: Likewise.
53853         * math/s_csinhl.c: Likewise.
53854         * math/s_csinl.c: Likewise.
53855         * math/s_csqrt.c: Likewise.
53856         * math/s_csqrtf.c: Likewise.
53857         * math/s_csqrtl.c: Likewise.
53858         * math/s_ctan.c: Likewise.
53859         * math/s_ctanf.c: Likewise.
53860         * math/s_ctanh.c: Likewise.
53861         * math/s_ctanhf.c: Likewise.
53862         * math/s_ctanhl.c: Likewise.
53863         * math/s_ctanl.c: Likewise.
53864         * math/s_ldexp.c: Likewise.
53865         * math/s_ldexpf.c: Likewise.
53866         * math/s_ldexpl.c: Likewise.
53867         * math/s_significand.c: Likewise.
53868         * math/s_significandf.c: Likewise.
53869         * math/s_significandl.c: Likewise.
53870         * math/w_acos.c: Likewise.
53871         * math/w_acosf.c: Likewise.
53872         * math/w_acosh.c: Likewise.
53873         * math/w_acoshf.c: Likewise.
53874         * math/w_acoshl.c: Likewise.
53875         * math/w_acosl.c: Likewise.
53876         * math/w_asin.c: Likewise.
53877         * math/w_asinf.c: Likewise.
53878         * math/w_asinl.c: Likewise.
53879         * math/w_atan2.c: Likewise.
53880         * math/w_atan2f.c: Likewise.
53881         * math/w_atan2l.c: Likewise.
53882         * math/w_atanh.c: Likewise.
53883         * math/w_atanhf.c: Likewise.
53884         * math/w_atanhl.c: Likewise.
53885         * math/w_cosh.c: Likewise.
53886         * math/w_coshf.c: Likewise.
53887         * math/w_coshl.c: Likewise.
53888         * math/w_dremf.c: Likewise.
53889         * math/w_exp10.c: Likewise.
53890         * math/w_exp10f.c: Likewise.
53891         * math/w_exp10l.c: Likewise.
53892         * math/w_exp2.c: Likewise.
53893         * math/w_exp2f.c: Likewise.
53894         * math/w_fmod.c: Likewise.
53895         * math/w_fmodf.c: Likewise.
53896         * math/w_fmodl.c: Likewise.
53897         * math/w_hypot.c: Likewise.
53898         * math/w_hypotf.c: Likewise.
53899         * math/w_hypotl.c: Likewise.
53900         * math/w_j0.c: Likewise.
53901         * math/w_j0f.c: Likewise.
53902         * math/w_j0l.c: Likewise.
53903         * math/w_j1.c: Likewise.
53904         * math/w_j1f.c: Likewise.
53905         * math/w_j1l.c: Likewise.
53906         * math/w_jn.c: Likewise.
53907         * math/w_jnf.c: Likewise.
53908         * math/w_jnl.c: Likewise.
53909         * math/w_lgamma.c: Likewise.
53910         * math/w_lgamma_r.c: Likewise.
53911         * math/w_lgammaf.c: Likewise.
53912         * math/w_lgammaf_r.c: Likewise.
53913         * math/w_lgammal.c: Likewise.
53914         * math/w_lgammal_r.c: Likewise.
53915         * math/w_log.c: Likewise.
53916         * math/w_log10.c: Likewise.
53917         * math/w_log10f.c: Likewise.
53918         * math/w_log10l.c: Likewise.
53919         * math/w_log2.c: Likewise.
53920         * math/w_log2f.c: Likewise.
53921         * math/w_log2l.c: Likewise.
53922         * math/w_logf.c: Likewise.
53923         * math/w_logl.c: Likewise.
53924         * math/w_pow.c: Likewise.
53925         * math/w_powf.c: Likewise.
53926         * math/w_powl.c: Likewise.
53927         * math/w_remainder.c: Likewise.
53928         * math/w_remainderf.c: Likewise.
53929         * math/w_remainderl.c: Likewise.
53930         * math/w_scalb.c: Likewise.
53931         * math/w_scalbf.c: Likewise.
53932         * math/w_scalbl.c: Likewise.
53933         * math/w_sinh.c: Likewise.
53934         * math/w_sinhf.c: Likewise.
53935         * math/w_sinhl.c: Likewise.
53936         * math/w_sqrt.c: Likewise.
53937         * math/w_sqrtf.c: Likewise.
53938         * math/w_sqrtl.c: Likewise.
53939         * math/w_tgamma.c: Likewise.
53940         * math/w_tgammaf.c: Likewise.
53941         * math/w_tgammal.c: Likewise.
53943         * po/ja.po: Update from translation team.
53945 2011-09-29  Andreas Jaeger  <aj@suse.de>
53947         [BZ #13179]
53948         * sunrpc/netname.c (netname2host): Fix logic.
53950         [BZ #6779]
53951         [BZ #6783]
53952         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53953         correctly.
53954         * math/w_remainder.c (__remainder): Likewise.
53955         * math/w_remainderf.c (__remainderf): Likewise.
53956         * math/libm-test.inc (remainder_test): Add test cases.
53958 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53960         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53961         sdiv_qrnnd.
53963 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53965         * string/test-memcmp.c: Avoid unncessary #defines.
53966         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53968 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53970         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53971         Use new sse2 version for core i3 - i7 as it's faster
53972         than sse42 version.
53973         (bit_Prefer_PMINUB_for_stringop): New.
53974         * sysdeps/x86_64/rawmemchr.S: Update.
53975         Replace with faster SSE2 version.
53976         * sysdeps/x86_64/memrchr.S: New file.
53977         * sysdeps/x86_64/memchr.S: Update.
53978         Replace with faster SSE2 version.
53980 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53982         * elf/dl-load.c (lose): Add cast to avoid warning.
53984 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53986         * po/ca.po: Update from translation team.
53988         * inet/getnetgrent_r.c: Hook up nscd.
53989         * nscd/Makefile (routines): Add nscd_netgroup.
53990         (nscd-modules): Add netgroupcache.
53991         (CFLAGS-netgroupcache.c): Define.
53992         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53993         (cache_search): Add const to second parameter.
53994         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53995         INNETGR.
53996         (dbs): Add netgrdb entry.
53997         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53998         (verify_persistent_db): Handle netgrdb.
53999         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
54000         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
54001         GETFDNETGR.
54002         (netgroup_response_header): Define.
54003         (innetgroup_response_header): Define.
54004         (datahead): Add netgroup_response_header and innetgroup_response_header
54005         elements.
54006         * nscd/nscd.conf: Add entries for netgroup cache.
54007         * nscd/nscd.h (dbtype): Add netgrdb.
54008         (_PATH_NSCD_NETGROUP_DB): Define.
54009         (netgroup_iov_disabled): Declare.
54010         (xmalloc, xcalloc, xrealloc): Move declarations here.
54011         (cache_search): Adjust prototype.
54012         Add netgroup-related prototypes.
54013         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
54014         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
54015         (__nscd_innetgr): Declare.
54016         * nscd/selinux.c (perms): Use access_vector_t as element type and
54017         add netgroup-related initializers.
54018         * nscd/netgroupcache.c: New file.
54019         * nscd/nscd_netgroup.c: New file.
54020         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
54021         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
54022         For four parameters use innetgr.
54023         * nss/nss_files/files-init.c: Add definition and callback for netgr.
54024         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
54025         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
54026         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
54028         * nscd/connections.c (register_traced_file): Don't register file
54029         for disabled databases.
54031 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
54033         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
54035         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
54036         from tree and freeing node.
54038 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
54040         * nss/nsswitch.c (__nss_database_lookup): Handle
54041         nss_parse_service_list out of memory case.
54043 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
54045         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
54046         out of memory case.
54048 2011-10-04  Andreas Schwab  <schwab@redhat.com>
54050         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
54051         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
54052         pass it down.
54053         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
54054         elf_machine_rela, elf_machine_lazy_rel.
54055         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
54056         (ELF_DYNAMIC_DO_REL): Likewise.
54057         (ELF_DYNAMIC_DO_RELA): Likewise.
54058         (ELF_DYNAMIC_RELOCATE): Likewise.
54059         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
54060         to ELF_DYNAMIC_DO_REL.
54061         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
54062         (dl_main): In trace mode always set __RTLD_NOIFUNC.
54063         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
54064         elf_machine_rela.
54065         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
54066         skip_ifunc, don't call ifunc function if non-zero.
54067         (elf_machine_rela): Likewise.
54068         (elf_machine_lazy_rel): Likewise.
54069         (elf_machine_lazy_rela): Likewise.
54070         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
54071         (elf_machine_lazy_rel): Likewise.
54072         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
54073         Likewise.
54074         (elf_machine_lazy_rel): Likewise.
54075         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54076         Likewise.
54077         (elf_machine_lazy_rel): Likewise.
54078         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
54079         (elf_machine_lazy_rel): Likewise.
54080         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
54081         (elf_machine_lazy_rel): Likewise.
54082         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
54083         (elf_machine_lazy_rel): Likewise.
54084         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
54085         (elf_machine_lazy_rel): Likewise.
54086         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
54087         (elf_machine_lazy_rel): Likewise.
54088         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
54089         (elf_machine_lazy_rel): Likewise.
54091 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
54093         * nss/nss_files/files-init.c (_nss_files_init): Use static
54094         initialization for all the *_traced_file variables.
54096 2011-09-28  Andreas Schwab  <schwab@redhat.com>
54098         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54100 2011-09-27  Roland McGrath  <roland@hack.frob.com>
54102         [BZ #13226]
54103         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
54105 2011-09-27  Andreas Schwab  <schwab@redhat.com>
54107         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
54108         Reread the line before reparsing it.
54110 2011-09-26  Andreas Schwab  <schwab@redhat.com>
54112         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
54114 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
54115             Maxim Kuvyrkov  <maxim@codesourcery.com>
54116             Joseph Myers  <joseph@codesourcery.com>
54118         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
54119         if needed for __stack_chk_guard.
54121 2011-09-19  Roland McGrath  <roland@hack.frob.com>
54123         * sysdeps/posix/spawni.c (script_execute): Always define it.
54124         It will be optimized away if unused.
54125         (maybe_script_execute): New function.
54126         (__spawni): Call it.
54128         * Makerules: Don't include tls.make.
54129         (config-tls): Always set to thread.
54130         * tls.make.c: File removed.
54132 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
54134         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
54135         * config.make.in (CPPFLAGS-config): New substituted variable.
54137 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54139         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
54141         [BZ #13192]
54142         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
54143         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
54145 2011-09-15  Roland McGrath  <roland@hack.frob.com>
54147         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54148         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54149         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54150         (CALL_FAIL): Likewise.
54151         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54152         (CALL_FAIL): Macro removed.
54153         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54155 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54157         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54158         for __FINITE_MATH_ONLY__ == 1.
54160 2011-09-15  Andreas Schwab  <schwab@redhat.com>
54162         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
54163         __ieee754_sqrt instead of sqrt.
54164         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
54165         __ieee754_sqrtf instead of sqrtf.
54166         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
54167         __floorf instead of floorf.
54168         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
54169         __floorf, __truncf instead of floorf, truncf.
54171 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
54173         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
54175         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
54176         __extern_always_inline.
54177         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
54178         32-bit.
54180 2011-09-14  Andreas Schwab  <schwab@redhat.com>
54182         * elf/rtld.c (dl_main): Also relocate in dependency order when
54183         doing symbol dependency testing.
54185 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
54187         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54188         Always define `refsym'.
54190 2011-09-13  Andreas Schwab  <schwab@redhat.com>
54192         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
54193         (__FD_ELT): Renamed from __FDELT.
54194         * misc/bits/select2.h (__FD_ELT): Likewise.
54195         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
54196         __FD_MASK instead of __FDELT, __FDMASK.
54197         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54198         Likewise.
54199         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54200         Likewise.
54202         * elf/Makefile (gen-ldd): Fix pattern.
54204         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
54205         (init_tls): Likewise.
54207 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
54209         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
54211 2011-09-12  Andreas Schwab  <schwab@redhat.com>
54213         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
54214         `struct cmsghdr *' instead of `void *'.
54215         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
54216         Likewise.
54218 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
54220         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
54221         if non-absolute.
54222         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
54223         ldd_rewrite_script.
54225 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
54227         * configure.in: Remove --with-tls option.
54228         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
54229         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
54230         out in case it is missing.
54231         * sysdeps/ia64/elf/configure.in: Likewise.
54232         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
54233         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
54234         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
54235         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
54236         * sysdeps/sh/elf/configure.in: Likewise.
54237         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
54238         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
54239         * sysdeps/x86_64/elf/configure.in: Likewise.
54240         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
54241         * sysdeps/mach/hurd/tls.h: Likewise.
54243         [BZ #13067]
54244         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
54246         [BZ #13090]
54247         * configure.in: Fix use of AC_INIT.
54249         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
54251 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
54253         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
54254         __set_errno.
54255         * malloc/hooks.c: Likewise.
54257         [BZ #11929]
54258         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
54259         variables statically.
54260         (narenas): Initialize.
54261         (list_lock): Initialize.
54262         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
54263         initializtion of main_arena and list_lock.  Small cleanups.
54264         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54265         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
54266         Add initializers to main_arena and mp_.
54267         (malloc_state): Remove pagesize member.  Change all users to use
54268         GLRO(dl_pagesize).
54270         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54271         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
54272         is always initialized.
54274         * malloc/malloc.c: Removed unused configurations and dead code.
54275         * malloc/arena.c: Likewise.
54276         * malloc/hooks.c: Likewise.
54277         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54279         * include/tls.h: Removed.  USE___THREAD must always be defined.
54280         * bits/libc-tsd.h: Don't handle !USE___THREAD.
54281         * elf/dl-libc.c: Likewise.
54282         * elf/dl-tsd.c: Likewise.
54283         * include/errno.h: Likewise.
54284         * include/netdb.h: Likewise.
54285         * include/resolv.h: Likewise.
54286         * inet/herrno-loc.c: Likewise.
54287         * inet/herrno.c: Likewise.
54288         * malloc/arena.c: Likewise.
54289         * malloc/hooks.c: Likewise.
54290         * malloc/malloc.c: Likewise.
54291         * resolv/res-state.c: Likewise.
54292         * resolv/res_libc.c: Likewise.
54293         * sysdeps/i386/dl-machine.h: Likewise.
54294         * sysdeps/ia64/dl-machine.h: Likewise.
54295         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54296         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54297         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54298         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54299         * sysdeps/sh/dl-machine.h: Likewise.
54300         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54301         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54302         * sysdeps/unix/i386/sysdep.S: Likewise.
54303         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54304         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54305         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54306         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54307         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54308         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54309         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54310         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54311         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54312         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54313         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54314         * sysdeps/x86_64/dl-machine.h: Likewise.
54315         * tls.make.c: Likewise.
54317         * configure.in: Remove --with-__thread option.  Make tests for
54318         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54319         tls_model attribute fail if no support is available.  Remove
54320         USE_IN_LIBIO.
54321         * Makeconfig: Adjust for dropped configure option.  All features are
54322         now mandatory.
54323         * Makerules: Likewise.
54324         * Versions.def: Likewise.
54325         * argp/argp-fmtstream.c: Likewise.
54326         * argp/argp-fmtstream.h: Likewise.
54327         * argp/argp-help.c: Likewise.
54328         * assert/assert.c: Likewise.
54329         * config.h.in: Likewise.
54330         * config.make.in: Likewise.
54331         * configure: Likewise.
54332         * configure.in: Likewise.
54333         * csu/Versions: Likewise.
54334         * csu/init.c: Likewise.
54335         * elf/tst-audit2.c: Likewise.
54336         * elf/tst-tls10.c: Likewise.
54337         * elf/tst-tls10.h: Likewise.
54338         * elf/tst-tls11.c: Likewise.
54339         * elf/tst-tls12.c: Likewise.
54340         * elf/tst-tls14.c: Likewise.
54341         * elf/tst-tlsmod11.c: Likewise.
54342         * elf/tst-tlsmod12.c: Likewise.
54343         * elf/tst-tlsmod13.c: Likewise.
54344         * elf/tst-tlsmod13a.c: Likewise.
54345         * elf/tst-tlsmod14a.c: Likewise.
54346         * elf/tst-tlsmod15b.c: Likewise.
54347         * elf/tst-tlsmod16a.c: Likewise.
54348         * elf/tst-tlsmod16b.c: Likewise.
54349         * elf/tst-tlsmod7.c: Likewise.
54350         * elf/tst-tlsmod8.c: Likewise.
54351         * elf/tst-tlsmod9.c: Likewise.
54352         * gmon/gmon.c: Likewise.
54353         * grp/fgetgrent_r.c: Likewise.
54354         * grp/putgrent.c: Likewise.
54355         * hurd/fopenport.c: Likewise.
54356         * include/libc-symbols.h: Likewise.
54357         * include/tls.h: Likewise.
54358         * intl/gettextP.h: Likewise.
54359         * intl/loadinfo.h: Likewise.
54360         * locale/global-locale.c: Likewise.
54361         * locale/localeinfo.h: Likewise.
54362         * mach/devstream.c: Likewise.
54363         * malloc/arena.c: Likewise.
54364         * malloc/set-freeres.c: Likewise.
54365         * misc/err.c: Likewise.
54366         * misc/getttyent.c: Likewise.
54367         * misc/mntent_r.c: Likewise.
54368         * posix/getopt.c: Likewise.
54369         * posix/wordexp.c: Likewise.
54370         * pwd/fgetpwent_r.c: Likewise.
54371         * resolv/Versions: Likewise.
54372         * resolv/res_hconf.c: Likewise.
54373         * shadow/fgetspent_r.c: Likewise.
54374         * shadow/putspent.c: Likewise.
54375         * stdio-common/printf_fphex.c: Likewise.
54376         * stdio-common/tmpfile.c: Likewise.
54377         * stdlib/abort.c: Likewise.
54378         * stdlib/fmtmsg.c: Likewise.
54379         * sunrpc/auth_unix.c: Likewise.
54380         * sunrpc/clnt_perr.c: Likewise.
54381         * sunrpc/clnt_tcp.c: Likewise.
54382         * sunrpc/clnt_udp.c: Likewise.
54383         * sunrpc/clnt_unix.c: Likewise.
54384         * sunrpc/openchild.c: Likewise.
54385         * sunrpc/svc_simple.c: Likewise.
54386         * sunrpc/svc_tcp.c: Likewise.
54387         * sunrpc/svc_udp.c: Likewise.
54388         * sunrpc/svc_unix.c: Likewise.
54389         * sunrpc/xdr.c: Likewise.
54390         * sunrpc/xdr_array.c: Likewise.
54391         * sunrpc/xdr_rec.c: Likewise.
54392         * sunrpc/xdr_ref.c: Likewise.
54393         * sunrpc/xdr_stdio.c: Likewise.
54395 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54397         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54399 2011-07-03  Andreas Jaeger  <aj@suse.de>
54401         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54402         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54403         regenerate with gen-libm-tests.pl.
54405 2010-05-12  Petr Baudis  <pasky@suse.cz>
54407         [BZ #11589]
54408         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54409         around j0() zero points by switching to j1().
54410         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54411         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54412         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54413         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54415 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54417         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54418         instead of 0.
54419         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54420         instead of 0.
54421         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54422         Patch in part by Pavel Roskin <proski@gnu.org>.
54424         [BZ #13138]
54425         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54426         realloc.
54427         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54428         Free memory block if necessary.
54430         [BZ #12847]
54431         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54432         be NULL.  Don't lock in this case.
54434 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54436         * elf/elf.h (ELFOSABI_GNU): New macro.
54437         (ELFOSABI_LINUX): Define to that.
54439 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54441         * string/strncat.c (strncat): Undef the symbol in case it has been
54442         defined in bits/string.h.
54444 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54446         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54448         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54449         link map.
54451 2011-08-17  Andreas Jaeger  <aj@suse.de>
54453         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54455 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54456             Ian Lance Taylor  <iant@google.com>
54458         * math/libm-test.inc (lround_test): New testcase.
54459         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54461 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54463         * Makefile: Remove support for automatic cvs check-ins.
54464         * Makerules: Likewise.
54465         * config.make.in: Likewise.
54466         * configure.in: Likewise.
54467         * intl/Makefile: Likewise.
54468         * locale/Makefile: Likewise.
54469         * po/Makefile: Likewise.
54470         * posix/Makefile: Likewise.
54471         * sysdeps/gnu/Makefile: Likewise.
54472         * sysdeps/mach/hurd/Makefile: Likewise.
54473         * sysdeps/sparc/sparc32/Makefile: Likewise.
54475         [BZ #13118]
54476         * posix/Makefile (bug-regex32-ENV): Define.
54477         Patch by John Stanley <jpsinthemix@verizon.net>.
54479         * misc/Makefile (headers): Add bits/select2.h.
54480         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54481         * misc/bits/select2.h: New file.
54482         * include/bits/select2.h: New file.
54483         * debug/Makefile (routines): Add fdelt_chk.
54484         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54485         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54486         FD_ISSET.
54487         * debug/fdelt_chk.c: New file.
54489         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54490         * wcsmbs/test-wmemcmp.c: Likewise.
54491         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54492         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54494 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54496         * string/Makefile (strop-tests): Add memcmp.
54497         * string/test-wmemcmp.c: New file.
54498         * string/test-memcmp.c: Add wmemcmp support.
54500 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54502         [BZ #13153]
54503         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54504         2011-07-19 change.
54506         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54507         garbage value in a __mach_port_mod_refs call in the cases of the
54508         task-self and thread-self ports.
54510 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54512         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54514 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54516         * elf/dl-load.c (lose): Check for non-null L.
54518 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54520         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54522         * elf/dl-libc.c (dlerror_run): Pass back error code from
54523         dl_catch_error.
54525         [BZ #13123]
54526         * elf/dl-load.c (lose): Free l_origin if it is valid.
54528         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54529         names.
54530         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54531         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54532         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54533         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54534         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54535         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54537 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54539         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54540         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54541         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54542         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54543         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54544         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54545         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54546         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54547         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54548         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54550 2011-08-15  Alan Modra  <amodra@gmail.com>
54552         [BZ #13092]
54553         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54554         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54555         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54556         ppc_mcount to static-only-routines.
54557         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54558         __mcount_internal.
54559         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54560         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54562 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54564         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54565         for finite and infinity parameters.
54567 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54569         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54570         and add nop instructions for throughput optimization.
54571         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54573 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54575         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54576         aligned copy for power7 with vector-scalar instructions.
54577         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54579 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54581         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54582         AVX check.
54584 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54586         [BZ #13144]
54587         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54588         last change.
54590 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54592         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54593         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54594         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54595         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54596         clock_gettime.
54598 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54600         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54601         Forgot to demangle the pointer.
54603         * sysdeps/i386/sysdep.h: Define atom_text_section.
54604         * sysdeps/x86_64/sysdep.h: Likewise.
54605         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54606         section with atom_text_section.
54607         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54608         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54609         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54610         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54611         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54613         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54614         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54615         already be defined.  Change to take two parameters and don't assign
54616         result to variable.  Adjust all users.
54617         Define INTERNAL_GETTIME if not already defined.
54618         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54619         call.
54620         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54621         HAVE_CLOCK_GETTIME_VSYSCALL.
54622         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54624         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54625         gettimeofday vsyscall, just use time.
54627 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54629         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54630         <errno.h>.
54632 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54634         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54635         syscall on x86-64.
54636         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54637         syscall.
54638         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54639         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54640         syscall if possible.
54642 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54644         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54645         e_ident.  Don't pass to find_mapsXX.
54646         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54648 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54650         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54651         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54652         * sysdeps/x86_64/multiarch/strchr.S: Update.
54653         Check bit_slow_BSF bit.
54654         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54655         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54656         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54658 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54660         [BZ #13134]
54661         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54662         before glibc 2.15.
54663         (tryshell): Define.
54664         (__spawni): Change last parameter to be flag.  Test
54665         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54666         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54667         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54668         * posix/spawni.c: Likewise.
54669         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54670         * posix/spawnp.c: Likewise.  Change normal version to use
54671         SPAWN_XFLAGS_USE_PATH.
54672         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54673         SPAWN_XFLAGS_TRY_SHELL.
54675         [BZ #13150]
54676         * posix/glob.h: Remove gcc 1.x support.
54678         [BZ #13068]
54679         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54681 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54683         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54684         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54685         strrchr-sse2-bsf
54686         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54687         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54688         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54689         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54690         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54691         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54693 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54695         * sysdeps/x86_64/wcscmp.S: New file.
54697         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54698         wcscmp-c wcscmp-sse2
54699         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54700         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54701         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54702         * wcsmbs/wcscmp.c: Allow renaming.
54704 2011-09-05  David S. Miller  <davem@davemloft.net>
54706         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54707         stack slot, rather than the struct return pointer slot.
54708         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54709         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54710         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54711         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54713 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54715         * po/ja.po: Update from translation team.
54717         [BZ #13144]
54718         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54719         kernel in 64-bit binaries.
54721 2011-09-01  David S. Miller  <davem@davemloft.net>
54723         * elf/elf.h (HWCAP_SPARC_*): Move to..
54724         * sysdeps/sparc/sysdep.h: this new file and add new values.
54725         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54726         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54727         _DL_HWCAP_COUNT to 24.
54728         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54729         entries.
54730         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54731         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54732         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54733         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54734         instead of magic constants.
54735         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54737 2011-08-31  David S. Miller  <davem@davemloft.net>
54739         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54740         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54741         Reimplement to do errno handling inline.
54742         (SYSCALL_ERROR_HANDLER): New macro.
54743         (__SYSCALL_STRING): Do not do errno handling in asm.
54744         (__CLONE_SYSCALL_STRING): Delete.
54745         (__INTERNAL_SYSCALL_STRING): Delete.
54746         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54747         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54748         (PSEUDO): Reimplement to do errno handling inline.
54749         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54750         (SYSCALL_ERROR_HANDLER): New macro.
54751         (__SYSCALL_STRING): Do not do errno handling in asm.
54752         (__CLONE_SYSCALL_STRING): Delete.
54753         (__INTERNAL_SYSCALL_STRING): Delete.
54754         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54755         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54756         i386.
54757         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54758         (inline_syscall*): Add 'err' argument.
54759         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54760         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54761         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54762         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54764         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54765         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54767 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54769         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54771 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54773         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54774         directive.
54776 2011-08-24  David S. Miller  <davem@davemloft.net>
54778         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54780 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54782         * elf/Makefile: Add rules to build and run unload8 test.
54783         * elf/unload8.c: New file.
54784         * elf/unload8mod1.c: New file.
54785         * elf/unload8mod1x.c: New file.
54786         * elf/unload8mod2.c: New file.
54787         * elf/unload8mod3.c: New file.
54789         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54790         it wasn't used.
54792 2011-08-23  David S. Miller  <davem@davemloft.net>
54794         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54795         subtract stack bias.
54796         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54797         %sp not %fp in calculations.
54798         (_JMPBUF_UNWINDS_ADJ): Likewise.
54800         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54801         (aio_suspend): Call it to force an exception region around the
54802         AIO_MISC_WAIT() invocation.
54804 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54806         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54807         backslash.
54809 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54811         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54812         protection macro.
54813         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54814         and <dl-machine.h>.
54815         (Elf64_FuncDesc): Remove.
54817 2011-08-22  David S. Miller  <davem@davemloft.net>
54819         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54820         sigaltstack check, add missing cfi directives.
54821         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54822         missing cfi directives, and sigaltstack handling.
54824 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54826         [BZ #11724]
54827         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54828         object is seen twice.
54829         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54831         * elf/Makefile (distribute): Add tst-initorder2.c.
54832         (tests): Add tst-initorder2.
54833         (modules-names): Add tst-initorder2a tst-initorder2b
54834         tst-initorder2c tst-initorder2d.  Add rules to build them.
54835         ($(objpfx)tst-initorder2.out): New rule.
54836         * elf/tst-initorder2.c: New file.
54837         * elf/tst-initorder2.exp: New file.
54839 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54841         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54843         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54844         dependencies back to end of function.
54846         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54847         $(elfobjdir)/ld.so.
54849 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54851         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54852         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54853         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54854         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54855         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54856         of __vdso_gettimeofday.
54857         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54858         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54859         attribute_hidden.
54860         (_libc_vdso_platform_setup): Remove initialization of
54861         __vdso_gettimeofday and __vdso_time.
54863 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54865         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54866         and fgetc_unlocked.
54867         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54868         getc_unlocked.
54870         * elf/dl-open.c (add_to_global): Report additions to the global scope
54871         for LD_DEBUG=scopes.
54872         (dl_open_worker): Also print scope of newly loaded dependencies.
54873         (_dl_show_scope): Indicate if there is no scope.
54875         [BZ #13114]
54876         * stdio-common/Makefile (tests): Add bug24.
54877         * stdio-common/bug24.c: New file.
54879 2011-08-19  Andreas Jaeger  <aj@suse.de>
54881         [BZ #13114]
54882         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54883         non-existant file when using close-on-exec mode.
54885 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54887         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54888         the very first instruction.
54890         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54891         the CFI state in the end.
54892         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54893         inclusion of dl-trampoline.h.
54894         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54896 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54898         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54899         expectations for long double.
54901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54902         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54904 2011-08-14  David S. Miller  <davem@davemloft.net>
54906         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54907         artificual limit depends upon the system page size.
54909 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54911         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54912         * resolv/Makefile: Define CFLAGS-libresolv.
54914 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54916         * nss/makedb.c (compute_tables): Make variables used in nested
54917         function static.
54919 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54921         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54922         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54923         if buffer was too small.
54925         * elf/pldd.c (main): Attach to all threads in the process.
54926         Rewrite /proc handling to use *at functions.
54928 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54930         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54931         specifies first scope to show.
54932         (dl_open_worker): Update callers.  Move printing scope of new
54933         object to before the relocation.
54934         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54935         * sysdeps/generic/ldsodefs.h: Update declaration.
54937         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54938         string for the scope number.
54940 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54942         * nscd/servicescache.c (cache_addserv): Make sure written is always
54943         initialized.
54945 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54947         * sysdeps/i386/i486/bits/atomic.h
54948         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54949         statement expression, so as to suppress "set but not used" warning.
54950         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54952         * string/strncat.c (STRNCAT): Use prototype definition.
54954         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54955         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54956         -Iprograms here.
54957         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54958         (localedef-modules): Add localedef.
54959         (locale-modules): Add locale.
54961         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54962         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54963         to avoid a warning.
54965 2011-08-14  David S. Miller  <davem@davemloft.net>
54967         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54968         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54970 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54972         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54973         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54974         * elf/rtld.c (dl_main): Set l_name of vDSO.
54975         Call _dl_show_scope when DL_DEBUG_SCOPES.
54976         (process_dl_debug): Recognize scopes flag and also set it for all.
54977         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54978         Declare _dl_show_scope.
54980         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54981         (do_dlopen): Pass caller_dlopen to dl_open.
54982         (__libc_dlopen_mode): Initialize caller_dlopen.
54984         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54985         of libc.  Make tolower call locale-independent.  Optimize a bit by
54986         using isdigit instead of isalnum.
54987         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54989 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54991         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54992         was a dependency or dynamically loaded.
54994 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54996         * intl/l10nflist.c: Allow architecture-specific pop function.
54997         * sysdeps/x86_64/l10nflist.c: New file.
54999         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
55000         classification.
55002 2011-08-10  Andreas Schwab  <schwab@redhat.com>
55004         * include/dirent.h: Add libc_hidden_proto for scandirat and
55005         scandirat64.  Don't declare __scandirat64.
55006         * dirent/scandirat.c: Add libc_hidden_def.
55007         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
55008         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
55010 2011-08-10  David S. Miller  <davem@davemloft.net>
55012         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
55013         enum.
55014         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55015         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55016         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55018 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
55020         * Versions.def [libc]: Add GLIBC_2.15.
55021         * dirent/Makefile (routines): Add scandirat and scandirat64.
55022         * dirent/Versions [libc]: Export scandirat and scandirat64 for
55023         GLIBC_2.15.
55024         * dirent/dirent.h: Declare scandirat and scandirat64.
55025         * dirent/scandirat.c: New file.
55026         * dirent/scandirat64.c: New file.
55027         * sysdeps/wordsize-64/scandirat.c: New file.
55028         * sysdeps/wordsize-64/scandirat64.c: New file.
55029         * dirent/opendir.c: Define opendirat.
55030         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
55031         using scandirat.
55032         * dirent/scandir64.c: Adjust for scandir.c change.
55033         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
55034         __scandirat64, and __scandir_cancel_handler.
55035         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
55036         additional parameter and use openat instead of open (outside of ld.so).
55037         Add new __opendir as wrapper around __opendirat.
55038         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
55039         here without requiring old scandirat implementation.
55041 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
55043         * dirent/scandir.c (cancel_handler): Renamed to
55044         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
55045         defined.  Adjust users.
55046         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
55047         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
55049 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
55051         * string/test-string.h (IMPL): Use __STRING to expand name and then
55052         stringify it.
55054         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
55055         of cleanups.
55057 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55059         * string/Makefile: Update.
55060         (strop-tests): Append strncat.
55061         * string/test-wcscmp.c: New file.
55062         New comprehensive test for wcscmp.
55063         * string/test-strcmp.c: Update.
55064         (WIDE): New define.
55066 2011-07-22  Andreas Schwab  <schwab@redhat.com>
55068         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
55069         line.
55071 2011-07-26  Andreas Schwab  <schwab@redhat.com>
55073         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55074         encoding to ACE if AI_IDN.
55076 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
55078         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
55079         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
55081 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55083         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
55084         Fix overflow bug in strncat.
55085         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
55087         * string/test-strncat.c: Update.
55088         Add new tests for checking overflow bugs.
55090 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55092         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55093         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
55094         * sysdeps/i386/i686/multiarch/strcat.S: New file.
55095         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
55096         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
55097         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
55098         * sysdeps/i386/i686/multiarch/strncat.S: New file.
55099         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
55100         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
55102         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
55103         (USE_AS_STRCAT): Define.
55104         Add strcat and strncat support.
55105         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55107 2011-07-25  Andreas Schwab  <schwab@redhat.com>
55109         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
55110         __n bigger than INT_MAX+1.
55111         (__strncmp_g): Likewise.
55113 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
55115         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
55116         * libio/stido.h: Likewise.
55118         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
55119         (AF_NFC): Define.
55120         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
55121         (AF_NFC): Define.
55123         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
55124         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55125         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55126         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
55127         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55129         [BZ #13021]
55130         * scripts/test-installation.pl: Don't expect libnss_test1 to be
55131         installed.
55133         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
55134         typo.
55135         (_dl_x86_64_save_sse): Likewise.
55137 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
55139         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
55140         OSXSAVE.
55141         (_dl_x86_64_save_sse): Likewise.
55143         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
55145         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55147 2011-07-21  Andreas Schwab  <schwab@redhat.com>
55149         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55150         change.
55151         (_dl_x86_64_save_sse): Use correct AVX check.
55153 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55155         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55156         bug in strncpy/strncat.
55157         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55159 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
55161         * string/tester.c (test_strcat): Add tests for different alignments
55162         of source and destination.
55163         (test_strncat): Likewise.
55165 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55167         [BZ #12852]
55168         * posix/glob.c (glob): Check passed in values before using them in
55169         expressions to avoid some overflows.
55170         (glob_in_dir): Likewise.
55172         [BZ #13007]
55173         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
55174         check for AVX enablement so that we don't crash with old kernels and
55175         new hardware.
55176         * elf/tst-audit4.c: Add same checks here.
55177         * elf/tst-audit6.c: Likewise.
55179         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
55181 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
55183         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
55185 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55187         * po/cs.po: Update from translation team.
55188         * po/bg.po: Likewise.
55190 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
55192         * misc/sys/cdefs.h: Add support for const attribute.
55193         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
55194         to gnu_dev_{major,minor,makedev} functions.
55196 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
55198         * intl/dcigettext.c (get_output_charset): Add missing bracket.
55200 2011-07-20  Andreas Schwab  <schwab@redhat.com>
55202         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
55203         strlen results.
55205 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55207         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
55208         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
55209         register in order to avoid conflicts with the soft frame pointer
55210         being held in r11 when necessary.
55211         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
55212         (INTERNAL_VSYSCALL_NCS): Likewise.
55214 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
55216         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
55217         * elf/dl-fini.c (_dl_fini): Adjust caller.
55218         * elf/dl-close.c (_dl_close_worker): Likewise.
55219         * sysdeps/generic/ldsodefs.h: Adjust declaration.
55221 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55223         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
55224         "aux_cache->nlibs < 0".
55226         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
55227         in the reload-count case.
55229 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55231         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55232         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
55233         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
55234         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
55235         * sysdeps/x86_64/multiarch/strcat.S: New file.
55236         * sysdeps/x86_64/multiarch/strncat.S: New file.
55237         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
55238         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
55239         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
55240         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
55241         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
55242         (USE_AS_STRCAT): Define.
55243         Add strcat and strncat support.
55244         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55245         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
55246         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
55247         * string/strncat.c: Update.
55248         (USE_AS_STRNCAT): Define.
55249         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55250         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
55251         and i7.
55252         * sysdeps/x86_64/multiarch/init-arch.h
55253         (bit_Prefer_PMINUB_for_stringop): New.
55254         (index_Prefer_PMINUB_for_stringop): Likewise.
55255         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
55256         bit_Prefer_PMINUB_for_stringop.
55258 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55260         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55261         buffer64.
55262         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55263         of casting of buffer.
55264         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55265         buffer32 and buffer64.
55266         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55267         writes instead of casting of buffer.
55268         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55269         buffer32.
55270         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55271         casting of buffer.
55273 2011-07-19  Andreas Schwab  <schwab@redhat.com>
55275         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55277 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55279         * nscd/nscd.c (termination_handler): Don't do anything for a database
55280         if it has not yet been initialized.
55282 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55284         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55286 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55288         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55290 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55292         * po/nl.po: Update from translation team.
55293         * po/sv.po: Likewise.
55295 2011-07-16  Roland McGrath  <roland@hack.frob.com>
55297         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55298         now disallowed by GCC.
55300         * configure.in (use-default-link): Default to yes if a test -shared
55301         link meets our qualifications.
55302         * configure: Regenerated.
55304         * config.make.in (output-format): New variable.
55305         * configure.in: Check for ld --print-output-format support.
55306         * configure: Regenerated.
55307         * Makerules ($(common-objpfx)format.lds)
55308         [$(output-format) != unknown]: Just use $(output-format),
55309         instead of the linker-script munging.
55311 2011-07-14  Roland McGrath  <roland@hack.frob.com>
55313         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55314         of $(common-objpfx)shlib.lds.
55315         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55317         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55318         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55320         * configure.in (-z relro check): Adjust test code to add a large
55321         writable data section after it.
55322         * configure: Regenerated.
55324 2011-07-11  Roland McGrath  <roland@hack.frob.com>
55326         * configure.in (-z relro check): Fix test code to make the variable
55327         truly const.
55328         * configure: Regenerated.
55330 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
55332         * nscd/nscd.h (struct traced_file): Define.
55333         (struct database_dyn): Remove inotify_descr, reset_res, and filename
55334         elements.  Add traced_files.
55335         (inotify_fd): Declare.
55336         (register_traced_file): Declare.
55337         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55338         (inotify_fd): Export.
55339         (resolv_conf_descr): Remove.
55340         (nscd_init): Move inotify descriptor creation to main.
55341         Don't register files for notification here.
55342         (register_traced_file): New function.
55343         (invalidate_cache): Don't use reset_res to determine whether to call
55344         res_init, go through the list of registered files.
55345         (main_loop_poll): The inotify descriptors are now stored in the
55346         structures for the traced files.
55347         (main_loop_epoll): Likewise
55348         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55349         to __nss_disable_nscd.
55350         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55351         for a database anymore.  Check the records for all the registered
55352         files instead.
55353         * nss/Makefile (libnss_files-routines): Add files-init.
55354         (libnss_db-routines): Add db-init.
55355         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55356         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55357         * nss/nss_db/db-init.c: New file.
55358         * nss/nss_files/files-init.c: New file.
55359         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55360         __nss_lookup_function.
55361         (__nss_lookup_function): Call nss_load_library.
55362         (nss_load_all_libraries): New function.
55363         (__nss_disable_nscd): Take parameter with callback function for files
55364         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55365         used for the cached services.
55366         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55367         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55368         options for features to all the files in nscd.
55370         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55372 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55374         * csu/elf-init.c (__libc_csu_init): Comment typo.
55376 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55378         * po/pl.po: Update from translation team.
55379         * po/ja.po: Likewise.
55380         * po/ru.po: Likewise.
55381         * po/ko.po: Likewise.
55382         * po/fr.po: Likewise.
55384 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55386         * configure.in (.ctors/.dtors header and trailer check):
55387         Use an empirical test on a built program.
55388         * configure: Regenerated.
55390         * configure.in (-z relro check): Use an empirical test on a built DSO.
55391         Detect, but do not require, on ia64.
55392         * configure: Regenerated.
55394         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55395         Update tests that use readelf to use $READELF instead.
55396         * configure: Regenerated.
55398 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55400         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55401         if the result is not used.
55403 2011-07-05  Andreas Jaeger  <aj@suse.de>
55405         [BZ#9696]
55406         * stdlib/tst-strtod.c: Add testcase.
55408 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55410         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55411         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55412         The latter has a higher limit.  Take additional parameter to pass to
55413         the new function.
55414         (__pathconf): Pass file to __statfs_link_max.
55415         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55416         __statfs_link_max.
55417         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55418         __statfs_link_max.
55420         [BZ #12868]
55421         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55422         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55423         Handle Lustre.
55424         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55425         (__statfs_filesize_max): Likewise.
55426         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55428 2011-07-05  Andreas Jaeger  <aj@suse.de>
55430         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55432 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55434         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55435         `status' variable.
55436         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55437         Likewise.
55439 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55441         * Makefile (strop-tests): Add strncat.
55442         * string/test-strncat.c: New file.
55444 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55446         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55448 2011-06-21  Andreas Jaeger  <aj@suse.de>
55450         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55451         Copy rule from iconvdata/Makefile.
55453 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55455         [BZ #12922]
55456         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55457         but no long options are defined, just return 'W'.
55459 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55461         [BZ #9696]
55462         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55464 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55466         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55467         netgroups to read.
55468         (innetgr): Likewise.
55470 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55472         * config.make.in (install_root): Default to $(DESTDIR).
55474 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55476         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55478 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55480         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55482         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55483         containing directory rather than embedding absolute directory names.
55485         * scripts/check-local-headers.sh: Rewritten using awk.
55486         Match by word, not by line.  Print error messages for matches.
55487         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55489         * Makerules [shlib-lds-flags empty]:
55490         ($(common-objpfx)libc_pic.opts): New target.
55491         ($(common-objpfx)libc_pic.os.clean): New target.
55492         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55494         * config.make.in (OBJCOPY): New variable.
55495         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55496         * configure: Regenerated.
55498         * config.make.in (use-default-link): New variable.
55499         * configure.in (use_default_link): Grok --with-default-link to set it.
55500         * configure: Regenerated.
55501         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55502         (shlib-lds, shlib-lds-flags): Define to empty.
55504         * Makerules (shlib-lds): New variable.
55505         (shlib-lds-flags): New variable.
55506         (build-shlib, build-moduile, build-module-asneeded): Use it.
55507         ($(common-objpfx)libc.so): Use $(shlib-lds).
55508         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55509         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55511         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55512         DT_FLAGS/DT_FLAGS_1 with zero flags.
55514         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55515         linker script munging.
55517 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55519         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55520         as 128-bit value.
55521         * crypt/sha512.c (sha512_process_block): Perform total addition using
55522         128-bit if possible.
55523         (__sha512_finish_ctx): Likewise.
55524         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55525         as 64-bit value.
55526         * crypt/sha256.c (SWAP64): Define.
55527         (sha256_process_block): Perform total addition using 64-bit if
55528         possible.
55529         (__sha256_finish_ctx): Likewise.
55531 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55533         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55534         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55535         * nscd/hstcache.c (cache_addhst): Likewise.
55536         * nscd/grpcache.c (cache_addgr): Likewise.
55537         * nscd/aicache.c (addhstaiX): Likewise
55538         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55540 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55542         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55543         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55544         * nscd/hstcache.c (cache_addhst): Likewise.
55545         * nscd/grpcache.c (cache_addgr): Likewise.
55546         * nscd/aicache.c (addhstaiX): Likewise
55548 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55550         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55551         domain only when needed.
55553 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55555         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55556         is always restored.
55558 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55560         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55561         are re-adding the entry.
55562         * nscd/servicescache.c (cache_addserv): Likewise.
55564 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55566         * sysdeps/generic/dl-irel.h: fix protection against multiple
55567         inclusions.
55568         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55570 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55572         [BZ #12935]
55573         * malloc/memusage.sh: Fix quoting in message.
55574         * debug/xtrace.sh: Likewise.
55576         * configure.in: Remove support for --experimental-malloc option, make
55577         it the default.
55578         * config.make.in: Likewise.
55579         * malloc/Makefile: Likewise.
55581 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55583         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55584         two-byte characters.
55586 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55588         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55589         AC_CACHE_CHECK invocation.
55590         * configure: Regenerated.
55592         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55594 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55596         [BZ #12350]
55597         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55598         bit from old_res_options.
55600         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55602         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55603         value type for setfct.
55605 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55607         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55608         __gettimeofday instead of gettimeofday.
55610 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55612         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55614 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55616         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55618         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55619         info.
55621 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55623         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55624         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55625         strcpy-sse2-unaligned strncpy-sse2-unaligned
55626         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55627         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55628         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55629         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55630         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55631         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55632         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55633         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55634         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55635         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55636         (STRCPY): Support SSE2 and SSSE3 versions.
55638 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55640         [BZ #12874]
55641         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55642         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55643         kernels which artificially limit size of requests.
55645 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55647         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55648         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55649         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55650         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55651         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55652         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55653         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55654         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55655         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55656         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55657         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55658         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55659         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55660         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55661         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55662         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55663         Enable unaligned load optimization for Intel Core i3, i5 and i7
55664         processors.
55665         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55666         Define.
55667         (index_Fast_Unaligned_Load): Define.
55668         (HAS_FAST_UNALIGNED_LOAD): Define.
55670 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55672         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55674 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55676         [BZ #12907]
55677         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55678         until it is clear that the information is realy needed.
55679         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55681 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55683         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55685 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55687         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55688         /sys/devices/system/cpu/online if it is usable.
55690         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55691         reading the information from the /proc filesystem to once a second.
55693 2011-06-21  Andreas Jaeger  <aj@suse.de>
55695         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55696         NULL after inclusion of kernel headers.
55698 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55700         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55701         calls to internal_setent.
55703         [BZ #12885]
55704         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55705         addresses using gethostbyname4_r ignore IPv4 addresses.
55707         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55708         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55710         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55712 2011-06-20  David S. Miller  <davem@davemloft.net>
55714         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55715         inclusions.
55716         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55718         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55719         (elf_irel): Use it.
55720         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55721         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55722         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55723         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55724         * sysdeps/x86_64/dl-irel.h: Likewise.
55726         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55727         * elf/dl-sym.c: Likewise.
55729 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55731         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55732         need to dereference resplen2.
55734 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55736         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55738 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55740         * Makeconfig: Define vardbdir and inst_vardbdir.
55741         * nss/Makefile: Add rules to install db-Makefile.
55743         * nss/nss_db/db-XXX.c: Cleanup.
55745         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55746         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55747         GLIBC_PRIVATE.
55748         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55749         * nss/makedb.c: Implement -g option to specify that value strings
55750         are generated and should not be added to table iterated over for
55751         get*ent calls.
55752         * nss/nss_db/db-initgroups.c: New file.
55754         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55755         interface.
55757         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55758         (internal_getgrouplist): Adjust to name change.
55759         Update use_initgroups_entry if this is not the first call.
55760         * nss/databases.def: Add initgroups entry.
55762         * nss/makedb.c (compute_tables): Check result of multiple hash table
55763         sizes to minimize maximum chain length.
55765 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55767         * Versions.def: Add entry for libnss_db.
55768         * shlib-versions: Likewise.
55769         * nss/Makefile: Add rules to build libnss_db.
55770         * nss/Versions: Add libnss_db information.  Organize libnss_files
55771         entries better.
55772         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55773         makedb progra.  Some minor improvements to generate smaller files.
55774         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55775         here from...
55776         * nss/makedb.c: ...here.
55777         Improve database format to be smaller and require less memory at
55778         runtime.
55779         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55780         db anymore.
55781         * nss/nss_db/db-netgrp.c: Likewise.
55782         * nss/nss_db/db-open.c: Likewise.
55783         * nss/nss_files/flies-XXX.x: Adjust comments.
55784         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55785         * nss/nss_files/files-grp.c: Likewise.
55786         * nss/nss_files/files-hosts.c: Likewise.
55787         * nss/nss_files/files-network.c: Likewise.
55788         * nss/nss_files/files-proto.c: Likewise.
55789         * nss/nss_files/files-pwd.c: Likewise.
55790         * nss/nss_files/files-rpc.c: Likewise.
55791         * nss/nss_files/files-service.c: Likewise.
55792         * nss/nss_files/files-sgrp.c: Likewise.
55793         * nss/nss_files/files-spwd.c: Likewise.
55794         * nss/nss_db/db-alias.c: Removed.
55795         * nss/nss_db/dummy-db.h: Removed.
55797 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55799         * nss/makedb.c: Rewritten to not use database library.
55800         * nss/Makefile: Update to build new makedb program.
55802 2011-06-14  Andreas Jaeger  <aj@suse.de>
55804         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55805         memset declaration.
55807 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55809         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55810         tmpbuf.
55812 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55814         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55815         * elf/Makefile ($(objpfx)ld.so): Likewise.
55817         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55818         Don't list ld.so twice in dependencies.
55820         * posix/bug-regex31.c: Include <stdlib.h>.
55822         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55824         * nis/nss_compat/compat-spwd.c
55825         (getspent_next_nss_netgr): Remove unused variable.
55826         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55828         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55829         nonmembers" output to use the right array.
55831         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55833         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55835         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55836         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55837         * catgets/gencat.c (read_input_file): Likewise.
55838         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55840         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55841         variable definition inside #if's controlling its use.
55843         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55845         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55847         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55849         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55850         unreachable code.
55852         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55854         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55855         * configure: Regenerated.
55857         * Makerules: Revert last change.
55858         * elf/Makefile: Likewise.
55860 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55862         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55863         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55864         (reloc-link): Likewise.
55866 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55868         * elf/Makefile: Add rules to build pldd.
55869         * elf/pldd.c: New file.
55870         * elf/pldd-xx.c: New file.
55872 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55874         * version.h: Update for 2.15 development version.
55876 2011-06-07  David S. Miller  <davem@davemloft.net>
55878         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55879         ifuncs.
55880         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55881         elf_machine_lazy_rel): Likewise.
55882         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55883         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55884         elf_machine_lazy_rel): Likewise.
55885         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55886         dl_hwcap via passed in argument.
55887         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55888         Likewise.
55890 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55892         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55894 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55896         [BZ #12849]
55897         * manual/fdl-1.1.texi: New file, verbatim from:
55898         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55899         * manual/lgpl-2.1.texi: New file, verbatim from:
55900         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55901         * manual/Makefile (licenses): New variable, list those new file names.
55902         (texis): Use it.
55903         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55905         * manual/fdl.texi: File removed.
55906         * manual/lesser.texi: File removed.
55907         * manual/libc.texinfo (Copying, Documentation License):
55908         Use new @include file names, put @appendix directive before @include.
55910 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55912         [BZ #12841]
55913         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55914         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55915         (mq_open): Add __NTH.
55917 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55919         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55920         Assume Intel Core i3/i5/i7 processor if AVX is available.
55922 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55924         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55925         typo.
55927 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55929         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55930         memory.  Use alloca_account.  Fix memory leak when retrying.
55932 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55934         * version.h (RELEASE): Bump for 2.14 release.
55935         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55937         * config.make.in (RANLIB): Remove entry.
55939 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55941         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55942         (libc.pot): Work around missing support for .ksh extension in xgettext.
55944         [BZ #12684]
55945         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55946         if both request failed.
55947         (send_dg): In case of server errors clear resplen or *resplen2.
55949         [BZ #12454]
55950         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55951         when there are multiple maps.
55952         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55953         (_dl_fini): Remove test here.
55955         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55957 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55959         [BZ #12350]
55960         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55961         bit from old_res_options.
55962         (gaih_inet): Likewise.
55964         [BZ #11099]
55965         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55966         as signed.
55968         * resolv/res_init.c (res_setoptions): Make the code more compact.
55970         [BZ #11558]
55971         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55972         set RES_USEVC.
55974         [BZ #11634]
55975         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55977         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55979         [BZ #11781]
55980         * malloc/malloc.h: Declare malloc hook variables as volatile.
55982         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55983         in last patch.
55985         [BZ #11799]
55986         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55987         raise in the comment.
55988         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55989         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55990         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55992 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55994         [BZ #12811]
55995         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55996         grow the buffers more if it already has to be sufficient.
55997         (build_wcs_upper_buffer): Likewise.
55998         * posix/regexec.c (check_matching): Likewise.
55999         (clean_state_log_if_needed): Likewise.
56000         (extend_buffers): Don't enlarge buffers beyond size of the input
56001         buffer.
56002         Patches mostly by Emil Wojak <emil@wojak.eu>.
56003         * posix/bug-regex32.c: New file.
56004         * posix/Makefile (tests): Add bug-regex32.
56006         * locale/findlocale.c (_nl_find_locale): Return right away if
56007         _nl_explode_name failed.
56008         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
56010         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
56012         * debug/xtrace.sh: Unify messages.
56013         * malloc/memusage.sh: Likewise.
56015         [BZ #12813]
56016         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
56017         time symbol from vDSO.  Substitute with vsyscall if not available.
56018         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
56019         __vdso_time.
56021         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
56022         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
56023         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
56024         Add sendmmsg and internal_sendmmsg.
56025         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
56026         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
56027         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
56029         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
56030         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
56031         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
56033 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
56035         [BZ #12813]
56036         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
56037         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
56038         available.
56039         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
56040         __vdso_getcpu.
56042         [BZ #12814]
56043         * iconvdata/Makefile (tests): Add bug-iconv9.
56044         * iconvdata/bug-iconv9.c: New file.
56046 2011-05-27  Andreas Schwab  <schwab@redhat.com>
56048         [BZ #12814]
56049         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
56051 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
56053         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56054         (struct user_regs_struct): Change intcs field back to cs.
56056 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
56058         * po/ja.po: Update from translation team.
56060 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
56062         [BZ #12795]
56063         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
56064         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
56066 2011-05-20  Andreas Schwab  <schwab@redhat.com>
56068         * stdlib/longlong.h: Update from GCC.
56070 2011-05-23  Andreas Schwab  <schwab@redhat.com>
56072         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
56073         parameter name.
56074         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
56075         Add parameter name.
56076         (__sysconf): Pass it down.
56078 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
56080         [BZ #12671]
56081         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
56082         some situations.
56083         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
56084         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
56085         add in in __libc_use_alloca calls.  Adjust callers.
56086         (glob): Use malloc in some situations.
56088         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
56089         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
56090         pltexit.
56092 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
56094         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
56095         and CLOCK_BOOTTIME_ALARM.
56097         [BZ #12782]
56098         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
56099         is returned.
56101         * string/_strerror.c (__strerror_r): Print negative errors as signed
56102         numbers.
56104         [BZ #12777]
56105         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
56106         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
56107         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
56109         * configure.in: Fix typo in redirection and correct removal of test
56110         files in two cases.
56112         [BZ #12788]
56113         * locale/setlocale.c (new_composite_name): Fix test to check for
56114         identical name of all categories.
56116         [BZ #12792]
56117         * libio/filedoalloc.c (local_isatty): New function.
56118         (_IO_file_doallocate): Use local_isatty.
56119         * stdio-common/perror.c (perror): In case a new stream is used
56120         forward the stream error.
56121         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
56122         error flag.
56124 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
56126         [BZ #11869]
56127         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
56128         alloca.
56129         * include/alloca.h (extend_alloca_account): Define.
56131         [BZ #11857]
56132         * posix/regex.h: Fix comments with documentation of user-accessible
56133         fields after compilation and describe correct free'ing of pattern
56134         after re_compile_pattern.
56135         Patch by Reuben Thomas <rrt@sc3d.org>.
56137 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
56139         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
56140         and -mno-altivec to prevent the compiler from using Altivec and/or
56141         VSX instructions when the corresponding registers are not available.
56143 2011-05-19  Andreas Schwab  <schwab@redhat.com>
56145         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56147 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
56149         * libio/freopen.c (freopen): Use __dup2, not dup2.
56150         * libio/freopen64.c (freopen64): Likewise.
56152 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56154         [BZ #12775]
56155         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56156         * math/Makefile (tests): Add test-powl.
56157         (CFLAGS-test-powl.c): Define.
56158         * math/test-powl.c: New file.
56160 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56162         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
56164 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
56166         [BZ #11837]
56167         * iconvdata/gb18030.c: Update to GB18020-2005.
56169 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
56171         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
56172         RE_SYNTAX_POSIX_AWK): Update to match recent development.
56173         Patch by Aharon Robbins <arnold@skeeve.com>.
56175         [BZ #11892]
56176         * stdlib/putenv.c (putenv): Don't always create copy of the variable
56177         on the stack.
56179         [BZ #11895]
56180         * misc/pselect.c (__pselect): Handle timeout value errors hidden
56181         through underflows.
56183         [BZ #12766]
56184         * misc/error.c (error_at_line): Ensure file_name and old_file_name
56185         point to strings before performing equality test for error_one_per_line
56186         mode.
56188         [BZ #11697]
56189         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
56191         [BZ #11820]
56192         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56193         (struct user_fpregs_struct): Avoid __uint*_t types.
56195         [BZ #6420]
56196         * malloc/mtrace.c (tr_where): Add additional parameter to point to
56197         symbol info.  Use it instead of calling _dl_addr locally.
56198         (lock_and_info): New function.
56199         (tr_freehook): Call lock_and_info and pass symbol info as additional
56200         parameter to tr_where.
56201         (tr_mallochook): Likewise.
56202         (tr_reallochook): Likewise.
56203         (tr_memalignhook): Likewise.
56205         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
56206         used and couldn't be at all thread-safe.
56208 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
56210         * libio/freopen.c (freopen): Don't close old file descriptor
56211         before the new one is opened.  Instead dup the new file descriptor
56212         to the old one after the new stream is created.
56213         * libio/freopen64.c (freopen64): Likewise.
56214         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
56215         * libio/fileops.c (_IO_new_file_close_it): Handle new
56216         _IO_FLAGS2_NOCLOSE flag.
56217         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
56218         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
56219         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
56220         _IO_FLAGS2_NOCLOSE flag.
56221         * include/unistd.h: Add hidden_proto for dup3.
56222         Define __have_dup3.
56223         * io/dup3.c: Define hidden symbol.
56224         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
56226         [BZ #7101]
56227         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
56228         when an incomplete long option is used.
56229         * posix/tst-getopt_long1.c: New file.
56230         * posix/Makefile (tests): Add tst-getopt_long1.
56232         [BZ #10138]
56233         * scripts/config.guess: Update from autoconf-2.68.
56234         * scripts/config.sub: Likewise.
56236         [BZ #10157]
56237         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
56238         tests into ...
56239         (has_cpuclock): ...this.  New function.
56240         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
56241         macro here based on has_cpuclock code.
56243         [BZ #10149]
56244         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56245         First byte (not low byte) is now always NUL.
56246         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
56248         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56249         Use non-cancelable interfaces.
56251         [BZ #9809]
56252         * locale/iso-639.def: Add entry for Sorani.
56254         [BZ #11901]
56255         * include/stdlib.h: Move include protection to the right place.
56256         Define abort_msg_s.  Declare __abort_msg with it.
56257         * stdlib/abort.c (__abort_msg): Adjust type.
56258         * assert/assert.c (__assert_fail_base): New function.  Majority
56259         of code from __assert_fail.  Allocate memory for __abort_msg with
56260         mmap.
56261         (__assert_fail): Now call __assert_fail_base.
56262         * assert/assert-perr.c: Remove bulk of implementation.  Use
56263         __assert_fail_base.
56264         * include/assert.hL Declare __assert_fail_base.
56265         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56266         mmap.
56267         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56269 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
56271         [BZ #11952]
56272         [BZ #12453]
56273         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56274         until all modules are registered in the DTV.
56275         * elf/Makefile: Add rules to build and run tst-tls19.
56276         * elf/tst-tls19.c: New file.
56277         * elf/tst-tls19mod1.c: New file.
56278         * elf/tst-tls19mod2.c: New file.
56279         * elf/tst-tls19mod3.c: New file.
56280         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56282         [BZ #12083]
56283         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56284         correctly.
56286         [BZ #12601]
56287         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56288         two-byte sequence errors.
56289         * iconvdata/Makefile (tests): Add bug-iconv8.
56290         * iconvdata/bug-iconv8.c: New file.
56292         [BZ #12626]
56293         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56294         buf2 definition.
56296         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56298         [BZ #12432]
56299         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56300         (dummy_getcfa): New function.
56301         (init): Get _Unwind_GetCFA address, use dummy if not found.
56302         (backtrace_helper): In recursion check, also check whether CFA changes.
56303         (__backtrace): Completely initialize arg.
56305         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56306         storing incomplete byte sequence in state object.  Avoid testing for
56307         guaranteed too small input if we know there is enough data available.
56309 2011-05-11  Andreas Schwab  <schwab@redhat.com>
56311         * Makeconfig (+link-pie): Indent.
56312         * Rules (binaries-pie): Define if $(have-fpie) and
56313         $(build-shared).
56314         (binaries-shared): Also filter out $(binaries-pie).
56315         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56316         * nscd/Makefile (others-pie): Add nscd.
56317         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56318         ($(objpfx)nscd): Remove command override.
56319         * login/Makefile (others-pie): Add pt_chown.
56320         ($(objpfx)pt_chown): Remove command override.
56321         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56322         remove command overrides.
56324 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
56326         * libio/tst_putwc.c: Fix error messages.
56328         [BZ #12724]
56329         * libio/fileops.c (_IO_new_file_close_it): Always flush when
56330         currently writing and seek to current position when not.
56331         * libio/Makefile (tests): Add bug-fclose1.
56332         * libio/bug-fclose1.c: New file.
56334 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56336         [BZ #12511]
56337         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56338         don't set DF_1_NODELETE here.
56339         (do_lookup_x): When entering new entry test for copy relocation
56340         and if necessary set DF_1_NODELETE flag.
56341         * elf/tst-unique4.cc: New file.
56342         * elf/tst-unique4.h: New file.
56343         * elf/tst-unique4lib.cc: New file.
56344         * elf/Makefile: Add rules to build and run tst-unique4.
56345         Patch by Piotr Bury <pbury@goahead.com>.
56347 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56349         [BZ #12052]
56350         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56352         [BZ #12625]
56353         * misc/mntent_r.c (addmntent): Flush the stream after the output
56355         [BZ #12393]
56356         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56357         (is_trusted_path_normalize): Skip initial colon.  Append slash
56358         to empty buffer.  Duplicate is_trusted_path code but allow
56359         constructed patch to be prefix.
56360         (is_dst): Allow $ORIGIN followed by /.
56361         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56362         Correct testing of result of is_trusted_path_normalize
56363         (decompose_rpath): Fix warning.
56365 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56367         [BZ #11257]
56368         * grp/initgroups.c (internal_getgrouplist): When we found the service
56369         list through the initgroups entry in nsswitch.conf do not always
56370         continue on a successful lookup.  Don't always use the
56371         __nss_group_database value if it is set.
56372         * nss/nsswitch.conf (initgroups): Change action for successful db
56373         lookup to continue for compatibility.
56375 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56377         [BZ #11532]
56378         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56379         and CP774 modules.
56380         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56381         and CP774 modules.
56382         * iconvdata/tst-tables.sh: Likewise.
56383         * iconvdata/cp770.c: New file.
56384         * iconvdata/cp771.c: New file.
56385         * iconvdata/cp772.c: New file.
56386         * iconvdata/cp773.c: New file.
56387         * iconvdata/cp774.c: New file.
56388         * iconvdata/testdata/CP770: New file.
56389         * iconvdata/testdata/CP770..UTF8: New file.
56390         * iconvdata/testdata/CP771: New file.
56391         * iconvdata/testdata/CP771..UTF8: New file.
56392         * iconvdata/testdata/CP772: New file.
56393         * iconvdata/testdata/CP772..UTF8: New file.
56394         * iconvdata/testdata/CP773: New file.
56395         * iconvdata/testdata/CP773..UTF8: New file.
56396         * iconvdata/testdata/CP774: New file.
56397         * iconvdata/testdata/CP774..UTF8: New file.
56399         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56400         END CHARMAP line.
56401         * iconvdata/gen-8bit-gap.sh: Likewise.
56402         * iconvdata/gen-8bit.sh: Likewise.
56404         * locale/iso-639.def: Add ary entry.
56406         [BZ #11258]
56407         * locale/C-translit.h.in: Add U20A1 transliteration.
56409         [BZ #12178]
56410         * locale/iso-639.def: Add wae entry.
56411         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56413         [BZ #12545]
56414         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56415         for n.
56417         [BZ #12711]
56418         * locale/C-translit.h.in: Add entry for U20B9.
56419         Patch by pravin.d.s@gmail.com.
56421 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56423         [BZ #12713]
56424         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56425         ENAMETOOLONG use generic getcwd.
56426         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56427         in rtld.  Use *stat64.
56428         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56429         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56430         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56431         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56432         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56433         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56434         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56435         __fstatat64 macros.
56436         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56437         * dirent/rewinddir.c: Add libc_hidden_def.
56438         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56439         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56441         * include/dirent.h (__alloc_dir): Add flags parameter.
56442         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56443         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56444         __alloc_dir.
56445         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56446         from fdopendir if O_CLOEXEC is already set.
56448 2011-03-15  Alan Modra  <amodra@gmail.com>
56450         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56451         l_tls_firstbyte_offset non-zero.  Save padding offset in
56452         l_tls_firstbyte_offset for later use.
56453         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56454         freeing static tls block.
56456 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56458         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56459         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56460         being defined by the kernel headers.
56462 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56464         [BZ #12734]
56465         * resolv/resolv.h: Define RES_NOTLDQUERY.
56466         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56467         no-tld-query and set RES_NOTLDQUERY.
56468         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56469         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56470         modern BIND to search name as TLD unless forbidden.
56472 2011-05-07  Petr Baudis  <pasky@suse.cz>
56473             Ulrich Drepper  <drepper@gmail.com>
56475         [BZ #12393]
56476         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56477         (is_trusted_path): ...to here.
56478         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56479         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56480         using is_trusted_path_normalize() in setuid scripts.
56482 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56484         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56485         __BEGIN/__END_DECLS.
56487 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56489         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56490         NSS_STATUS_NOTFOUND if no record was found.
56492 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56494         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56495         (headers-not-in-tirpc): Remove rpc/netdb.h
56496         * resolv/netdb.h: Revert last change.
56498 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56500         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56501         circular dependency between libgcc.a and libc.a.
56503 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56505         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56506         * nis/Makefile: Don't install rpcsvc/*.
56507         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56508         instead of <rpc/types.h>.
56509         (MAXHOSTNAMELEN): Define.
56511 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56513         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56515 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56517         [BZ #12714]
56518         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56519         gethostbyname4_r when IPv6 results are possible.
56521 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56523         [BZ #12723]
56524         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56525         _PC_PIPE_BUF handling.
56527 2011-04-30  Bruno Haible  <bruno@clisp.org>
56529         [BZ #12717]
56530         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56531         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56532         to 'int'.
56533         * inet/getnameinfo.c (getnameinfo): Likewise.
56535 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56537         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56538         to groups setting in database lookup.
56539         * nss/nsswitch.conf: Add initgroups entry.
56541 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56543         [BZ #12685]
56544         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56545         mode string.
56546         Patch by Eric Blake <eblake@redhat.com>.
56548 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56550         * sunrpc/Makefile (need-export-routines): Add svc_run.
56551         (routines): Remove svc_run.
56552         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56553         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56554         * sunrpc/svc_run.c (svc_run): Likewise.
56555         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56557 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56559         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56560         problem in reallocation in last patch.
56562 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56564         * sunrpc/Makefile: Move inclusion of Rules.
56566 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56568         * nss/nss_files/files-initgroups.c: New file.
56569         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56570         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56571         _nss_files_initgroups_dyn.
56573 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56575         * elf/elf.h (R_ARM_IRELATIVE): Define.
56577 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56579         * po/ru.po: Update from translation team.
56581 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56583         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56584         dependencies.
56586 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56588         [BZ #12653]
56589         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56590         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56591         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56592         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56593         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56595 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56597         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56598         differing bytes.
56599         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56600         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56601         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56603 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56605         [BZ #12420]
56606         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56607         storing it.
56608         * stdlib/bug-getcontext.c: New file.
56609         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56611 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56613         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56614         instructions into .machine "z9-109".
56615         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56616         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56618 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56620         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56621         between environment variables and auxiliary vector.
56623 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56625         * Makefile: Add rules to build linkobj/libc.so.
56626         * include/libc-symbols.h: Define libc_hidden_nolink.
56627         * include/rpc/auth.h: Mark functions which are to be hidden.
56628         * include/rpc/auth_des.h: Likewise.
56629         * include/rpc/auth_unix.h: Likewise.
56630         * include/rpc/clnt.h: Likewise.
56631         * include/rpc/des_crypt.h: Likewise.
56632         * include/rpc/key_prot.h: Likewise.
56633         * include/rpc/pmap_clnt.h: Likewise.
56634         * include/rpc/pmap_prot.h: Likewise.
56635         * include/rpc/pmap_rmt.h: Likewise.
56636         * include/rpc/rpc_msg.h: Likewise.
56637         * include/rpc/svc.h: Likewise.
56638         * include/rpc/svc_auth.h: Likewise.
56639         * include/rpc/xdr.h: Likewise.
56640         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56641         * nss/Makefile: Likewise.
56642         * sunrpc/Makefile: Don't install headers.  Build library with normal
56643         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56644         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56645         for the compat linking library.  Remove use of INTDEF/INTUSE.
56646         * sunrpc/auth_none.c: Likewise.
56647         * sunrpc/auth_unix.c: Likewise.
56648         * sunrpc/authdes_prot.c: Likewise.
56649         * sunrpc/authuxprot.c: Likewise.
56650         * sunrpc/clnt_gen.c: Likewise.
56651         * sunrpc/clnt_perr.c: Likewise.
56652         * sunrpc/clnt_raw.c: Likewise.
56653         * sunrpc/clnt_simp.c: Likewise.
56654         * sunrpc/clnt_tcp.c: Likewise.
56655         * sunrpc/clnt_udp.c: Likewise.
56656         * sunrpc/clnt_unix.c: Likewise.
56657         * sunrpc/des_crypt.c: Likewise.
56658         * sunrpc/des_soft.c: Likewise.
56659         * sunrpc/get_myaddr.c: Likewise.
56660         * sunrpc/key_call.c: Likewise.
56661         * sunrpc/key_prot.c: Likewise.
56662         * sunrpc/netname.c: Likewise.
56663         * sunrpc/pm_getmaps.c: Likewise.
56664         * sunrpc/pm_getport.c: Likewise.
56665         * sunrpc/pmap_clnt.c: Likewise.
56666         * sunrpc/pmap_prot.c: Likewise.
56667         * sunrpc/pmap_prot2.c: Likewise.
56668         * sunrpc/pmap_rmt.c: Likewise.
56669         * sunrpc/publickey.c: Likewise.
56670         * sunrpc/rpc_cmsg.c: Likewise.
56671         * sunrpc/rpc_common.c: Likewise.
56672         * sunrpc/rpc_dtable.c: Likewise.
56673         * sunrpc/rpc_prot.c: Likewise.
56674         * sunrpc/rpc_thread.c: Likewise.
56675         * sunrpc/rtime.c: Likewise.
56676         * sunrpc/svc.c: Likewise.
56677         * sunrpc/svc_auth.c: Likewise.
56678         * sunrpc/svc_authux.c: Likewise.
56679         * sunrpc/svc_raw.c: Likewise.
56680         * sunrpc/svc_run.c: Likewise.
56681         * sunrpc/svc_simple.c: Likewise.
56682         * sunrpc/svc_tcp.c: Likewise.
56683         * sunrpc/svc_udp.c: Likewise.
56684         * sunrpc/svc_unix.c: Likewise.
56685         * sunrpc/svcauth_des.c: Likewise.
56686         * sunrpc/xcrypt.c: Likewise.
56687         * sunrpc/xdr.c: Likewise.
56688         * sunrpc/xdr_array.c: Likewise.
56689         * sunrpc/xdr_float.c: Likewise.
56690         * sunrpc/xdr_intXX_t.c: Likewise.
56691         * sunrpc/xdr_mem.c: Likewise.
56692         * sunrpc/xdr_rec.c: Likewise.
56693         * sunrpc/xdr_ref.c: Likewise.
56694         * sunrpc/xdr_sizeof.c: Likewise.
56695         * sunrpc/xdr_stdio.c: Likewise.
56697 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56699         [BZ #12650]
56700         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56701         * sysdeps/ia64/dl-tls.h: Likewise.
56702         * sysdeps/powerpc/dl-tls.h: Likewise.
56703         * sysdeps/s390/dl-tls.h: Likewise.
56704         * sysdeps/sh/dl-tls.h: Likewise.
56705         * sysdeps/sparc/dl-tls.h: Likewise.
56706         * sysdeps/x86_64/dl-tls.h: Likewise.
56707         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56709 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56711         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56712         rpath element also skip the following colon.
56713         (expand_dynamic_string_token): Add is_path parameter and pass
56714         down to DL_DST_REQUIRED and _dl_dst_substitute.
56715         (decompose_rpath): Call expand_dynamic_string_token with
56716         non-zero is_path.  Ignore empty rpaths.
56717         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56718         with zero is_path.
56720 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56723         Make cancelable.
56725 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56727         [BZ #12655]
56728         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56729         Patch by Filipe David Manana <fdmanana@apache.org>.
56731 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56733         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56734         Maintain aligned stack.
56735         (CHECK_RSP): Remove unused macro.
56737 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56739         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56740         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56742 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56744         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56746         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56748 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56750         [BZ #12518]
56751         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56752         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56753         * sysdeps/x86_64/memmove.c: New file.
56754         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56755         (memcpy): Renamed to ...
56756         (__new_memcpy): This.
56757         (memcpy): Provide GLIBC_2_14 memcpy.
56758         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56759         (memcpy): Provide GLIBC_2_2_5 memcpy.
56761 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56763         [BZ #12631]
56764         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56766 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56768         * misc/syncfs.c: New file.
56769         * misc/Makefile (routines): Add syncfs.
56770         * posix/unistd.h: Declare syncfs.
56771         * sysdeps/unix/syscalls.list: Add syncfs.
56773 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56775         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56776         open_by_handle_at.
56777         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56778         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56779         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56780         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56781         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56782         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56783         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56785 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56787         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56788         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56789         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56790         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56791         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56792         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56793         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56795         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56796         sync_file_range.c with -fexceptions.
56797         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56798         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56799         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56800         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56801         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56802         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56803         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56804         sync_file_range as cancellation point
56805         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56806         now a wrapper around __call_sync_file_range with cancellation handling.
56807         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56808         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56809         function name to __call_sync_file_range.
56810         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56811         Add call_sync_file_range.
56813 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56815         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56816         bits/timex.h.
56818 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56820         * iconv/iconv.h: Fix typo in comment.
56821         * io/fcntl.h: Likewise.
56822         * libio/stdio.h: Likewise.
56823         * posix/spawn.h: Likewise.
56824         * posix/unistd.h: Likewise.
56825         * stdlib/stdlib.h: Likewise.
56826         * time/time.h: Likewise.
56827         * wcsmbs/wchar.h: Likewise.
56829         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56830         open_by_handle): Add.
56831         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56832         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56833         Augment a few comments.
56834         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56835         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56836         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56837         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56838         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56839         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56840         open_by_handle.
56842         * io/fcntl.h (AT_EMPTY_PATH): Define.
56844 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56846         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56847         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56848         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56849         to...
56850         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56851         * Versions.def: Add GLIBC_2.14.
56852         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56853         Export.
56855 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56857         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56858         round counter.
56859         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56861 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56863         [BZ #12597]
56864         * string/test-strncmp.c (do_page_test): New function.
56865         (check2): Likewise.
56866         (test_main): Call check2.
56867         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56869 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56871         [BZ #12587]
56872         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56873         Handle cache information in CPU leaf 4.
56874         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56876 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56878         [BZ #12583]
56879         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56880         character representation.
56881         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56883 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56885         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56886         END(__isnan) to END(__isnanf) to match function entry point/label
56887         EALIGN(__isnanf,...).
56889 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56891         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56893 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56895         [BZ #12510]
56896         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56897         copy from the symbol referenced in the relocation to initialize the
56898         used variable.
56899         Patch by Piotr Bury <pbury@goahead.com>.
56900         * elf/Makefile: Add rules to build and tst-unique3.
56901         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56902         * elf/tst-unique3.cc: New file.
56903         * elf/tst-unique3.h: New file.
56904         * elf/tst-unique3lib.cc: New file.
56905         * elf/tst-unique3lib2.cc: New file.
56907         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56909 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56911         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56912         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56913         to _start.
56915 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56917         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56918         to-be-loaded object along a path to loader is ld.so.
56920 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56921             Ulrich Drepper  <drepper@gmail.com>
56923         * sysdeps/x86_64/memset.S: After aligning destination, code
56924         branches to different locations depending on the value of
56925         misalignment, when multiarch is enabled. Fix this.
56927 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56929         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56930         Set _x86_64_preferred_memory_instruction for AMD processsors.
56931         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56932         Set bit_Prefer_SSE_for_memop for AMD processors.
56934 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56936         * libio/fmemopen.c (fmemopen): Optimize a bit.
56938 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56940         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56942 2011-03-03  Roland McGrath  <roland@redhat.com>
56944         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56946 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56948         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56949         __bzero_ultra1 instead of __memset_ultra1.
56951 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56952             Ulrich Drepper  <drepper@gmail.com>
56954         [BZ #12509]
56955         * include/link.h (struct link_map): Add l_orig_initfini.
56956         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56957         returning unsuccessfully.
56958         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56959         close of a file loaded at startup, restore the original l_initfini
56960         list.
56961         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56962         list, store the pointer.
56963         * elf/Makefile ($(objpfx)noload-mem): New rule.
56964         (noload-ENV): Define.
56965         (tests): Add $(objpfx)noload-mem.
56966         * elf/noload.c: Include <memcheck.h>.
56967         (main): Call mtrace.  Close all opened handles.
56969 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56971         [BZ #12454]
56972         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56973         dependencies are missing.
56975 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56977         Fix __if_freereq crash: Unlike the generic version which uses free,
56978         Hurd needs munmap.
56979         * sysdeps/mach/hurd/ifreq.h: New file.
56981 2011-01-27  Petr Baudis  <pasky@suse.cz>
56982             Ulrich Drepper  <drepper@gmail.com>
56984         [BZ 12445]#
56985         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56986         to extend_alloca().
56987         * stdio-common/bug23.c: New file.
56988         * stdio-common/Makefile (tests): Add bug23.
56990 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56991             Ulrich Drepper  <drepper@gmail.com>
56993         [BZ #12489]
56994         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56995         before performing relro protection.  At old place add assertion
56996         to make sure nothing changed.
56998 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56999             Glauber de Oliveira Costa  <glommer@gmail.com>
57001         * elf/elf.h: Add new ARM TLS relocs.
57003 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
57005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
57006         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
57007         cast from r3.
57008         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
57009         'tests' variable.
57010         * sysdeps/wordsize-64/tst-writev.c: New file.
57012 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
57014         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
57015         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
57016         insns in _dl_start to prevent a TOC reference before relocs are
57017         resolved.
57019 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
57021         [BZ #12469]
57022         * Makeconfig: Remove RANLIB definition.
57023         * Makerules: Don't use RANLIB.
57024         * aclocal.m4: Remove ranlib test.
57025         * configure.in: No need to check for ranlib.
57026         * elf/rtld-Rules: Don't use RANLIB.
57028 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57030         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
57031         protection macro.
57032         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
57033         inclusion protection macro.
57035         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
57036         SIGRTMIN and SIGRTMAX and print information in that case only when
57037         SIGRTMIN is defined.
57039 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
57041         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
57042         arginfo fn returning -1.
57044         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
57045         and thousands string is zero terminated.
57047 2011-02-03  Andreas Schwab  <schwab@redhat.com>
57049         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
57050         sysdeps/unix/sysv/linux/bits/socket.h.
57052 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57054         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
57055         (__CPU_COUNT): Remove old macros.
57056         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
57057         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
57058         (__CPU_ALLOC, __CPU_FREE): Add macros.
57059         (__sched_cpualloc, __sched_cpufree): Add declarations.
57061 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
57063         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
57064         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
57065         * nscd/aicache.c (addhstaiX): Return timeout of added value.
57066         (readdhstai): Return value of addhstaiX call.
57067         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
57068         (addgrbyX): Return value returned by cache_addgr.
57069         (readdgrbyname): Return value returned by addgrbyX.
57070         (readdgrbygid): Likewise.
57071         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
57072         (addpwbyX): Return value returned by cache_addpw.
57073         (readdpwbyname): Return value returned by addhstbyX.
57074         (readdpwbyuid): Likewise.
57075         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
57076         (addservbyX): Return value returned by cache_addserv.
57077         (readdservbyname): Return value returned by addservbyX:
57078         (readdservbyport): Likewise.
57079         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
57080         (addhstbyX): Return value returned by cache_addhst.
57081         (readdhstbyname): Return value returned by addhstbyX.
57082         (readdhstbyaddr): Likewise.
57083         (readdhstbynamev6): Likewise.
57084         (readdhstbyaddrv6): Likewise.
57085         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
57086         (readdinitgroups): Return value returned by addinitgroupsX.
57087         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
57088         (prune_cache): Keep track of timeout value of re-added entries.
57089         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
57090         * nscd/nscd.h: Adjust prototypes of readd* functions.
57092 2011-02-04  Roland McGrath  <roland@redhat.com>
57094         * nis/nis_server.c (nis_servstate): Use the right name for 0.
57095         (nis_stats): Likewise.
57096         * nis/nis_modify.c (nis_modify): Likewise.
57097         * nis/nis_remove.c (nis_remove): Likewise.
57098         * nis/nis_add.c (nis_add): Likewise.
57100         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
57102         * posix/fnmatch_loop.c: Add some consts.
57104         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
57106 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
57108         [BZ #12460]
57109         * config.make.in (config-cflags-novzeroupper): Define.
57110         * configure.in: Substitute libc_cv_cc_novzeroupper.
57111         * elf/Makefile (AVX-CFLAGS): Define.
57112         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
57113         (CFLAGS-tst-auditmod4a.c): Likewise.
57114         (CFLAGS-tst-auditmod4b.c): Likewise.
57115         (CFLAGS-tst-auditmod6b.c): Likewise.
57116         (CFLAGS-tst-auditmod6c.c): Likewise.
57117         (CFLAGS-tst-auditmod7b.c): Likewise.
57118         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
57120 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
57122         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
57123         function to the callback.
57124         Patch partly by Jiri Olsa <jolsa@redhat.com>.
57126 2011-02-02  Andreas Schwab  <schwab@redhat.com>
57128         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
57129         of errno.
57131 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
57133         [BZ #11724]
57134         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
57135         of constructors.
57136         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
57137         of destructors.
57138         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
57140         [BZ #11724]
57141         * elf/Makefile: Add rules to build and run new test.
57142         * elf/tst-initorder.c: New file.
57143         * elf/tst-initorder.exp: New file.
57144         * elf/tst-initordera1.c: New file.
57145         * elf/tst-initordera2.c: New file.
57146         * elf/tst-initordera3.c: New file.
57147         * elf/tst-initordera4.c: New file.
57148         * elf/tst-initorderb1.c: New file.
57149         * elf/tst-initorderb2.c: New file.
57150         * elf/tst-order-a1.c: New file.
57151         * elf/tst-order-a2.c: New file.
57152         * elf/tst-order-a3.c: New file.
57153         * elf/tst-order-a4.c: New file.
57154         * elf/tst-order-b1.c: New file.
57155         * elf/tst-order-b2.c: New file.
57156         * elf/tst-order-main.c: New file.
57157         New test case by George Gensure <werkt0@gmail.com>.
57159 2010-10-01  Andreas Schwab  <schwab@redhat.com>
57161         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
57162         decoding ACE if AI_CANONIDN.
57164 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
57166         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
57168 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
57170         * version.h (RELEASE): Bump for 2.13 release.
57171         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
57173         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
57175         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
57176         MADV_NOHUGEPAGE.
57177         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
57178         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
57179         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
57180         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
57181         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
57182         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57184         * posix/getconf.c: Update copyright year.
57185         * catgets/gencat.c: Likewise.
57186         * csu/version.c: Likewise.
57187         * debug/catchsegv.sh: Likewise.
57188         * debug/xtrace.sh: Likewise.
57189         * elf/ldconfig.c: Likewise.
57190         * elf/ldd.bash.in: Likewise.
57191         * elf/sprof.c (print_version): Likewise.
57192         * iconv/iconv_prog.c: Likewise.
57193         * iconv/iconvconfig.c: Likewise.
57194         * locale/programs/locale.c: Likewise.
57195         * locale/programs/localedef.c: Likewise.
57196         * malloc/memusage.sh: Likewise.
57197         * malloc/mtrace.pl: Likewise.
57198         * nscd/nscd.c (print_version): Likewise.
57199         * nss/getent.c: Likewise.
57201         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
57202         PF_CAIF, and PF_ALG.
57203         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57205 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
57207         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
57208         (modules-names): Use them.
57209         (ifunc-test-modules, ifunc-pie-tests): Define.
57210         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
57211         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
57212         (test-extras): Likewise.
57213         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
57214         $(compile-command.c).
57215         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
57216         (all-built-dso): Define.
57217         (check-textrel.out, check-execstack.out): Depend on it.
57219         * configure.in: Don't override --enable-multi-arch.
57221 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
57223         [BZ #6812]
57224         * nscd/hstcache.c (tryagain): Define.
57225         (cache_addhst): Return tryagain not notfound for temporary errors.
57226         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
57227         failed.
57229 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
57231         [BZ #10563]
57232         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
57233         to make the syscall.
57234         * sysdeps/unix/sysv/linux/setgroups.c: New file.
57236         [BZ #12378]
57237         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
57238         and fall back to matching as normal character if the string ends before
57239         the matching ']' is found.  This is what POSIX requires.
57240         * posix/testfnm.c: Adjust test result.
57241         * posix/globtest.sh: Adjust test result.  Add new test.
57242         * posix/tst-fnmatch.input: Likewise.
57243         * posix/tst-fnmatch2.c: Add new test.
57245 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
57247         * elf/Makefile (check-execstack): Revert last change.  Depend on
57248         check-execstack.h.
57249         (check-execstack.h): New target.
57250         (generated): Add check-execstack.h.
57251         * elf/check-execstack.c: Include "check-execstack.h".
57252         (main): Revert last change.
57253         (handle_file): Return zero if GNU_STACK is absent and
57254         DEFAULT_STACK_PERMS doesn't include PF_X.
57256 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
57258         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
57259         in child fails because the descriptor is already closed.
57260         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57261         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57262         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
57264         [BZ #12397]
57265         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57266         syscall.
57268         [BZ #10484]
57269         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57270         temporary buffer used to handle multi lookups locally.
57271         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57273 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57275         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57276         loader is ld.so.
57278 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
57280         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57281         alignment for SSE2.
57283 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57285         [BZ #12394]
57286         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57287         characters.  When rounding increased number of integer digits recompute
57288         number of groups.
57289         * stdio-common/tst-grouping.c: New file.
57290         * stdio-common/Makefile: Add rules to build and run tst-grouping.
57292 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
57294         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57295         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
57297         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57298         void.
57299         * bits/select.h: Likewise.
57301 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
57303         * po/ja.po: Update from translation team.
57305 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
57307         [BZ #11155]
57308         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57309         implementation just like for lxstat, fxstatat, et al.
57311 2010-12-27  Jim Meyering  <meyering@redhat.com>
57313         [BZ #12348]
57314         * posix/regexec.c (build_trtable): Return failure indication upon
57315         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
57317 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
57319         [BZ #12201]
57320         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57321         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57322         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57323         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57325         [BZ #12207]
57326         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57328         [BZ #12204]
57329         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57330         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57332 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
57334         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57335         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57336         script has SORT_BY_INIT_PRIORITY.
57337         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57338         NO_CTORS_DTORS_SECTIONS is defined.
57339         * elf/soinit.c: Likewise.
57340         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57341         NO_CTORS_DTORS_SECTIONS is defined.
57342         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57343         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57344         * sysdeps/sh/init-first.c: Likewise.
57345         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57347 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57349         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57350         always use the slow path.
57352 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57354         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57355         similar rule which adds the sysdep directories to the header search in
57356         order to pick up the correct platform stackinfo.h.
57357         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57358         perform test if it is, otherwise return successfully without testing.
57359         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57360         DEFAULT_STACK_PERMS define in stackinfo.h.
57361         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57362         defined in stackinfo.h.
57363         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57364         DEFAULT_STACK_PERMS defined in stackinfo.h.
57365         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57366         * sysdeps/ia64/stackinfo.h: Likewise.
57367         * sysdeps/s390/stackinfo.h: Likewise.
57368         * sysdeps/sh/stackinfo.h: Likewise.
57369         * sysdeps/sparc/stackinfo.h: Likewise.
57370         * sysdeps/x86_64/stackinfo.h: Likewise.
57371         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57372         PF_X for powerpc64.  Retain PF_X for powerpc32.
57374 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57376         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57377         accurately.
57378         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57379         GETDENTS_64BIT_ALIGNED.
57381 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57383         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57385 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57387         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57388         _GNU_SOURCE.
57390         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57391         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57392         Remove __restrict.
57393         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57394         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57396 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57398         [BZ #11655]
57399         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57400         are initialized.
57402 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57404         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57406 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57408         * po/it.po: Update from translation team.
57410 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57412         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57413         unused codes.
57415 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57417         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57419 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57421         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57422         specially.
57423         (gaih_getanswer_slice): Likewise.
57425 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57427         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57429 2010-05-31  Petr Baudis  <pasky@suse.cz>
57431         [BZ #11149]
57432         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57433         silently even in the chroot mode.
57435 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57437         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57438         last patch a bit.  Pretty printing
57440 2010-05-31  Petr Baudis <pasky@suse.cz>
57442         [BZ #10085]
57443         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57444         initialization of skip_initgroups_dyn.
57446 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57448         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57449         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57451 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57453         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57455 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57457         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57458         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57459         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57460         ($(objpfx)tst-fnmatch-mem): New rule.
57461         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57462         * posix/tst-fnmatch.c (main): Call mtrace.
57464 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57466         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57467         Support Intel processor model 6 and model 0x2c.
57469 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57471         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57472           signed comparison.
57474 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57476         [BZ #12205]
57477         * string/test-strncasecmp.c (check_result): New function.
57478         (do_one_test): Use it.
57479         (check1): New function.
57480         (test_main): Use it.
57481         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57482         Support strcasecmp and strncasecmp.
57484 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57486         [BZ #12194]
57487         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57488         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57490 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57492         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57493         IFUNC support.
57494         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57495         memset-x86-64.
57496         * sysdeps/x86_64/multiarch/bzero.S: New file.
57497         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57498         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57499         * sysdeps/x86_64/multiarch/memset.S: New file.
57500         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57501         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57502         Set bit_Prefer_SSE_for_memop for Intel processors.
57503         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57504         Define.
57505         (index_Prefer_SSE_for_memop): Define.
57506         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57508 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57510         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57511         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57513 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57515         [BZ #12191]
57516         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57517         (__x86_64_raw_data_cache_size_half): Likewise.
57518         (__x86_64_raw_shared_cache_size): Likewise.
57519         (__x86_64_raw_shared_cache_size_half): Likewise.
57521         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57522         (__x86_64_raw_data_cache_size_half): Likewise.
57523         (__x86_64_raw_shared_cache_size): Likewise.
57524         (__x86_64_raw_shared_cache_size_half): Likewise.
57525         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57526         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57527         and __x86_64_raw_shared_cache_size_half.  Round
57528         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57529         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57530         to multiple of 256 bytes.
57532 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57534         [BZ #12167]
57535         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57536         of inacessible symlinks.  Verify result of symlink before returning it.
57537         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57538         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57540 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57542         * math/math.h (isinf): Fix typo in comment.
57544 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57546         * po/da.po: Update from translation team.
57548 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57550         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57551         is added to the list.
57553 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57554             Ulrich Drepper  <drepper@gmail.com>
57556         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57557         the global list here.  Move code to...
57558         (_dl_add_to_namespace_list): ...here.  New function.
57559         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57560         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57561         * elf/dl-load.c (lose): Don't remove the element from the list.
57562         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57563         (_dl_map_object): Likewise.
57565 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57567         [BZ #12159]
57568         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57569         into all bytes of SSE register.
57570         Patch by Richard Li <richardpku@gmail.com>.
57572 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57574         [BZ #12140]
57575         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57576         perturbing.
57578 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57580         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57581         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57582         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57583         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57585         submachine.
57586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57588 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57590         * include/dlfcn.h (__RTLD_SECURE): Define.
57591         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57592         mode & __RTLD_SECURE instead.
57593         (open_path): Rename preloaded parameter to secure.
57594         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57595         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57596         * elf/dl-deps.c (openaux): Likewise.
57597         * elf/rtld.c (struct map_args): Remove is_preloaded.
57598         (map_doit): Don't use it.
57599         (dl_main): Likewise.
57600         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57601         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57603 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57605         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57606         (sysd-rules-targets): Remove duplicates.
57607         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57608         rtld-%.$o dependency.
57610 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57612         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57613         _dl_map_object do it.
57615 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57617         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57618         fast fma builtins, define the macros in the C99 standard.
57619         (FP_FAST_FMAF): Likewise.
57620         (FP_FAST_FMAL): Likewise.
57621         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57623         * bits/mathdef.h: Update copyright year.
57624         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57626 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57628         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57629         builtins, define the macros in the C99 standard.
57630         (FP_FAST_FMAF): Likewise.
57631         (FP_FAST_FMAL): Likewise.
57632         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57633         multiply/add.
57634         (FP_FAST_FMAF): Likewise.
57636 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57638         [BZ #3268]
57639         * math/libm-test.inc (fma_test): Some new testcases.
57640         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57641         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57642         y and infinite z.  Do multiplication by C already in long double.
57643         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57644         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57645         y and infinite z.  Do bitwise or of inexact bit into u.d.
57646         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57647         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57648         * sysdeps/i386/fpu/s_fma.S: Removed.
57649         * sysdeps/i386/fpu/s_fmal.S: Removed.
57651 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57653         [BZ #3268]
57654         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57655         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57656         computation is not scheduled after fetestexcept.  Fix value
57657         of minimum denormal long double.
57659 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57661         [BZ #3268]
57662         * math/libm-test.inc (fma_test): Add some more tests.
57663         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57664         correctly.
57666 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57668         * scripts/data/localplt-s390-linux-gnu.data: New file.
57669         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57671 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57673         [BZ #3268]
57674         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57675         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57676         instead of dbl-64.
57677         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57678         inlines.
57679         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57680         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57681         if one of x and y is very large and the other is subnormal.
57682         * sysdeps/s390/fpu/s_fmaf.c: New file.
57683         * sysdeps/s390/fpu/s_fma.c: New file.
57684         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57685         * sysdeps/powerpc/fpu/s_fma.S: New file.
57686         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57687         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57688         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57690 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57692         [BZ #3268]
57693         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57694         fma tests.
57695         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57696         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57697         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57698         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57699         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57700         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57701         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57703 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57705         [BZ #12078]
57706         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57707         * posix/bug-regex31.input: Add test case.
57709 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57711         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57712         * posix/bug-regex31.input: New file.
57714         [BZ #12078]
57715         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57716         (parse_sub_exp): Fix last change, use postorder.
57718         * posix/bug-regex31.c: New file.
57719         * posix/Makefile: Add rules to build and run bug-regex31.
57721         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57723         [BZ #12078]
57724         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57726         [BZ #12108]
57727         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57728         to have entries in sys_siglist.
57730         [BZ #12093]
57731         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57732         be NULL.
57734 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57736         [BZ #3268]
57737         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57738         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57739         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57740         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57741         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57742         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57743         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57744         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57745         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57746         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57747         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57748         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57749         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57750         * math/ftestexcept.c (fetestexcept): Likewise.
57751         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57752         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57753         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57754         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57755         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57756         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57757         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57759 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57761         [BZ #12107]
57762         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57763         newline.
57765 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57767         * string/bug-strstr1.c: New file.
57768         * string/Makefile: Add rules to build and run bug-strstr1.
57770 2010-10-05  Eric Blake  <eblake@redhat.com>
57772         [BZ #12092]
57773         * string/str-two-way.h (two_way_long_needle): Always clear memory
57774         when skipping input due to the shift table.
57776 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57778         [BZ #12005]
57779         * malloc/mcheck.c: Handle large requests.
57781         [BZ #12077]
57782         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57783         for strncmp and strncasecmp.
57784         * string/stratcliff.c: Add tests for strcmp and strncmp.
57785         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57787 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57789         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57790         __set_fpscr.
57792 2010-09-30  Andreas Jaeger  <aj@suse.de>
57794         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57795         (CGROUP_SUPER_MAGIC): Define.
57796         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57797         Handle btrfs and cgroup file systems.
57798         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57799         Likewise.
57801 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57803         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57804         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57806 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57808         [BZ #12067]
57809         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57810         trying to locate the ELF header.
57812 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57814         [BZ #11611]
57815         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57816         Mask out sign-bit copies when constructing f_fsid.
57818 2010-09-24  Petr Baudis <pasky@suse.cz>
57820         * debug/stack_chk_fail_local.c: Add missing licence exception.
57821         * debug/warning-nop.c: Likewise.
57823 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57825         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57826         implementing getdents64 using getdents syscall, set d_type if
57827         __ASSUME_GETDENTS32_D_TYPE.
57829 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57831         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57832         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57834 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57836         [BZ #12037]
57837         * posix/unistd.h: Undo change of feature selection for ftruncate from
57838         2010-01-11.
57840 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57842         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57843         detection.
57845 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57847         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57848         fanotify_mark.
57849         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57851 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57853         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57854         variables after CHECK_SP call.
57855         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57857 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57858             Ulrich Drepper  <drepper@redhat.com>
57860         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57861         re-relocationg ld.so.
57862         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57863         _dl_init_paths call.
57864         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57865         here anymore.
57867 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57869         * resolv/res_init.c (__res_vinit): Count the default server we added.
57871 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57872             Ulrich Drepper  <drepper@redhat.com>
57874         [BZ #11968]
57875         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57876         (____longjmp_chk): Use %ebx for saving value across system call.
57877         Add unwind info.
57879 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57881         * manual/Makefile: Don't mix pattern rules with normal rules.
57883 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57885         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57886         operation.
57887         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57888         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57889         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57890         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57891         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57892         Likewise.
57894 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57896         [BZ #11979]
57897         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57898         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57900 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57902         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57903         * sysdeps/x86_64/addmul_1.S: Likewise.
57904         * sysdeps/x86_64/lshift.S: Likewise.
57905         * sysdeps/x86_64/mul_1.S: Likewise.
57906         * sysdeps/x86_64/rshift.S: Likewise.
57907         * sysdeps/x86_64/sub_n.S: Likewise.
57908         * sysdeps/x86_64/submul_1.S: Likewise.
57910 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57912         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57913         Define __sched_param instead of SCHED_* and sched_param when
57914         <bits/sched.h> is included with __need_schedparam defined.
57915         * bits/sched.h [__need_schedparam]
57916         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57917         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57918         (__defined_schedparam): Define to 1.
57919         (__sched_param): New structure, identical to sched_param.
57920         (__need_schedparam): Undefine.
57922 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57924         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57925         (epoll_create1): Declare.
57927         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57929 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57931         [BZ #7066]
57932         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57933         shifting retval into place.
57935 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57937         * nis/rpcsvc/nis.h: Update copyright notice.
57938         * nis/rpcsvc/nis.x: Likewise.
57939         * nis/rpcsvc/nis_callback.h: Likewise.
57940         * nis/rpcsvc/nis_callback.x: Likewise.
57941         * nis/rpcsvc/nis_object.x: Likewise.
57942         * nis/rpcsvc/nis_tags.h: Likewise.
57943         * nis/rpcsvc/yp.h: Likewise.
57944         * nis/rpcsvc/yp.x: Likewise.
57945         * nis/rpcsvc/ypupd.h: Likewise.
57946         * nis/yp_xdr.c: Likewise.
57947         * nis/ypupdate_xdr.c: Likewise.
57949         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57950         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57951         (pmap_getport): Use __libc_rpc_getport.
57952         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57953         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57954         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57956 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57959         fanotify_mark.
57961 2010-08-27  Roland McGrath  <roland@redhat.com>
57963         * sysdeps/i386/i686/multiarch/Makefile
57964         (CFLAGS-varshift.c): New variable.
57966 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57968         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57969         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57971         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57973         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57975 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57977         * sysdeps/x86_64/strlen.S: Unroll the loop.
57978         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57979         strlen-sse2 strlen-sse2-bsf.
57980         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57981         __strlen_no_bsf if bit_Slow_BSF is set.
57982         (__strlen_sse42): Removed.
57983         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57984         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57986 2010-08-25  Roland McGrath  <roland@redhat.com>
57988         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57989         * sysdeps/x86_64/multiarch/varshift.c: New file.
57990         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57991         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57992         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57993         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57995 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57997         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57998         strlen-sse2 strlen-sse2-bsf.
57999         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
58000         __strlen_sse2_bsf if bit_Slow_BSF is unset.
58001         (__strlen_sse2): Removed.
58002         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
58003         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
58004         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
58005         bit_Slow_BSF for Atom.
58006         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
58007         (index_Slow_BSF): Define.
58008         (HAS_SLOW_BSF): Define.
58010 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
58012         [BZ #10851]
58013         * resolv/res_init.c (__res_vinit): When no server address at all
58014         is given default to loopback.
58016 2010-08-24  Roland McGrath  <roland@redhat.com>
58018         * configure.in: Remove config-name.h generation.
58019         * configure: Regenerated.
58020         * config-name.in: File removed.
58021         * scripts/config-uname.sh: New file.
58022         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
58023         ($(objdir)config-name.h): New target.
58025         * sunrpc/rpc_parse.h: Avoid nested comment.
58027 2010-08-24  Richard Henderson  <rth@redhat.com>
58028             Ulrich Drepper  <drepper@redhat.com>
58029             H.J. Lu  <hongjiu.lu@intel.com>
58031         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
58032         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
58033         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
58034         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
58035         _mm_alignr_epi8 with _mm_loadu_si128.
58036         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
58037         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
58038         (__m128i_shift_right): Removed.
58039         * sysdeps/i386/i686/multiarch/varshift.h: New file.
58040         * sysdeps/i386/i686/multiarch/varshift.S: New file.
58041         * sysdeps/x86_64/multiarch/varshift.h: New file.
58042         * sysdeps/x86_64/multiarch/varshift.S: New file.
58044 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
58046         * configure.in: Move assembler checks to before sysdep dir checking.
58048 2010-08-20  Petr Baudis  <pasky@suse.cz>
58050         * LICENSES: Sync the sunrpc license.
58052 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
58054         * sunrpc/auth_des.c: Update copyright notice once again.
58055         * sunrpc/auth_none.c: Likewise.
58056         * sunrpc/auth_unix.c: Likewise.
58057         * sunrpc/authdes_prot.c: Likewise.
58058         * sunrpc/authuxprot.c: Likewise.
58059         * sunrpc/bindrsvprt.c: Likewise.
58060         * sunrpc/clnt_gen.c: Likewise.
58061         * sunrpc/clnt_perr.c: Likewise.
58062         * sunrpc/clnt_raw.c: Likewise.
58063         * sunrpc/clnt_simp.c: Likewise.
58064         * sunrpc/clnt_tcp.c: Likewise.
58065         * sunrpc/clnt_udp.c: Likewise.
58066         * sunrpc/clnt_unix.c: Likewise.
58067         * sunrpc/des_crypt.c: Likewise.
58068         * sunrpc/des_soft.c: Likewise.
58069         * sunrpc/get_myaddr.c: Likewise.
58070         * sunrpc/getrpcport.c: Likewise.
58071         * sunrpc/key_call.c: Likewise.
58072         * sunrpc/key_prot.c: Likewise.
58073         * sunrpc/openchild.c: Likewise.
58074         * sunrpc/pm_getmaps.c: Likewise.
58075         * sunrpc/pm_getport.c: Likewise.
58076         * sunrpc/pmap_clnt.c: Likewise.
58077         * sunrpc/pmap_prot.c: Likewise.
58078         * sunrpc/pmap_prot2.c: Likewise.
58079         * sunrpc/pmap_rmt.c: Likewise.
58080         * sunrpc/rpc/auth.h: Likewise.
58081         * sunrpc/rpc/auth_unix.h: Likewise.
58082         * sunrpc/rpc/clnt.h: Likewise.
58083         * sunrpc/rpc/des_crypt.h: Likewise.
58084         * sunrpc/rpc/key_prot.h: Likewise.
58085         * sunrpc/rpc/netdb.h: Likewise.
58086         * sunrpc/rpc/pmap_clnt.h: Likewise.
58087         * sunrpc/rpc/pmap_prot.h: Likewise.
58088         * sunrpc/rpc/pmap_rmt.h: Likewise.
58089         * sunrpc/rpc/rpc.h: Likewise.
58090         * sunrpc/rpc/rpc_des.h: Likewise.
58091         * sunrpc/rpc/rpc_msg.h: Likewise.
58092         * sunrpc/rpc/svc.h: Likewise.
58093         * sunrpc/rpc/svc_auth.h: Likewise.
58094         * sunrpc/rpc/types.h: Likewise.
58095         * sunrpc/rpc/xdr.h: Likewise.
58096         * sunrpc/rpc_clntout.c: Likewise.
58097         * sunrpc/rpc_cmsg.c: Likewise.
58098         * sunrpc/rpc_common.c: Likewise.
58099         * sunrpc/rpc_cout.c: Likewise.
58100         * sunrpc/rpc_dtable.c: Likewise.
58101         * sunrpc/rpc_hout.c: Likewise.
58102         * sunrpc/rpc_main.c: Likewise.
58103         * sunrpc/rpc_parse.c: Likewise.
58104         * sunrpc/rpc_parse.h: Likewise.
58105         * sunrpc/rpc_prot.c: Likewise.
58106         * sunrpc/rpc_sample.c: Likewise.
58107         * sunrpc/rpc_scan.c: Likewise.
58108         * sunrpc/rpc_scan.h: Likewise.
58109         * sunrpc/rpc_svcout.c: Likewise.
58110         * sunrpc/rpc_tblout.c: Likewise.
58111         * sunrpc/rpc_util.c: Likewise.
58112         * sunrpc/rpc_util.h: Likewise.
58113         * sunrpc/rpcinfo.c: Likewise.
58114         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
58115         * sunrpc/rpcsvc/key_prot.x: Likewise.
58116         * sunrpc/rpcsvc/klm_prot.x: Likewise.
58117         * sunrpc/rpcsvc/mount.x: Likewise.
58118         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
58119         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
58120         * sunrpc/rpcsvc/rex.x: Likewise.
58121         * sunrpc/rpcsvc/rstat.x: Likewise.
58122         * sunrpc/rpcsvc/rusers.x: Likewise.
58123         * sunrpc/rpcsvc/sm_inter.x: Likewise.
58124         * sunrpc/rpcsvc/spray.x: Likewise.
58125         * sunrpc/rpcsvc/yppasswd.x: Likewise.
58126         * sunrpc/rtime.c: Likewise.
58127         * sunrpc/svc.c: Likewise.
58128         * sunrpc/svc_auth.c: Likewise.
58129         * sunrpc/svc_authux.c: Likewise.
58130         * sunrpc/svc_raw.c: Likewise.
58131         * sunrpc/svc_run.c: Likewise.
58132         * sunrpc/svc_simple.c: Likewise.
58133         * sunrpc/svc_tcp.c: Likewise.
58134         * sunrpc/svc_udp.c: Likewise.
58135         * sunrpc/svc_unix.c: Likewise.
58136         * sunrpc/svcauth_des.c: Likewise.
58137         * sunrpc/xcrypt.c: Likewise.
58138         * sunrpc/xdr.c: Likewise.
58139         * sunrpc/xdr_array.c: Likewise.
58140         * sunrpc/xdr_float.c: Likewise.
58141         * sunrpc/xdr_mem.c: Likewise.
58142         * sunrpc/xdr_rec.c: Likewise.
58143         * sunrpc/xdr_ref.c: Likewise.
58144         * sunrpc/xdr_sizeof.c: Likewise.
58145         * sunrpc/xdr_stdio.c: Likewise.
58147         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58148         handling.
58150 2010-08-19  Andreas Schwab  <schwab@redhat.com>
58152         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58154 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
58156         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58157         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58158         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58159         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
58160         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
58161         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
58162         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
58163         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
58164         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
58165         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
58166         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
58167         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
58168         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
58169         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
58171 2010-07-26  Anton Blanchard  <anton@samba.org>
58173         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
58174         * malloc/arena.c (heap_trim): Likewise.
58176 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
58178         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
58179         here.  Not...
58180         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
58181         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
58183 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
58185         * sysdeps/i386/elf/Makefile: New file.
58187 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58189         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
58190         from fanotify_init.
58191         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
58192         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58194 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
58196         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
58197         of strncasecmp_l.
58198         * sysdeps/multiarch/strcmp.S: Likewise.
58200 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
58202         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58203         strncase_l-nonascii.
58204         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58205         Add strncase_l-ssse3.
58206         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
58207         * sysdeps/x86_64/strcmp.S: Likewise.
58208         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
58209         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
58210         * sysdeps/x86_64/strncase.S: New file.
58211         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
58212         * sysdeps/x86_64/strncase_l.S: New file.
58213         * string/Makefile (strop-tests): Add strncasecmp.
58214         * string/test-strncasecmp.c: New file.
58216         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
58217         warning.
58219         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
58220         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
58222 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58224         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
58226 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
58228         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
58229         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
58230         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
58232 2010-05-01  Alan Modra  <amodra@gmail.com>
58234         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
58235         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
58236         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
58237         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
58238         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
58239         tidying.  Don't tail-call __sigjmp_save for static lib.
58240         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
58241         save location.
58242         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
58243         (CALL_MCOUNT): Add eh info, and nop after bl.
58244         (TAIL_CALL_SYSCALL_ERROR): New macro.
58245         (PSEUDO_RET): Use it.
58246         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
58247         Correct save location of integer regs and cr.
58248         (_dl_profile_resolve): Correct cr save location.  Delete nops
58249         after bl when SHARED.  Reduce cfi size a little by better
58250         placement of cfi directives.
58251         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
58252         make a stack frame.  Instead use parm save area as a temp.
58253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
58254         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
58255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
58256         Don't make a stack frame for parent, use parm save area.
58257         Increase child stack frame to 112 bytes.  Don't save unused reg,
58258         and adjust reg usage.  Set up cfi on error recovery and
58259         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58261         (__makecontext): Add dummy nop after jump to exit.
58262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58263         Use correct parm save area and cr save, reduce stack frame.
58264         Correct cfi for possible PSEUDO_RET frame setup.
58265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58266         Branch to local label emitted by PSEUDO_RET rather than
58267         __syscall_error.
58269 2010-08-12  Andreas Schwab  <schwab@redhat.com>
58271         [BZ #11904]
58272         * locale/programs/locale.c (print_assignment): New function.
58273         (show_locale_vars): Use it.
58275 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
58277         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58278         field.
58279         (struct statfs64): Likewise.
58280         (_STATFS_F_FLAGS): Define.
58281         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58282         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58283         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58284         (ST_VALID): Define locally.
58285         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58286         __statvfs_getflags, use the provided value.
58287         * sysdeps/unix/sysv/linux/kernel-features.h: Define
58288         __ASSUME_STATFS_F_FLAGS.
58290         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58292         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58293         Add sys/fanotify.h.
58294         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58295         fanotify_mask for GLIBC_2.13.
58296         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58297         fanotify_init and fanotify_mark.
58298         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58299         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58301         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58302         Add prlimit.
58303         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58304         prlimit64 for GLIBC_2.13.
58305         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58306         prlimit64.
58307         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58308         syscall.
58309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58310         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58311         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58312         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58313         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
58314         add prlimit alias.
58315         * sysdeps/unix/sysv/linux/prlimit.c: New file.
58317         [BZ #11903]
58318         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58319         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58321         * nss/Makefile: Add rules to build and run tst-nss-test1.
58322         * shlib-versions: Add entry for libnss_test1.
58323         * nss/nss_test1.c: New file.
58324         * nss/tst-nss-test1.c: New file.
58326         * nss/nsswitch.c (__nss_database_custom): Define new variable.
58327         (__nss_configure_lookup): Set appropriate entry in
58328         __nss_configure_lookup to true.
58329         * nss/nsswitch.h: Define enum with indeces of databases in
58330         databases and __nss_database_custom arrays.  Declare
58331         __nss_database_custom.
58332         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58333         to avoid using nscd when custom rules are installed.
58334         * nss/getXXbyYY_r.c: Likewise.
58335         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58337         * nss/nss_files/files-parse.c: Whitespace fixes.
58339 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58341         [BZ #11883]
58342         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58343         * posix/fnmatch_loop.c: Likewise.
58345 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58347         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58348         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58349         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58350         * Versions.def [GLIBC_2.13]: Add.
58352 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58354         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58355         Also fail if tpwd after pwuid call is NULL.
58357 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58359         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58360         when converting to ms.
58362 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58364         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58365         EOPNOTSUPP errors with ENOTTY.
58366         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58367         EOPNOTSUPP errors with ENOTTY.
58369 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58371         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58372         Add strcasecmp_l-ssse3.
58373         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58374         strcasecmp.
58375         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58376         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58377         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58379 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58381         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58383         * string/Makefile (strop-tests): Add strcasecmp.
58384         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58385         strcasecmp_l-nonascii.
58386         (gen-as-const-headers): Add locale-defines.sym.
58387         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58388         * sysdeps/x86_64/strcasecmp.S: New file.
58389         * sysdeps/x86_64/strcasecmp_l.S: New file.
58390         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58391         * sysdeps/x86_64/locale-defines.sym: New file.
58392         * string/test-strcasecmp.c: New file.
58394         * string/test-strcasestr.c: Test both ends of the range of characters.
58395         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58397 2010-07-29  Roland McGrath  <roland@redhat.com>
58399         [BZ #11856]
58400         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58402 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58404         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58405         for ld.so.
58407 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58409         * manual/memory.texi (Malloc Tunable Parameters): Document
58410         M_PERTURB.
58412 2010-07-26  Roland McGrath  <roland@redhat.com>
58414         [BZ #11840]
58415         * configure.in (-fgnu89-inline check): Set and substitute
58416         gnu89_inline, not libc_cv_gnu89_inline.
58417         * configure: Regenerated.
58418         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58420 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58422         * string/test-strnlen.c: New file.
58423         * string/Makefile (strop-tests): Add strnlen.
58424         * string/tester.c (test_strnlen): Add a few more test cases.
58425         * string/tst-strlen.c: Better error reporting.
58427         * sysdeps/x86_64/strnlen.S: New file.
58429 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58431         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58432         lower-latency instructions.
58434 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58436         * string/test-strcasestr.c: New file.
58437         * string/test-strstr.c: New file.
58438         * string/Makefile (strop-tests): Add strstr and strcasestr.
58439         * string/str-two-way.h: Don't undefine MAX.
58440         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58442 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58444         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58445         strcasestr-nonascii.
58446         (CFLAGS-strcasestr-nonascii.c): Define.
58447         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58448         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58449         Remove unused attribute.
58451 2010-07-20  Roland McGrath  <roland@redhat.com>
58453         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58454         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58455         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58456         like LD_HWCAP_MASK can disable hwcaps.
58458 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58460         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58462 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58464         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58465         call in strcasestr.
58466         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58467         __strcasestr_sse42_nonascii.
58468         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58469         strcasestr-nonascii.c.
58470         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58472 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58474         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58475         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58476         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58477         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58479 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58481         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58482         fcntl.
58484 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58486         [BZ #11577]
58487         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58488         dl_signal_cerror.
58490 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58492         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58493         _PC_PIPE_BUF using F_GETPIPE_SZ.
58495 2010-07-05  Roland McGrath  <roland@redhat.com>
58497         * manual/arith.texi (Rounding Functions): Fix rint description
58498         implicit in round description.
58500 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58502         * elf/Makefile: Fix linking for a few tests to make recent linker
58503         happy.
58505 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58507         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58508         $(common-objpfx)libc_nonshared.a.
58510 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58512         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58513         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58514         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58515         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58516         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58517         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58518         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58519         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58534         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58535         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58536         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58537         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58538         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58539         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58540         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58541         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58542         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58543         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58544         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58545         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58561 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58563         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58564         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58565         * string/memmove.c (memmove): Renamed to ...
58566         (MEMMOVE): ...this.  Default to memmove.
58567         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58568         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58569         (END_CHK): Define.
58570         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58571         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58572         mempcpy-ssse3-back memmove-ssse3-back.
58573         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58574         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58575         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58576         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58577         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58578         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58579         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58580         * sysdeps/x86_64/multiarch/memmove.c: New file.
58581         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58582         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58583         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58584         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58585         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58586         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58587         Define.
58588         (index_Fast_Copy_Backward): Define.
58589         (HAS_ARCH_FEATURE): Define.
58590         (HAS_FAST_REP_STRING): Define.
58591         (HAS_FAST_COPY_BACKWARD): Define.
58593 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58595         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58596         Restore proper fallback handling.
58598 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58600         [BZ #11701]
58601         * posix/group_member.c (__group_member): Correct checking loop.
58603         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58604         OOM in getpwuid_r correctly.  Return error number when the caller
58605         should return, otherwise -1.
58606         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58607         call returning > 0 value.
58608         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58610 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58612         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58613         libc_nonshared.a from targets in modules-names.
58615 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58617         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58618         requires it.
58620 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58622         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58623         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58624         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58625         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58627 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58629         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58631 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58633         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58634         and F_GETPIPE_SZ.
58635         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58636         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58637         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58638         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58639         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58640         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58642 2010-06-14  Roland McGrath  <roland@redhat.com>
58644         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58646 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58648         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58649         __REDIRECT followed by __THROW.
58650         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58651         * posix/getopt.h (getopt): Likewise.
58653 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58655         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58656         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58657         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58658         in AT_FLAGS.
58659         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58660         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58662 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58664         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58666 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58668         [BZ #11640]
58669         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58670         Properly check family and model.
58672 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58674         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58676 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58678         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58680 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58682         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58683         symbol reference.
58685 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58687         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58688         symbol reference.
58690 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58692         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58693         and internal_recvmmsg.
58694         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58695         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58696         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58697         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58699         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58700         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58701         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58703 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58705         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58707 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58709         POWER7 optimizations.
58710         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58711         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58713 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58715         * version.h: Update for 2.13 development version.
58717 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58719         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58720         exceptions.  Return 0.
58722 2010-05-07  Roland McGrath  <roland@redhat.com>
58724         * elf/ldconfig.c (main): Add a const.
58726 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58728         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58729         (args_options): Add no-idn option.
58730         (ahosts_keys_int): Add idn_flags to ai_flags.
58731         (parse_option): Handle 'i' option to clear idn_flags.
58733         * malloc/malloc.c (_int_free): Possible race in the most recently
58734         added check.  Only act on the data if no current modification
58735         happened.
58737 See ChangeLog.17 for earlier changes.