NaCl: Provide non-default values for uname.
[glibc.git] / ChangeLog
blob85234b355945fc423f49e12187fb2a43c97aeaac
1 2015-05-12  Roland McGrath  <roland@hack.frob.com>
3         * posix/uname-values.h: New file.
4         * posix/uname.c: Include that instead of <config-name.h>.
5         * sysdeps/nacl/uname-values.h: New file.
6         * sysdeps/arm/nacl/uname-values.h: New file.
8 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
10         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
11         splitting into fields.
13 2015-05-12  Leonhard Holz <leonhard.holz@web.de>
15         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
16         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
17         * locale/localeinfo.h: Add enum collation_encoding_type.
18         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
19         * programs/ld-collate.c (collate_output): Add encoding type info.
20         * string/strcoll_l.c (STRDIFF): New function.
21         * (STRCOLL): Use STRDIFF to skip over equal prefix.
22         * wcsmbs/wcscoll_l.c: Define STRDIFF.
24 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
26         [BZ #18397]
27         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
28         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
29         <fpu_control.h> instead of <math/fpu_control.c>.
30         * sysdeps/mips/mips32/fpu/Makefile: New file.
32 2015-05-11  Andreas Schwab  <schwab@suse.de>
34         [BZ #18007]
35         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
36         nss_endgrent.
37         (_nss_compat_endgrent): Call nss_endgrent.
38         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
39         nss_endpwent.
40         (_nss_compat_endpwent): Call nss_endpwent.
41         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
42         needent, call nss_setspent only if non-zero.
43         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
44         (internal_endspent): Don't call nss_endspent.
45         (_nss_compat_endspent): Call nss_endspent.
46         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
47         Remove.  All uses removed.
48         (internal_setent): Remove parameter stayopen, add parameter
49         stream.  Use it instead of global variable.
50         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
51         (internal_endent, internal_getent): Add parameter stream.  Use it
52         instead of global variable.
53         (CONCAT(_nss_files_end,ENTNAME))
54         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
55         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
56         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
57         uses removed.
58         (internal_setent, internal_endent): Add parameter stream.  Use it
59         instead of global variable.
60         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
61         stream.
62         (get_next_alias): Add parameter stream.
63         (_nss_files_getaliasent_r): Pass global stream.
64         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
65         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
66         (_nss_files_gethostbyname4_r): Pass local stream to
67         internal_setent, internal_getent and internal_endent.  Remove
68         locking.
70 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
72         * tst-strfmon1.c (tests): Update expected currency symbol.
74 2015-05-08  Roland McGrath  <roland@hack.frob.com>
76         * sysdeps/nacl/gethostname.c: New file.
78 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
80         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
81         and sinh.
82         * math/auto-libm-test-out: Regenerated.
83         * sysdeps/i386/fpu/libm-test-ulps: Update.
84         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
86 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
88         [BZ #18125]
89         * stdlib/tst-setcontext3.c: New file.
90         * stdlib/tst-setcontext3.sh: New file.
91         * stdlib/Makefile (tests): Add tst-setcontext3.
92         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
93         to verify test program created output file.
94         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
95         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
96         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
97         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
99 2015-05-06  Roland McGrath  <roland@hack.frob.com>
101         [BZ #18383]
102         * elf/tst-tlsalign.c: New file.
103         * elf/tst-tlsalign-static.c: New file.
104         * elf/tst-tlsalign-lib.c: New file.
105         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
106         (tests-static): Add tst-tlsalign-static.
107         (modules-names): Add tst-tlsalign-lib.
108         (test-xfail-tst-tlsalign): New variable.
109         (test-xfail-tst-tlsalign-static): New variable.
111         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
112         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
114 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
116         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
117         csqrt, erfc, sin and sincos.
118         * math/auto-libm-test-out: Regenerated.
119         * sysdeps/i386/fpu/libm-test-ulps: Update.
120         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
122 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
124         * sysdeps/aarch64/libm-test-ulps: Update.
126 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
128         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
129         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
130         * math/auto-libm-test-out: Regenerated.
131         * sysdeps/i386/fpu/libm-test-ulps: Update.
132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
134 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
136         [BZ #18265]
137         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
138         (wcsncpy): Likewise.
140 2015-05-05  Florian Weimer  <fweimer@redhat.com>
142         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
143         Assume __ASSUME_FALLOCATE is always true.
144         * sysdeps/unix/sysv/linux/posix_fallocate64.c
145         (__posix_fallocate64_l64): Likweise.
146         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
147         (posix_fallocate): Likewise.
148         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
149         (__posix_fallocate64_l64): Likewise.
150         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
151         [!__ASSUME_FALLOCATE]: Add comment.
153 2015-05-05  Florian Weimer  <fweimer@redhat.com>
155         * sysdeps/unix/sysv/linux/i386/Makefile
156         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
157         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
158         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
159         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
160         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
161         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
162         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
164 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
166         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
167         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
168         tgamma.
169         * math/auto-libm-test-out: Regenerated.
170         * sysdeps/i386/fpu/libm-test-ulps: Update.
171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
173 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
175         * math/auto-libm-test-in: Add more tests of tgamma.
176         * math/auto-libm-test-out: Regenerated.
177         * sysdeps/i386/fpu/libm-test-ulps: Update.
178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
180         * math/auto-libm-test-in: Add more tests of tanh.
181         * math/auto-libm-test-out: Regenerated.
182         * sysdeps/i386/fpu/libm-test-ulps: Update.
183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
185         * math/auto-libm-test-in: Add more tests of tan.
186         * math/auto-libm-test-out: Regenerated.
187         * sysdeps/i386/fpu/libm-test-ulps: Update.
188         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
190         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
191         * math/auto-libm-test-out: Regenerated.
192         * sysdeps/i386/fpu/libm-test-ulps: Update.
193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
195         * math/auto-libm-test-in: Add another test of pow.
196         * math/auto-libm-test-out: Regenerated.
197         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
199         * math/auto-libm-test-in: Add more tests of lgamma.
200         * math/auto-libm-test-out: Regenerated.
201         * sysdeps/i386/fpu/libm-test-ulps: Update.
202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
204         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
205         log1p.
206         * math/auto-libm-test-out: Regenerated.
207         * sysdeps/i386/fpu/libm-test-ulps: Update.
208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
210 2015-05-01  Mark Wielaard  <mjw@redhat.com>
212         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
213         Elf64_Chdr structs and ELFCOMPRESS constants.
215 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
217         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
218         expm1.
219         * math/auto-libm-test-out: Regenerated.
220         * sysdeps/i386/fpu/libm-test-ulps: Update.
221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
223         * math/auto-libm-test-in: Add more tests of erf and erfc.
224         * math/auto-libm-test-out: Regenerated.
225         * sysdeps/i386/fpu/libm-test-ulps: Update.
226         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
228 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
230         * config.h.in (HAVE_AARCH64_BE): Add.
232 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
234         * math/auto-libm-test-in: Add more tests of csqrt.
235         * math/auto-libm-test-out: Regenerated.
236         * sysdeps/i386/fpu/libm-test-ulps: Update.
237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
239         * math/auto-libm-test-in: Add more tests of cosh and sinh.
240         * math/auto-libm-test-out: Regenerated.
241         * sysdeps/i386/fpu/libm-test-ulps: Update.
242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
244         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
246 2015-04-29  Roland McGrath  <roland@hack.frob.com>
248         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
249         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
251         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
252         (euidaccess, eaccess): Define as weak aliases.
254         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
255         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
256         but __suseconds_t is often 'long int' so some sources assume that
257         type is being used (e.g. they use %ld to print tv_usec).
259 2015-04-29  Florian Weimer  <fweimer@redhat.com>
261         [BZ #18007]
262         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
263         (CVE-2014-8121)
264         * nss/tst-nss-getpwent.c: New file.
265         * nss/Makefile (tests): Add new test.
267 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
269         [BZ #18346]
270         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
271         exponents less than 48 as cases where high part of mantissa needs
272         examining to determine whether argument is integral.
273         * math/libm-test.inc (round_test_data): Add more tests.
275 2015-04-28  Mark Wielaard  <mjw@redhat.com>
277         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
279 2015-04-27  David S. Miller  <davem@davemloft.net>
281         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
282         __tls_get_addr.
283         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
285 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
287         [BZ#18333]
288         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
290 2015-04-27  Florian Weimer  <fweimer@redhat.com>
292         [BZ#18333]
293         * time/tzset.c (parse_tzname): Return error on memory allocation
294         failure.
295         * test-skeleton.c (struct temp_name_list): Change type of name
296         member to non-const.
297         (add_temp_file): Create a copy of the file name.
298         (delete_temp_files): Deallocate memory.
299         (create_temp_file): Add comment.
301 2015-04-24  Florian Weimer  <fweimer@redhat.com>
303         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
304         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
306 2015-04-24  Roland McGrath  <roland@hack.frob.com>
308         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
309         * sysdeps/arm/configure: Regenerated.
311 2015-04-24  Florian Weimer  <fweimer@redhat.com>
313         [BZ #17715]
314         * time/tzfile.c (__tzfile_read): Check for large values of
315         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
316         * time/tzset.c (__tzstring_len): New function, based on the old
317         __tzstring function.
318         (__tzstring): Call __tzstring_len.
319         (parse_tzname): New helper function extracted from
320         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
321         the input string.
322         (parse_offset): New helper function extracted from
323         __tzset_parse_tz.  Replace switch with fallthrough with
324         initialization before sscanf.
325         (parse_rule): Likewise.
326         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
327         new-style function definition.
328         * timezone/Makefile (tests): Add tst-tzset.
329         (tst-tzset.out): Dependencies on time zone files.
330         (tst-tzset-ENV): Set TZDIR.
331         (testdata/XT%): Copy crafted time zone files.
332         * timezone/README: Mention crafted time zone files.
333         * timezone/testdata/XT1, timezone/testdata/XT2,
334         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
335         files.
336         * timezone/tst-tzset.c: New test.
338 2015-04-24  Florian Weimer  <fweimer@redhat.com>
340         * Makeconfig (+gccwarn): Remove -Winline.
342 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
344         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
346 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
348         * NEWS: Mention sysconf() cache information support for s390.
349         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
351 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
353         * math/k_casinh.c (__kernel_casinh): Use __copysign.
354         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
355         (__nearbyint): Likewise.
356         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
357         (copysignl): Likewise.
359 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
361         [BZ #18287]
362         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
363         based on padding.  (CVE-2015-1781)
365 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
367         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
368         libc-vdso.h.
369         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
370         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
371         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
372         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
373         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
374         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
375         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
376         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
377         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
378         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
379         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
380         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
381         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
382         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
383         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
384         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
385         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
386         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
387         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
388         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
389         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
390         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
391         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
393 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
395         * stdlib/setenv.c (__add_to_environ):
396         Dump core quickly if setenv (..., NULL, ...) is called.
397         This time, do it the right way, and pacify GCC with a pragma.
399 2015-04-17  Roland McGrath  <roland@hack.frob.com>
401         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
402         IMAP->l_prev cannot be null, and #if out the code for the contrary
403         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
404         believe that NS (&_dl_ns[NSID]) could point outside the array.
406         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
407         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
408         before using NSID as an index.
410 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
412         [BZ #17825]
413         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
414         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
415         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
417 2015-04-17  Roland McGrath  <roland@hack.frob.com>
419         Add preliminary port to Google Native Client on ARM.
420         * abi-tags (.*-.*-nacl.*): New entry.
421         * sysdeps/arm/nacl: New directory.
422         * sysdeps/nacl: New directory.
424 2015-04-16  David S. Miller  <davem@davemloft.net>
426         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
427         lowlevellock-futex.h
429 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
431         * sysdeps/tile/configure.ac: New file.
432         * sysdeps/tile/configure: Regenerated.
434 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
436         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
437         conditionals for weak_alias and libc_hidden_weak.
438         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
439         libc_hidden_weak and weak_alias.
440         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
441         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
442         and weak_alias for static one.
444 2015-04-15  David S. Miller  <davem@davemloft.net>
446         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
448 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
450         [BZ #18206]
451         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
452           Use signed comparision instead of substraction to avoid
453           overflow bug.
454         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
455           Take the sign of ret.
456         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
457           Do not expect precise return values. Only the sign matters.
458         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
459         * wcsmbs/test-wcsncmp.c: New File.
460         * string/test-strncmp.c: Add wcsncmp support.
462 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
464         [BZ #6792]
465         * math/w_log1p.c: New file.
466         * math/w_log1pf.c: Likewise.
467         * math/w_log1pl.c: Likewise.
468         * math/Makefile (libm-calls): Add w_log1p.
469         * math/s_log1pl.c (log1pl): Remove weak_alias.
470         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
471         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
472         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
473         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
474         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
475         [NO_LONG_DOUBLE] (log1pl): Likewise.
476         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
477         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
478         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
479         (log1p): Remove long_double_symbol.
480         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
481         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
482         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
483         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
484         remove weak_alias for corresponding log1p function.
485         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
486         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
487         * sysdeps/ia64/fpu/w_log1p.c: New file.
488         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
489         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
490         * math/libm-test.inc (log1p_test_data): Add errno expectations.
492 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
494         [BZ #18247]
495         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
496         decimal exponent by 1.
497         * stdlib/tst-strtod-round-data: Add more tests.
498         * stdlib/tst-strtod-round.c (tests): Regenerated.
500 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
502         * math/auto-libm-test-in: Add more tests of clog and clog10.
503         * math/auto-libm-test-out: Regenerated.
504         * sysdeps/i386/fpu/libm-test-ulps: Update.
505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
507 2015-04-09  Roland McGrath  <roland@hack.frob.com>
509         * Makeconfig (module-cppflags): Exclude all .v.i files.
510         (skip-module-cppflags): Variable removed.
512         * configure.ac (libc_config_ok): Initialize before reading
513         preconfigure scripts, not after.
514         * configure: Regenerated.
516         * test-skeleton.c (TIMEOUT): Move #define to top level.
517         (main): Grok environment variable TEST_DIRECT.  If set, print
518         test expectation details into that file and then behave as if
519         given --direct.
521 2015-04-09  Florian Weimer  <fweimer@redhat.com>
523         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
524         warning on 32-bit.
526 2015-04-08  David S. Miller  <davem@davemloft.net>
528         * sysdeps/sparc/fpu/libm-test-ulps: Update.
530 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
532         * math/auto-libm-test-in: Add more tests of atanh.
533         * math/auto-libm-test-out: Regenerated.
534         * sysdeps/i386/fpu/libm-test-ulps: Update.
535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
537         * math/auto-libm-test-in: Add more tests of atan.
538         * math/auto-libm-test-out: Regenerated.
539         * sysdeps/i386/fpu/libm-test-ulps: Update.
540         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
542 2015-04-08  Florian Weimer  <fweimer@redhat.com>
544         * elf/pldd.c (main): Rewrite to use struct
545         scratch_buffer instead of extend_alloca.
546         * elf/pldd-xx.c (find_maps): Likewise.
547         * grp/initgroups.c: Include <scratch_buffer.h> instead of
548         <alloca.h>.
549         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
550         scratch_buffer instead of extend_alloca.
551         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
552         grp/compat-initgroups.c.
553         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
554         Rewrite to use struct scratch_buffer instead of extend_alloca.
555         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
556         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
558 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
560         * math/auto-libm-test-in: Add more tests of cbrt.
561         * math/auto-libm-test-out: Regenerated.
562         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
564         * math/auto-libm-test-in: Add more tests of cabs.
565         * math/auto-libm-test-out: Regenerated.
566         * sysdeps/i386/fpu/libm-test-ulps: Update.
567         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
569         [BZ #18210]
570         [BZ #18211]
571         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
572         (__ieee754_atan2): Set FE_TONEAREST mode for internal
573         computations.
574         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
575         clog10.
576         * math/auto-libm-test-out: Regenerated.
577         * sysdeps/i386/fpu/libm-test-ulps: Update.
578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
580         [BZ #18197]
581         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
582         (atan): Set FE_TONEAREST mode for internal computations.
583         * math/auto-libm-test-in: Add more tests of atan.
584         * math/auto-libm-test-out: Regenerated.
586 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
588         [BZ #17930]
589         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
591 2015-04-07  Florian Weimer  <fweimer@redhat.com>
593         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
595 2015-04-07  Florian Weimer  <fweimer@redhat.com>
597         * include/scratch_buffer.h: New file.
598         * malloc/scratch_buffer_grow.c: Likewise.
599         * malloc/scratch_buffer_grow_preserve.c: Likewise.
600         * malloc/scratch_buffer_set_array_size.c: Likewise.
601         * malloc/tst-scratch_buffer.c: Likewise.
602         * malloc/Makefile (routines): Add scratch_buffer_grow.
603         (tests): Add test case.
604         * malloc/Versions (GLIBC_PRIVATE): Export
605         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
606         __libc_scratch_buffer_set_array_size.
608 2015-04-06  Richard Henderson  <rth@redhat.com>
610         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
611         * sysdeps/alpha/fpu/libm-test-ulps: Update.
613         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
614         unsigned int before printing.
616 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
618         [BZ #17596]
619         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
620         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
622 2015-04-02  Florian Weimer  <fweimer@redhat.com>
624         * include/libc-internal.h (libc_max_align_t): Define.
626 2015-04-02  Andreas Schwab  <schwab@suse.de>
628         [BZ #16850]
629         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
631 2015-04-02  Mel Gorman  <mgorman@suse.de>
633         [BZ #17195]
634         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
635         as well as the main arena.
637 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
639         [BZ #18185]
640         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
641         sharing L2 cache to 2 for Silvermont/Knights Landing.
643 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
645         [BZ #17711]
646         * config.make.in (have-protected-data): New.
647         * configure.ac: Check linker support for protected data symbol.
648         * configure: Regenerated.
649         * elf/Makefile (modules-names): Add tst-protected1moda and
650         tst-protected1modb if $(have-protected-data) is yes.
651         (tests): Add tst-protected1a and tst-protected1b if
652         $(have-protected-data) is yes.
653         ($(objpfx)tst-protected1a): New.
654         ($(objpfx)tst-protected1b): Likewise.
655         (tst-protected1modb.so-no-z-defs): Likewise.
656         * elf/tst-protected1a.c: New file.
657         * elf/tst-protected1b.c: Likewise.
658         * elf/tst-protected1mod.h: Likewise.
659         * elf/tst-protected1moda.c: Likewise.
660         * elf/tst-protected1modb.c: Likewise.
662 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
664         [BZ #17711]
665         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
666         indicates it is called from do_lookup_x on relocation against
667         protected data, skip the data definion in the executable from
668         copy reloc.
669         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
670         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
671         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
672         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
673         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
674         otherwise to 0.
675         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
676         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
677         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
678         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
679         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
680         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
682 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
684         * sysdeps/nptl/pthread.h: Remove duplicate definition of
685         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
687 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
689         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
690         THREAD_SETMEM_NC.
691         * sysdeps/x86_64/nptl/tls.h: Ditto.
693 2015-03-27  Roland McGrath  <roland@hack.frob.com>
695         * dlfcn/tststatic.c (main): Converted to ...
696         (do_test): ... this.
697         (TEST_FUNCTION): New macro.
698         Include test-skeleton.c.
700 2015-03-26  Alan Modra  <amodra@gmail.com>
702         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
703         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
704         zero for undefined weak.
705         (elf_machine_plt_conflict): Similarly.
707 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
709         * math/auto-libm-test-in: Add more tests of acosh, asinh and
710         atanh.
711         * math/auto-libm-test-out: Regenerated.
712         * sysdeps/i386/fpu/libm-test-ulps: Update.
713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
715         * math/auto-libm-test-in: Add another test of asin.
716         * math/auto-libm-test-out: Regenerated.
717         * sysdeps/i386/fpu/libm-test-ulps: Update.
718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
720         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
721         Remove macro.
722         (LLL_EBX_REG): Likewise.
723         (LLL_ENTER_KERNEL): Likewise.
725         * math/auto-libm-test-in: Add more tests of asin.
726         * math/auto-libm-test-out: Regenerated.
727         * sysdeps/i386/fpu/libm-test-ulps: Update.
728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
730         [BZ #18138]
731         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
732         libc_do_syscall_args): New structure.
733         (INTERNAL_SYSCALL_MAIN_0): New macro.
734         (INTERNAL_SYSCALL_MAIN_1): Likewise.
735         (INTERNAL_SYSCALL_MAIN_2): Likewise.
736         (INTERNAL_SYSCALL_MAIN_3): Likewise.
737         (INTERNAL_SYSCALL_MAIN_4): Likewise.
738         (INTERNAL_SYSCALL_MAIN_5): Likewise.
739         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
740         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
741         Replace conditional definitions by conditional definitions of ....
742         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
743         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
744         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
745         (libpthread-sysdep_routines): Add libc-do-syscall.
746         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
747         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
748         to __NR_futex not 240.
750 2015-03-25  Alan Modra  <amodra@gmail.com>
752         * NEWS: Advertise TLS optimization.
753         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
754         (DT_PPC_NUM): Increment.
755         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
756         (CHECK_STATIC_TLS): Use here.
757         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
758         TLS descriptors.
759         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
760         * sysdeps/powerpc/dl-tls.c: New file.
761         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
762         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
763         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
764         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
769 2015-03-25  Alan Modra  <amodra@gmail.com>
771         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
772         for overlapping .opd entries" to "support...".
773         * sysdeps/powerpc/powerpc64/configure: Regenerate
775 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
777         * math/auto-libm-test-in: Add more tests of acos.
778         * math/auto-libm-test-out: Regenerated.
779         * sysdeps/i386/fpu/libm-test-ulps: Update.
780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
782         * math/auto-libm-test-in: Add more tests of expm1.
783         * math/auto-libm-test-out: Regenerated.
784         * sysdeps/i386/fpu/libm-test-ulps: Update.
785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
787 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
789         * math/auto-libm-test-in: Add more tests of cosh and sinh.
790         * math/auto-libm-test-out: Regenerated.
791         * sysdeps/i386/fpu/libm-test-ulps: Update.
792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
794         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
797         * math/auto-libm-test-in: Add more tests of log2.
798         * math/auto-libm-test-out: Regenerated.
799         * sysdeps/i386/fpu/libm-test-ulps: Update.
800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
802 2015-03-23  Roland McGrath  <roland@hack.frob.com>
804         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
805         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
806         _IO_IS_APPENDING bit in READ_WRITE instead.
808 2015-03-23  Florian Weimer  <fweimer@redhat.com>
810         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
811         (__determine_cpumask_size): Replace extend_alloca with a
812         variable-length array.  Do not treat res == 0 as an error.
814 2015-03-23  Florian Weimer  <fweimer@redhat.com>
816         [BZ #18100]
817         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
818         and integer overflow.
819         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
820         (main): Add integer overflow tests.
821         * manual/pattern.texi (Calling Wordexp): Document additional use
822         for WRDE_SYNTAX.
824 2015-03-23  Alan Modra  <amodra@gmail.com>
826         * config.h.in: Remove HAVE_ASM_PPC_REL16.
827         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
828         and false branch of conditional.
829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
830         Likewise.
832 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
834         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
835         libc-modules.h
836         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
837         unused declaration of _hurd_intr_rpc_msg_in_trap.
838         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
839         defined instead of whether it is non-zero.
840         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
841         input constraint instead of both input and output constraint.  Use ecx
842         clobber instead of %ecx.
843         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
844         mutex_unlock): Use a statement expression instead of an expression list.
845         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
846         type to vm_size_t instead of vm_address_t.
847         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
848         defined instead of whether it is non-zero.
849         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
850         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
851         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
852         comparisons with mapaddr.
853         * nscd/nscd-client.h: Include <time.h>.
854         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
855         9th parameter to __vm_region instead of int.
856         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
857         * scripts/check-local-headers.sh (exclude): Add device/,
858         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
859         cthreads.h.
861 2015-03-19  Roland McGrath  <roland@hack.frob.com>
863         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
864         to account for alignment padding.
865         * sysdeps/arm/memmove.S: Likewise.
867 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
869         * sysdeps/unix/sysv/linux/generic/README: New file.
871 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
873         [BZ #18138]
874         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
875         (futex_abstimed_wait)
876         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
877         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
878         of lll_futex_timed_wait.
880 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
882         [BZ #17542]
883         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
885 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
887         [BZ #17090]
888         [BZ #17620]
889         [BZ #17621]
890         [BZ #17628]
891         * NEWS: Update.
892         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
893         entries with Static TLS too.  Skip entries past the end of the
894         allocated DTV, from Alan Modra.
895         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
896         Static TLS DTV entry set up from...
897         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
898         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
899         * nptl/allocatestack.c (init_one_static_tls): ... and here...
900         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
901         for Static TLS.
902         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
903         that the slot we find is associated with the given map before
904         using its generation count.
905         * nptl_db/db_info.c: Include ldsodefs.h.
906         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
907         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
908         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
909         (link_map::l_tls_offset): New struct field.
910         (dtv_t::counter): Likewise.
911         (rtld_global): New struct.
912         (_rtld_global): New rtld variable.
913         (dl_tls_dtv_slotinfo_list): New rtld global field.
914         (dtv_slotinfo_list): New struct.
915         (dtv_slotinfo): Likewise.
916         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
917         (td_lookup): Rename to...
918         (td_mod_lookup): ... this.  Use new mod parameter instead of
919         LIBPTHREAD_SO.
920         * nptl_db/td_thr_tlsbase.c: Include link.h.
921         (dtv_slotinfo_list, dtv_slotinfo): New functions.
922         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
923         addresses even if the DTV is out of date or missing them.
924         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
925         index zero-length arrays.
926         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
927         (td_lookup): Make it a macro implemented in terms of...
928         (td_mod_lookup): ... this declaration.
929         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
930         (DB_MAIN_VARIABLE): Likewise.
932 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
934         [BZ #18134]
935         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
937 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
939         * stdlib/setenv.c (__add_to_environ): Revert previous change.
941 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
943         [BZ #18128]
944         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
945         (atomic_add, atomic_increment_and_test)
946         (atomic_decrement_and_test): Fix 64-bit arithmetic.
948 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
950         * stdlib/setenv.c (__add_to_environ):
951         Dump core quickly if setenv (..., NULL, ...) is called.
953 2015-03-13  Roland McGrath  <roland@hack.frob.com>
955         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
956         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
957         all the necessary asm magic in one place.
958         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
959         using those.
961 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
963         [BZ #14906]
964         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
965         traced file mtime. Use consistent log message.
966         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
967         (register_traced_file): Call install_watches. Always set mtime.
968         (invalidate_cache): Iterate over all trace files. Call install_watches.
969         (inotify_check_files): Don't inline. Handle watching parent
970         directories and configuration file movement in and out.
971         (handle_inotify_events): New function.
972         (main_loop_poll): Call handle_inotify_events.
973         (main_loop_epoll): Likewise.
974         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
975         (struct traced_file): Use array of inotify fds. Add parent directory,
976         and basename.
977         (struct database_dyn): Remove unused file_mtime.
978         (init_traced_file): New inline function.
979         (define_traced_file): New macro.
980         * nss/nss_db/db-init.c: Use define_traced_file.
981         (_nss_db_init): Use init_traced_file.
982         * nss/nss_files/files-init.c: Use define_traced_file.
983         (_nss_files_init): Use init_traced_file.
985 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
987         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
988         [_LIBC]: Do not include <stdlib.h>.
989         [!_LIBC] (abort): Remove declaration.
990         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
991         _FP_STATIC_ASSERT instead of conditionally calling abort.
992         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
993         (_FP_EXTEND_CNAN): Likewise.
994         (FP_TRUNC): Likewise.
995         (__FP_CLZ): Likewise.
996         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
998 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
1000         * manual/string.texi (XPG basename): Fix prototype.
1002 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1004         [BZ #18080]
1005         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
1006         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1007         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
1008         (__setcontext): Likewise.
1009         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
1010         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1011         Call rt_sigprocmask syscall one time to set new signal mask
1012         and retrieve the current signal mask instead of two calls.
1013         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
1014         (__swapcontext): Likewise.
1015         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
1016         * stdlib/tst-setcontext2.c: New file.
1018 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1020         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1022 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
1024         [BZ #18093]
1025         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
1026         the wrong size.
1028 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1030         [BZ #18043]
1031         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
1033 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1035         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
1036         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
1037         Remove define.
1038         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
1039         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
1040         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
1041         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
1042         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
1043         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
1044         define.
1045         * nptl_db/td_symbol_list.c (td_lookup): Remove
1046         HAVE_ASM_GLOBAL_DOT_NAME code.
1047         * sysdeps/powerpc/powerpc64/configure.ac: Remove
1048         HAVE_ASM_GLOBAL_DOT_NAME check.
1049         * sysdeps/powerpc/powerpc64/configure: Regenerate.
1050         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
1051         (DOT_LABEL): Remove define.
1052         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
1053         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
1054         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
1055         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
1056         (__TLS_GET_ADDR): Likewise.
1057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
1058         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
1060 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
1062         [BZ #18111]
1063         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
1064         (_FPU_SETCW): Initialize cw from fpsr before storing.
1065         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
1066         (fesetexceptflag): Rewrite using fpu_control.h.
1067         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1069 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
1071         [BZ #18110]
1072         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1073         asms.
1074         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1076 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
1078         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1079         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1080         abort.
1081         (_FP_FMA): Likewise.
1082         (_FP_DIV): Likewise.
1084 2015-03-10  Roland McGrath  <roland@hack.frob.com>
1086         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
1087         with 0 in that case.
1088         * Makefile (summarize-tests): New canned sequence, factored out of
1089         commands for targets tests and xtests.  Display summary lines that
1090         don't start with PASS: or XFAIL: rather than ones that do start with
1091         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
1092         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
1093         do start with ERROR: or FAIL:.
1094         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
1095         (except for [$(build-shared) = yes]).
1096         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
1097         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
1098         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
1099         * nptl/Makefile: Revert 2015-03-04 changes.
1100         [$(CXX) empty] (tests-unsupported): New variable.
1101         * debug/Makefile: Likewise.
1103         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
1104         gnulib file.  Replace __attribute with __attribute__ throughout.
1106 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
1108         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1110 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1112         [BZ #18104]
1113         * math/auto-libm-test-in: Add another test of pow.
1114         * math/auto-libm-test-out: Regenerated.
1116 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1118         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
1119         $(config-cflags-nofma).
1121 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1123         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
1124         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
1125         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
1126         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
1127         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
1128         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
1129         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
1130         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
1131         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
1132         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
1133         Add comment on closing #endif.
1135 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1137         * posix/wordexp.c (CHAR_IN_SET): New macro.
1138         (parse_param): Use it.
1140 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1142         * sysdeps/powerpc/fpu/libm-test-ulps: update.
1144 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1146         [BZ #18043]
1147         * posix/wordexp.c (parse_param): Fix buffer overflow.
1148         * posix/wordexp-test.c (test_case): Add test case.
1150 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1152         [BZ #18042]
1153         * posix/wordexp.c (parse_backtick): Fix off-by-one.
1154         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
1156 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1158         [BZ #18043]
1159         * posix/wordexp-test.c (test_case): Add test for BZ #18043
1160         (do_bz18043): Delete.
1161         (at_page_end): New.
1162         (testit): Refactor to have words at the edge of unreadable page.
1164 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
1166         [BZ #16734]
1167         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
1168         Cleanup read-only streams as well.
1169         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
1171 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1173         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
1174         <bits/libc-lockP.h>
1176 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
1178         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
1179         on [__KERNEL__].
1180         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
1181         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1182         * soft-fp/op-common.h (_FP_DECL): Likewise.
1184 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1186         * elf/ifuncdep2.c (global): Replace
1187         __attribute__((visibility("protected"))) with
1188         asm (".protected global").
1189         * elf/ifuncmod1.c (global): Likewise.
1190         * elf/ifuncmod5.c (global): Likewise.
1192 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
1194         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1195         <asm/sfp-machine.h> instead of <sfp-machine.h>.
1197 2015-03-06  Roland McGrath  <roland@hack.frob.com>
1199         * manual/install.texi (Configuring and compiling):
1200         Document test-wrapper-env-only.
1201         * INSTALL: Regenerated.
1203 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1205         [BZ #18043]
1206         * posix/wordexp.c (parse_param): Fix buffer overflow.
1207         * posix/wordexp-test.c (do_bz18043): Add test case.
1209 2015-03-06  Vincent Bernat  <vincent@bernat.im>
1211         * time/tst-strptime2.c (do_test): Ensure failing tests are
1212         reported correctly.
1213         * time/tst-strptime3.c (do_test): Likewise.
1215 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
1217         Fix aio_error thread-safety.
1218         * sysdeps/pthread/aio_error.c: New file
1219         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1220         synchronization.
1222 2015-03-06  Florian Weimer  <fweimer@redhat.com>
1224         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1225         (group_number, vfprintf): Use it.
1226         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1227         (JUMP, REF): Use it.
1228         (WORK_BUFFER_SIZE): New enum constant.
1229         (process_arg, vfprintf): Use it.
1231 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
1233         * manual/errno.texi (Error Messages): Complete example function
1234         by adding missing #define.
1235         (program_invocation_name): Add statement indicating GNU
1236         extension and reference which header file declares the variable.
1237         (program_invocation_short_name): Likewise.
1239 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
1241         * manual/errno.texi (Error Messages): Delete strerror ISO C89
1242         compatibility note.
1244 2015-03-05  Roland McGrath  <roland@hack.frob.com>
1246         * Makeconfig (test-wrapper-env-only): New variable.
1247         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1248         then use that with $(test-wrapper-env-only) rather than using
1249         $(test-wrapper-env) $(run-program-env) $($*-ENV).
1251 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1253         [BZ #18082]
1254         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1255         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1256         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1257         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1258         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1259         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1260         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1261         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1262         Likewise.
1263         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1264         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1265         Likewise.
1266         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1267         Likewise.
1268         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1269         Likewise.
1270         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1271         Likewise.
1272         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1273         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1274         Likewise.
1275         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1276         Likewise.
1277         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1278         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1280 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1282         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1283         (ETH_ALEN): New macro.
1284         (struct ether_addr): Use it for length of ether_addr_octet.
1286         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1287         (setdb): Don't call __nss_configure_lookup for "rpc".
1288         (do_test): Don't call test_rpc.
1289         (output_rpcent, test_rpc): Functions moved ...
1290         * sunrpc/test-rpcent.c: ... to this new file.
1291         * sunrpc/Makefile (tests): Add it.
1293         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1294         __xpg_sigpause.
1295         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1296         * nptl/tst-signal6.c: Likewise.
1297         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1298         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1300         * configure.ac (libc_cv_cxx_link_ok): New check.
1301         Reset CXX to empty if it fails to link.
1302         * configure: Regenerated.
1303         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1304         bug-atexit3-lib only if $(CXX) is nonempty.
1305         * nptl/Makefile (tests): Likewise for tst-cancel24.
1306         (tests, tests-static): Likewise for tst-cancel24-static.
1307         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1308         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1309         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1310         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1312 2015-03-04  Andreas Schwab  <schwab@suse.de>
1314         [BZ #17631]
1315         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1316         for non-GCC compilers.
1317         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1318         Likewise.
1320 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1322         [BZ #17776]
1323         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1324         integer before bitwise and assembly operations.
1325         (feclearexcept): Likewise.
1326         * math/test-fenvinline.c: New file.
1327         * math/Makefile: Add test-fenvinline test.
1329 2015-03-03  Alan Modra  <amodra@gmail.com>
1331         [BZ #16512]
1332         * scripts/localplt.awk: Strip off symbol version.
1333         * NEWS: Mention bug fix.
1335 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1337         * sysdeps/pthread/timer_routines.c
1338         (timer_free_list, thread_free_list, thread_active_list): Make static.
1340 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1342         [BZ #17779]
1343         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1344         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1345         Undefine.
1346         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1347         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1348         Likewise.
1349         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1350         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1351         Likewise.
1353 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1355         [BZ #18036]
1356         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1357         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1359 2015-03-02  Andreas Schwab  <schwab@suse.de>
1361         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1362         variable name.
1364 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1366         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1367         Return error status.
1369 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1371         [BZ #15969]
1372         * locale/findlocale.c (_nl_find_locale): Introduce const
1373         version of loc_name and drop unsafe type casts.
1375 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1377         * dlfcn/tststatic2.c (main): Converted to ...
1378         (do_test): ... this.
1379         (TEST_FUNCTION): New macro.
1380         Include test-skeleton.c.
1382 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1384         [BZ #17711]
1385         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1386         (tests-pie): Add vismain.
1387         (CFLAGS-vismain.c): New.
1388         * elf/vismain.c: Add comments for PIE requirement.
1390 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1392         [BZ #18046]
1393         [BZ #18047]
1394         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1395         0x1p-56L as threshold for just returning the argument.
1396         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1397         0x1p-32L as threshold for just returning the argument.
1398         * math/auto-libm-test-in: Add more tests of atanh.
1399         * math/auto-libm-test-out: Regenerated.
1400         * sysdeps/i386/fpu/libm-test-ulps: Update.
1401         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1403 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1405         * string/bcopy.c (bcopy): Call memmove for performance.
1407 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1409         * string/bzero.c (__bzero): Call memset for performance.
1411 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1413         [BZ #18068]
1414         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1415         to 00100000.
1417 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1419         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1421 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1423         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1424         (__kernel_standard): Use CSTR macro when setting exc.name.
1425         * sysdeps/ieee754/Makefile [$(subdir) = math]
1426         (CFLAGS-k_standard.c): Remove variable.
1428         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1429         setting p and q from "else if" to "else".
1430         (qzero): Likewise.
1431         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1432         (qone): Likewise.
1433         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1434         (qzerof): Likewise.
1435         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1436         (qonef): Likewise.
1437         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1438         (qzero): Likewise.
1439         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1440         (qone): Likewise.
1442         [BZ #18038]
1443         [BZ #18039]
1444         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1445         return pi/2 for arguments below 0x1p-113L.
1446         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1447         return pi/2 for arguments below 0x1p-106L.
1448         * math/auto-libm-test-in: Add more tests of acos.
1449         * math/auto-libm-test-out: Regenerated.
1451         [BZ #16351]
1452         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1453         (MO): New macro.
1454         (__ieee754_asin): Force underflow exception for results with small
1455         absolute value.
1456         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1457         (MO): New macro.
1458         (__ieee754_asinf): Force underflow exception for results with
1459         small absolute value.
1460         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1461         (__ieee754_asin): Force underflow exception for results with small
1462         absolute value.
1463         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1464         (__ieee754_asinf): Force underflow exception for results with
1465         small absolute value.
1466         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1467         (__ieee754_asinl): Force underflow exception for results with
1468         small absolute value.
1469         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1470         (__ieee754_asinl): Force underflow exception for results with
1471         small absolute value.
1472         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1473         (__ieee754_asinl): Force underflow exception for results with
1474         small absolute value.
1475         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1476         Include <math.h>.
1477         * math/auto-libm-test-in: Do not mark underflow exceptions as
1478         possibly missing for bug 16351.
1479         * math/auto-libm-test-out: Regenerated.
1481         [BZ #18030]
1482         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1483         of power of 2 down when low part has opposite sign.
1484         * math/libm-test.inc (logb_test_data): Add more tests.
1486 2015-02-26  Andreas Schwab  <schwab@suse.de>
1488         [BZ #18032]
1489         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1490         over collating symbol inside a bracket expression.  Minor cleanup.
1491         * posix/tst-fnmatch3.c (do_test): Add test case.
1493 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1495         [BZ #18029]
1496         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1497         Adjust exponent of power of 2 down when low part has opposite
1498         sign.
1499         * math/libm-test.inc (ilogb_test_data): Add more tests.
1501 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1503         [BZ #15969]
1504         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1505         the previous change.
1507         [BZ #15969]
1508         * locale/findlocale.c (_nl_find_locale): Retry archive search
1509         after alias expansion.
1511 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1513         * iconv/tst-iconv3.c (main): Converted to ...
1514         (do_test): ... this.
1515         (TEST_FUNCTION): New macro.
1516         Include test-skeleton.c.
1518         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1519         (convert): Make function static.
1520         (test_unalign): Likewise.  Add const to argument pointee types.
1521         (main): Replace with static function do_test.
1522         Print "Succeeded." only if RET is zero.
1523         (TEST_FUNCTION): New macro.
1524         Include test-skeleton.c.
1526         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1527         returns a null pointer.
1529 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1531         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1532         to __memcpy_ppc only for static builds.
1534 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1536         [BZ #18020]
1537         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1538         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1539         * math/auto-libm-test-in: Add more tests of asinh.
1540         * math/auto-libm-test-out: Regenerated.
1541         * sysdeps/i386/fpu/libm-test-ulps: Update.
1542         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1544 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1546         [BZ #15850]
1547         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1548         and ip6_mtuinfo definitions here.
1549         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1550         in this define too.  Update comment.
1552 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1554         * elf/sprof.c (load_shobj): Tweak error message to match others.
1556 2015-02-24  Kevin Easton  <kevin@guarana.org>
1558         [BZ #16145] (partial fix)
1559         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1560         to reduce lock contention.
1562 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1564         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1565         (struct timex): Update time comment.
1566         (ADJ_SETOFFSET): Define.
1568 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1570         [BZ #18019]
1571         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1572         2**56 not 2**28 as threshold for log (2x) formula.
1573         * math/auto-libm-test-in: Add more tests of acosh.
1574         * math/auto-libm-test-out: Regenerated.
1575         * sysdeps/i386/fpu/libm-test-ulps: Update.
1576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1578 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1580         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1581         parenthesis around the buf assignment.
1582         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1584 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1586         [BZ #16783]
1587         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1588         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1589         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1590         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1591         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1592         * math/libm-test.inc (scalb_test_data): Add more tests.
1594 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1596         [BZ #17916]
1597         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1598         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1600 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1602         [BZ #17523]
1603         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1604         * io/bits/fcntl2.h (open): Use it.
1605         (openat): Likewise.
1606         * io/open.c (__libc_open): Likewise.
1607         * io/open64.c (__libc_open64): Likewise.
1608         * io/open64_2.c (__open64_2): Likewise.
1609         * io/open_2.c (__open_2): Likewise.
1610         * io/openat.c (__openat): Likewise.
1611         * io/openat64.c (__openat64): Likewise.
1612         * io/openat64_2.c (__openat64_2): Likewise.
1613         * io/openat_2.c (__openat_2): Likewise.
1614         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1615         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1616         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1617         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1618         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1619         (__open_nocancel): Likewise.
1620         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1621         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1622         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1624 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1626         [BZ #14841]
1627         * resolv/gethnamaddr.c (getanswer): Skip logging if
1628         RES_USE_DNSSEC is set.
1629         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1631 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1633         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1635 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1637         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1638         201304L, for Unicode 7.
1640 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1642         [BZ #17836]
1643         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1644         shared library.  Add gmon-start.os otherwise.
1645         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1646         $(objpfx)gmon-start.os if builing shared library.
1647         ($(objpfx)g$(static-start-installed-name)): Likewise.
1649 2015-02-23  Andreas Schwab  <schwab@suse.de>
1651         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1653 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1655         [BZ #17269]
1656         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1657         (enlarge_userbuf): Likewise.
1659 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1661         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1662         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1663         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1664         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1666 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1668         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1669         expression inside statement expression.
1671 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1673         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1674         <sysdeps/nptl/lowlevellock.h> and remove macros and
1675         functions that are now defined there.
1676         (SYS_futex): Remove.
1677         (lll_compare_and_swap): Remove.
1678         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1680 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1682         [BZ #17999]
1683         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1684         instead of scandirat.
1685         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1686         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1687         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1688         __scandirat.
1689         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1690         (__scandirat): Declare.  Use libc_hidden_proto.
1691         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1692         Remove variable.
1693         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1695 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1697         [BZ #15319]
1698         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1699         (MO): New macro.
1700         (__ieee754_atan2): For results with small absolute value, force
1701         underflow exception and remove excess range and precision from
1702         return value.
1703         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1704         (MO): New macro.
1705         (__ieee754_atan2f): For results with small absolute value, force
1706         underflow exception and remove excess range and precision from
1707         return value.
1708         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1709         (MO): New macro.
1710         (__atan): For results with small absolute value, force underflow
1711         exception and remove excess range and precision from return value.
1712         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1713         (MO): New macro.
1714         (__atanf): For results with small absolute value, force underflow
1715         exception and remove excess range and precision from return value.
1716         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1717         <math.h>.
1718         (__ieee754_atan2): Force underflow exception for results with
1719         small absolute value.
1720         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1721         <math_private.h>.
1722         (atan): Force underflow exception for results with small absolute
1723         value.
1724         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1725         (__atanf): Force underflow exception for results with small
1726         absolute value.
1727         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1728         <math.h>.
1729         (__atanl): Force underflow exception for results with small
1730         absolute value.
1731         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1732         (__atanl): Force underflow exception for results with small
1733         absolute value.
1734         * sysdeps/x86/fpu/bits/mathinline.h
1735         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1736         (__ieee754_atan2): Only define inline for long double.
1737         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1738         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1739         * math/auto-libm-test-in: Do not mark underflow exceptions as
1740         possibly missing for bug 15319.  Add more tests of atan2.
1741         * math/auto-libm-test-out: Regenerated.
1742         * math/libm-test.inc (casin_test_data): Do not mark underflow
1743         exceptions as possibly missing for bug 15319.
1744         (casinh_test_data): Likewise.
1745         * sysdeps/i386/fpu/libm-test-ulps: Update.
1747 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1749         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1750         * sysdeps/mips/bits/endian.h: Fix comments.
1752 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1754         [BZ #17996]
1755         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1756         (hdestroy_r): Likewise.
1757         (hsearch_r): Likewise.
1758         (__hcreate_r): Declare and use libc_hidden_proto.
1759         (__hdestroy_r): Likewise.
1760         (__hsearch_r): Likewise.
1761         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1762         (hcreate): Call __hcreate_r instead of hcreate_r.
1763         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1764         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1765         as weak alias of __hcreate_r.
1766         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1767         __hdestroy_r.
1768         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1769         __hsearch_r.
1770         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1771         Remove variable.
1772         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1773         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1774         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1775         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1777 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1779         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1780         arena_lock into a single arena_get.
1782 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1784         * dl-reloc.c: Inlucde libc-internal.h.
1785         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1786         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1787         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1788         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1789         (grow_heap): Likewise.
1790         * malloc/malloc.c: Include libc-internal.h.
1791         (do_check_malloc): Call powerof2.
1792         (sysmalloc): Use pagesize. Call ALIGN_UP.
1793         (systrim): Use pagesize.
1794         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1795         (__libc_valloc): Use pagesize.
1796         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1798 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1800         [BZ #17991]
1801         * include/sys/resource.h (__getrlimit64): Declare.  Use
1802         libc_hidden_proto.
1803         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1804         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1805         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1806         getrlimit64.
1807         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1808         __getrlimit64.
1809         [!getrlimit64] (getrlimit64): Define as weak alias of
1810         __getrlimit64.  Use libc_hidden_weak.
1811         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1812         using __getrlimit64 not __new_getrlimit64.
1813         (__GI_getrlimit64): Likewise.
1814         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1815         Likewise.
1816         (__GI_getrlimit64): Likewise.
1817         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1819         (getrlimit): Add __getrlimit64 alias.
1820         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1821         Likewise.
1822         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1823         Remove variable.
1824         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1825         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1827 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1829         * libio/fileops.c: Add missing sys/mman.h
1830         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1832 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1834         * manual/math.texi (Errors in Math Functions): Clarify goals
1835         regarding inexact and underflow exceptions.
1837 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1839         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1840         * sysdeps/mips/memset.S: Ditto.
1842 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1844         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1846 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1848         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1849         (__v1longjmp): Remove versioned symbol.
1850         (__v1siglongjmp): Remove alias and versioned symbol.
1851         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1852         (__v2siglongjmp): Likewise.
1854 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1856         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1858 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1860         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1862 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1864         [BZ #17987]
1865         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1866         zero result does not depend on the sign resulting from
1867         subtraction.
1868         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1869         Likewise.
1870         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1871         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1872         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1873         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1874         * math/libm-test.inc (remquo_test_data): Add more tests.
1876 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1878         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1879         Problem reported by J William Piggott.
1881 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1883         [BZ #17978]
1884         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1885         products 4 * y and 2 * y where those would overflow.
1886         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1887         Likewise.
1888         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1889         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1890         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1891         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1892         * math/libm-test.inc (remquo_test_data): Add more tests.
1894         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1896         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1897         [defined _COMPILING_NEWLIB].
1898         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1899         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1901         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1902         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1904 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1906         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1907         acquired.
1909 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1911         [BZ #17792]
1912         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1913         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1914         HOST_STACK_END_ADDR): Likewise.
1916 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1918         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1919         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1920         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1922 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1924         * sysdeps/generic/c++-types.data: New file.
1925         * sysdeps/generic/ld.abilist: New file.
1926         * sysdeps/generic/libBrokenLocale.abilist: New file.
1927         * sysdeps/generic/libanl.abilist: New file.
1928         * sysdeps/generic/libc.abilist: New file.
1929         * sysdeps/generic/libcrypt.abilist: New file.
1930         * sysdeps/generic/libdl.abilist: New file.
1931         * sysdeps/generic/libm.abilist: New file.
1932         * sysdeps/generic/libpthread.abilist: New file.
1933         * sysdeps/generic/libresolv.abilist: New file.
1934         * sysdeps/generic/librt.abilist: New file.
1936 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1938         [BZ #17569]
1939         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1940         Compute absolute value of x as modified by fmod, not original
1941         value of x.
1942         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1943         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1944         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1945         RUN_TEST_ffI_f1_mod8.
1946         (remquo_test_data): Add more tests.
1948 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1950         * sysdeps/init_array/pt-crti.S: New file.
1952 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1954         [BZ #17967]
1955         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1956         __builtin_fmaf instead of relying on contraction of a * b + c.
1958 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1960         [BZ #17969]
1961         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1962         node.
1964 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1966         [BZ #17964]
1967         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1968         __builtin_fma instead of relying on contraction of a * b + c.
1970 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1972         * Makeconfig (ASFLAGS): Add -Werror=undef.
1973         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1974         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1975         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1977         * Makeconfig (after-link): New variable.
1978         (+link-pie, +link-pie-tests): Use it.
1979         (+link-static, +link-static-tests): Likewise.
1980         (+link, +link-tests): Likewise.
1981         * Makerules (build-module, build-module-asneeded): Likewise.
1982         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1983         Likewise.
1984         * elf/Makefile ($(objpfx)ld.so): Likewise.
1986 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1988         [BZ #17965]
1989         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1990         both struct timeval and struct timespec.
1992 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1994         [BZ #16560]
1995         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1996         and redefine.
1997         (__ieee754_exp2l): Do not multiply small fractional parts by
1998         M_LN2l.
1999         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
2000         small argument.
2001         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
2002         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
2003         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
2004         * math/auto-libm-test-in: Add more tests of exp2.
2005         * math/auto-libm-test-out: Regenerated.
2007 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2009         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
2010         unaligned path.
2012 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2014         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
2015         little endian.
2017 2015-02-12  Andreas Schwab  <schwab@suse.de>
2019         [BZ #15790]
2020         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
2021         Filter out elision flags from value returned in kind.
2022         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
2023         * nptl/tst-pthread-mutexattr.c: New file.
2025 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2027         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
2028         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
2029         into gnu-gnu, and update comment to refer to abi-tags.
2031 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
2033         [BZ #15467]
2034         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
2035         (__sincos): Set errno to EDOM for infinite argument.
2036         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
2037         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
2038         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
2039         (__sincosl): Set errno to EDOM for infinite argument.
2040         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
2041         (__sincosl): Set errno to EDOM for infinite argument.
2042         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
2043         (__sincosl): Set errno to EDOM for infinite argument.
2044         * math/libm-test.inc (sincos_test_data): Test errno setting.
2046 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
2048         * string/strxfrm_l.c: Remove #define STRCMP.
2049         * string/strcoll_l.c: Remove #define STRLEN.
2050         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
2051         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2053 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
2055         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
2056         * sysdeps/mips/mips32/sfp-machine.h: ... here.
2057         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
2058         * sysdeps/mips/mips64/Makefile: ... here.
2059         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
2060         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
2061         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
2062         * sysdeps/mips/mips64/sfp-machine.h: ... here.
2063         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
2064         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
2065         * sysdeps/mips/mips64/n64/Implies: Likewise.
2067 2015-02-10  Roland McGrath  <roland@hack.frob.com>
2069         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2070         <sys/time.h>, <string.h>, and <errno.h>.
2071         (dest_offset, dest_address, value, zero): Remove unused variables.
2072         (ldouble): Remove typedef.
2073         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2074         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
2075         1).  Fix code style.
2076         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2077         (check): Function removed.
2078         (CHECK): New macro.
2079         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
2080         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2081         Don't call set_sigaction_FP and remove_sigaction_FP here.
2082         (ldouble_test): Just use 'long double' as macro argument, no need for
2083         the 'ldouble' typedef.
2084         (do_test): Set up SIGFPE handler at start, using plain signal rather
2085         than sigaction.  Fix code style.
2087 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
2089         [BZ #17949]
2090         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
2091         jump label.
2093 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2095         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
2096         * sysdeps/powerpc/powerpc32/configure: Regenerated.
2098         * sysdeps/powerpc/configure.ac: Remove file.
2099         * sysdeps/powerpc/configure: Likewise.
2101         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2102         [sysdep_routines]: Remove wordcopy-power6 object.
2103         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2104         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
2105         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
2106         (__memmove_ppc32): Likewise.
2107         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
2108         file.
2109         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
2110         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
2111         Remove preprocessor.
2113         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2114         [sysdep_routines]: Remove wide chars objects.
2115         [wcsmbs]: New rule for wide char objects.
2117         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2118         Remove wordcopy-power6 obejct.
2119         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
2120         Use local call for wordcopy and memcpy symbols.
2121         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
2122         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
2123         implementation for loader.
2124         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
2126         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2127         Remove wordcopy-power7 object.
2128         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
2129         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
2130         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
2131         (_wordcopy_fwd_dest_aligned): Likewise.
2132         (_wordcopy_bwd_aligned): Likewise.
2133         (_wordcopy_bwd_dest_aligned): Likewise.
2135         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
2136         Rewrite to call __memmove_ppc instead of include default
2137         implementation.
2139         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2140         Remove wide chars objects.
2141         [wcsmbs]: New rule for wide char objects.
2143 2015-02-09  Andreas Schwab  <schwab@suse.de>
2145         [BZ #17912]
2146         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2147         in terms of __O_DIRECTORY.
2149 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2151         * time/getdate.c: Include <stdbool.h>.
2152         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
2153         call PTR_MANGLE.
2154         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
2155         PTR_DEMANGLE.
2157 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
2159         Add ersatz _Static_assert on older C hosts
2160         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
2161         pre-C11 C platform that is not known to support _Static_assert.
2163 2015-02-07  Richard Braun  <rbraun@sceen.net>
2165         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
2166         sigstate.
2167         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
2169 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2171         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
2172         priority against unexistent AIO_PRIO_DELTA_MAX.
2173         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
2174         instead of int.
2175         * misc/fchflags.c (fchflags): Likewise.
2176         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2177         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2178         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
2179         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
2180         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
2181         Declare macros.
2182         [__USE_MISC] (chflags, fchflags): Declare functions.
2183         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2184         EINVAL when nfds is greater than FD_SETSIZE.
2185         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2186         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2187         45.
2188         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2189         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
2190         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2191         MACH_RCV_TIMED_OUT.
2192         * hurd/hurd/signal.h (_hurd_self_sigstate,
2193         _hurd_critical_section_lock, _hurd_critical_section_unlock):
2194         Explicit casts from void *.
2195         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2196         * abi-tags: Rename gnu-gnu os into gnu.
2198         [BZ #4719]
2199         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2200         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2201         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2202         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2203         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2204         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2206         [BZ #17944]
2207         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2208         duplicates ADDR->sun_path with sockaddr LEN limitation.
2209         * sysdeps/mach/hurd/connect.c: Include <string.h>
2210         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2211         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2212         * sysdeps/mach/hurd/sendto.c: Likewise.
2213         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2214         implementing it by hand.
2216 2015-02-06  Roland McGrath  <roland@hack.frob.com>
2218         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2219         Use sfi_breg on ldr.
2220         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2221         Likewise.
2223         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2224         it's defined.
2225         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2226         Test SIGSETXID only if it's defined.
2228         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2230         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2231         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
2233         * nptl/tst-align2.c: Moved ...
2234         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2235         * nptl/Makefile (tests): Remove tst-align2.
2236         * sysdeps/unix/sysv/linux/Makefile
2237         [$(subdir) = nptl] (tests): Add tst-align-clone.
2238         * nptl/tst-getpid1.c: Moved ...
2239         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2240         * nptl/tst-getpid2.c: Moved ...
2241         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2242         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2243         * sysdeps/unix/sysv/linux/Makefile
2244         [$(subdir) = nptl] (tests): ... here.
2245         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2246         * sysdeps/unix/sysv/linux/Makefile
2247         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2249         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2250         Drop trailing \n from perror argument.  Use return rather than exit.
2252         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2253         on [SA_SIGINFO].
2254         * nptl/tst-cancel21.c (do_test): Likewise.
2255         * debug/tst-backtrace6.c: Include <signal.h> first thing.
2256         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2257         [!SA_SIGINFO]: Make it a stub test.
2259         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2260         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2262         * posix/tst-getlogin.c: Move to ...
2263         * login/tst-getlogin.c: ... here.
2264         * posix/Makefile (tests): Move tst-getlogin to ...
2265         * login/Makefile (tests): ... here.
2267         * libio/tst-atime.c (do_test): Move local variables SV and E
2268         inside [ST_NOATIME] conditional.
2270         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2272         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2274         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2275         (wait_code): New function replaces macro.
2276         Call nanosleep rather than syscall.
2278         * nptl/pt-system.c: Rewritten.  Put everything under
2279         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2280         Use IFUNC to redirect when possible.
2282         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2283         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2284         Use IFUNC to redirect when possible.
2286         * nptl/pt-fork.c: Rewritten.  Put everything under
2287         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2288         Use IFUNC to redirect when possible.
2289         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2291         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2292         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2293         unconditionally nowadays.  This included the only reference to
2294         __vdso_clock_gettime that appears outside libc proper.
2295         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2296         Remove version set (containing only __vdso_clock_gettime).
2297         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2298         Add attribute_hidden.
2299         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2300         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2301         libc_hidden_data_def.
2302         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2303         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2305         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2306         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2307         setrpcent, and getrpcport to ...
2308         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2309         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2310         getrpcbynumber_r, and getrpcent_r to ...
2311         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2312         * inet/getrpcbyname.c: Moved ...
2313         * sunrpc/getrpcbyname.c: ... here.
2314         * inet/getrpcbyname_r.c: Moved ...
2315         * sunrpc/getrpcbyname_r.c: ... here.
2316         * inet/getrpcbynumber.c: Moved ...
2317         * sunrpc/getrpcbynumber.c: ... here.
2318         * inet/getrpcbynumber_r.c: Moved ...
2319         * sunrpc/getrpcbynumber_r.c: ... here.
2320         * inet/getrpcent.c: Moved ...
2321         * sunrpc/getrpcent.c: ... here.
2322         * inet/getrpcent_r.c: Moved ...
2323         * sunrpc/getrpcent_r.c: ... here.
2324         * inet/Makefile (routines): Move those to ...
2325         * sunrpc/Makefile (routines): ... here.
2326         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2327         the $(subdirs) list.
2328         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2329         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2330         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2331         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2333         * elf/Makefile (routines): Include $(all-dl-routines), not just
2334         $(dl-routines).
2335         (rtld-routines): Likewise.  Use = rather than :=.
2336         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2337         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2338         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2339         * sysdeps/arm/Makefile: Likewise.
2340         * sysdeps/i386/Makefile: Likewise.
2341         * sysdeps/x86_64/Makefile: Likewise.
2342         * sysdeps/hppa/Makefile [$(subdir) = elf]
2343         (sysdep_routines, sysdep-rtld-routines): Don't add
2344         $(sysdep-dl-routines) to these.
2345         * sysdeps/ia64/Makefile: Likewise.
2346         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2347         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2348         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2349         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2350         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2351         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2352         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2353         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2354         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2355         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2356         these; sysdep-dl-routines alone is enough.
2358 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2360         [BZ #17932]
2361         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2362         where multiplication results in zero and third argument is finite
2363         and nonzero.
2364         * math/auto-libm-test-in: Add more tests of fma.
2365         * math/auto-libm-test-out: Regenerated.
2367         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2368         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2369         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2370         (_FP_CMP_EQ): Likewise.
2371         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2373         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2374         extra argument CHECK_NAN.  Redefine as wrapper around
2375         _FP_EXTEND_CNAN.
2377 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2379         * version.h (RELEASE): Set to "stable".
2380         (VERSION): Set to "2.21"
2381         * include/features.h (__GLIBC_MINOR__): Set to 21.
2383         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2385 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2386             Paul Eggert  <eggert@cs.ucla.edu>
2388         [BZ #16618]
2389         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2390         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2391         size in bytes. Store needed elements in wpmax. Use needed size
2392         in bytes for extend_alloca.
2394 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2396         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2397         binutls 2.25, and texinfo 5.2.
2398         * INSTALL: Regenerate.
2399         * sysdeps/nios2/configure: Regenerate.
2400         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2401         * manual/contrib.texi: Update.
2402         * po/be.po: Update.
2403         * po/bg.po: Update.
2404         * po/ca.po: Update.
2405         * po/cs.po: Update.
2406         * po/da.po: Update.
2407         * po/de.po: Update.
2408         * po/el.po: Update.
2409         * po/eo.po: Update.
2410         * po/es.po: Update.
2411         * po/fi.po: Update.
2412         * po/fr.po: Update.
2413         * po/gl.po: Update.
2414         * po/hr.po: Update.
2415         * po/hu.po: Update.
2416         * po/ia.po: Update.
2417         * po/id.po: Update.
2418         * po/it.po: Update.
2419         * po/ja.po: Update.
2420         * po/ko.po: Update.
2421         * po/lt.po: Update.
2422         * po/nb.po: Update.
2423         * po/nl.po: Update.
2424         * po/pl.po: Update.
2425         * po/pt_BR.po: Update.
2426         * po/ru.po: Update.
2427         * po/rw.po: Update.
2428         * po/sk.po: Update.
2429         * po/sl.po: Update.
2430         * po/sv.po: Update.
2431         * po/tr.po: Update.
2432         * po/uk.po: Update.
2433         * po/vi.po: Update.
2434         * po/zh_CN.po: Update.
2435         * po/zh_TW.po: Update.
2437         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2438         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2439         * sysdeps/hppa/dl-irel.h: Remove #warning.
2440         * sysdeps/hppa/entry.h: Provide prototype for
2441         __canonicalize_funcptr_for_compare and cast argument.
2442         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2443         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2444         * sysdeps/hppa/sotruss-lib.c: New file.
2445         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2446         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2447         (atomic_compare_and_exchange_bool_acq): Likewise.
2448         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2449         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2451         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2452         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2453         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2455 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2457         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2458         called function in non-PIC case.
2460 2015-01-31  David S. Miller  <davem@davemloft.net>
2462         * sysdeps/sparc/sparc32/bits/atomic.h
2463         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2464         unlock not after it.
2465         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2466         volatile register usage warnings from the compiler.
2468         * sysdeps/sparc/nptl/sem_init.c: Delete.
2469         * sysdeps/sparc/nptl/sem_post.c: Delete.
2470         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2471         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2472         * sysdeps/sparc/sparc32/sem_init.c: New file.
2473         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2474         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2475         padding explicitly initialized.
2476         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2477         padding for in-semaphore spinlock.
2478         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2479         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2480         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2481         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2482         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2483         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2484         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2485         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2486         version.
2487         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2488         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2490 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2492         [BZ #17801]
2493         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2494         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2495         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2496         New.
2497         (index_AVX_Fast_Unaligned_Load): Likewise.
2498         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2499         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2500         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2501         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2502         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2503         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2504         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2505         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2506         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2508 2015-01-29  Andreas Schwab  <schwab@suse.de>
2510         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2512 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2514         [BZ #17892]
2515         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2517 2015-01-28  Martin Sebor  <msebor@redhat.com>
2519         * math/README.libm-test: Clarify. Add "How to read the test output."
2521 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2523         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2524         Define to 0.
2526 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2528         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2529         (__HAVE_64B_ATOMICS): Define to 0.
2531 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2533         [BZ #17885]
2534         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2535         value to set as new flag.
2537         [BZ #16576]
2538         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2539         and use _ARCH_PPCSQ instead.
2540         (__ieee754_sqrt): Likewise.
2541         (__ieee754_sqrtf): Likewise.
2542         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2543         _ARCH_PPCSQ is defined.
2544         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2545         fsqrt instruction.
2546         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2547         _ARCH_PPCSQ is defined.
2548         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2549         fsqrts instruction.
2550         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2552 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2554         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2555         bug (GCC BZ #64739).
2557 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2559         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2560         Mark _retval as used.
2561         (lll_futex_wake_unlock): Likewise.
2562         (lll_futex_timed_wait_requeue_pi): Likewise.
2564         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2565         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2566         register variables.
2568         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2569         libm_hidden_def.
2571         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2572         (__bswap_64): Mark as __always_inline.
2574 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2576         [BZ #15378]
2577         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2578         when none of the search directories exist.
2580 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2582         [BZ #17869]
2583         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2584         power8 in .machine directive.
2586         [BZ #17868]
2587         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2588         set dependency from opd value.
2590 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2592         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2593         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2594         architecture.
2596 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2598         [BZ #17870]
2599         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2600         with uint64_t.
2601         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2602         (uint64_t) 1.
2603         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2604         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2605         Replace 1UL with (uint64_t) 1.
2606         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2607         int with uint64_t.
2609 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2611         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2612         (if_freenameindex): Likewise.
2614         * resource/getrlimit64.c: Add missing libc_hidden_def.
2616 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2618         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2619         __label__.
2620         (_FP_FMA): Likewise.
2621         (_FP_TO_INT_ROUND): Likewise.
2622         (_FP_FROM_INT): Likewise.
2624 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2626         [BZ #16418]
2627         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2628         Make code racy and cancel safe.
2630 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2632         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2633         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2634         attribution.
2636         * pwd/tst-getpw.c: Rewrite.
2638         [BZ #17702]
2639         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2640         (modules-names): Add moddummy1 and moddummy2.
2641         ($(objpfx)tst-rec-dlopen): Define.
2642         * dlfcn/moddummy1.c: New file.
2643         * dlfcn/moddummy2.c: New file.
2644         * dlfcn/tst-rec-dlopen.c: New file.
2645         * elf/dl-cache.c (_dl_load_cache_lookup):
2646         Return char*. Copy result with alloca/strcpy/strdup.
2647         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2648         returns char*. Free cached. If not saving realname
2649         free cached.
2650         * elf/dl-open.c (dl_open_worker): Do not assert that
2651         _r_debug->r_state is RT_CONSISTENT.
2652         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2653         returns char*.
2655 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2656             Carlos O'Donell  <carlos@redhat.com>
2658         [BZ #12674]
2659         * nptl/sem_waitcommon.c: New file.
2660         * nptl/sem_wait.c: Include sem_waitcommon.c.
2661         (__sem_wait_cleanup, do_futex_wait): Remove.
2662         (__new_sem_wait): Adapt.
2663         (__new_sem_trywait): New function.
2664         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2665         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2666         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2667         (sem_timedwait): Adapt.
2668         * nptl/sem_post.c (__new_sem_post): Adapt.
2669         (futex_wake): New function.
2670         (__old_sem_post): Add release MO fence.
2671         * nptl/sem_open.c (sem_open): Adapt.
2672         * nptl/sem_init.c (__new_sem_init): Adapt.
2673         (futex_private_if_supported): New function.
2674         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2675         (__old_sem_getvalue): Add using previous code.
2676         * sysdeps/nptl/internaltypes.h: Adapt.
2677         * nptl/tst-sem13.c (do_test): Adapt.
2678         * nptl/tst-sem11.c (main): Adapt.
2679         * nptl/sem_trywait.c: Remove.
2680         * nptl/DESIGN-sem.txt: Remove.
2681         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2682         (gen-as-const-headers): Remove structsem.sym.
2683         * nptl/structsem.sym: Remove.
2684         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2685         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2686         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2687         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2688         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2689         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2690         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2691         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2692         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2693         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2694         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2695         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2696         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2697         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2698         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2699         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2700         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2701         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2702         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2703         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2704         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2705         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2707 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2709         * INSTALL: Regenerated.
2711         * po/libc.pot: Regenerated.
2713 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2714             Sandra Loosemore  <sandra@codesourcery.com>
2715             Andrew Jenner  <andrew@codesourcery.com>
2716             Joseph Myers  <joseph@codesourcery.com>
2717             Nathan Sidwell  <nathan@codesourcery.com>
2719         * NEWS: Mention new Nios II port.
2720         * sysdeps/nios2/Implies: New file.
2721         * sysdeps/nios2/Makefile: New file.
2722         * sysdeps/nios2/Subdirs: New file.
2723         * sysdeps/nios2/Versions: New file.
2724         * sysdeps/nios2/__longjmp.S: New file.
2725         * sysdeps/nios2/abort-instr.h: New file.
2726         * sysdeps/nios2/backtrace.c: New file.
2727         * sysdeps/nios2/bits/endian.h: New file.
2728         * sysdeps/nios2/bits/fenv.h: New file.
2729         * sysdeps/nios2/bits/link.h: New file.
2730         * sysdeps/nios2/bits/setjmp.h: New file.
2731         * sysdeps/nios2/bsd-_setjmp.S: New file.
2732         * sysdeps/nios2/bsd-setjmp.S: New file.
2733         * sysdeps/nios2/configure: New generated file.
2734         * sysdeps/nios2/configure.ac: New file.
2735         * sysdeps/nios2/crti.S: New file.
2736         * sysdeps/nios2/crtn.S: New file.
2737         * sysdeps/nios2/dl-init.c: New file.
2738         * sysdeps/nios2/dl-machine.h: New file.
2739         * sysdeps/nios2/dl-sysdep.h: New file.
2740         * sysdeps/nios2/dl-tls.h: New file.
2741         * sysdeps/nios2/dl-trampoline.S: New file.
2742         * sysdeps/nios2/gccframe.h: New file.
2743         * sysdeps/nios2/gmp-mparam.h: New file.
2744         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2745         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2746         * sysdeps/nios2/ldsodefs.h: New file.
2747         * sysdeps/nios2/libc-tls.c: New file.
2748         * sysdeps/nios2/libm-test-ulps: New file.
2749         * sysdeps/nios2/machine-gmon.h: New file.
2750         * sysdeps/nios2/math-tests.h: New file.
2751         * sysdeps/nios2/math_private.h: New file.
2752         * sysdeps/nios2/memusage.h: New file.
2753         * sysdeps/nios2/nptl/Makefile: New file.
2754         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2755         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2756         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2757         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2758         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2759         * sysdeps/nios2/nptl/tls.h: New file.
2760         * sysdeps/nios2/preconfigure: New file.
2761         * sysdeps/nios2/s_fma.c: New file.
2762         * sysdeps/nios2/s_fmaf.c: New file.
2763         * sysdeps/nios2/setjmp.S: New file.
2764         * sysdeps/nios2/sfp-machine.h: New file.
2765         * sysdeps/nios2/sotruss-lib.c: New file.
2766         * sysdeps/nios2/stackguard-macros.h: New file.
2767         * sysdeps/nios2/stackinfo.h: New file.
2768         * sysdeps/nios2/start.S: New file.
2769         * sysdeps/nios2/sysdep.h: New file.
2770         * sysdeps/nios2/tls-macros.h: New file.
2771         * sysdeps/nios2/tst-audit.h: New file.
2772         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2773         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2774         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2775         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2776         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2777         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2778         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2779         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2780         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2781         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2782         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2783         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2784         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2785         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2786         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2787         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2788         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2789         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2790         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2791         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2792         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2793         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2794         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2795         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2796         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2797         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2798         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2799         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2800         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2801         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2802         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2803         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2804         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2805         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2806         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2807         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2808         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2809         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2810         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2811         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2812         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2813         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2814         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2815         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2817 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2819         [BZ #17844]
2820         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2821         (getutent): Use weak_alias in non SHARED case
2822         and default_symbol_version in SHARED case.
2823         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2824         (getutent_r, pututline): Likewise.
2825         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2826         (getutid): Likewise.
2827         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2828         (getutid_r): Likewise.
2829         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2830         (getutline): Likewise.
2831         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2832         (getutline_r): Likewise.
2833         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2834         (updwtmp): Likewise.
2836 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2838         [BZ #17848]
2839         * sysdeps/s390/s390-32/memcmp.S
2840         (memcmp_g5): Rename to __memcmp_g5.
2841         * sysdeps/s390/s390-32/memcpy.S
2842         (memcpy_g5): Rename to __memcpy_g5.
2843         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2844         (memcpy_mvcle) Rename to __memcpy_mvcle.
2845         * sysdeps/s390/s390-32/memset.S
2846         (memset_g5): Rename to __memset_g5.
2847         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2848         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2849         and use prefixed functions.
2850         * sysdeps/s390/s390-32/multiarch/memcmp.S
2851         (memcmp_z196): Rename to __memcmp_z196.
2852         (memcmp_z10): Rename to __memcmp_z10.
2853         (memcmp): Set alias to __memcmp_g5.
2854         (bcmp): Set alias to __memcmp_g5.
2855         * sysdeps/s390/s390-32/multiarch/memcpy.S
2856         (memcpy_z196): Rename to __memcpy_z196.
2857         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2858         (memcpy_z10): Rename to __memcpy_z10.
2859         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2860         (memcpy): Set alias to __memcpy_g5.
2861         * sysdeps/s390/s390-32/multiarch/memset.S
2862         (memset_z196): Rename to __memset_z196.
2863         Jump to __memset_mvcle instead of memset_mvcle.
2864         (memset_z10): Rename to __memset_z10.
2865         Jump to __memset_mvcle instead of memset_mvcle.
2866         (memset_mvcle) Rename to __memset_mvcle.
2867         (memset): Set alias to __memset_g5.
2868         * sysdeps/s390/s390-64/memcmp.S
2869         (memcmp_z900): Rename to __memcmp_z900.
2870         * sysdeps/s390/s390-64/memcpy.S
2871         (memcpy_z900): Rename to __memcpy_z900.
2872         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2873         (memcpy_mvcle) Rename to __memcpy_mvcle.
2874         * sysdeps/s390/s390-64/memset.S
2875         (memset_z900): Rename to __memset_z900.
2876         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2877         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2878         and use prefixed functions.
2879         * sysdeps/s390/s390-64/multiarch/memcmp.S
2880         (memcmp_z196): Rename to __memcmp_z196.
2881         (memcmp_z10): Rename to __memcmp_z10.
2882         (memcmp): Set alias to __memcmp_z900.
2883         (bcmp): Set alias to __memcmp_z900.
2884         * sysdeps/s390/s390-64/multiarch/memcpy.S
2885         (memcpy_z196): Rename to __memcpy_z196.
2886         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2887         (memcpy_z10): Rename to __memcpy_z10.
2888         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2889         (memcpy): Set alias to __memcpy_z900.
2890         * sysdeps/s390/s390-64/multiarch/memset.S
2891         (memset_z196): Rename to __memset_z196.
2892         Jump to __memset_mvcle instead of memset_mvcle.
2893         (memset_z10): Rename to __memset_z10.
2894         Jump to __memset_mvcle instead of memset_mvcle.
2895         (memset_mvcle) Rename to __memset_mvcle.
2896         (memset): Set alias to __memset_z900.
2898 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2900         [BZ #17748]
2901         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2902         __fesetenv instead of fesetenv.
2904 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2906         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2907         macro.
2909 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2911         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2912         regression on LE.
2914         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2915         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2916         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2917         strncmp-power8 object.
2918         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2919         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2920         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2921         * NEWS: Update.
2923 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2924             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2926         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2927         trailing byte check.
2929 2015-01-13  David S. Miller  <davem@davemloft.net>
2931         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2933 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2935         * login/logout.c (logout): Use memset rather than bzero.
2936         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2937         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2938         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2939         (_gethtbyaddr): Likewise.
2940         * locale/programs/simple-hash.c (bcopy): Macro removed.
2942 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2944         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2945         Add strcmp-power8 object.
2946         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2947         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2948         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2949         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2950         __strcmp_power8 implementation.
2951         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2952         * NEWS: Update.
2954         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2955         Add strncpy-power8 and stpncpy-power8 objects.
2956         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2957         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2958         implementations.
2959         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2960         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2961         __stpncpy_power8 implementation.
2962         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2963         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2964         __strncpy_power8 implementation.
2965         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2966         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2967         * NEWS: Update.
2969         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2970         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2971         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2973         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2974         strncat-power8 object.
2975         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2976         __strcat_power8 implementation.
2977         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2978         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2979         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2980         optimized strcat for power8.
2982         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2983         strcpy-power8 and stpcpy-power8 objects.
2984         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2985         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2986         implementations.
2987         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2988         multiarch stpcpy implementation for POWER8.
2989         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2990         multiarch strcpy implementation for POWER8.
2991         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2992         __strcpy_power8 function.
2993         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2994         stpcpy for POWER8.
2995         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2996         strcpy for POWER8.
2997         * NEWS: Update.
2999 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
3001         [BZ #16009]
3002         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
3003         weights and rules. Use do_xfrm_cached if data fits in cache,
3004         do_xfrm otherwise.  Moved former main loop to...
3005         * (do_xfrm_cached): New function.
3006         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
3007         find_idx, find_position and stack_push.
3008         * (find_idx): New function.
3009         * (find_position): Likewise.
3010         * localedata/sort-test.sh: Added test run for do_xfrm.
3011         * localedata/xfrm-test.c (main): Added command line option
3012         -nocache to run the test with strings that are too large for
3013         the STRXFRM cache.
3015 2015-01-13  Torvald Riegel  <triegel@redhat.com>
3017         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
3018         variable to lll_futex_wake call, not the value itself.
3020 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
3022         [BZ #17803]
3023         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
3024         twom64.  Adjust value to 0x1p-64L.
3025         (__scalblnl): Only return standard underflowing result for K <=
3026         -64 not K <= -63; adjust exponent for underflowing result by 64
3027         not 63.
3028         * math/libm-test.inc (scalbn_test_data): Add more tests.
3029         (scalbln_test_data): Likewise.
3031         [BZ #17834]
3032         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
3033         0x1p63L.
3034         (__scalblnl): Get new exponent of adjusted subnormal value from ES
3035         not HX.
3036         * math/libm-test.inc (scalbn_test_data): Add more tests.
3037         (scalbln_test_data): Likewise.
3039 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3040             Stefani Seibold  <stefani@seibold.net>
3042         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
3043         (sysdep_routines): Add dl-vdso here, ...
3044         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
3045         (sysdep_routines): ... not here.
3046         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
3047         fallback when vDSO is not presented.
3048         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
3049         Define with libc_hidden_proto/libc_hidden_data_def definitions.
3050         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
3051         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
3052         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
3053         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
3054         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
3055         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
3056         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
3057         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
3058         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
3059         fallback configurable symbol when vDSO is not available.
3060         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
3061         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
3062         be able to redefine fallback symbol when vDSO is not available.
3063         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
3064         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
3066 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3068         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3069         (TLS_INIT_TP): Add tm_capable initialization.
3070         (TLS_DEFINE_INIT_TP): Likewise.
3071         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3072         TCB.
3073         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3074         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3075         calculation.
3076         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3077         transactoion is lock elision is built and TCB tm_capable is set.
3078         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3080         (INTERNAL_SYSCALL_NCS): Likewise.
3081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3082         (INTERNAL_SYSCALL_NCS): Likewise.
3083         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
3085         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
3086         for powerpc.
3087         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3088         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
3089         and remove it for 32 bits case.
3090         [pthread_rwlock_t] (__rwelision): New field for lock elision.
3091         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
3092         initialization.
3093         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
3094         Disable lock elision with rdlocks if elision is not available.
3096         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
3097         (sysdep_routines): Add lock elision objects.
3098         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3099         [pthread_mutex_t] (__spins): Rework to add lock elision field.
3100         [pthread_mutex_t] (__elision): Add field.
3101         [__PTHREAD_SPINS]: Adjust to init lock elision field.
3102         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
3103         elision definitions for powerpc.
3104         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
3105         implementation of lock elision for powerpc.
3106         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
3107         implementation of timed lock elision for powerpc.
3108         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
3109         implementation of trylock with lock elision for powerpc.
3110         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
3111         implementaion of unlock for lock elision for powerpc.
3112         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
3113         automatic enable lock elision for mutexes.
3114         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
3115         transaction execution definitions for powerpc.
3116         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
3117         definitions.
3118         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
3119         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
3120         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
3121         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
3122         * NEWS: Update.
3124 2015-01-09  Roland McGrath  <roland@hack.frob.com>
3126         * sysdeps/posix/shm-directory.c: Use <> rather than ""
3127         for #include of <shm-directory.h>.
3129 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
3131         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
3132         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
3134 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
3136         [BZ #17791]
3137         * NEWS: Mention bug fix.
3138         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
3139         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
3140         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
3142 2015-01-09  Torvald Riegel <triegel@redhat.com>
3144         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
3146 2015-01-09  Torvald Riegel <triegel@redhat.com>
3148         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
3150 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3152         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
3153         pointer and cast to uintptr_t.
3155 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3157         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
3158         removed.
3159         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
3161 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3163         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
3164         of 0.
3166 2015-01-08  Roland McGrath  <roland@hack.frob.com>
3168         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
3169         <nptl/pthreadP.h> instead.
3170         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
3172         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
3173         already defined.
3174         [__SIGRTMIN] (init): Function removed.
3175         [__SIGRTMIN] (initialized): Variable removed.
3176         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
3177         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
3178         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
3179         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
3180         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
3181         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3182         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3183         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3184         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3185         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3186         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3187         * sysdeps/nptl/allocrtsig.c: New file.
3188         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3189         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3190         * sysdeps/generic/testrtsig.h: File removed.
3192         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3193         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3195         * nptl/nptl-init.c (pthread_functions): Conditionalize
3196         .ptr__nptl_setxid initialization on [SIGSETXID].
3198         * sysdeps/nptl/sys/procfs.h: New file.
3199         * nptl_db/Makefile (headers): Add it.
3200         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3202         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3203         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3204         * nptl/pthread_attr_setaffinity.c: Include it.
3205         * nptl/pthread_setattr_default_np.c: Likewise.
3206         * nptl/check-cpuset.h: New file.
3208 2015-01-08  Richard Henderson  <rth@redhat.com>
3210         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3211         (CFLAGS-tst-execstack-prog.c): Likewise.
3212         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3214 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
3215             Sandra Loosemore  <sandra@codesourcery.com>
3216             Andrew Jenner  <andrew@codesourcery.com>
3217             Joseph Myers  <joseph@codesourcery.com>
3218             Nathan Sidwell  <nathan@codesourcery.com>
3220         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3221         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3222         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3223         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3224         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3225         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3226         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3227         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3228         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3229         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3230         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3231         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3232         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3233         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3234         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3235         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3236         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3238 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3240         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3241         timespec struct member in syscall macro.
3242         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3243         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3244         first timeval struct member in syscall macro.
3245         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3247 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
3249         [BZ #17748]
3250         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3251         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3252         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3253         __feupdateenv and define as weak alias of __feupdateenv.  Use
3254         libm_hidden_weak.
3255         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3256         libm_hidden_def.
3257         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3258         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3259         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3260         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3261         libm_hidden_def.
3262         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3263         __feupdateenv and define as weak alias of __feupdateenv.  Use
3264         libm_hidden_weak.
3265         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3266         libm_hidden_def.
3267         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3268         __feupdateenv and define as weak alias of __feupdateenv.  Use
3269         libm_hidden_weak.
3270         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3271         libm_hidden_def.
3272         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3273         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3274         (__feupdateenv): Likewise.
3275         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3276         __feupdateenv and define as weak alias of __feupdateenv.  Use
3277         libm_hidden_weak.
3278         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3279         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3280         libm_hidden_def.
3281         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3282         function.
3283         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3284         libm_hidden_def.
3285         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3286         __feupdateenv instead of feupdateenv.
3287         (default_libc_feupdateenv_test): Likewise.
3288         (libc_feresetround_ctx): Likewise.
3290 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3292         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3293         prototype.
3295 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3297         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3298         COLL_SYM in a couple of places to avoid uninitialized variable
3299         wanings on tilegx gcc 4.8.2.
3301 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3303         * sysdeps/aarch64/strcpy.S: New file.
3304         * sysdeps/aarch64/stpcpy.S: New file.
3305         * NEWS: Updated.
3307 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3309         * sysdeps/aarch64/strrchr.S: New file.
3310         * NEWS: Updated.
3312 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3314         [BZ #17658]
3315         * stdlib/setenv.c: Fix memory leak when setting large,
3316         duplicate string.
3318 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3320         [BZ #17273]
3321         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3322         and tabs from buffer before parsing fstab entry.
3323         * misc/tst-mntent.c (main): Add test for mount entry with
3324         trailing spaces and tabs.
3326 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3328         [BZ #17748]
3329         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3330         * math/fesetround.c (fesetround): Rename to __fesetround and
3331         define as weak alias of __fesetround.  Use libm_hidden_weak.
3332         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3333         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3334         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3335         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3336         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3337         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3338         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3339         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3340         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3341         __fesetround_inline.
3342         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3343         __fesetround_inline instead of __fesetround.
3344         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3345         __fesetround and define as weak alias of __fesetround.  Use
3346         libm_hidden_weak.  Call __fesetround_inline instead of
3347         __fesetround.
3348         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3349         __fesetround and define as weak alias of __fesetround.  Use
3350         libm_hidden_weak.
3351         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3352         Likewise.
3353         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3354         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3355         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3356         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3357         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3358         __fesetround and define as weak alias of __fesetround.  Use
3359         libm_hidden_weak.
3360         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3361         __fesetround instead of fesetround.
3362         (default_libc_feholdexcept_setround): Likewise.
3363         (libc_feholdsetround_ctx): Likewise.
3364         (libc_feholdsetround_noex_ctx): Likewise.
3366         [BZ #17748]
3367         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3368         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3369         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3370         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3371         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3372         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3373         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3374         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3375         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3376         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3377         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3378         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3379         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3380         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3381         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3382         libm_hidden_def.
3383         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3384         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3385         Likewise.
3386         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3387         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3388         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3389         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3390         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3391         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3392         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3393         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3394         __fesetenv instead of fesetenv.
3395         (libc_feresetround_noex_ctx): Likewise.
3396         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3397         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3398         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3399         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3400         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3401         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3402         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3403         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3404         (__feupdateenv): Likewise.
3405         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3406         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3407         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3408         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3410 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3412         [BZ #17806]
3413         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3414         addresses have been freed.
3416 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3418         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3419         and nservall.
3421 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3423         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3424         Clean up check_pf allocation pattern. addresses
3426 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3428         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3429         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3430         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3431         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3432         * nptl/pthread_join.c (pthread_join): Likewise.
3433         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3434         * sysdeps/posix/waitid.c (__waitid): Likewise.
3435         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3436         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3437         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3438         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3439         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3440         Likewise.
3441         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3442         (__libc_pread64): Likewise.
3443         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3444         (__libc_pwrite): Likewise.
3445         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3446         (__libc_pwrite64): Likewsie.
3447         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3448         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3449         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3450         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3451         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3452         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3453         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3455         Likewise.
3456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3457         (__libc_pread64): Likewise.
3458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3459         Likewise.
3460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3461         (__libc_pwrite64): Likewise.
3462         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3463         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3464         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3465         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3466         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3467         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3468         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3469         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3470         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3471         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3472         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3473         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3474         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3475         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3476         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3477         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3478         Likewise.
3480 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3482         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3483         (CFLAGS-test-double.c): Likewise.
3484         (CFLAGS-test-ldouble.c): Likewise.
3485         (CPPFLAGS-test-ifloat.c): Likewise.
3486         (CPPFLAGS-test-idouble.c): Likewise.
3487         (CPPFLAGS-test-ildoubl.c): Likewise.
3488         (CFLAGS-test-test-fenv.c): Remove variable.
3489         (CFLAGS-test-misc.c): Likewise.
3491 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3493         [BZ #17797]
3494         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3495         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3496         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3497         CLOCKS_PER_SEC == 1000000.
3498         * time/clocktest.c (main): Replace %ld with %jd and cast to
3499         intmax_t.
3501 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3503         * sysdeps/generic/unwind-resume.h: New file.
3504         * sysdeps/gnu/unwind-resume.c: Include it.
3505         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3506         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3507         argument list.
3508         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3509         global rather than static.
3510         (_Unwind_Resume): Update user.
3511         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3512         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3513         rather than static.  Add __attribute__ ((cold)).
3514         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3515         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3516         * sysdeps/arm/arm-unwind-resume.S: New file.
3517         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3518         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3519         * sysdeps/arm/Makefile [$(subdir) = csu]
3520         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3521         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3522         Add rt-arm-unwind-resume.
3523         [$(subdir) = nptl]
3524         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3525         Add pt-arm-unwind-resume.
3526         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3527         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3529 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3531         [BZ #17748]
3532         * include/fenv.h (__feholdexcept): Declare.  Use
3533         libm_hidden_proto.
3534         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3535         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3536         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3537         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3538         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3539         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3540         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3541         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3542         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3543         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3544         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3545         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3546         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3547         (feholdexcept): Likewise.
3548         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3549         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3550         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3551         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3552         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3553         __feholdexcept instead of feholdexcept.
3554         (default_libc_feholdexcept_setround): Likewise.
3556 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3558         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3559         to avoid using stl/str to align destination.
3561 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3563         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3565 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3567         [BZ #17796]
3568         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3569         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3570         Define as weak alias not strong alias.
3572 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3574         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3575         bltzal with addiupc.
3576         (RTLD_START): Ditto.
3578 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3580         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3581         for __vdso_* functions in declarations.
3582         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3583         definitions.
3584         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3585         INTERNAL_VSYSCALL): Use struct return types to check for error.
3587         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3588         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3589         function with cast from llround().
3590         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3591         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3592         Define.
3594 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3596         [BZ #17793]
3597         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3598         Define as weak alias not strong alias.
3600         [BZ #17635]
3601         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3602         ...
3603         * ctype/ctype-extn.c: ... here.
3604         (__isblank_l): Move to ...
3605         * ctype/ctype-c99_l.c: ... here.  New file.
3606         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3607         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3608         Remove variable.
3609         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3610         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3611         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3612         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3613         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3615         [BZ #17777]
3616         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3617         (posix_fadvise64): Define as weak alias not strong alias.
3618         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3619         (posix_fallocate64): Likewise.
3620         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3621         Remove variable.
3622         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3623         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3624         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3625         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3626         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3628 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3630         [BZ #16191]
3631         * NEWS: Mention bug fix.
3632         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3633         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3634         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3635         (HOST_STACK_END_ADDR): Likewise.
3637 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3639         [BZ #17748]
3640         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3641         * math/fegetround.c (fegetround): Rename to __fegetround and
3642         define as weak alias of __fegetround.  Use libm_hidden_weak.
3643         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3644         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3645         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3646         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3647         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3648         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3649         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3650         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3651         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3652         Undefine after rather than before function definition; use
3653         parentheses around function name in definition.
3654         (__fegetround): Also undefine macro after function definition.
3655         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3656         __fegetround and define as weak alias of __fegetround.  Use
3657         libm_hidden_weak.  Do not undefine as macro.
3658         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3659         Likewise.
3660         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3661         __fegetround and define as weak alias of __fegetround.  Use
3662         libm_hidden_weak.
3663         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3664         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3665         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3666         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3667         __fegetround and define as weak alias of __fegetround.  Use
3668         libm_hidden_weak.
3669         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3670         __fegetround instead of fegetround.
3672         [BZ #17782]
3673         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3674         Condition macro definition on [__USE_MISC].
3676         [BZ #17781]
3677         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3678         (struct sigaction): Change type of sa_flags field to int.
3680         [BZ #17780]
3681         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3682         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3683         __glibc_reserved0.
3685         * nptl/version.c (banner): Use single year in copyright notice.
3687         * NEWS: Update copyright dates.
3688         * catgets/gencat.c (print_version): Likewise.
3689         * csu/version.c (banner): Likewise.
3690         * debug/catchsegv.sh: Likewise.
3691         * debug/pcprofiledump.c (print_version): Likewise.
3692         * debug/xtrace.sh (do_version): Likewise.
3693         * elf/ldconfig.c (print_version): Likewise.
3694         * elf/ldd.bash.in: Likewise.
3695         * elf/pldd.c (print_version): Likewise.
3696         * elf/sotruss.sh: Likewise.
3697         * elf/sprof.c (print_version): Likewise.
3698         * iconv/iconv_prog.c (print_version): Likewise.
3699         * iconv/iconvconfig.c (print_version): Likewise.
3700         * locale/programs/locale.c (print_version): Likewise.
3701         * locale/programs/localedef.c (print_version): Likewise.
3702         * login/programs/pt_chown.c (print_version): Likewise.
3703         * malloc/memusage.sh (do_version): Likewise.
3704         * malloc/memusagestat.c (print_version): Likewise.
3705         * malloc/mtrace.pl: Likewise.
3706         * manual/libc.texinfo: Likewise.
3707         * nptl/version.c (banner): Likewise.
3708         * nscd/nscd.c (print_version): Likewise.
3709         * nss/getent.c (print_version): Likewise.
3710         * nss/makedb.c (print_version): Likewise.
3711         * posix/getconf.c (main): Likewise.
3712         * scripts/test-installation.pl: Likewise.
3713         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3715 2015-01-02  Will Newton  <will.newton@linaro.org>
3717         * sysdeps/arm/armv7/configure: Removed.
3718         * sysdeps/arm/armv7/configure.ac: Likewise.
3720 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3722         * All files with FSF copyright notices: Update copyright dates
3723         using scripts/update-copyrights.
3724         * intl/plural.c: Regenerated.
3725         * locale/programs/charmap-kw.h: Likewise.
3726         * locale/programs/locfile-kw.h: Likewise.
3728 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3730         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3732 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3734         [BZ #17748]
3735         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3736         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3737         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3738         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3739         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3740         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3741         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3742         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3743         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3744         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3745         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3746         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3747         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3748         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3749         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3750         libm_hidden_def.
3751         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3752         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3753         Likewise.
3754         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3755         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3756         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3757         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3758         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3759         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3760         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3761         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3762         __fegetenv instead of fegetenv.
3763         (libc_feholdsetround_noex_ctx): Likewise.
3765 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3767         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3768         (Elf_MIPS_ABIFlags_v0): New structure.
3769         (EF_MIPS_FP64): Define.
3770         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3771         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3772         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3773         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3774         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3775         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3776         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3777         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3778         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3779         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3780         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3781         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3782         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3783         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3784         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3785         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3786         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3787         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3788         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3789         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3790         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3791         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3792         field.
3793         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3794         EF_MIPS_FP64.
3795         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3796         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3797         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3798         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3799         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3800         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3801         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3802         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3803         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3804         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3805         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3806         record the current FP ABI extension.
3807         (mips-mode-switch): Define to show if kernel headers support mode
3808         switching.
3809         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3810         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3811         supported SYSV ABI version to 3.
3812         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3813         feature.
3815 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3816             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3818         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3819         path.
3820         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3822 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3824         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3825         __fegetround and redefine to call __fegetround.  Remove condition
3826         on [!__NO_MATH_INLINES].
3827         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3828         function.
3829         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3830         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3831         Remove macro.
3832         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3833         instead of <fenv_libc.h>.
3834         (__llrintl): Call fegetround instead of __fegetround.
3835         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3836         instead of <fenv_libc.h>.
3837         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3838         (__lrintl): Call fegetround instead of __fegetround.
3839         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3840         instead of <fenv_libc.h>.
3841         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3842         (__rintl): Call fegetround instead of __fegetround.
3844 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3846         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3847         arrays.
3849 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3851         [BZ #17775]
3852         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3853         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3854         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3856 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3858         * sysdeps/i386/tls-macros.h: Include <features.h>.
3859         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3860         (TLS_IE): Likewise.
3861         (TLS_LD): Likewise.
3862         (TLS_GD): Likewise.
3863         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3864         define for GCC >= 5.0.
3866 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3868         * math/test-fenv.c (test_single_exception, set_single_exc,
3869         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3870         feexcp_mask_test, feenable_test, fe_single_test): Add
3871         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3872         case where they are not used.
3873         * math/libm-test.inc: Likewise.
3874         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3875         unused in the absence of FP rounding/exception support.
3876         * stdio-common/tst-printf-round.c: Likewise.
3877         * stdlib/tst-strtod-round.c: Likewise.
3878         * stdlib/tst-strtod-underflow.c: Likewise.
3880 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3882         [BZ #17723]
3883         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3884         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3885         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3886         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3887         libm_hidden_weak.
3888         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3889         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3890         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3891         libm_hidden_def.
3892         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3893         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3894         libm_hidden_weak.
3895         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3896         Likewise.
3897         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3898         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3899         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3900         libm_hidden_weak.
3901         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3902         libm_hidden_def.
3903         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3904         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3905         (__feraiseexcept): Likewise.
3906         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3907         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3908         libm_hidden_weak.
3909         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3910         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3911         libm_hidden_def.
3912         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3913         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3914         Use libm_hidden_def.
3915         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3916         libm_hidden_def.
3917         (feraiseexcept): Define as weak not strong alias.  Use
3918         libm_hidden_weak.
3919         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3920         New inline function.  Factored out of ...
3921         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3922         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3923         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3924         feraiseexcept.
3925         * math/w_acos.c (__acos): Likewise.
3926         * math/w_asin.c (__asin): Likewise.
3927         * math/w_ilogb.c (__ilogb): Likewise.
3928         * math/w_j0.c (y0): Likewise.
3929         * math/w_j1.c (y1): Likewise.
3930         * math/w_jn.c (yn): Likewise.
3931         * math/w_log.c (__log): Likewise.
3932         * math/w_log10.c (__log10): Likewise.
3933         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3934         * sysdeps/aarch64/fpu/math_private.h
3935         (libc_feupdateenv_test_aarch64): Likewise.
3936         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3937         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3938         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3939         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3940         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3941         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3942         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3943         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3944         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3945         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3947 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3949         [BZ #17732]
3950         * io/test-utime.c (main): Replace %ld with %jd and cast to
3951         intmax_t.
3952         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3953         * nptl/tst-mutex5.c: Include <stdint.h>.
3954         (do_test): Replace %ld with %jd and cast to intmax_t.
3955         * posix/tst-regex.c (run_test): Likewise.
3956         (run_test_backwards): Likewise.
3957         * rt/tst-clock.c: Include <stdint.h>.
3958         (clock_test): Replace %ld with %jd and cast to intmax_t.
3959         * rt/tst-cpuclock1.c: Include <stdint.h>.
3960         (do_test): Replace %lu with %ju and cast to uintmax_t.
3961         * rt/tst-cpuclock2.c: Include <stdint.h>.
3962         (do_test): Replace %lu with %ju and cast to uintmax_t.
3963         * rt/tst-mqueue1.c: Include <stdint.h>.
3964         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3965         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3966         intmax_t.
3967         * rt/tst-mqueue4.c (do_test): Likewise.
3968         * rt/tst-timer4.c: Include <stdint.h>.
3969         (check_ts): Replace %ld with %jd and cast to intmax_t.
3970         (do_test): Likewise.
3971         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3972         and cast to intmax_t.
3973         * sysdeps/pthread/tst-timer.c (main): Likewise.
3974         * time/clocktest.c (main): Likewise.
3975         * time/tst-posixtz.c (do_test): Likewise.
3976         * timezone/tst-timezone.c (main): Likewise.
3978 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3979             H.J. Lu  <hongjiu.lu@intel.com>
3981         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3982         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3983         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3984         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3985         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3986         version if bit_Fast_Unaligned_Load is set.
3987         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3988         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3989         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3990         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3991         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3992         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3993         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3994         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3995         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3996         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3997         to 4.
3998         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3999         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
4000         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
4001         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
4003 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
4005         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
4006         instead of #if to avoid a Wundef warning.
4007         * stdlib/tst-limits.c (do_test): Likewise.
4009         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
4010         parallel other exception macros.
4011         (fegetenv): Convert from macro to extern inline so that it applies
4012         retroactively to inline functions already seen by the compiler.
4013         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
4015         * posix/Makefile (before-compile): Use $(objpfx) for
4016         posix-conf-vars-def.h.
4018 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4020         * posix/getconf.c (main): Use size_t for type of I.
4021         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
4022         NSPEC.
4024         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
4025         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
4026         * posix/posix-envs.def: Likewise.
4027         * sysdeps/posix/sysconf.c: Likewise.
4028         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
4029         (specs): Remove array.
4030         * scripts/gen-posix-conf-vars.awk: Support generation of specs
4031         array.
4033         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
4034         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
4035         (__sysconf): Use CONF_IS_* macros.
4037         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
4038         ($(objpfx)posix-conf-vars-def.h): New target.
4039         * posix/posix-conf-vars.list: New file.
4040         * posix/posix-conf-vars.h: New file.
4041         * posix/confstr.c: Include posix-conf-vars.h.
4042         (confstr): Use CONF_IS_* macros.
4043         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
4044         CONF_IS_* macros.
4045         * scripts/gen-posix-conf-vars.awk: New file.
4047 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
4049         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
4050         fegetround): Add no-op macros to avoid linknamespace issues.
4052         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4053         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
4055         * sysdeps/unix/sysv/linux/tile/sysdep.h
4056         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
4057         assembly-specific section to avoid a redefinition warning.
4059         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4060         long before casting to pointer to avoid a cast warning.
4062 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
4064         * sysdeps/tile/tilegx/Implies: New file.
4066 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
4068         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4070 2014-12-23  Florian Weimer  <fweimer@redhat.com>
4072         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4074 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4076         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4077         not define.
4078         * sysdeps/unix/sysv/linux/utimes.c: Do not include
4079         <kernel-features.h>.
4080         (__utimes) [__NR_utimes]: Make code unconditional.
4081         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
4082         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4083         (__ASSUME_UTIMES): Do not undefine.
4084         * sysdeps/unix/sysv/linux/tile/kernel-features.h
4085         (__ASSUME_UTIMES): Likewise.
4086         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4087         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
4088         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
4089         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
4091 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4093         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
4095 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
4097         [BZ #17747]
4098         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
4099         alias to weak alias for j0l, y0l.
4100         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
4101         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
4103         [BZ #17746]
4104         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
4105         conversion.
4107 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4109         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
4110         to zero if not already defined.
4112 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4114         [BZ #17724]
4115         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
4116         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
4117         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
4118         (char *) casts added.
4119         * sysdeps/ieee754/k_standardf.c: New file.
4120         * sysdeps/ieee754/k_standardl.c: Likewise.
4121         * math/Makefile (libm-support): Remove k_standard.
4122         (libm-calls): Add k_standard.
4124 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4126         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4127         Optimize to avoid an unnecessary FPCR read.
4129 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4131         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
4132         Optimize to reduce FPCR/FPSR accesses.
4134 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4136         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
4137         Call libc_fetestexcept_aarch64.
4139 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4141         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
4142         Call libc_fesetround_aarch64.
4144 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4146         [BZ #17733]
4147         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
4148         (__bind): Do not define as weak alias.
4149         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
4150         define.
4151         (__getsockname): Do not define as weak alias.
4153 2014-12-22  Will Newton  <will.newton@linaro.org>
4155         * manual/install.texi: Document that we require bison 2.7
4156         or above.
4157         * INSTALL: Regenerate.
4158         * configure.ac: Use AC_CHECK_PROG_VER instead of
4159         AC_PATH_PROG when checking for bison and check for
4160         version 2.7 or above.
4161         * configure: Regenerate.
4163 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
4165         [BZ #17745]
4166         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
4167         * sysdeps/tile/ffsll.c (ffsll): To here.
4169         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
4171 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4173         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
4174         if not defined.
4175         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
4176         definition.
4177         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4178         hidden ___tls_get_addr.
4179         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4180         hidden __tls_get_addr.
4181         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4182         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4183         Likewise.
4185 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
4187         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4188         _dl_init call.
4190 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4192         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4193         from "call _dl_init@PLT".
4194         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4196 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
4198         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4199         guarantees.
4201 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
4203         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4205 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4207         [BZ #17744]
4208         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4209         strnlen.
4211 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4213         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4214         of multu on MIPSr6.
4215         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4216         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4217         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4218         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4219         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4221 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4223         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4224         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4225         (PTR_SUBU): Use subu for mips32r6/mips64r6.
4226         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4227         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4228         mips32r6/mips64r6.
4229         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4231 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
4233         * string/strncat.c (STRNCAT): Simplify implementation.
4235 2014-12-19  David S. Miller  <davem@davemloft.net>
4237         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4238         access the quad as both a long double and as a series of 4 words.
4240         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4241         link_map->l_info array access.
4243 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4245         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4247         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4248         * math/atest-exp2.c (TIMEOUT): Likewise.
4249         * math/atest-sincos.c (TIMEOUT): Likewise.
4251 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4253         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4254         -Wno-error with -fno-builtin-lround.
4256 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4258         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4259         Contains futex constants and functions moved over from ...
4260         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4261         <lowlevellock-futex.h>.
4262         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4263         (lll_timedwait_tid): Add comments and parentheses around macro
4264         arguments.
4266 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4268         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4269         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4270         (__lll_private_flag): Remove.
4271         (lll_futex_wait): Likewise.
4272         (lll_futex_timed_wait): Likewise.
4273         (lll_futex_wake): Likewise.
4274         (lll_futex_requeue): Likewise.
4275         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4276         (__lll_timedwait_tid): Spell out argument names.
4277         (lll_timedwait_tid): Add comments and parentheses around macro
4278         arguments.
4279         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4280         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4282 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4284         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4285         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4286         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4287         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4288         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4289         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4290         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4291         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4292         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4293         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4294         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4295         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4296         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4297         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4298         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4299         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4300         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4301         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4302         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4304 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4306         * sysdeps/x86_64/x32/Makefile: New file.
4308 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4310         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4311         1L with (mp_limb_t) 1.
4313 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4315         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4316         * nptl/libc_pthread_init.c: ... here.
4317         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4318         * nptl/register-atfork.c: ... here.
4320         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4321         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4322         Use assert_perror to check its return value.
4323         (__gai_create_helper_thread): Likewise.
4325         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4327         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4329 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4331         [BZ #17725]
4332         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4333         __profil_counter.
4334         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4335         Likewise.
4336         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4337         Likewise.
4338         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4339         Likewise.
4340         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4341         (profil_counter): Likewise.
4342         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4343         (profil_counter): Likewise.
4344         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4345         Likewise.
4346         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4347         Likewise.
4348         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4349         (profil_counter): Likewise.
4350         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4351         Likewise.
4352         [!__profil_counter] (profil_counter): Define as weak alias of
4353         __profil_counter.
4354         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4355         (profil_counter): Rename to __profil_counter.
4356         [!__profil_counter] (profil_counter): Define as weak alias of
4357         __profil_counter.
4358         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4359         (profil_counter): Rename to __profil_counter.
4360         [!__profil_counter] (profil_counter): Define as weak alias of
4361         __profil_counter.
4362         * sysdeps/posix/profil.c: Update comment referring to
4363         profil_counter.
4364         (__profil): Use __profil_counter instead of profil_counter.
4365         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4366         __profil_counter.  Use __profil_counter_ushort and
4367         __profil_counter_uint in definitions.
4368         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4369         instead of profil_counter_uint and profil_counter_ushort.
4371         [BZ #17722]
4372         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4373         define as weak alias of __inet_makeaddr.
4374         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4375         as weak alias of __inet_addr.
4376         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4377         as weak alias of __inet_pton.  Use libc_hidden_weak.
4378         * include/arpa/inet.h (__inet_pton): Declare.  Use
4379         libc_hidden_proto.
4380         (inet_makeaddr): Don't use libc_hidden_proto.
4381         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4382         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4383         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4384         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4385         Remove variable.
4386         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4387         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4389 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4391         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4393 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4395         * stdio-common/bug-vfprintf-nargs.c (do_test):
4396         Cast value to intptr_t to avoid format warning
4397         for usage with PRIdPTR printing macro.
4399 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4401         * libio/tst-widetext.c (do_test):
4402         Use format type %td instead of %Zd for ptrdiff_t
4403         in order to avoid format warning.
4405 2014-12-17  Andreas Schwab  <schwab@suse.de>
4407         * nscd/mem.c (gc): Add size_t cast to match printf format.
4409 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4411         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4412         (init): Apply PTR_MANGLE to pointers before storing them.
4413         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4414         before using them.
4416 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4418         [BZ #17719]
4419         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4420         define as weak alias of __memrchr.
4421         (__memrchr): Do not define as strong alias of memrchr.
4422         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4423         Remove variable.
4424         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4425         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4426         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4428         [BZ #17717]
4429         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4430         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4431         (if_indextoname): Rename to __if_indextoname and define as weak
4432         alias of __if_indextoname.  Use libc_hidden_weak.
4433         (if_freenameindex): Rename to __if_freenameindex and define as
4434         weak alias of __if_freenameindex.
4435         (if_nameindex): Rename to __if_nameindex and define as weak alias
4436         of __if_nameindex.
4437         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4438         __if_nametoindex and define as weak alias of __if_nametoindex.
4439         Use libc_hidden_weak.
4440         (if_freenameindex): Rename to __if_freenameindex and define as
4441         weak alias of __if_freenameindex.
4442         (if_nameindex): Rename to __if_nameindex and define as weak alias
4443         of __if_nameindex.
4444         (if_indextoname): Rename to __if_indextoname and define as weak
4445         alias of __if_indextoname.  Use libc_hidden_weak.
4446         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4447         __if_nametoindex and define as weak alias of __if_nametoindex.
4448         Use libc_hidden_weak.
4449         (if_freenameindex): Rename to __if_freenameindex and define as
4450         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4451         (if_nameindex_netlink): Use __if_freenameindex instead of
4452         if_freenameindex.
4453         (if_nameindex): Rename to __if_nameindex and define as weak alias
4454         of __if_nameindex.  Use libc_hidden_weak.
4455         (if_indextoname): Rename to __if_indextoname and define as weak
4456         alias of __if_indextoname.  Use libc_hidden_weak.
4457         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4458         libc_hidden_proto.
4459         [!_ISOMAC] (__if_freenameindex): Likewise.
4460         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4461         if_nametoindex.
4462         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4463         variable.
4464         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4465         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4466         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4467         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4468         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4469         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4470         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4472         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4473         Remove variable.
4474         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4475         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4477 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4479         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4480         subscript above bounds'
4482         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4483         bounds.
4485 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4487         * libio/tst-fopenloc.c: Use test-skeleton.c.
4489         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4490         (entry): Rename to ITEM.
4491         (do_test, comp): Adjust.
4493         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4495 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4497         * string/tester.c: Include <libc-internal.h>.
4498         (test_memset): Ignore -Wmemset-transposed-args.
4500 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4502         * misc/tst-mntent2.c (do_test): Fix warning.
4504 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4506         * elf/tst-unique4lib.cc(a): Mark as used.
4508 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4510         [BZ #17630]
4511         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4512         names.
4514 2014-12-16  Allan McRae  <allan@archlinux.org>
4516         * stdio-common/Makefile (tests): Re-add bug26.
4518 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4520         [BZ #17657]
4521         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4522         static array.
4524 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4526         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4527         (__lll_lock_wait): Likewise.
4528         (__lll_timedlock_wait): Likewise.
4529         (__lll_timedwait_tid): Likewise.
4530         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4531         (__lll_robust_timedlock_wait): Likewise.
4532         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4533         (lll_cond_trylock): Likewise.
4534         (__lll_lock): Likewise.
4535         (__lll_robust_lock): Likewise.
4536         (__lll_cond_lock): Likewise.
4537         (lll_robust_cond_lock): Likewise.
4538         (__lll_timedlock): Likewise.
4539         (__lll_robust_timedlock): Likewise.
4540         (__lll_unlock): Likewise.
4541         (__lll_robust_unlock): Likewise.
4542         (lll_wait_tid): Likewise.
4543         (lll_timedwait_tid): Likewise.
4545 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4547         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4549 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4551         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4553 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4555         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4556         * stdio-common/tst-sprintf.c: Likewise.
4558 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4560         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4562 2014-12-15  Jeff Law  <law@redhat.com>
4564         [BZ #16617]
4565         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4566         on the heap.  (CVE-2012-3406)
4567         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4568         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4569         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4571 2014-12-15  Will Newton  <will.newton@linaro.org>
4573         * manual/install.texi: Bump required version of texinfo
4574         to 4.7 from 4.5.
4575         * INSTALL: Regenerated.
4576         * configure.ac: Check for makeinfo version 4.7 and above.
4577         * configure: Regenerated.
4579 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4581         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4582         PREFIX, string constant to insert between directory and name.
4583         * sysdeps/posix/shm_open.c: Update caller.
4584         * sysdeps/posix/shm_unlink.c: Likewise.
4585         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4586         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4587         (SEM_SHM_PREFIX): New macro.
4588         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4589         [$(have-thread-library) = no].
4590         * nptl/Makefile (libpthread-routines): Add shm-directory.
4591         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4592         * sysdeps/nptl/shm-directory.h: New file.
4593         * sysdeps/posix/shm-directory.c
4594         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4595         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4596         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4597         INTERNAL_SYSCALL.
4598         (__where_is_shmfs): Function removed.
4599         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4600         Variables removed.
4601         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4602         Use SHM_GET_NAME.
4603         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4605         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4606         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4607         unconditional for use inside libpthread.
4608         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4610 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4612         * nptl/pthread_getaffinity.c: New file.
4613         * nptl/pthread_setaffinity.c: New file.
4614         * nptl/pthread_getname.c: New file.
4615         * nptl/pthread_setname.c: New file.
4617         * nptl/pthread_create.c (START_THREAD_DEFN)
4618         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4620 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4621             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4623         * resolv/res_send.c (send_vc): Disable warning resplen may
4624         be used uninitialized.
4626 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4628         * nptl/tst-mutex6.c
4629         (ATTR_NULL): New define checks ATTR against NULL.
4630         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4631         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4633 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4635         [BZ #17581]
4636         * malloc/hooks.c
4637         (mem2mem_check): Revert my previous change.
4638         (malloc_check_get_size): Revert my previous change.
4639         (mem2chunk_check): Revert my previous change.
4641 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4643         * sysdeps/posix/shm-directory.c: New file.
4644         * sysdeps/posix/shm-directory.h: New file.
4645         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4646         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4647         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4648         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4649         Transmute EPERM to EACCES.
4650         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4651         from ...
4652         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4653         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4655 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4657         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4658         pointer and cast to uintptr_t.
4659         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4660         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4661         Add cast to avoid warning.
4662         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4664 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4666         * nptl/semaphore.h: Move to ...
4667         * sysdeps/pthread/semaphore.h: ... here.
4668         * Makefile (installed-headers): Change nptl/semaphore.h to
4669         sysdeps/pthread/semaphore.h.
4671 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4673         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4674         generated error format strings.
4676         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4677         -Wformat-extra-args warnings for scanf formats.
4678         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4679         test of zero-length format (duh).
4680         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4681         corner-case scanf format test.
4682         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4683         generated fprintf format string.
4684         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4685         corner-case sprintf format tests.
4686         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4687         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4688         -Wformat-extra-args warnings throughout.
4689         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4690         (CFLAGS-scanf4.c): Likewise.
4691         (CFLAGS-scanf7.c): Likewise.
4692         (CFLAGS-tst-sprintf.c): Likewise.
4693         (CFLAGS-tst-printf.c): Likewise.
4694         (CFLAGS-tst-printfsz.c): Likewise.
4696 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4698         * include/cpio.h: New file.
4699         * include/fmtmsg.h: Likewise.
4701         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4702         corresponding format argument to size_t.
4703         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4704         arguments.
4705         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4706         corresponding format argument to size_t.
4707         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4708         arguments.
4709         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4710         corresponding format argument to size_t.
4711         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4712         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4713         (CFLAGS-tst-mbswcs2.c): Likewise.
4714         (CFLAGS-tst-mbswcs3.c): Likewise.
4715         (CFLAGS-tst-mbswcs4.c): Likewise.
4716         (CFLAGS-tst-mbswcs5.c): Likewise.
4717         (CFLAGS-tst-trans.c): Likewise
4719 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4721         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4722         rather than assuming they won't contain any '%'s.
4724 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4726         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4727         inhibit_loop_to_libcall to avoid recursive calls.
4728         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4729         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4731 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4733         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4734         prototype.
4736 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4738         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4739         integer value instead of boolean.
4741 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4743         * malloc/malloc.c: Fix powerof2 check.
4745 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4747         * locale/programs/locfile.h (maybe_swap_uint32):
4748         Remove inline and add unused attribute.
4750 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4752         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4753         Truncating assembler expression to a .long expression.
4755 2014-12-11  Andreas Schwab  <schwab@suse.de>
4757         * elf/rtld.c (struct map_args): Constify str member.
4758         (do_preload): Constify fname argument.
4760 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4762         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4763         constants definition.
4765 2014-12-11  Andreas Schwab  <schwab@suse.de>
4767         [BZ #16657]
4768         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4769         FORCE_ELISION instead of DO_ELISION.
4770         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4771         Remove.
4772         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4773         Likewise.
4775         * iconvdata/gconv-modules: Remove duplicate entry.
4777 2014-12-11  Will Newton  <will.newton@linaro.org>
4779         Merge gettext 0.19.3 into intl/.
4781         This involves a number of cosmetic changes to comments
4782         and ANSI function definitions and prototypes throughout
4783         all the files. The gettext copyright header is used but
4784         with the date ranges taken from the glibc copy.
4786         * NEWS: Add gettext merge to 2.21.
4787         * intl/bindtextdom.c: Switch to gettext copyright.
4788         Use ANSI definitions and prototypes.
4789         Use gl_* locking primitives rather than __libc_* ones.
4790         Use __builtin_expect rather than __glibc_likely/unlikely.
4791         * intl/dcgettext.c: Switch to gettext copyright.
4792         Use ANSI definitions and prototypes.
4793         * intl/dcigettext.c: Switch to gettext copyright.
4794         Use ANSI definitions and prototypes.
4795         (INTDIV0_RAISES_SIGFPE): New define.
4796         Use gl_* locking primitives rather than __libc_* ones.
4797         Include eval-plural.h instead of plural-eval.c.
4798         Use __builtin_expect rather than __glibc_likely/unlikely.
4799         * intl/dcngettext.c: Switch to gettext copyright.
4800         Use ANSI definitions and prototypes.
4801         * intl/dgettext.c: Likewise.
4802         * intl/dngettext.c: Likewise.
4803         * intl/plural-eval.c: Renamed to...
4804         * intl/eval-plural.h: ...this.
4805         * intl/explodename.c: Switch to gettext copyright.
4806         Use ANSI definitions and prototypes.
4807         (_nl_explode_name): Use strchr instead of __rawmemchr.
4808         * intl/finddomain.c: Switch to gettext copyright.
4809         Use ANSI definitions and prototypes.
4810         Use gl_* locking primitives rather than __libc_* ones.
4811         (_nl_find_domain): Use malloc rather than alloca for
4812         allocation of temporary locale name.
4813         * intl/gettext.c: Switch to gettext copyright.
4814         Use ANSI definitions and prototypes.
4815         * intl/gettextP.h: Switch to gettext copyright.
4816         Use ANSI definitions and prototypes.
4817         Use gl_* locking primitives rather than __libc_* ones.
4818         * intl/gmo.h: Switch to gettext copyright.
4819         (struct sysdep_string): Move struct segment_pair outside of
4820         struct definition.
4821         * intl/hash-string.c: Use ANSI definitions and prototypes.
4822         * intl/hash-string.h: Switch to gettext copyright.
4823         Use ANSI definitions and prototypes.
4824         * intl/l10nflist.c: Switch to gettext copyright.
4825         Use ANSI definitions and prototypes.
4826         (_nl_normalize_codeset): Avoid integer overflow.
4827         * intl/loadinfo.h: Switch to gettext copyright.
4828         Use ANSI definitions and prototypes.
4829         (LIBINTL_DLL_EXPORTED): New define.
4830         (PATH_SEPARATOR): New define.
4831         * intl/loadmsgcat.c: Switch to gettext copyright.
4832         * intl/localealias.c: Switch to gettext copyright.
4833         Use ANSI definitions and prototypes.
4834         (_nl_expand_alias): Use PATH_SEPARATOR.
4835         * intl/ngettext.c: Switch to gettext copyright.
4836         Use ANSI definitions and prototypes.
4837         * intl/plural-exp.c: Likewise.
4838         * intl/plural-exp.h: Switch to gettext copyright.
4839         Use ANSI definitions and prototypes.
4840         (struct expression): Move definition of enum operator outside
4841         of struct definition.
4842         * intl/plural.c: Regenerate.
4843         * intl/plural.y: Switch to gettext copyright.
4844         Use ANSI definitions and prototypes.
4845         Port to bison 3.0.
4846         * intl/textdomain.c: Switch to gettext copyright.
4847         Use ANSI definitions and prototypes.
4848         Use gl_* locking primitives rather than __libc_* ones.
4850 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4852         * debug/warning-nop.c: Add used atrribute.
4854 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4856         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4858         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4859         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4860         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4862 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4863             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4865         [BZ #17634]
4866         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4867         Undefine after defining function.  Define as weak alias of
4868         __wcschr.  Use libc_hidden_weak.
4869         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4870         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4871         (libc_hidden_def): Also define __GI___wcschr alias.
4872         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4873         __wcschr and define as weak alias of __wcschr.
4874         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4875         __wcschr.
4876         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4877         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4878         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4879         libc_hidden_weak.  Do not use libc_hidden_def.
4880         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4881         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4882         __GI___wcschr alias.
4883         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4884         [IS_IN (libc)] (wcschr): Define as macro expanding to
4885         __redirect_wcschr.
4886         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4887         [IS_IN (libc)] (__wcschr_power6): Likewise.
4888         [IS_IN (libc)] (__wcschr_power7): Likewise.
4889         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4890         instead of wcschr.
4891         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4892         __libc_wcschr.
4893         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4894         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4895         __wcschr and define as weak alias of __wcschr.  Use
4896         libc_hidden_builtin_def.
4897         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4898         as weak alias of __wcschr.  Use libc_hidden_weak.
4899         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4900         wcschr.
4901         * time/era.c (_nl_init_era_entries): Likewise.
4902         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4903         variable.
4904         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4905         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4907 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4909         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4910         format for long int variable.
4912 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4914         [BZ #10672]
4915         * manual/search.texi: (Array Sort Function): Remove claim how to make
4916         qsort stable.
4918 2014-12-10  Andreas Schwab  <schwab@suse.de>
4920         [BZ #12847]
4921         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4922         user-controlled locks.
4924 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4926         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4927         register.
4929 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4931         * configure.ac (--disable-werror): New configure option.
4932         (enable_werror): New AC_SUBST.
4933         * configure: Regenerated.
4934         * config.make.in (enable-werror): New variable.
4935         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4936         -Wno-error=undef.
4937         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4938         * manual/install.texi (Configuring and compiling): Document
4939         --disable-werror.
4940         * INSTALL: Regenerated.
4941         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4942         (CFLAGS-tst-chk2.c): Likewise.
4943         (CFLAGS-tst-chk3.c): Likewise.
4944         (CFLAGS-tst-chk4.cc): Likewise.
4945         (CFLAGS-tst-chk5.cc): Likewise.
4946         (CFLAGS-tst-chk6.cc): Likewise.
4947         (CFLAGS-tst-lfschk1.c): Likewise.
4948         (CFLAGS-tst-lfschk2.c): Likewise.
4949         (CFLAGS-tst-lfschk3.c): Likewise.
4950         (CFLAGS-tst-lfschk4.cc): Likewise.
4951         (CFLAGS-tst-lfschk5.cc): Likewise.
4952         (CFLAGS-tst-lfschk6.cc): Likewise.
4954         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4955         (main): Disable -Wdeprecated-declarations around calls to
4956         register_printf_function.
4958         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4959         (do_test): Disable -Wdiv-by-zero around some calls to
4960         fwrite_unlocked and fread_unlocked.
4962         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4963         (DIAG_POP_NEEDS_COMMENT): Likewise.
4964         (_DIAG_STR1): Likewise.
4965         (_DIAG_STR): Likewise.
4966         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4967         * stdio-common/bug21.c: Include <libc-internal.h>.
4968         (do_test): Disable -Wformat around call to sscanf.
4969         * stdio-common/scanf14.c: Include <libc-internal.h>.
4970         (main): Disable -Wformat around some calls to scanf functions.
4972 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4974         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4976 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4978         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4979         stack variable alignment.
4981 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4983         [BZ #17682]
4984         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4985         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4986         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4987         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4988         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4989         __getrlimit instead of getrlimit.
4990         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4991         __gettimeofday instead of gettimeofday.
4992         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4993         Likewise.
4994         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4995         Likewise.
4996         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4997         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4998         Remove variable.
4999         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5000         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5002 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5004         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
5005         for wide-character tests.
5007 2014-12-04  Roland McGrath  <roland@hack.frob.com>
5009         * io/openat64.c: #include <libc-internal.h>
5010         (__openat64): Prototypify.  Use ignore_value on MODE.
5011         * io/openat.c: Likewise.
5012         * misc/reboot.c: #include <libc-internal.h>
5013         (reboot): Prototypify.  Use ignore_value on HOWTO.
5014         * misc/ptrace.c: #include <libc-internal.h>
5015         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
5017 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
5019         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
5020         XPG4, UNIX98 and XOPEN2K.
5021         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
5022         Remove variable.
5023         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5025 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5027         * libio/fileops.c: Use ISO C style for function definitions.
5028         * libio/iofopen.c: Likewise.
5029         * libio/wfileops.c: Likewise.
5031         [BZ #17653]
5032         * libio/fileops.c (_IO_new_file_underflow): Unset cached
5033         offset on EOF.
5034         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
5035         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
5036         (fgets_func): Function pointer to fgets and fgetws.
5037         (do_ftell_test): Add test to verify ftell value after read
5038         EOF.
5039         (do_test): Set fgets_func.
5041         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
5042         O_TRUNC flag for w and w+ modes.
5043         (do_rewind_test): Likewise.
5044         (do_ftell_test): Likewise.
5045         (do_write_test): Likewise.
5047         [BZ #17647]
5048         * libio/fileops.c (do_ftell): Seek only when there are
5049         unflushed writes.
5050         * libio/wfileops.c (do_ftell_wide): Likewise.
5051         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
5052         test case.
5053         (do_one_test): Call it.
5055 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
5057         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
5058         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
5059         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
5060         Remove variable.
5061         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5062         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5063         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5065 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5067         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
5068         Remove variable.
5069         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5071         [BZ #17668]
5072         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5073         as weak alias of __getifaddrs.  Use libc_hidden_weak.
5074         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5075         __freeifaddrs.  Use libc_hidden_weak.
5076         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5077         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
5078         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5079         __freeifaddrs.  Use libc_hidden_weak.
5080         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5081         __getifaddrs and define as weak alias of __getifaddrs.  Use
5082         libc_hidden_weak.
5083         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5084         __freeifaddrs.  Use libc_hidden_weak.
5085         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
5086         Remove variable.
5087         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5088         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5090 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
5092         [BZ #17601]
5093         * sysdeps/mips/start.S (__start): Use indirect jump to call
5094         __libc_start_main.
5096 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5098         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
5100         * nptl/tst-mutex1.c: Include <stdbool.h>.
5101         [!ATTR] (ATTR_NULL): New macro.
5102         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
5103         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
5104         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
5106         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
5107         to char *.
5109         [BZ #17665]
5110         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
5111         Change conditional to [__USE_MISC].
5113         [BZ #17664]
5114         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
5115         fgets_unlocked.
5116         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
5117         __fgets_unlocked.
5118         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
5119         fgets_unlocked.
5120         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
5121         Remove variable.
5122         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5123         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5124         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5125         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5126         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5127         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5128         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5129         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5130         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5132         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
5134 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5136         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5137         Remove strpbrk objects.
5138         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5139         (__libc_ifunc_impl_list): Remove strpbrk implementation.
5140         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
5141         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
5142         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
5143         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
5145         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5146         Remove strcspn objects.
5147         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5148         (__libc_ifunc_impl_list): Remove strcspn implementation.
5149         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
5150         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
5151         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
5152         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
5154         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5155         Remove strspn objetcs.
5156         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5157         (__libc_ifunc_impl_list): Remove strspn implementation.
5158         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
5159         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5160         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
5161         * sysdeps/powerpc/powerpc64/strspn.S: New file.
5163 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
5165         [BZ #17581]
5166         * malloc/hooks.c
5167         (mem2mem_check): Add a terminator to the chain of checking blocks.
5168         (malloc_check_get_size): Use it here.
5169         (mem2chunk_check): Ditto.
5171 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5173         * sysdeps/powerpc/powerpc64/strtok.S: New file.
5174         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
5176 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
5178         * bits/ioctl-types.h: Indent preprocessor directives correctly.
5180         * nptl/nptl-init.c: Include libc-internal.h.
5181         (__pthread_initialize_minimal_internal): Use ROUND_UP.
5183         * elf/ldconfig.c (search_dir): Expand comment.
5185 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
5187         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5188         variable.
5189         (linknamespace-symlist-stdlibs-tests): Likewise.
5190         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5191         instead of $(objpfx)symlist-stdlibs.
5192         (linknamespace-libs-isoc): New variable.
5193         (linknamespace-libs): Use $(linknamespace-libs-isoc).
5194         (linknamespace-libs-ISO): New variable.
5195         (linknamespace-libs-ISO99): Likewise.
5196         (linknamespace-libs-ISO11): Likewise.
5197         (linknamespace-libs-XPG3): Likewise.
5198         (linknamespace-libs-XPG4): Likewise.
5199         (linknamespace-libs-POSIX): Likewise.
5200         (linknamespace-libs-UNIX98): Likewise.
5201         (linknamespace-libs-XOPEN2K): Likewise.
5202         (linknamespace-libs-POSIX2008): Likewise.
5203         (linknamespace-libs-XOPEN2K8): Likewise.
5204         ($(objpfx)symlist-stdlibs): Replace by
5205         $(linknamespace-symlist-stdlibs-tests).  Use
5206         $(linknamespace-libs-$*) as set of libraries.
5207         ($(linknamespace-header-tests)): Update dependencies.  Use
5208         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5209         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5210         * conform/linknamespace.pl: Remove comment about considering
5211         definitions of symbols from irrelevant libraries.
5213 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
5215         [BZ #13862]
5216         * elf/dl-tls.c: Include <atomic.h>.
5217         (oom): Remove #ifdef SHARED/#endif.
5218         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5219         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
5220         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5221         big enough.
5222         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5223         * nptl/Makefile (tests): Add tst-stack4.
5224         (modules-names): Add tst-stack4mod.
5225         ($(objpfx)tst-stack4): New.
5226         (tst-stack4mod.sos): Likewise.
5227         ($(objpfx)tst-stack4.out): Likewise.
5228         ($(tst-stack4mod.sos)): Likewise.
5229         (clean): Likewise.
5230         * nptl/tst-stack4.c: New file.
5231         * nptl/tst-stack4mod.c: Likewise.
5233 2014-11-27  J. Brown  <jb999@gmx.de>
5235         * sysdeps/x86/bits/string.h: Add recent CPUs.
5237 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5239         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5240         sigblock.
5242         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5243         feof.
5245         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5246         variable.
5248 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
5250         * nscd/connections.c: Include libc-internal.h because of macro
5251         usage ignore_value.
5253 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5255         * string/bits/string3.h (__warn_memset_zero_len): Don't
5256         declare for gcc newer than 5.0.
5257         (memset): Don't test for zero-length __LEN for gcc newer than
5258         5.0.
5260 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5262         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5263         size_t for %zu format.
5265         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5266         difference, not %ju.
5268 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5270         * include/libc-internal.h (ignore_value): New macro.
5271         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5272         with ignore_value.
5274         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5275         definition.
5277         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5278         pthread_cleanup_push to void *.
5280         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5281         Undefine.
5283         [BZ #16619]
5284         [BZ #16740]
5285         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5286         instead of 1L << 52.
5288         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5289         * libio/bug-rewind2.c (do_test): Likewise.
5291         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5292         * debug/test-strcpy_chk-ifunc.c: Likewise.
5293         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5294         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5295         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5296         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5297         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5298         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5299         * Rules [$(multi-arch) = no] (tests): Do not filter out
5300         $(tests-ifunc).
5301         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5302         * debug/Makefile (tests-ifunc): Remove variable.
5303         (tests): Do not add $(tests-ifunc).
5304         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5305         (tests): Do not add $(tests-ifunc).
5306         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5307         [TEST_IFUNC]: Remove conditionals.
5308         * string/test-string.h (TEST_IFUNC): Remove macro.
5309         [TEST_IFUNC]: Remove conditionals.
5311         * string/test-strchr.c [!WIDE] (L): New macro.
5312         [WIDE] (L): Likewise.
5313         (check1): Use CHAR instead of char.  Use L on string and character
5314         constants.
5316 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5318         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5319         tests.
5320         * sysdeps/powerpc/bits/atomic.h
5321         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5322         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5323         (atomic_exchange_and_add_acq): Likewise.
5324         (atomic_exchange_and_add_rel): Likewise.
5325         * sysdeps/powerpc/powerpc32/bits/atomic.h
5326         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5327         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5328         * sysdeps/powerpc/powerpc64/bits/atomic.h
5329         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5330         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5332 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5334         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5335         Change synchronization of __sched_fifo_min_prio and
5336         __sched_fifo_max_prio.
5337         * nptl/pthread_mutexattr_getprioceiling.c
5338         (pthread_mutexattr_getprioceiling): Likewise.
5339         * nptl/pthread_mutexattr_setprioceiling.c
5340         (pthread_mutexattr_setprioceiling): Likewise.
5341         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5342         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5343         Likewise.
5345 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5347         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5348         void.
5350 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5352         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5353         third argument const.
5355 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5357         fnmatch: work around GCC compiler warning bug with uninit var
5358         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5359         This works around a bug with x86-64 GCC 4.9.2 and earlier
5360         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5361         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5362         used uninitialized in this function [-Wmaybe-uninitialized]".
5364 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5366         * posix/bug-regex31.c (main): Return RES not 0.
5368 2014-11-25  Anton Blanchard <anton@samba.org>
5370         * sysdeps/powerpc/bits/atomic.h
5371         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5373 2014-11-24  Sterling Augustine  <saugustine@google.com>
5375         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5377 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5379         [BZ #17608]
5380         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5382 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5384         [BZ #17633]
5385         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5386         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5387         variable.
5388         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5389         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5391 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5393         * string/strncpy.c (strncpy): Improve performance by using memset.
5395 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5397         * string/strcpy.c (strcpy):
5398         Improve performance by using strlen and memcpy.
5400 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5402         * string/strcoll_l.c (get_next_seq): __always_inline.
5403         * string/strcoll_l.c (do_compare): __always_inline.
5405 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5407         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5408         defined.
5409         * include/mqueue.h: Likewise.
5410         * include/stdlib.h: Likewise.
5412         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5413         (get_null_defines): Adjust.
5414         * sunrpc/Makefile: Adjust comment.
5415         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5416         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5417         (CFLAGS-interp.c): Likewise.
5418         (CFLAGS-ldconfig.c): Likewise.
5419         (CPPFLAGS-.os): Likewise.
5420         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5421         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5422         * extra-modules.mk (extra-modules.mk): Likewise.
5423         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5424         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5425         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5426         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5427         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5428         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5429         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5430         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5431         * iconvdata/Makefile (CPPFLAGS): Likewise.
5432         (cpp-srcs-left): Add libof for all iconvdata routines.
5433         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5434         * include/assert.h: Likewise.
5435         * include/ctype.h: Likewise.
5436         * include/errno.h: Likewise.
5437         * include/libc-symbols.h: Likewise.
5438         * include/math.h: Likewise.
5439         * include/netdb.h: Likewise.
5440         * include/resolv.h: Likewise.
5441         * include/stdio.h: Likewise.
5442         * include/stdlib.h: Likewise.
5443         * include/string.h: Likewise.
5444         * include/sys/stat.h: Likewise.
5445         * include/wctype.h: Likewise.
5446         * intl/l10nflist.c: Likewise.
5447         * libidn/idn-stub.c: Likewise.
5448         * libio/libioP.h: Likewise.
5449         * nptl/libc_multiple_threads.c: Likewise.
5450         * nptl/pthreadP.h: Likewise.
5451         * posix/regex_internal.h: Likewise.
5452         * resolv/res_hconf.c: Likewise.
5453         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5454         * sysdeps/arm/memmove.S: Likewise.
5455         * sysdeps/arm/sysdep.h: Likewise.
5456         * sysdeps/generic/_itoa.h: Likewise.
5457         * sysdeps/generic/symbol-hacks.h: Likewise.
5458         * sysdeps/gnu/errlist.awk: Likewise.
5459         * sysdeps/gnu/errlist.c: Likewise.
5460         * sysdeps/i386/i586/memcpy.S: Likewise.
5461         * sysdeps/i386/i586/memset.S: Likewise.
5462         * sysdeps/i386/i686/memcpy.S: Likewise.
5463         * sysdeps/i386/i686/memmove.S: Likewise.
5464         * sysdeps/i386/i686/mempcpy.S: Likewise.
5465         * sysdeps/i386/i686/memset.S: Likewise.
5466         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5467         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5468         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5469         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5470         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5471         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5472         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5473         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5474         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5475         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5476         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5477         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5478         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5479         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5480         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5481         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5482         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5483         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5484         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5485         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5486         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5487         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5488         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5489         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5490         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5491         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5492         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5493         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5494         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5495         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5496         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5497         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5498         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5499         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5500         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5501         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5502         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5503         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5504         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5505         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5506         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5507         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5508         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5509         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5510         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5511         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5512         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5513         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5514         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5515         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5516         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5517         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5518         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5519         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5520         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5521         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5522         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5523         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5524         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5525         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5526         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5527         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5528         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5529         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5530         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5531         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5532         * sysdeps/posix/closedir.c: Likewise.
5533         * sysdeps/posix/opendir.c: Likewise.
5534         * sysdeps/posix/readdir.c: Likewise.
5535         * sysdeps/posix/rewinddir.c: Likewise.
5536         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5537         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5538         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5539         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5540         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5541         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5542         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5543         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5544         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5545         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5546         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5547         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5548         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5549         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5550         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5551         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5552         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5553         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5554         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5555         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5556         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5557         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5558         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5559         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5560         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5561         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5562         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5563         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5564         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5565         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5566         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5567         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5568         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5569         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5570         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5571         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5572         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5573         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5574         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5575         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5576         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5577         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5578         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5579         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5580         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5581         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5582         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5583         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5584         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5585         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5586         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5587         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5588         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5589         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5590         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5591         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5592         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5593         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5594         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5595         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5596         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5597         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5598         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5599         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5600         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5601         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5602         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5603         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5604         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5605         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5606         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5607         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5608         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5609         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5610         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5611         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5612         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5613         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5614         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5615         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5616         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5617         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5618         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5619         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5620         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5621         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5622         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5623         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5624         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5625         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5626         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5627         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5628         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5629         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5630         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5631         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5632         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5633         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5634         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5635         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5636         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5637         * sysdeps/unix/alpha/sysdep.S: Likewise.
5638         * sysdeps/unix/alpha/sysdep.h: Likewise.
5639         * sysdeps/unix/make-syscalls.sh: Likewise.
5640         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5641         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5642         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5643         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5644         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5645         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5646         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5647         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5648         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5649         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5650         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5651         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5652         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5653         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5654         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5655         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5656         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5657         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5658         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5659         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5660         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5661         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5662         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5663         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5664         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5665         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5666         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5669         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5670         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5671         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5672         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5673         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5674         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5675         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5676         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5677         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5678         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5679         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5680         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5681         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5682         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5683         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5684         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5685         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5686         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5687         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5688         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5689         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5690         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5691         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5692         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5693         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5694         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5695         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5696         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5697         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5698         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5699         * sysdeps/x86_64/memcpy.S: Likewise.
5700         * sysdeps/x86_64/memmove.c: Likewise.
5701         * sysdeps/x86_64/memset.S: Likewise.
5702         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5703         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5704         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5705         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5706         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5707         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5708         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5709         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5710         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5711         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5712         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5713         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5714         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5715         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5716         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5717         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5718         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5719         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5720         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5721         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5722         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5723         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5724         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5725         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5726         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5727         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5728         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5729         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5730         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5731         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5732         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5733         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5734         * sysdeps/x86_64/strcmp.S: Likewise.
5736         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5738         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5739         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5740         * elf/rtld-Rules: Likewise.
5741         * elf/setup-vdso.h: Likewise.
5742         * include/assert.h: Likewise.
5743         * include/bits/stdlib-float.h: Likewise.
5744         * include/errno.h: Likewise.
5745         * include/sys/stat.h: Likewise.
5746         * include/unistd.h: Likewise.
5747         * sysdeps/aarch64/setjmp.S: Likewise.
5748         * sysdeps/alpha/setjmp.S: Likewise.
5749         * sysdeps/arm/__longjmp.S: Likewise.
5750         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5751         * sysdeps/arm/setjmp.S: Likewise.
5752         * sysdeps/arm/sysdep.h: Likewise.
5753         * sysdeps/generic/_itoa.h: Likewise.
5754         * sysdeps/generic/dl-sysdep.h: Likewise.
5755         * sysdeps/generic/ldsodefs.h: Likewise.
5756         * sysdeps/i386/dl-tls.h: Likewise.
5757         * sysdeps/i386/setjmp.S: Likewise.
5758         * sysdeps/m68k/setjmp.c: Likewise.
5759         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5760         * sysdeps/mach/hurd/opendir.c: Likewise.
5761         * sysdeps/posix/getcwd.c: Likewise.
5762         * sysdeps/posix/opendir.c: Likewise.
5763         * sysdeps/posix/profil.c: Likewise.
5764         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5765         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5766         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5767         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5768         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5769         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5770         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5771         * sysdeps/s390/dl-tls.h: Likewise.
5772         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5773         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5774         * sysdeps/sh/sh3/setjmp.S: Likewise.
5775         * sysdeps/sh/sh4/setjmp.S: Likewise.
5776         * sysdeps/unix/alpha/sysdep.h: Likewise.
5777         * sysdeps/unix/arm/sysdep.S: Likewise.
5778         * sysdeps/unix/i386/sysdep.S: Likewise.
5779         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5780         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5781         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5782         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5783         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5784         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5785         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5786         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5787         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5788         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5789         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5790         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5791         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5794         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5795         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5796         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5797         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5798         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5799         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5800         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5801         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5802         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5803         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5804         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5805         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5806         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5807         * sysdeps/x86_64/setjmp.S: Likewise.
5809         * include/math.h: Use IS_IN instead of IS_IN_libm.
5810         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5811         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5812         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5813         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5814         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5815         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5816         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5817         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5818         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5819         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5820         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5821         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5822         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5823         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5824         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5825         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5826         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5827         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5828         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5829         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5830         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5831         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5832         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5833         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5834         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5835         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5836         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5837         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5838         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5839         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5840         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5841         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5842         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5844         Likewise.
5845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5846         Likewise.
5847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5848         Likewise.
5849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5850         Likewise.
5851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5852         Likewise.
5853         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5854         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5855         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5856         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5857         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5858         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5864         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5865         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5866         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5867         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5868         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5869         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5870         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5871         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5872         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5873         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5874         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5875         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5876         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5877         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5878         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5879         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5881         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5882         * nptl/pthreadP.h: Likewise.
5883         * nptl_db/structs.def: Likewise.
5884         * sysdeps/arm/sysdep.h: Likewise.
5885         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5886         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5887         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5888         * sysdeps/unix/alpha/sysdep.h: Likewise.
5889         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5890         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5891         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5892         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5893         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5894         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5895         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5896         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5897         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5898         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5899         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5900         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5901         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5902         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5905         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5906         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5907         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5908         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5909         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5910         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5911         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5912         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5913         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5914         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5916         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5917         * nptl/pthreadP.h: Likewise.
5918         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5919         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5920         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5921         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5922         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5923         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5924         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5925         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5926         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5927         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5928         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5929         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5931         Likewise.
5932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5933         Likewise.
5934         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5935         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5936         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5937         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5938         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5939         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5940         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5941         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5943         * dlfcn/dladdr.c: Use IS_IN.
5944         * dlfcn/dladdr1.c: Likewise.
5945         * dlfcn/dlclose.c: Likewise.
5946         * dlfcn/dlerror.c: Likewise.
5947         * dlfcn/dlinfo.c: Likewise.
5948         * dlfcn/dlmopen.c: Likewise.
5949         * dlfcn/dlopen.c: Likewise.
5950         * dlfcn/dlsym.c: Likewise.
5951         * dlfcn/dlvsym.c: Likewise.
5953         * include/ifaddrs.h: Use IS_IN.
5954         * inet/check_pf.c: Likewise.
5955         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5956         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5958         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5959         IS_IN_ldconfig.
5960         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5961         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5963         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5964         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5965         IS_IN (libc).
5967         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5969         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5970         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5971         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5972         * include/libc-symbols.h (IS_IN_LIB): New macro.
5973         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5974         * include/netdb.h: Likewise.
5975         * include/stap-probe.h: Remove all uses of IN_LIB.
5977         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5978         instead of IN_MODULE.
5979         * include/libc-symbols.h (IN_MODULE): Define using
5980         MODULE_NAME.
5981         (PASTE_NAME, PASTE_NAME1): New macros.
5982         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5983         of IN_LIB.
5984         (STAP_PROBE_ASM): Likewise.
5986 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5988         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5989         __mach_init in dlopened libc.
5991 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5993         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5994         * sysdeps/arm/preconfigure: Regenerate.
5996 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5998         * nptl/pthread_create.c (__pthread_create_2_1): Set
5999         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
6000         when copying values from IATTR into PD.
6002 2014-11-21  Will Newton  <will.newton@linaro.org>
6003             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
6005         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
6006         Refactor inline-asm.  Also add comment.
6008         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
6009         ElfW macro instead of hardcoded Elf64 types.
6010         (la_aarch64_gnu_pltenter): Likewise.
6011         * sysdeps/aarch64/dl-machine.h
6012         (elf_machine_runtime_setup): Use ElfW(Addr).
6014         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
6015         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
6016         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
6017         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
6018         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
6019         (R_AARCH64_TLS_DTPMOD64): Rename to ..
6020         (R_AARCH64_TLS_DTPMOD): This.
6021         (R_AARCH64_TLS_DTPREL64): Rename to ...
6022         (R_AARCH64_TLS_DTPREL): This.
6023         (R_AARCH64_TLS_TPREL64): Rename to ...
6024         (R_AARCH64_TLS_TPREL): This.
6025         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
6026         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
6027         R_AARCH64_TLS_TPREL64.
6028         (elf_machine_rela): Likewise.
6030 2014-11-21  Torvald Riegel  <triegel@redhat.com>
6032         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
6033         by setting it to 0.  64b atomics are not supported currently.
6035 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6037         [BZ #16469]
6038         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
6039         search domain names.
6041 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6043         [BZ #16469]
6044         * NEWS: Update.
6045         * resolv/res_query.c (__libc_res_nquerydomain): Retain
6046         trailing dot.
6047         * posix/tst-getaddrinfo5.c: New.
6048         * posix/Makefile (tests): Add it.
6050 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6052         [BZ #14498]
6053         * NEWS: Fixed.
6054         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
6055         after parsing line but before break_if_match.
6056         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
6057         if there is a protocol mismatch.
6059 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
6061         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
6062         because the potential race is on the user-supplied stream.
6064 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6066         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
6067         string literal if not passed a buffer.
6068         * manual/job.texi (ctermid): Update reasoning, note deviation
6069         from posix, suggest mtasurace when not passed a buffer, for
6070         future non-preliminary safety notes.
6072 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6074         * manual/users.texi (cuserid): Fix MT-Safety note for the case
6075         of not passing it a buffer.
6076         Reported by Peng Haitao.
6078 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6080         * manual/Makefile ($(objpfx)stamp-summary): Require
6081         check-safety.sh to pass.
6082         * manual/check-safety.sh: Wish for verification that every
6083         @deftypefn and @deftypefun is followed by a @safety remark.
6085 2014-11-20  Roland McGrath  <roland@hack.frob.com>
6087         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
6089         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
6090         PTHREAD_CANCEL_ASYNCHRONOUS.
6091         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
6092         send SIGCANCEL.
6094         * nptl/default-sched.h: New file.
6095         * sysdeps/unix/sysv/linux/default-sched.h: New file.
6096         * nptl/pthread_create.c: Include it.
6097         (__pthread_create_2_1): Use collect_default_sched instead of making
6098         Linux syscalls here directly.
6100 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6102         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
6103         __pthread_once): Use C11 atomics.
6105 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6107         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
6109 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6111         * include/atomic.h (__atomic_link_error, __atomic_check_size,
6112         atomic_thread_fence_acquire, atomic_thread_fence_release,
6113         atomic_thread_fence_seq_cst, atomic_load_relaxed,
6114         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
6115         atomic_compare_exchange_weak_relaxed,
6116         atomic_compare_exchange_weak_acquire,
6117         atomic_compare_exchange_weak_release,
6118         atomic_exchange_acquire, atomic_exchange_release,
6119         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
6120         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
6121         atomic_fetch_and_acquire,
6122         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
6124 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6126         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
6127         USE_ATOMIC_COMPILER_BUILTINS): Define.
6128         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
6129         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6130         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
6131         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6132         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
6133         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6134         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
6135         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6136         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
6137         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6138         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
6139         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6140         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
6141         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6142         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
6143         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6144         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6145         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6146         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6147         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6148         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
6149         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6150         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6151         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6152         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
6153         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6154         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6155         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6156         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
6157         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6158         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
6159         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6160         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
6161         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6162         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
6163         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6164         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
6165         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6166         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
6167         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6169 2014-11-19  Roland McGrath  <roland@hack.frob.com>
6171         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
6172         the sched_priority value here.  It was already checked when the user
6173         called pthread_attr_setschedparam.
6175         * nptl/tst-bad-schedattr.c: New file.
6176         * nptl/Makefile (tests): Add it.
6178 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
6179             Florian Weimer  <fweimer@redhat.com>
6180             Joseph Myers  <joseph@codesourcery.com>
6181             Adam Conrad  <adconrad@0c3.net>
6182             Andreas Schwab  <schwab@suse.de>
6183             Brooks  <bmoses@google.com>
6185         [BZ #17625]
6186         * wordexp-test.c (__dso_handle): Add prototype.
6187         (__register_atfork): Likewise.
6188         (__app_register_atfork): New function.
6189         (registered_forks): New global.
6190         (register_fork): New function.
6191         (test_case): Add 3 new tests for WRDE_CMDSUB.
6192         (main): Call __app_register_atfork.
6193         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6194         fork count is non-zero fail the test.
6195         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6196         is set.
6197         (parse_dollars): Remove check for WRDE_NOCMD.
6198         (parse_dquote): Likewise.
6200 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6202         * Makeconfig (built-modules): List non-library modules to be
6203         built.
6204         (module-cppflags): Include libc-modules.h for
6205         everything except shlib-versions.v.i.
6206         (CPPFLAGS): Use it.
6207         (before-compile): Add libc-modules.h.
6208         ($(common-objpfx)libc-modules.h,
6209         $(common-objpfx)libc-modules.stmp): New targets.
6210         (common-generated): Add libc-modules.h and libc-modules.stmp.
6211         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6212         * include/libc-symbols.h: Don't include libc-modules.h.
6213         * include/libc-modules.h: Remove file.
6214         * scripts/gen-libc-modules.awk: New script to generate
6215         libc-modules.h.
6216         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6217         Depend on libc-modules.stmp.
6219         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6221         * Makeconfig (in-module): Get value of libof set for the
6222         translation unit.
6223         (CPPFLAGS): Use $(in-module).
6224         * Makerules: Don't suffix routine names for nonlib.
6225         * include/libc-modules.h: New file.
6226         * include/libc-symbols.h: Include libc-modules.h
6227         (IS_IN): New macro to replace IS_IN_* macros.
6228         * elf/Makefile: Set libof-* for each routine.
6229         * elf/rtld-Rules: Likewise.
6230         * extra-modules.mk: Likewise.
6231         * iconv/Makefile: Likewise.
6232         * iconvdata/Makefile: Likewise.
6233         * locale/Makefile: Likewise.
6234         * malloc/Makefile: Likewise.
6235         * nss/Makefile: Likewise.
6236         * sysdeps/gnu/Makefile: Likewise.
6237         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6238         * sysdeps/unix/sysv/linux/Makefile: Likewise.
6239         * sysdeps/s390/s390-64/Makefile: Likewise.
6240         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
6241         CPPFLAGS for nscd instead of nonlib.
6243 2014-11-18  Roland McGrath  <roland@hack.frob.com>
6245         * nptl/createthread.c: New file.
6247         * nptl/createthread.c: Moved ...
6248         * sysdeps/unix/sysv/linux/createthread.c: ... here.
6250         * nptl/createthread.c: Add proper top-line comment.
6251         (do_clone): Folded into ...
6252         (create_thread): ... here.  Take new arguments STOPPED_START and
6253         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
6254         increment __nptl_threads, do event-reporting logic, do
6255         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6256         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
6257         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6258         just send SIGCANCEL.
6259         * nptl/pthread_create.c: Forward-declare create_thread before
6260         including createthread.c.
6261         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6262         declaration, and new macro START_THREAD_SELF to replace argument.
6263         Remove return statement.
6264         (report_thread_creation): New function.
6265         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6266         synchronization logic, and __nptl_nthreads increment here, around
6267         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6268         PD->parent_cancelhandling here, before create_thread.  When
6269         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6270         __deallocate_stack, and ENOMEM translation here.
6272 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6274         [BZ #17616]
6275         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6276         (mptwo): Rename to __mptwo.
6277         (__inv): Use __mptwo instead of mptwo.
6278         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6279         (mptwo): Rename to __mptwo.
6280         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6281         of mpone and __mptwo instead of mptwo.
6282         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6283         instead of mpone.
6284         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6285         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6286         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6287         of mpone and __mptwo instead of mptwo.
6288         (__mpranred): Use __mpone instead of mpone.
6289         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6290         variable.
6291         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6292         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6293         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6294         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6295         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6296         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6297         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6298         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6299         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6300         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6301         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6302         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6303         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6304         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6305         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6306         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6307         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6308         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6309         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6311 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6313         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6314         replace BSD Handler xref with BSD Signal Handling.
6316 2014-11-17  Richard Henderson  <rth@redhat.com>
6318         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6319         (_FP_PACK_RAW_2): Remove.
6320         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6321         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6322         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6323         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6324         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6325         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6326         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6327         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6328         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6329         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6330         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6331         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6332         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6333         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6334         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6335         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6337 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6339         * signal/signal.h [__USE_MISC]
6340         (struct sigvec): Remove type.
6341         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6342         (sigvec): Remove declaration.
6343         * sysdeps/posix/sigvec.c: Moved ...
6344         * signal/sigvec.c: ... here, replacing old file.
6345         (struct sigvec): New type, copied from old signal.h definition.
6346         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6347         (__sigvec): Convert definition to prototype.
6348         (sigvec): Replace weak_alias with compat_symbol.
6349         * signal/Versions (libc: GLIBC_2.21): New version set.
6350         * include/signal.h: Remove __sigvec declaration.
6351         * sysdeps/unix/bsd/sigvec.c: Remove file.
6352         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6353         * manual/signal.texi (BSD Handler): Remove subsection.
6354         Move siginterrupt up to ...
6355         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6356         (Blocking in BSD): Fold subsection into its parent.
6357         * NEWS: Mention sigvec removal.
6359 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6361         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6362         (DLA_FMS): Make definition conditional only on [__FMA4__].
6363         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6364         definition.
6366         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6367         Make definition conditional only on [PROF].
6368         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6369         definition.
6370         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6371         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6373         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6374         !__GNUC__].
6375         * include/signal.h (__sigpause): Move declaration above call to
6376         libc_hidden_proto.
6377         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6378         variable.
6379         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6380         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6382 2014-11-14  David S. Miller  <davem@davemloft.net>
6384         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6385         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6387 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6389         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6390         * configure: Regenerated.
6391         * manual/install.texi (Tools for Compilation): Document a
6392         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6393         compiler verified to work.
6394         * INSTALL: Regenerated.
6396         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6397         redeclare with asm name.
6398         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6399         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6400         including <string.h>.
6401         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6402         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6403         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6404         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6405         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6406         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6407         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6409 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6411         * stdlib/strtol.c (__strtol): Use prototype definition.
6413         [BZ #17594]
6414         * stdlib/strtol.c (SYM__): New macro.
6415         (SYM__1): Likewise.
6416         (__strtol): Likewise.
6417         (strtol): Rename to __strtol and define as weak alias of
6418         __strtol.  Use libc_hidden_weak.
6420 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6422         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6423         Use numbered labels in inline assembly.
6425 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6427         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6428         Add setjmp LIBC_PROBE.
6429         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6430         Likewise.
6431         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6432         Add longjmp, longjmp_target LIBC_PROBE.
6433         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6434         Likewise.
6436 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6438         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6439         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6440         to get rid of unused variable warning.
6442 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6444         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6445         Check for unwind_backtrace ==  NULL only in SHARED case.
6446         (__backchain_backtrace): Compile only in SHARED case.
6447         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6448         Likewise.
6449         (__backchain_backtrace): Declare as static.
6451 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6453         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6454         (__libc_multiple_threads_ptr): Variable moved ...
6455         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6457 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6459         * conform/GlibcConform.pm: New file.
6460         * conform/conformtest.pl: Use GlibcConform module.
6461         * conform/linknamespace.pl: New file.
6462         * conform/list-header-symbols.pl: Likewise.
6463         * conform/Makefile (linknamespace-symlists-base): New variable.
6464         (linknamespace-symlists-tests): Likewise.
6465         (linknamespace-header-base): Likewise.
6466         (linknamespace-header-tests): Likewise.
6467         (tests-special): Add new tests.
6468         ($(linknamespace-symlists-tests)): New rule.
6469         (linknamespace-libs): New variable.
6470         ($(objpfx)symlist-stdlibs): New rule.
6471         ($(linknamespace-header-tests)): Likewise.
6472         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6473         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6474         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6475         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6476         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6477         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6478         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6479         (test-xfail-ISO/math.h/linknamespace): Likewise.
6480         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6481         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6482         (test-xfail-ISO/time.h/linknamespace): Likewise.
6483         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6484         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6485         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6486         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6487         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6488         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6489         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6490         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6491         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6492         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6493         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6494         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6495         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6496         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6497         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6498         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6499         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6500         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6501         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6502         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6503         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6504         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6505         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6506         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6507         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6508         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6509         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6510         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6511         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6512         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6513         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6514         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6515         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6516         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6517         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6518         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6519         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6520         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6521         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6522         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6523         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6524         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6525         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6526         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6527         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6528         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6529         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6530         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6531         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6532         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6533         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6534         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6535         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6536         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6537         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6538         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6539         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6540         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6541         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6542         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6543         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6544         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6545         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6546         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6547         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6548         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6549         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6550         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6551         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6552         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6553         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6554         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6555         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6556         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6557         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6558         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6559         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6560         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6561         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6562         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6563         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6564         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6565         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6566         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6567         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6568         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6569         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6570         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6571         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6572         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6573         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6574         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6575         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6576         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6577         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6578         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6579         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6580         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6581         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6582         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6583         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6584         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6585         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6586         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6587         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6588         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6589         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6590         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6591         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6592         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6593         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6594         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6595         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6596         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6597         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6598         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6599         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6600         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6601         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6602         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6603         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6604         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6605         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6606         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6607         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6608         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6609         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6610         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6611         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6612         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6613         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6614         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6615         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6616         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6617         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6618         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6619         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6620         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6621         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6622         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6623         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6624         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6625         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6626         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6627         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6628         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6629         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6630         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6631         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6632         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6634         [BZ #17589]
6635         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6636         of fgets_unlocked.
6638         [BZ #17585]
6639         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6640         (memmem): Rename to __memmem and define as weak alias of
6641         __memmem.  Use libc_hidden_weak.
6642         (__memmem): Use libc_hidden_def.
6643         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6644         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6645         memmem.
6647         [BZ #17582]
6648         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6649         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6650         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6651         and define as weak alias of __fgets_unlocked.  Use
6652         libc_hidden_weak.
6653         (__fgets_unlocked): Use libc_hidden_def.
6654         * include/stdio.h (__fgets_unlocked): Declare.  Use
6655         libc_hidden_proto.
6656         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6657         __fgets_unlocked instead of fgets_unlocked.
6658         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6659         (GET_NPROCS_CONF_PARSER): Likewise.
6660         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6661         (GET_NPROCS_CONF_PARSER): Likewise.
6663         [BZ #17574]
6664         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6665         weak alias of __wmemset.  Use libc_hidden_weak.
6666         (__wmemset): Use libc_hidden_def.
6667         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6668         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6669         of wmemset.
6671         [BZ #17573]
6672         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6673         with asm name __mempcpy.
6674         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6676         [BZ #17572]
6677         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6678         and define as weak alias of __rawmemchr.
6679         (__rawmemchr): Do not define as strong alias of rawmemchr.
6681         [BZ #17571]
6682         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6683         alias of __qsort_r.
6684         (qsort): Call __qsort_r instead of qsort_r.
6685         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6686         (__qsort_r): Declare.  Call libc_hidden_proto.
6687         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6688         instead of qsort_r.
6689         * nscd/gai.c (__qsort_r): Define to qsort_r.
6690         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6691         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6692         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6694         [BZ #17570]
6695         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6696         define as weak alias of __malloc_info.
6698         [BZ #17584]
6699         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6700         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6701         (__rewinddir): Use libc_hidden_def.
6702         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6703         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6704         (__rewinddir): Use libc_hidden_def.
6705         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6706         weak alias of __rewinddir.  Don't use libc_hidden_def.
6707         (__rewinddir): Use libc_hidden_def.
6708         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6709         (__rewinddir): Use libc_hidden_proto.
6710         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6711         rewinddir.
6712         (__getcwd): Use __rewinddir instead of rewinddir.
6714         [BZ #17583]
6715         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6716         alias of __fileno.  Use libc_hidden_weak.
6717         (__fileno): Use libc_hidden_def.
6718         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6719         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6720         alias of __ftello.
6721         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6722         __ftello.
6723         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6724         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6725         libc_hidden_def.
6726         (fread_unlocked): Don't use libc_hidden_ver.
6727         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6728         and define as weak alias of __fread_unlocked.  Don't use
6729         libc_hidden_def.
6730         (__fread_unlocked): Use libc_hidden_def.
6731         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6732         (ftello): Don't use libc_hidden_proto.
6733         (__ftello): Declare.  Use libc_hidden_proto.
6734         (fread_unlocked): Don't use libc_hidden_proto.
6735         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6736         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6737         and __ftello instead of fileno, fread_unlocked and ftello.
6739 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6741         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6742         GOT12.
6743         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6744         Likewise.
6745         (_dl_start_user): Likewise.
6746         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6748 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6749             Siddhesh Poyarekar  <siddhesh@redhat.com>
6751         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6752         Move argv and envp down instead of moving argc up.
6753         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6755 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6757         [BZ #17506]
6758         * test-skeleton.c (main): Return successful if one of
6759         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6760         * string/tst-strcoll-overflow.c: Define expected status.
6762 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6764         [BZ #17475]
6765         * locale/iso-639.def: Define Bhili and Tulu language codes.
6767 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6769         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6771 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6773         [BZ #17555]
6774         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6776 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6778         * configure.ac: Updated check of minimal required version to
6779         2.22.
6780         * manual/install.texi (Tools for Compilation): Updated version
6781         number.
6782         * configure: Regenerated.
6783         * INSTALL: Likewise.
6785 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6787         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6788         __tls_get_addr.
6790 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6792         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6793         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6794         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6795         libc_hidden_weak.
6796         (waitpid): Define as alias of __waitpid.
6797         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6798         __waitpid.
6799         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6800         libc_hidden_weak.
6801         (waitpid): Define as alias of __waitpid.
6802         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6803         __libc_waitpid alias.
6804         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6805         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6806         Likewise.
6807         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6808         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6809         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6810         alias.
6811         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6812         __waitpid.
6813         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6814         libc_hidden_weak.
6815         (waitpid): Define as alias of __waitpid.
6817 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6819         * manual/llio.texi: Add comment that write safety has been
6820         fixed in Linux.
6822         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6823         (localplt-build-dso): Add elf/ld.so.
6824         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6825         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6826         and free for ld.so.
6827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6828         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6830         Likewise.
6831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6832         Likewise.
6833         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6834         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6835         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6836         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6837         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6838         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6839         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6840         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6841         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6842         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6843         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6845 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6847         [BZ #14132]
6848         * include/libc-symbols.h (INTUSE): Remove macro.
6849         (INTDEF): Likewise.
6850         (INTVARDEF): Likewise.
6851         (_INTVARDEF): Likewise.
6852         (INTDEF2): Likewise.
6853         (INTVARDEF2): Likewise.
6854         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6855         rtld_hidden_def instead of INTVARDEF.
6856         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6857         (_dl_starting_up_internal): Remove declaration.
6858         (_dl_starting_up): Use rtld_hidden_proto.
6859         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6860         declaration.
6861         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6862         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6863         _dl_starting_up.
6864         * elf/dl-writev.h (_dl_writev): Likewise.
6865         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6866         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6867         _dl_starting_up_internal.
6869 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6871         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6872         test-skeleton.c.
6874 2014-11-05  Will Newton  <will.newton@linaro.org>
6876         * benchtests/Makefile: (bench-malloc): Add malloc thread
6877         scalability benchmark.
6878         * benchtests/bench-malloc-threads.c: New file.
6880 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6882         * sysdeps/aarch64/strchrnul.S: New file.
6884 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6886         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6887         definition.
6888         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6889         Likwise.
6890         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6891         Likewise.
6892         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6893         Likewise.
6894         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6895         Likewise.
6896         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6897         Likewise.
6899 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6901         * catgets/test-gencat.c: Use test-skeleton.c.
6902         * catgets/tst-catgets.c: Likewise.
6903         * csu/tst-empty.c: Likewise.
6904         * elf/tst-audit2.c: Likewise.
6905         * elf/tst-global1.c: Likewise.
6906         * elf/tst-pathopt.c: Likewise.
6907         * elf/tst-piemod1.c: Likewise.
6908         * elf/tst-tls10.c: Likewise.
6909         * elf/tst-tls11.c: Likewise.
6910         * elf/tst-tls12.c: Likewise.
6911         * gnulib/tst-gcc.c: Likewise.
6912         * iconvdata/tst-e2big.c: Likewise.
6913         * iconvdata/tst-loading.c: Likewise.
6914         * iconv/tst-iconv1.c: Likewise.
6915         * iconv/tst-iconv2.c: Likewise.
6916         * inet/test-inet6_opt.c: Likewise.
6917         * inet/tst-gethnm.c: Likewise.
6918         * inet/tst-network.c: Likewise.
6919         * inet/tst-ntoa.c: Likewise.
6920         * intl/tst-codeset.c: Likewise.
6921         * intl/tst-gettext2.c: Likewise.
6922         * intl/tst-gettext3.c: Likewise.
6923         * intl/tst-ngettext.c: Likewise.
6924         * intl/tst-translit.c: Likewise.
6925         * io/test-stat.c: Likewise.
6926         * libio/test-fmemopen.c: Likewise.
6927         * libio/tst-freopen.c: Likewise.
6928         * libio/tst-sscanf.c: Likewise.
6929         * libio/tst-ungetwc1.c: Likewise.
6930         * libio/tst-ungetwc2.c: Likewise.
6931         * libio/tst-widetext.c: Likewise.
6932         * localedata/tst-ctype.c: Likewise.
6933         * localedata/tst-digits.c: Likewise.
6934         * localedata/tst-leaks.c: Likewise.
6935         * localedata/tst-mbswcs1.c: Likewise.
6936         * localedata/tst-mbswcs2.c: Likewise.
6937         * localedata/tst-mbswcs3.c: Likewise.
6938         * localedata/tst-mbswcs4.c: Likewise.
6939         * localedata/tst-mbswcs5.c: Likewise.
6940         * localedata/tst-setlocale.c: Likewise.
6941         * localedata/tst-trans.c: Likewise.
6942         * localedata/tst-wctype.c: Likewise.
6943         * localedata/tst-xlocale1.c: Likewise.
6944         * login/tst-grantpt.c: Likewise.
6945         * malloc/tst-calloc.c: Likewise.
6946         * malloc/tst-malloc.c: Likewise.
6947         * malloc/tst-mallocstate.c: Likewise.
6948         * malloc/tst-mcheck.c: Likewise.
6949         * malloc/tst-mtrace.c: Likewise.
6950         * malloc/tst-obstack.c: Likewise.
6951         * math/atest-exp2.c: Likewise.
6952         * math/atest-exp.c: Likewise.
6953         * math/atest-sincos.c: Likewise.
6954         * math/test-matherr.c: Likewise.
6955         * math/test-misc.c: Likewise.
6956         * math/test-powl.c: Likewise.
6957         * math/tst-definitions.c: Likewise.
6958         * misc/tst-dirname.c: Likewise.
6959         * misc/tst-efgcvt.c: Likewise.
6960         * misc/tst-fdset.c: Likewise.
6961         * misc/tst-hsearch.c: Likewise.
6962         * misc/tst-mntent2.c: Likewise.
6963         * nptl/tst-sem7.c: Likewise.
6964         * nptl/tst-sem8.c: Likewise.
6965         * nptl/tst-sem9.c: Likewise.
6966         * nss/test-netdb.c: Likewise.
6967         * posix/tst-fnmatch.c: Likewise.
6968         * posix/tst-getlogin.c: Likewise.
6969         * posix/tst-gnuglob.c: Likewise.
6970         * posix/tst-mmap.c: Likewise.
6971         * pwd/tst-getpw.c: Likewise.
6972         * resolv/tst-inet_ntop.c: Likewise.
6973         * rt/tst-timer.c: Likewise.
6974         * stdio-common/test-fseek.c: Likewise.
6975         * stdio-common/test-popen.c: Likewise.
6976         * stdio-common/test-vfprintf.c: Likewise.
6977         * stdio-common/tst-cookie.c: Likewise.
6978         * stdio-common/tst-fileno.c: Likewise.
6979         * stdio-common/tst-gets.c: Likewise.
6980         * stdio-common/tst-obprintf.c: Likewise.
6981         * stdio-common/tst-perror.c: Likewise.
6982         * stdio-common/tst-sprintf2.c: Likewise.
6983         * stdio-common/tst-sprintf3.c: Likewise.
6984         * stdio-common/tst-sprintf.c: Likewise.
6985         * stdio-common/tst-swprintf.c: Likewise.
6986         * stdio-common/tst-tmpnam.c: Likewise.
6987         * stdio-common/tst-unbputc.c: Likewise.
6988         * stdio-common/tst-wc-printf.c: Likewise.
6989         * stdlib/tst-environ.c: Likewise.
6990         * stdlib/tst-fmtmsg.c: Likewise.
6991         * stdlib/tst-limits.c: Likewise.
6992         * stdlib/tst-rand48-2.c: Likewise.
6993         * stdlib/tst-rand48.c: Likewise.
6994         * stdlib/tst-random2.c: Likewise.
6995         * stdlib/tst-random.c: Likewise.
6996         * stdlib/tst-strtol.c: Likewise.
6997         * stdlib/tst-strtoll.c: Likewise.
6998         * stdlib/tst-tls-atexit.c: Likewise.
6999         * stdlib/tst-xpg-basename.c: Likewise.
7000         * string/test-ffs.c: Likewise.
7001         * string/tst-bswap.c: Likewise.
7002         * string/tst-inlcall.c: Likewise.
7003         * string/tst-strtok.c: Likewise.
7004         * string/tst-strxfrm.c: Likewise.
7005         * sysdeps/x86_64/tst-audit10.c: Likewise.
7006         * sysdeps/x86_64/tst-audit3.c: Likewise.
7007         * sysdeps/x86_64/tst-audit4.c: Likewise.
7008         * sysdeps/x86_64/tst-audit5.c: Likewise.
7009         * time/tst-ftime_l.c: Likewise.
7010         * time/tst-getdate.c: Likewise.
7011         * time/tst-mktime3.c: Likewise.
7012         * time/tst-mktime.c: Likewise.
7013         * time/tst-posixtz.c: Likewise.
7014         * time/tst-strptime2.c: Likewise.
7015         * time/tst-strptime3.c: Likewise.
7016         * wcsmbs/tst-btowc.c: Likewise.
7017         * wcsmbs/tst-mbrtowc.c: Likewise.
7018         * wcsmbs/tst-mbsrtowcs.c: Likewise.
7019         * wcsmbs/tst-wchar-h.c: Likewise.
7020         * wcsmbs/tst-wcpncpy.c: Likewise.
7021         * wcsmbs/tst-wcrtomb.c: Likewise.
7022         * wcsmbs/tst-wcsnlen.c: Likewise.
7023         * wcsmbs/tst-wcstof.c: Likewise.
7025 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
7027         [BZ #14132]
7028         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
7029         INTDEF.
7030         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
7031         declaration.
7032         (_dl_mcount): Use rtld_hidden_proto.
7033         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
7034         _dl_mcount.
7035         * elf/rtld.c (_rtld_global_ro): Likewise.
7037         [BZ #14132]
7038         * elf/dl-init.c (_dl_init): Don't use INTDEF.
7039         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
7040         of _dl_init_internal.
7041         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
7042         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
7043         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
7044         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
7045         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
7046         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
7047         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
7048         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
7049         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
7050         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
7051         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
7052         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
7053         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
7054         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
7055         * sysdeps/tile/dl-start.S (_start): Likewise.
7056         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
7057         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
7059         [BZ #14132]
7060         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
7061         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
7062         (rtld_progname): Make macro definition unconditional.
7063         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
7064         INTDEF.
7065         (dlmopen_doit): Do not use INTUSE with _dl_argv.
7066         (dl_main): Likewise.
7067         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
7068         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7069         instead of _dl_argv_internal.
7070         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7071         __GI__dl_argv instead of INTUSE(_dl_argv).
7072         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7073         __GI__dl_argv instead of _dl_argv_internal.
7075         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7076         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7077         macro.
7078         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7079         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7080         New macro.
7081         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
7082         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
7083         macro.
7084         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
7085         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
7087 2014-11-04  Andreas Schwab  <schwab@suse.de>
7089         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
7091 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7093         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
7094         mtvsrd instruction in binary form.
7096 2014-11-03  Andreas Schwab  <schwab@suse.de>
7098         [BZ #17522]
7099         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
7100         for less than MB_LEN_MAX use a local buffer of that size.
7101         * libio/tst-fputws.c: New file.
7102         * libio/Makefile (tests): Add tst-fputws.
7104 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
7106         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
7107         the size of the fpu_fr.fpu_dregs[] array.
7109 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
7111         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
7112         (__nanosleep): Do not define as alias.
7113         (nanosleep): Define as alias of __nanosleep.
7114         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
7115         __libc_nanosleep name.
7117 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7119         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
7120         install.texi in comment.
7122 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7124         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
7125         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
7126         ... add here and use lwsync or sync ...
7127         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
7128         ... and add here using lwsync.
7130 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
7132         * elf/dl-machine-reject-phdr.h: New file.
7133         * elf/dl-load.c: #include that.
7134         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
7135         if that returned true.
7137 2014-10-31  Roland McGrath  <roland@hack.frob.com>
7139         [BZ #17496]
7140         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
7141         gen-as-const-headers chunk.  Add a big scare comment after the last
7142         safe place to touch before-compile.
7144 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7146         * manual/install.texi (Tools for Compilation): Update autoconf
7147         version requirements.
7148         * INSTALL: Regenerated.
7150         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
7151         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
7152         (__libc_pselect): Likewise.
7154         [BZ #14138]
7155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
7156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7160 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7162         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
7163         correct barrier instruction.
7164         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
7165         Likewise.
7166         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
7167         Likewise.
7169 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7171         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
7172         after defining inlines.  Instead, just use parens to defeat macro
7173         expansion of __isctype in its declaration.
7175 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7177         * include/sys/uio.h (__libc_readv): Remove declaration.
7178         (__libc_writev): Likewise.
7179         * misc/readv.c (__libc_readv): Rename to __readv.
7180         (__readv): Do not define as alias.
7181         (readv): Define as alias of __readv.
7182         * misc/writev.c (__libc_writev): Rename to __writev.
7183         (__writev): Do not define as alias.
7184         (writev): Define as alias of __writev.
7185         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7186         (__readv): Do not define as alias.
7187         (readv): Define unconditionally as alias of __readv.
7188         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7189         (__writev): Do not define as alias.
7190         (writev): Define unconditionally as alias of __writev.
7191         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7192         name.
7193         (writev): Do not define __libc_writev name.
7195 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7197         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7198         (convert_charseq): New function, broken out of ...
7199         (use_from_charmap): ... here.  Call it.
7200         (use_to_charmap): Use convert_charseq and free instead of duplicating
7201         its code with a variable-length stack struct.
7203 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7205         * include/fcntl.h (__libc_creat): Remove declaration.
7206         * io/creat.c (__libc_creat): Rename to creat.
7207         (creat): Do not define as alias.
7208         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7209         of creat instead of __libc_creat.
7210         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7211         to creat.
7212         (creat): Do not define as alias.
7213         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7214         __libc_creat.
7215         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7216         __libc_creat name.
7217         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7218         Likewise.
7220 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
7222         * manual/llio.texi: Add comments discussing why write() may be
7223         considered MT-unsafe on Linux.
7225 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
7227         * dl-load.c (local_strdup): Remove.
7228         (expand_dynamic_string_token): Use __strdup.
7229         (decompose_rpath): Likewise.
7230         (_dl_map_object): Likewise.
7232 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
7234         [BZ #14132]
7235         * sysdeps/generic/unwind-dw2-fde.c
7236         (__register_frame_info_bases_internal): Do not declare.
7237         (__register_frame_info_table_bases_internal): Likewise.
7238         (__deregister_frame_info_bases_internal): Likewise.
7239         (__register_frame_info_bases): Declare and use hidden_proto before
7240         definition.  Use hidden_def instead of INTDEF.
7241         (__register_frame_info_table_bases): Likewise.
7242         (__deregister_frame_info_bases): Likewise.
7243         (__register_frame_info): Do not use INTUSE.
7244         (__register_frame): Likewise.
7245         (__register_frame_info_table): Likewise.
7246         (__register_frame_table): Likewise.
7247         (__deregister_frame_info): Likewise.
7248         (__deregister_frame): Likewise.
7250 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
7252         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7253         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7254         not undefine.
7255         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7256         Likewise.
7257         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7258         Likewise.
7260 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7262         [BZ #14138]
7263         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7264         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7265         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7266         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7267         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7268         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7269         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7270         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7271         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7272         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7273         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7274         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7275         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7276         syscall.
7277         (setfsuid): Likewise.
7278         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7279         (setfsuid): Likewise.
7280         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7281         (setfsuid): Likewise.
7282         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7283         Likewise.
7284         (setfsuid): Likewise.
7285         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7286         (setfsuid): Likewise.
7287         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7288         Likewise.
7289         (setfsuid): Likewise.
7291 2014-10-27  Andreas Schwab  <schwab@suse.de>
7293         [BZ #17501]
7294         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7295         check for Slow_SSE4_2 feature bit.
7296         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7297         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7298         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7299         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7301 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7303         * configure.ac: Validate compiler version with a empirical test of
7304         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7305         $CC -v output.
7306         * configure: Regenerated.
7308         * inet/htons.c (htons): Prototypify.
7309         * inet/htonl.c (htonl): Likewise.
7311 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7313         * string/strncat.c (strncat): Improve performance by using strlen.
7315 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7317         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7319 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7321         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7322         Call libc_fetestexcept_aarch64.
7324 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7326         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7327         Call libc_feholdexcept_aarch64.
7329 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7331         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7332         Call get_rounding_mode.
7334 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7336         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7337         Simplify logic.
7339 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7341         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7342         Simplify logic.
7344 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7346         [BZ #14138]
7347         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7348         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7349         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7350         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7351         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7352         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7353         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7354         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7355         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7356         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7357         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7358         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7359         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7360         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7361         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7362         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7363         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7364         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7365         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7366         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7367         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7368         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7369         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7370         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7371         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7372         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7373         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7374         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7375         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7376         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7377         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7378         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7379         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7380         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7381         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7382         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7383         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7384         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7385         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7386         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7387         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7388         syscall.
7389         (geteuid): Likewise.
7390         (getgid): Likewise.
7391         (getuid): Likewise.
7392         (getresgid): Likewise.
7393         (getresuid): Likewise.
7394         (getgroups): Likewise.
7395         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7396         (geteuid): Likewise.
7397         (getgid): Likewise.
7398         (getuid): Likewise.
7399         (getresgid): Likewise.
7400         (getresuid): Likewise.
7401         (getgroups): Likewise.
7402         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7403         (geteuid): Likewise.
7404         (getgid): Likewise.
7405         (getuid): Likewise.
7406         (getresgid): Likewise.
7407         (getresuid): Likewise.
7408         (getgroups): Likewise.
7409         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7410         Likewise.
7411         (geteuid): Likewise.
7412         (getgid): Likewise.
7413         (getuid): Likewise.
7414         (getresgid): Likewise.
7415         (getresuid): Likewise.
7416         (getgroups): Likewise.
7417         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7418         (geteuid): Likewise.
7419         (getgid): Likewise.
7420         (getuid): Likewise.
7421         (getresgid): Likewise.
7422         (getresuid): Likewise.
7423         (getgroups): Likewise.
7424         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7425         Likewise.
7426         (geteuid): Likewise.
7427         (getgid): Likewise.
7428         (getuid): Likewise.
7429         (getgroups): Likewise.
7431         [BZ #14138]
7432         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7433         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7434         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7435         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7436         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7437         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7438         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7439         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7440         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7441         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7442         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7443         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7444         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7445         __chown.
7446         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7447         (lchown): Likewise.
7448         (fchown): Likewise.
7449         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7450         Likewise.
7451         (lchown): Likewise.
7452         (fchown): Likewise.
7453         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7454         (lchown): Likewise.
7455         (fchown): Likewise.
7456         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7457         Likewise.
7458         (lchown): Likewise.
7459         (fchown): Likewise.
7461 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7463         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7464         Simplify logic.
7466 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7468         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7469         Cleanup logic.
7471 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7473         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7474         Remove unused include.
7476 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7478         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7479         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7480         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7481         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7483 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7484             Helge Deller <deller@gmx.de>
7486         [BZ #17508]
7487         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7488         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7489         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7491 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7493         [BZ #14132]
7494         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7495         Remove macro definition.
7496         (__ashrdi3_v_glibc20): Likewise.
7497         (__lshrdi3_v_glibc20): Likewise.
7498         (__cmpdi2_v_glibc20): Likewise.
7499         (__ucmpdi2_v_glibc20): Likewise.
7500         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7501         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7502         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7503         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7504         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7505         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7507 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7509         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7510         old GNU extension [0] syntax.
7511         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7512         alloca rather than an array member with variable length.
7513         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7514         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7515         (parse_opt): ... here.  Likewise use alloca there.
7516         Validate the -i argument before checking for rootness.
7517         (send_shutdown): New function, broken out of ...
7518         (parse_opt): ... here.
7520 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7522         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7523         macro to get at the _rt_local_ro field.
7524         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7525         ([PIC] case) or _dl_hwcap ([!PIC] case).
7526         * sysdeps/arm/setjmp.S: Likewise.
7528         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7529         * sysdeps/arm/configure.ac: New check to define it.
7530         * sysdeps/arm/configure: Regenerated.
7531         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7532         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7533         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7534         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7535         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7536         Use move/movt pair instead of a load.
7537         (LDST_GLOBAL): Macro removed.
7538         (LDR_GLOBAL): New macro replaces it.
7539         (LDR_HIDDEN): New macro.
7540         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7541         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7543         * setjmp/tst-setjmp-static.c: New file.
7544         * setjmp/Makefile (tests): Add it.
7545         (tests-static): New variable.
7547 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7549         [BZ #17485]
7550         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7552 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7554         [BZ #14132]
7555         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7557 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7559         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7561 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7563         * io/fts.c (dirent_not_directory): New function.
7564         (fts_build): Call it.
7566 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7568         * nptl/version.c (__nptl_main): Use normal __write rather than
7569         INTERNAL_SYSCALL.
7570         (banner): Update copyright years.
7572         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7573         gettimeofday.
7574         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7575         * nptl/pthread_cond_timedwait.c: Likewise.
7576         * nptl/pthread_mutex_timedlock.c: Likewise.
7577         * nptl/sem_timedwait.c: Likewise.
7579         * sysdeps/nptl/bits/libc-lock.h
7580         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7581         (__libc_lock_init_recursive): Return void, not 0.
7582         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7583         (__libc_rwlock_init): Likewise.
7584         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7586 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7588         [BZ #15215]
7589         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7590         (__pthread_once_slow): ... here.
7591         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7592         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7594 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7596         [BZ #15215]
7597         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7598         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7599         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7600         * nptl/pthread_once.c (__pthread_once): Likewise.
7601         Update comments.
7603 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7605         [BZ #14138]
7606         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7607         name.
7608         (writev): Use __libc_writev as strong name.
7609         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7610         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7612 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7614         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7616         * sysdeps/i386/nptl/tls.h
7617         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7618         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7619         New macros.
7620         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7621         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7622         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7623         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7624         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7625         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7627         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7628         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7629         on [__NR_futex].
7630         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7631         broken out of ...
7632         (__pthread_mutex_init): ... here.  Call it.
7633         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7634         Conditionalize PI cases on [__NR_futex].
7635         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7636         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7637         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7639         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7640         conditional on [SIGSETXID].
7641         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7642         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7643         is defined.  Likewise for SIGSETXID.
7644         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7645         Conditionalize definitions on [SIGSETXID].
7646         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7647         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7648         unblocking on [SIGCANCEL].
7650         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7651         [__NR_set_robust_list].
7653 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7655         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7656         (do_compare): Likewise.
7658 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7660         [BZ #15884]
7661         * string/strcoll_l.c: Don't include stdio.h.
7662         (coll_seq): Remove members idxarr and rulearr.
7663         (get_next_seq_cached): Remove function.
7664         (get_next_seq): Likewise.
7665         (get_next_seq_nocache): Rename to get_next_seq.
7666         (do_compare): Remove function.
7667         (do_compare_nocache): Rename to do_compare.
7668         (STRCOLL): Remove weight and rules cache.
7670 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7672         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7673         * sysdeps/arm/sfp-machine.h: ... to here.
7674         * sysdeps/arm/Implies: Remove arm/soft-fp.
7676 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7678         * conform/data/sys/utsname.h-data (*_t): Allow.
7679         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7680         [POSIX] (WEXITED): Do not expect constant.
7681         [POSIX] (WSTOPPED): Likewise.
7682         [POSIX] (WNOHANG): Likewise.
7683         [POSIX] (WNOWAIT): Likewise.
7684         [POSIX] (siginfo_t): Do not expect type or elements.
7685         [POSIX] (pid_t): Do not expect type.
7686         [POSIX] (signal.h): Do not allow header.
7687         [POSIX] (sys/resource.h): Likewise.
7688         [POSIX] (si_*): Do not allow pattern.
7689         [POSIX] (W*): Likewise.
7690         [POSIX] (P_*): Likewise.
7691         [POSIX] (BUS_*): Likewise.
7692         [POSIX] (CLD_*): Likewise.
7693         [POSIX] (FPE_*): Likewise.
7694         [POSIX] (ILL_*): Likewise.
7695         [POSIX] (POLL_*): Likewise.
7696         [POSIX] (SEGV_*): Likewise.
7697         [POSIX] (SI_*): Likewise.
7698         [POSIX] (TRAP_*): Likewise.
7699         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7700         variable.
7702 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7704         [BZ #12926]
7705         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7706         infinite loop when __recvmsg returns 0.
7708 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7710         * CANCEL-FCT-WAIVE: Remove file.
7711         * CANCEL-FILE-WAIVE: Likewise.
7713         [BZ #14132]
7714         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7715         instead of INTVARDEF.
7716         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7717         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7718         rtld_hidden_data_def instead of INTVARDEF.
7719         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7720         * elf/dl-deps.c (expand_dst): Likewise.
7721         * elf/dl-load.c (_dl_dst_count): Likewise.
7722         (_dl_dst_substitute): Likewise.
7723         (decompose_rpath): Likewise.
7724         (_dl_init_paths): Likewise.
7725         (open_path): Likewise.
7726         (_dl_map_object): Likewise.
7727         * elf/rtld.c (dl_main): Likewise.
7728         (process_dl_audit): Likewise.
7729         (process_envvars): Likewise.
7730         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7731         Remove declaration.
7732         (__libc_enable_secure): Use rtld_hidden_proto.
7734 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7736         * elf/dl-load.c
7737         (add_path): New function broken out of _dl_rtld_di_serinfo.
7738         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7740 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7742         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7743         parentheses around macro arguments.
7744         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7745         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7746         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7747         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7748         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7749         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7750         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7751         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7752         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7753         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7754         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7755         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7756         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7757         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7758         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7759         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7760         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7761         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7762         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7763         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7764         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7765         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7766         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7767         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7768         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7769         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7770         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7771         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7772         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7773         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7774         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7775         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7776         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7777         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7778         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7779         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7780         Likewise.
7781         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7782         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7783         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7784         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7785         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7786         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7787         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7788         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7789         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7790         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7791         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7792         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7793         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7794         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7795         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7796         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7797         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7798         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7799         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7800         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7801         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7802         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7803         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7804         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7805         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7806         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7807         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7808         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7809         (_FP_FRAC_SRS_1): Likewise.
7810         (_FP_FRAC_CLZ_1): Likewise.
7811         (_FP_MUL_MEAT_1_imm): Likewise.
7812         (_FP_MUL_MEAT_1_wide): Likewise.
7813         (_FP_MUL_MEAT_1_hard): Likewise.
7814         (_FP_SQRT_MEAT_1): Likewise.
7815         (_FP_FRAC_ASSEMBLE_1): Likewise.
7816         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7817         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7818         (__FP_CLZ_2): Likewise.
7819         (_FP_MUL_MEAT_2_wide): Likewise.
7820         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7821         (_FP_MUL_MEAT_2_gmp): Likewise.
7822         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7823         (_FP_SQRT_MEAT_2): Likewise.
7824         (_FP_FRAC_ASSEMBLE_2): Likewise.
7825         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7826         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7827         (_FP_FRAC_CLZ_4): Likewise.
7828         (_FP_MUL_MEAT_4_wide): Likewise.
7829         (_FP_MUL_MEAT_4_gmp): Likewise.
7830         (_FP_SQRT_MEAT_4): Likewise.
7831         (_FP_FRAC_ASSEMBLE_4): Likewise.
7832         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7833         * soft-fp/op-common.h (_FP_CMP): Likewise.
7834         (_FP_CMP_EQ): Likewise.
7835         (_FP_CMP_UNORD): Likewise.
7836         (_FP_TO_INT): Likewise.
7837         (_FP_FROM_INT): Likewise.
7838         [!__FP_CLZ] (__FP_CLZ): Likewise.
7839         (_FP_DIV_HELP_imm): Likewise.
7840         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7841         Likewise.
7842         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7843         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7844         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7845         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7846         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7847         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7848         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7849         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7850         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7851         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7852         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7853         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7854         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7855         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7856         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7857         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7858         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7859         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7860         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7861         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7862         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7863         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7864         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7865         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7866         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7867         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7868         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7869         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7870         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7871         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7872         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7873         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7874         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7875         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7876         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7877         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7878         (FP_UNPACK_RAW_SP): Likewise.
7879         (FP_PACK_RAW_S): Likewise.
7880         (FP_PACK_RAW_SP): Likewise.
7881         (FP_UNPACK_S): Likewise.
7882         (FP_UNPACK_SP): Likewise.
7883         (FP_UNPACK_SEMIRAW_S): Likewise.
7884         (FP_UNPACK_SEMIRAW_SP): Likewise.
7885         (FP_PACK_S): Likewise.
7886         (FP_PACK_SP): Likewise.
7887         (FP_PACK_SEMIRAW_S): Likewise.
7888         (FP_PACK_SEMIRAW_SP): Likewise.
7889         (_FP_SQRT_MEAT_S): Likewise.
7890         (FP_CMP_S): Likewise.
7891         (FP_CMP_EQ_S): Likewise.
7892         (FP_CMP_UNORD_S): Likewise.
7893         (FP_TO_INT_S): Likewise.
7894         (FP_FROM_INT_S): Likewise.
7896         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7898         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7899         (FP_EX_INVALID_IMZ): Likewise.
7900         (FP_EX_INVALID_IMZ_FMA): Likewise.
7901         (FP_EX_INVALID_ISI): Likewise.
7902         (FP_EX_INVALID_ZDZ): Likewise.
7903         (FP_EX_INVALID_IDI): Likewise.
7904         (FP_EX_INVALID_SQRT): Likewise.
7905         (FP_EX_INVALID_CVI): Likewise.
7906         (FP_EX_INVALID_VC): Likewise.
7907         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7908         "invalid" exceptions.
7909         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7910         (_FP_ADD_INTERNAL): Likewise.
7911         (_FP_MUL): Likewise.
7912         (_FP_FMA): Likewise.
7913         (_FP_DIV): Likewise.
7914         (_FP_CMP_CHECK_NAN): Likewise.
7915         (_FP_SQRT): Likewise.
7916         (_FP_TO_INT): Likewise.
7917         (FP_EXTEND): Likewise.
7919 2014-10-09  Allan McRae  <allan@archlinux.org>
7921         * po/fr.po: Update French translation from translation project.
7923 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7925         [BZ #14132]
7926         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7927         of INTDEF.
7928         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7929         (__cxa_atexit): Use libc_hidden_proto.
7930         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7932         [BZ #14132]
7933         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7934         declaration.
7935         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7936         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7937         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7938         [!_ISOMAC] (__iswctype_internal): Likewise.
7939         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7940         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7941         alias.
7942         (fcntl): Remove __fcntl_internal alias.
7943         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7944         __connect_internal alias.
7945         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7946         Likewise.
7948         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7949         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7950         FP_DENORM_ZERO.
7951         (_FP_CHECK_FLUSH_ZERO): New macro.
7952         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7953         (_FP_CMP): Likewise.
7954         (_FP_CMP_EQ): Likewise.
7955         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7956         FP_DENORM_ZERO.
7957         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7958         (FP_TRUNC): Likewise.
7960         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7961         treated as invalid conversion, not as normal exponent.
7963         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7964         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7965         (_FP_CMP_EQ): Likewise.
7966         (_FP_CMP_UNORD): Likewise.
7967         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7968         (FP_CMP_EQ_D): Likewise.
7969         (FP_CMP_UNORD_D): Likewise.
7970         * soft-fp/extended.h (FP_CMP_E): Likewise.
7971         (FP_CMP_EQ_E): Likewise.
7972         (FP_CMP_UNORD_E): Likewise.
7973         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7974         (FP_CMP_EQ_Q): Likewise.
7975         (FP_CMP_UNORD_Q): Likewise.
7976         * soft-fp/single.h (FP_CMP_S): Likewise.
7977         (FP_CMP_EQ_S): Likewise.
7978         (FP_CMP_UNORD_S): Likewise.
7979         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7980         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7981         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7982         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7983         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7984         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7985         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7986         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7987         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7988         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7989         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7990         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7991         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7992         to FP_CMP_Q.
7993         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7994         FP_CMP_Q.
7995         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7996         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7997         FP_CMP_EQ_Q.
7998         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7999         FP_CMP_Q.
8000         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
8001         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
8002         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
8003         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
8004         FP_CMP_EQ_Q.
8005         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
8006         FP_CMP_Q.
8007         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
8008         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
8009         FP_CMP_EQ_Q.
8010         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
8011         FP_CMP_Q.
8012         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
8013         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
8014         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
8015         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
8016         FP_CMP_EQ_Q.
8018         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
8019         a subnormal result, set the underflow exception if trapping on
8020         underflow is enabled.
8021         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
8022         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
8023         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
8024         redefine to 0.
8025         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
8026         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8027         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8028         * soft-fp/extendxftf2.c (__extendxftf2): Use
8029         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
8031         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
8032         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
8033         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8034         FP_HANDLE_EXCEPTIONS.
8035         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
8036         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8037         FP_HANDLE_EXCEPTIONS.
8038         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
8039         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8040         FP_HANDLE_EXCEPTIONS.
8041         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
8042         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8043         FP_HANDLE_EXCEPTIONS.
8045 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
8047         [BZ #14132]
8048         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
8049         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
8050         use INTUSE.
8051         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
8052         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
8053         Remove alias.
8054         (__adjtimex): Define using libc_hidden_ver.
8055         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
8056         Remove declaration.
8057         (ntp_gettime): Call __adjtimex directly.
8058         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
8059         Remove declaration.
8060         (ntp_gettimex): Call __adjtimex directly.
8061         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
8062         __adjtimex_internal alias.
8064 2014-10-08  Roland McGrath  <roland@hack.frob.com>
8066         [BZ #17460]
8067         * nscd/nscd.c (more_help): Rewrite list of tables collection
8068         using xstrdup and asprintf.
8070         * nscd/nscd_conf.c: Remove local xstrdup declaration.
8072 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8073             Roland McGrath  <roland@hack.frob.com>
8075         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8076         (do_lookup_unique): ... local function 'enter' here; update callers.
8078 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
8080         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8081         compat_symbol calls on [SHARED].
8082         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
8083         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
8084         Remove.
8085         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8086         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
8087         (oldsetrlimit): Remove.
8088         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8090         (lchown): New syscall entry.
8091         (oldsetrlimit): Remove.
8092         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8093         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
8094         (oldsetrlimit): Remove.
8095         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8097         [BZ #14138]
8098         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
8099         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
8100         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
8101         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
8102         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8103         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
8104         (fchown): Likewise.
8105         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
8106         (fchown): Likewise.
8107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
8108         Likewise.
8110 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8112         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
8113         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
8114         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
8115         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
8116         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
8117         Likewise.
8118         (__old_sem_post): Likewise.
8120 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
8122         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
8123         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
8124         HAVE_CLOCK_GETTIME_VSYSCALL macros.
8125         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
8126         Use INLINE_VSYSCALL macro.
8127         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
8128         __vdso_clock_gettime.
8129         * sysdeps/unix/sysv/linux/tile/init-first.c
8130         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
8131         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
8132         __vdso_clock_gettime.
8134         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
8135         to set up frame more cleanly.
8137         * sysdeps/tile/memcmp.c: New file.
8139         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
8141         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
8142         * sysdeps/tile/tilegx/strcasestr.c: New file.
8143         * sysdeps/tile/tilegx/strnlen.c: New file.
8144         * sysdeps/tile/tilegx/strstr.c: New file.
8146         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
8148 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
8150         * nptl/tst-setuid3.c: Write errors to stdout.
8152 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8154         * elf/dl-deps.c
8155         (preload): New functions broken out of _dl_map_object_deps.
8156         (_dl_map_object_deps):  Remove a nested function. Update call sites.
8158 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
8160         [BZ #14138]
8161         * sysdeps/unix/sysv/linux/execve.c: Remove file.
8162         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
8164 2014-10-01  Steve Ellcey  <sellcey@mips.com>
8166         * sysdeps/mips/strcmp.S: New.
8168 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
8170         [BZ #14138]
8171         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
8172         (linkat): Likewise.
8173         (mkdirat): Likewise.
8174         (readlinkat): Likewise.
8175         (renameat): Likewise.
8176         (symlinkat): Likewise.
8177         (unlinkat): Likewise.
8178         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
8179         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
8180         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
8181         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8182         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8183         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8184         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8186 2014-09-30  Will Newton  <will.newton@linaro.org>
8188         * math/math.h: Define long double math functions if
8189         _LIBC_TEST is defined.
8190         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8192         * localedata/Makefile: Move assignment to tests-special
8193         into an ifdef testing run-built-tests.
8194         * timezone/Makefile: Likewise.
8196 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
8198         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8199         with $(BASH) not $(SHELL).
8201 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
8202             Matthew LeGendre  <legendre1@llnl.gov>
8204         [BZ #17411]
8205         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8206         l_reloc_result.
8208 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8210         * stdio-common/printf_fp.c
8211         (hack_digit): New function, broken out of ...
8212         (__printf_fp): ... local function here.  Update call sites.
8213         hack_digit now takes an additional parameter that is a pointer
8214         to a struct of the referenced locals.  Those locals moved inside
8215         the struct and references updated.
8217 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
8219         * aclocal.m4: Require autoconf 2.69.
8220         * configure: Regenerated.
8221         * sysdeps/aarch64/configure: Likewise.
8222         * sysdeps/alpha/configure: Likewise.
8223         * sysdeps/arm/armv7/configure: Likewise.
8224         * sysdeps/arm/configure: Likewise.
8225         * sysdeps/ia64/configure: Likewise.
8226         * sysdeps/mach/configure: Likewise.
8227         * sysdeps/mips/configure: Likewise.
8228         * sysdeps/s390/configure: Likewise.
8229         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8232         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8233         file.
8234         * sysdeps/ia64/configure.ac: Likewise.
8236 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
8238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8239         specify symbol version for ld.so.  Do not include entry for
8240         libpthread.
8241         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8242         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8243         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8245         [BZ #14171]
8246         * Makeconfig [$(build-shared) = yes]
8247         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8248         makefiles.
8249         [$(build-shared) = yes && $(soversions.mk-done) = t]
8250         ($(common-objpfx)gnu/lib-names.h): Remove rule.
8251         [$(build-shared) = yes && $(soversions.mk-done) = t]
8252         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
8253         to Makerules.
8254         [$(build-shared) = yes && $(soversions.mk-done) = t]
8255         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8256         here.
8257         [$(build-shared) = yes && $(soversions.mk-done) = t]
8258         (common-generated): Don't append gnu/lib-names.h and
8259         gnu/lib-names.stmp here.
8260         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8261         (lib-names-h-abi): New variable.
8262         [$(build-shared) = yes && $(soversions.mk-done) = t]
8263         (lib-names-stmp-abi): Likewise.
8264         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8265         abi-variants] (before-compile): Append
8266         $(common-objpfx)$(lib-names-h-abi).
8267         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8268         abi-variants] (common-generated): Append gnu/lib-names.h.
8269         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8270         abi-variants] (install-others-nosubdir): Depend on
8271         $(inst_includedir)/$(lib-names-h-abi).
8272         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8273         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8274         [$(build-shared) = yes && $(soversions.mk-done) = t]
8275         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8276         [$(build-shared) = yes && $(soversions.mk-done) = t]
8277         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8278         [$(build-shared) = yes && $(soversions.mk-done) = t]
8279         (common-generated): Append $(lib-names-h-abi) and
8280         $(lib-names-stmp-abi).
8281         * scripts/lib-names.awk: Do not handle multi being set.
8282         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8283         Remove variable.
8284         (abi-lp64_be-ld-soname): Likewise.
8285         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8286         Likewise.
8287         (abi-hard-ld-soname): Likewise.
8288         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8289         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8290         Remove variable.
8291         (abi-o32_hard-ld-soname): Likewise.
8292         (abi-o32_soft_2008-ld-soname): Likewise.
8293         (abi-o32_hard_2008-ld-soname): Likewise.
8294         (abi-n32_soft-ld-soname): Likewise.
8295         (abi-n32_hard-ld-soname): Likewise.
8296         (abi-n32_soft_2008-ld-soname): Likewise.
8297         (abi-n32_hard_2008-ld-soname): Likewise.
8298         (abi-n64_soft-ld-soname): Likewise.
8299         (abi-n64_hard-ld-soname): Likewise.
8300         (abi-n64_soft_2008-ld-soname): Likewise.
8301         (abi-n64_hard_2008-ld-soname): Likewise.
8302         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8303         Likewise.
8304         (abi-64-v2-ld-soname): Likewise.
8305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8306         ld.so entries.
8307         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8308         variable.
8309         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8310         entry.
8311         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8312         variable.
8313         (abi-64-ld-soname): Likewise.
8314         (abi-x32-ld-soname): Likewise.
8315         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8316         entry.
8317         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8319 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8321         [BZ #14138]
8322         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8323         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8324         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8325         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8326         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8327         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8328         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8329         syscall entry for GLIBC_2.2 symbol version.
8330         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8331         Likewise.
8332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8333         (setrlimit): Likewise.
8334         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8335         Likewise.
8337 2014-09-23  Will Newton  <will.newton@linaro.org>
8339         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8340         _LINUX_ARM_SYSDEP_H include guard too.
8341         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8342         define.
8344 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8346         * sysdeps/unix/sysv/linux/eventfd.c:
8347         Make first argument unsigned.
8348         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8349         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8351 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8353         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8354         * socket/sys/socket.h: Likewise
8355         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8357 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8359         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8361 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8363         * time/tst-ftime.c: New test.
8364         * time/Makefile (tests): Add tst-ftime.
8366 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8368         * soft-fp/extended.h: Fix comment formatting.
8369         * soft-fp/op-1.h: Likewise.
8370         * soft-fp/op-2.h: Likewise.
8371         * soft-fp/op-4.h: Likewise.
8372         * soft-fp/op-8.h: Likewise.
8373         * soft-fp/op-common.h: Likewise.
8374         * soft-fp/soft-fp.h: Likewise.
8376         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8378 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8380         [BZ #6652]
8381         * Makeconfig (soversions-default-setname): Remove variable.
8382         ($(common-objpfx)soversions.i): Don't pass default_setname to
8383         soversions.awk.
8384         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8385         oldest_abi to abi-versions.awk.
8386         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8387         * config.make.in (oldest-abi): Remove variable.
8388         * configure.ac (--enable-oldest-abi): Remove configure option.
8389         * configure: Regenerated.
8390         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8391         text.
8392         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8393         * scripts/soversions.awk: Do not handle default_setname variable.
8394         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8395         variable.
8396         * sysdeps/mach/hurd/configure: Regenerated.
8397         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8398         variable.
8399         * sysdeps/unix/sysv/linux/configure: Regenerated.
8401 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8403         * elf/Makefile (CFLAGS-interp.c): Remove.
8404         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8405         path string.
8406         * elf/interp.c: Include generated runtime-linker.h
8408         * Makerules (lib%.so): Don't include $(+interp) in
8409         prerequisites.
8410         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8411         * dlfcn/eval.c: Remove file.
8413         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8414         macros.
8416         [BZ #17266]
8417         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8418         4.2 and newer.
8420         [BZ #17370]
8421         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8423 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8424             Jakub Jelinek  <jakub@redhat.com>
8426         [BZ #17266]
8427         * libio/stdio.h: Check definition of __fortify_function
8428         instead of __extern_always_inline to include bits/stdio2.h.
8429         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8430         check if __extern_always_inline is defined.
8431         [__USE_MISC || __USE_XOPEN]: Likewise.
8432         [__USE_ISOC99] Likewise.
8433         * misc/sys/cdefs.h (__fortify_function): Define only if
8434         __extern_always_inline is defined.
8435         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8436         __extern_always_inline and __extern_inline only for g++-4.3
8437         and newer or a compatible gcc.
8439 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8441         [BZ #17371]
8442         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8443         last change to handle zero prefix length.
8445 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8447         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8448         _SC_REGEX_VERSION.
8450         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8451         _POSIX_RAW_SOCKETS.
8453 2014-09-13  Allan McRae  <allan@archlinux.org>
8455         * po/ru.po: Update Russian translation from translation project.
8457 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8459         * locale/programs/locale.c (show_locale_vars): Inline local function
8460         into its sole call site.  Clean up some style nits.
8461         (print_item): New function, broken out of ...
8462         (show_info): ... local function here.  Clean up style nits.
8464         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8465         out of ...
8466         (set_class_defaults): ... local function set_default here.
8467         Define set_default as a macro locally to pass constant parameters.
8468         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8469         rather than a shared local.
8471         * stdlib/rpmatch.c (try): New function, broken out of ...
8472         (rpmatch): ... local function here.  Also, prototypify definition.
8474 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8476         * scripts/soversions.awk: Do not handle configuration names.
8477         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8478         vendor and os variables to soversions.awk.
8479         * configure.ac: Do not modify gnu-* host_os.
8480         * configure: Regenerated
8481         * shlib-versions: Remove first column with configuration names.
8482         * nptl/shlib-versions: Likewise.
8483         * nptl_db/shlib-versions: Likewise.
8484         * sysdeps/hppa/shlib-versions: Likewise.
8485         * sysdeps/m68k/shlib-versions: Likewise.
8486         * sysdeps/mach/hurd/shlib-versions: Likewise.
8487         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8488         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8489         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8490         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8491         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8492         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8493         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8494         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8496         Likewise.
8497         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8498         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8499         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8500         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8501         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8502         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8503         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8504         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8507         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8509         Regenerated.
8510         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8512         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8514         * shlib-versions: Remove OS-specific entries.  Moved to files in
8515         sysdeps.
8516         * sysdeps/mach/hurd/shlib-versions: New file.
8517         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8519         * nptl/shlib-versions: Remove architecture-specific entries.
8520         Moved to files in sysdeps.
8521         * shlib-versions: Likewise.
8522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8523         file.
8524         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8525         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8526         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8527         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8529         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8530         (UDP_NO_CHECK6_RX): Likewise.
8532 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8534         * sysdeps/posix/sysconf.c (__sysconf): Spell
8535         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8537 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8539         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8540         loading.
8541         * iconv/Versions (__gconv_transliterate): Export for use from
8542         gconv modules.
8543         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8544         (struct __gconv_trans_data, __gconv_trans_fct,
8545         __gconv_trans_context_fct, __gconv_trans_query_fct,
8546         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8547         definitions.
8548         (struct __gconv_step_data): Remove __trans member.
8549         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8550         longer hidden.  Remove unused trans_data argument.
8551         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8552         (__gconv_translit_find): Remove declaration.
8553         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8554         prototype.
8555         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8556         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8557         trans_data argument.  Add hidden definition.
8558         (__gconv_translit_find): Remove.
8559         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8560         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8561         * iconv/skeleton.c: Remove transliteration initialization.
8562         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8563         __gconv_step_data initialization.
8564         * libio/iofwide.c (__libio_translit_): Remove.
8565         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8566         * wcsmbs/btowc.c (__btowc): Likewise.
8567         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8568         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8569         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8570         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8571         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8572         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8573         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8574         * wcsmbs/wctob.c (wctob): Likewise.
8576 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8578         [BZ #16194]
8579         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8580         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8581         register usage.
8582         * sysdeps/x86/Makefile: Adjust.
8584 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8585             Roland McGrath  <roland@hack.frob.com>
8587         * locale/weight.h: Add include guard.
8588         (findidx): Make static rather than auto; take new parameters
8589         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8590         * locale/weightwc.h: Likewise.
8591         * posix/fnmatch_loop.c
8592         (FCT): Change type of EXTRA from int32_t to wint_t.
8593         Don't include either header inside the function.
8594         Call FINDIDX rather than findidx, and pass new arguments.
8595         #undef FINDIDX at the end of the file.
8596         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8597         FINDIDX before including fnmatch_loop.c for the non-wide version.
8598         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8599         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8600         for the wide version.
8601         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8602         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8603         Pass new arguments to findidx.
8604         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8605         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8606         Don't #include it inside the function.  Pass new arguments to findidx.
8607         * posix/regex_internal.h
8608         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8609         (re_string_elem_size_at): Don't #include it inside the function.
8610         Pass new arguments to findidx.
8611         * string/strcoll_l.c: #include WEIGHT_H at top level.
8612         (get_next_seq): Don't #include it inside the function.
8613         Pass new arguments to findidx.
8614         (get_next_seq_nocache): Likewise.
8615         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8616         (STRXFRM): Don't #include it inside the function.
8617         Pass new arguments to findidx.
8619 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8621         [BZ #17344]
8622         * malloc/malloc.c (unlink): Turn asserts into a call to
8623         malloc_printerr.
8625 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8627         [BZ #17370]
8628         * libio/wfileops (do_ftell_wide): Free OUT.
8630 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8632         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8634 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8636         [BZ #17363]
8637         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8638         group if the current group is empty.
8640 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8642         * benchtests/bench-memset.c (test_main): Add more test from size
8643         from 32 to 512 bytes.
8644         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8645         Add POWER8 memset object.
8646         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8647         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8648         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8649         implementation.
8650         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8651         Likewise.
8652         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8653         multiarch POWER8 memset optimization.
8654         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8655         POWER8 memset optimization.
8657         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8658         Remove bzero multiarch objects.
8659         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8660         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8661         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8662         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8663         Remove define.
8664         [__bzero]: Redefine to specific name.
8665         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8666         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8667         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8668         define.
8669         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8670         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8672 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8674         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8675         warnings into errors.
8677         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8678         __cxa_thread_atexit_impl prototype.
8680 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8682         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8683         Fix capitalization of error message.
8685 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8687         * sysdeps/mips/preconfigure: Modify ABI tests.
8689 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8691         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8693 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8694             Carlos O'Donell  <carlos@systemhalted.org>
8696         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8697         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8698         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8699         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8700         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8701         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8702         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8703         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8704         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8705         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8706         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8707         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8708         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8709         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8710         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8711         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8712         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8713         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8714         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8715         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8716         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8717         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8718         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8719         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8720         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8721         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8722         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8723         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8724         Deconditionalize the code that was previously under [RESET_PID].
8725         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8726         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8727         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8728         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8729         include sysdep.h.
8731 2014-09-08  Allan McRae  <allan@archlinux.org>
8733         * version.h (RELEASE): Set to "development".
8734         (VERSION): Set to "2.20.90"
8736 2014-09-07  Allan McRae  <allan@archlinux.org
8738         * version.h (RELEASE): Set to "stable".
8739         (VERSION): Set to "2.20"
8740         * include/features.h (__GLIBC_MINOR__): Set to 20.
8742         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8743         Liebler.
8745         * po/ko.po: Update Korean translation from translation project.
8747 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8749         [BZ #17354]
8750         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8751         macro for handling signed relocations.
8753 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8755         [BZ #17325]
8756         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8757         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8758         assert.
8759         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8760         * iconvdata/ibm935.c (BODY): Likewise.
8761         * iconvdata/ibm937.c (BODY): Likewise.
8762         * iconvdata/ibm939.c (BODY): Likewise.
8763         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8764         assert.
8765         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8766         script.
8767         * iconvdata/run-iconv-test.sh: New test loop for checking for
8768         decoder crashers.
8770 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8772         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8773         libm_hidden_ver.
8775 2014-09-01  Allan McRae  <allan@archlinux.org>
8777         * po/eo.po: Update Esperanto translation from translation project.
8779         * po/ca.po: Update Catalan translation from translation project.
8781 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8783         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8784         __proc_dostop call.
8786 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8788         [BZ #17319]
8789         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8790         to call set_thread_area instead of hand written asm.
8791         (__NR_set_thread_area): Removed define.
8792         (TLS_FLAG_WRITABLE): Likewise.
8793         (__ASSUME_SET_THREAD_AREA): Remove check.
8794         (TLS_EBX_ARG): Remove define.
8795         (TLS_LOAD_EBX): Likewise.
8797 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8799         Simplify atomicity of socket creation in bind.
8801         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8802         looking up the name after linking the file.
8804 2014-08-27  Allan McRae  <allan@archlinux.org>
8806         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8808 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8810         [BZ #17187]
8811         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8812         trans_compare, open_translit, __gconv_translit_find):
8813         Remove module loading code.
8815 2014-08-26  Allan McRae  <allan@archlinux.org>
8817         * po/vi.po: Update Vietnamese translation from translation project.
8819         * po/uk.po: Update Ukrainian translation from translation project.
8821         * po/fr.po: Update French translation from translation project.
8823         * po/ru.po: Update Russian translation from translation project.
8825         * po/pl.po: Update Polish translation from translation project.
8827         * po/cs.po: Update Czech translation from translation project.
8829         * po/de.po: Update German translation from translation project.
8831         * po/bg.po: Update Bulgarian translation from translation project.
8833         * po/sv.po: Update Sweedish translation from translation project.
8835         * po/nl.po: Update Dutch translation from translation project.
8837         * po/es.po: Update Spanish translation from translation project.
8839 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8841         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8843         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8844         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8845         (CPPFLAGS-iconvconfig): Likewise.
8846         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8848         * include/libc-symbols.h: Remove unnecessary check for
8849         NOT_IN_libc.
8850         * nptl/pthreadP.h: Likewise.
8851         * sysdeps/aarch64/setjmp.S: Likewise.
8852         * sysdeps/alpha/setjmp.S: Likewise.
8853         * sysdeps/arm/sysdep.h: Likewise.
8854         * sysdeps/i386/setjmp.S: Likewise.
8855         * sysdeps/m68k/setjmp.c: Likewise.
8856         * sysdeps/posix/getcwd.c: Likewise.
8857         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8858         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8859         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8860         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8861         * sysdeps/sh/sh3/setjmp.S: Likewise.
8862         * sysdeps/sh/sh4/setjmp.S: Likewise.
8863         * sysdeps/unix/alpha/sysdep.h: Likewise.
8864         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8865         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8866         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8867         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8870         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8871         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8872         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8873         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8874         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8875         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8876         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8877         * sysdeps/x86_64/setjmp.S: Likewise.
8879 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8881         [BZ #17263]
8882         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8883         <stdint.h>.
8884         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8885         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8887 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8889         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8891         [BZ #17262]
8892         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8893         and __x86_64__ when disabling x87 inline functions.
8895 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8897         [BZ #17259]
8898         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8899         asm statement with __cpuid_count.
8901 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8903         * configure.ac: Change __ehdr_start code to dereference the struct.
8904         Run readelf on the output to look for relocations.
8905         * configure: Regenerated.
8907 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8909         [BZ #17261]
8910         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8911         value to 0.
8912         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8914 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8916         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8918 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8920         [BZ #16892]
8921         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8922         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8924 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8926         * malloc/malloc.c: Fix typo in comment.
8928 2014-08-09  Allan McRae  <allan@archlinux.org>
8930         * Regenerate libc.po.
8932 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8934         * intl/tst-gettext2.sh: Check every lang file for creation.
8936 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8938         * sysdeps/aarch64/fpu/math_private.h
8939         (libc_feholdsetround_noex_aarch64_ctx): New function.
8941 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8943         * sysdeps/arm/armv6/strcpy.S (strcpy):
8944         Fix performance issue in misaligned cases.
8946 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8948         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8949         Move definition from termios.h.
8950         (struct termio): Likewise.
8951         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8952         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8953         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8954         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8955         Likewise.
8956         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8957         Move definition to ioctl-types.h
8958         (struct termio): Likewise.
8959         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8960         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8961         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8962         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8963         Likewise.
8965 2014-08-05  Richard Henderson  <rth@redhat.com>
8967         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8968         exceptions.
8969         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8970         Add fraiseexcpt.
8971         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8972         Use __feraiseexcept.
8973         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8974         Protect libm symbols with IS_IN_libm.
8976         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8978 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8980         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8982 2014-08-04  Will Newton  <will.newton@linaro.org>
8984         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8985         file.
8987 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8989         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8990         variants for each function.
8992 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8994         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8995         appended ...
8996         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8997         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8998         appended ...
8999         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
9000         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
9001         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
9002         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
9003         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
9004         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
9005         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
9006         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
9007         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
9008         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
9009         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
9010         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
9011         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
9012         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
9013         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
9014         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
9015         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
9016         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
9017         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
9018         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
9019         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
9020         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
9021         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
9022         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
9023         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
9024         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
9025         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
9026         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
9027         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
9028         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
9029         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
9030         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
9031         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
9032         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
9033         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
9034         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
9035         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
9036         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
9037         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
9038         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
9039         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
9040         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
9041         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
9042         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
9043         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
9044         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
9045         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
9046         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
9047         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
9048         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
9049         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
9050         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
9051         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
9052         Update #include.
9053         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
9054         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
9056 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9058         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
9059         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
9060         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
9061         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
9062         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
9063         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9065 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9067         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
9068         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9069         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9070         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9072 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9074         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9075         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9076         (__libc_vfork): Define function under this name.
9077         (__vfork): Define as an alias.
9078         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9079         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9081 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9083         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
9084         that was previously under [RESET_PID].
9085         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
9087 2014-08-04  Andreas Schwab  <schwab@suse.de>
9089         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
9091 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
9093         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
9094         (main): Likewise.
9096 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9098         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
9100 2014-08-01  Richard Henderon  <rth@redhat.com>
9102         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
9103         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
9104         typo in exact zero test.
9105         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
9106         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
9107         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9109 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9111         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
9112         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
9113         * sysdeps/arm/sysdep.h: ... here.
9114         [!__ASSEMBLER__]: Include <stdint.h>.
9116 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9118         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
9119         (HAVE_WCTYPE_H): Likewise.
9120         (HAVE_ISWCTYPE): Likewise.
9121         (ENABLE_NLS): Likewise.
9122         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
9123         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
9125         * posix/regex_internal.c: Check if DEBUG is defined and is
9126         set.
9128         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
9129         (HAVE_MBSRTOWCS): Likewise.
9130         * posix/fnmatch.c: Include string.h unconditionally.
9132 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9134         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
9135         reversal.
9137 2014-07-31  Roland McGrath  <roland@hack.frob.com>
9139         * sysdeps/generic/safe-fatal.h: New file.
9140         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
9141         * nptl/forward.c: Include it.
9142         (__pthread_unwind): Use __safe_fatal as default action, rather
9143         than a bogus use of INTERNAL_SYSCALL that could never work.
9145         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
9146         * configure.ac (libc_cv_builtin_trap): New test.
9147         * configure: Regenerated.
9148         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
9149         (ABORT_INSTRUCTION): Define using __builtin_trap.
9151         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
9152         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
9153         * sysdeps/nptl/nptl-signals.h: New file.
9154         * nptl/pthreadP.h: Include <nptl-signals.h>.
9156 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9158         * sysdeps/s390/s390-64/utf16-utf32-z9.c
9159         (ONE_DIRECTION): Define.
9160         * sysdeps/s390/s390-64/utf8-utf16-z9.c
9161         (ONE_DIRECTION): Define.
9162         * sysdeps/s390/s390-64/utf8-utf32-z9.c
9163         (ONE_DIRECTION): Define.
9165 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9167         * sysdeps/s390/Makefile: Delete file.
9168         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
9169         * sysdeps/s390/__longjmp.c: Delete file.
9170         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
9171         Remove fields __flags and __reserved.
9172         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
9173         and add versioning.
9174         * sysdeps/s390/rtld-__longjmp.c: Delete file.
9175         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
9176         * sysdeps/s390/rtld-setjmp.S: Likewise.
9177         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
9178         * sysdeps/s390/s390-32/__longjmp.c: ... here.
9179         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
9180         * sysdeps/s390/s390-32/setjmp.S: ... here.
9181         Add versioning.
9182         (__sigsetjmp): Remove setting __flags field.
9183         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9184         * sysdeps/s390/s390-64/__longjmp.c: ... here.
9185         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9186         * sysdeps/s390/s390-64/setjmp.S: ... here.
9187         Add versioning.
9188         (__sigsetjmp): Remove setting __flags field.
9189         * sysdeps/s390/setjmp.S: Delete file.
9190         * sysdeps/s390/sigjmp.c: Likewise.
9191         * sysdeps/s390/v1-longjmp.c: Likewise.
9192         * sysdeps/s390/v1-setjmp.h: Likewise.
9193         * sysdeps/s390/v1-sigjmp.c: Likewise.
9194         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9195         Remove v1-longjmp_chk.
9196         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9197         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9198         Include debug/longjmp_chk.c and add versioning.
9199         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9200         Include nptl/pt-longjmp.c and add versioning.
9201         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9202         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9203         Include __longjmp.c.
9204         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9205         Move to ...
9206         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9207         (__getcontext): Remove setting __flags field.
9208         Add versioning.
9209         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9210         Don't restore upper high grps.
9211         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9212         Likewise.
9213         (__swapcontext): Remove setting uc_flags field.
9214         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9215         Delete file.
9216         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9217         Include __longjmp.c.
9218         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9219         Move to ...
9220         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9221         (__getcontext): Remove setting __flags field.
9222         Add versioning.
9223         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9224         (__swapcontext): Remove setting uc_flags field.
9225         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9226         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9227         Remove fields uc_high_gprs and __reserved.
9228         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9229         New file with reverted content.
9230         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9231         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9232         Regenerated.
9233         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9234         Regenerated.
9236 2014-07-31  Andreas Schwab  <schwab@suse.de>
9238         * config.h.in (HAVE_IFUNC): Define to 0.
9239         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9240         definedness.
9242 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
9244         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9245         memmove-avx-unaligned, memcpy-avx-unaligned and
9246         mempcpy-avx-unaligned.
9247         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9248         Add tests for AVX memcpy functions.
9249         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9250         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9251         memcpy_chk.
9252         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9253         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9254         memmove_chk.
9255         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9256         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9257         mempcpy_chk.
9258         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9259         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9260         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9262 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9264         [BZ #17213]
9265         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9266         powerpc64le.
9268 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9270         [BZ #16839]
9271         * manual/llio.texi: Add section about open file description locks.
9272         * manual/examples/ofdlocks.c: Example of open file description
9273         lock usage.
9274         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9275         F_OFD_SETLK, and F_OFD_SETLKW.
9277 2014-07-23  Allan McRae  <allan@archlinux.org>
9279         * po/es.po: Update Spanish translation from translation project.
9281 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9283         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9285 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9287         [BZ #17078]
9288         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9289         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9290         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9292 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9294         [BZ #17088]
9295         * math/fesetenv.c (__fesetenv)
9296         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9297         * math/feupdateenv.c (__feupdateenv)
9298         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9300         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9301         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9302         (__ASSUME_SOCKETCALL): Do not define.
9304         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9305         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9306         (__ASSUME_SOCKETCALL): Do not define.
9307         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9308         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9309         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9310         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9311         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9312         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9313         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9314         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9316         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9317         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9318         (__ASSUME_SOCKETCALL): Do not define.
9319         (__ASSUME_IPC64): Define unconditionally.
9320         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9321         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9322         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9323         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9324         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9325         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9326         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9327         Likewise.
9329         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9330         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9331         (__ASSUME_SOCKETCALL): Do not define.
9332         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9333         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9334         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9335         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9336         (__ASSUME_REQUEUE_PI): Define unconditionally.
9337         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9338         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9339         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9340         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9341         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9342         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9344         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9345         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9346         (__ASSUME_SOCKETCALL): Do not define.
9347         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9348         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9349         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9350         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9351         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9352         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9354         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9355         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9356         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9357         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9358         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9359         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9360         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9361         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9362         (__ASSUME_GETCPU_SYSCALL): Likewise.
9364         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9365         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9366         cases for individual architectures.
9367         * sysdeps/gnu/configure: Regenerated.
9368         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9369         LIBC_SLIBDIR_RTLDDIR.
9370         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9371         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9372         LIBC_SLIBDIR_RTLDDIR.
9373         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9375         LIBC_SLIBDIR_RTLDDIR.
9376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9377         Regenerated.
9378         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9379         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9380         file.
9381         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9382         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9383         file.
9384         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9385         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9386         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9387         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9389         * sysdeps/aarch64/shlib-versions: Move to ...
9390         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9391         * sysdeps/alpha/shlib-versions: Move to ...
9392         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9393         * sysdeps/arm/shlib-versions: Move to ...
9394         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9395         * sysdeps/hppa/shlib-versions: Move all contents except for
9396         libgcc_s entry to ...
9397         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9398         entry from ...
9399         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9400         * sysdeps/ia64/shlib-versions: Move to ...
9401         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9402         entry from ...
9403         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9404         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9405         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9406         * sysdeps/microblaze/shlib-versions: Move to ...
9407         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9408         * sysdeps/mips/shlib-versions: Move to ...
9409         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9410         entry from ...
9411         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9412         * sysdeps/tile/shlib-versions: Move to ...
9413         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9414         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9415         from ...
9416         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9417         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9418         entry from ...
9419         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9421 2014-07-17  Will Newton  <will.newton@linaro.org>
9423         * sysdeps/arm/bits/atomic.h
9424         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9425         (__arch_compare_and_exchange_bool_16_int): Likewise.
9426         (__arch_compare_and_exchange_bool_64_int): Likewise.
9428         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9429         into an #else block.
9431 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9433         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9434         just Linux configurations.  Test empirically that the compiler sets
9435         __ARM_EABI__, rather than using the tuple to decide.
9436         * sysdeps/arm/preconfigure: Regenerated.
9437         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9438         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9439         contents appended ...
9440         * sysdeps/arm/configure.ac: ... here.
9441         * sysdeps/arm/configure: Regenerated.
9443 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9445         * nptl/pthread_kill.c: New file.
9446         * nptl/pthread_sigmask.c: New file.
9447         * nptl/pthread_sigqueue.c: New file.
9449         * sysdeps/nptl/lowlevellock.h: New file.
9450         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9451         * sysdeps/nptl/lowlevellock-futex.h: New file.
9453         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9454         Remove dead declarations.
9456 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9458         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9459         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9460         config-cflags-avx2.
9461         * sysdeps/x86_64/configure.ac: Likewise.
9462         * sysdeps/i386/configure: Regenerated.
9463         * sysdeps/x86_64/configure: Likewise.
9464         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9465         memset-avx2 only if config-cflags-avx2 is yes.
9466         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9467         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9468         defined.
9469         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9470         only if HAVE_AVX2_SUPPORT is defined.
9471         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9473 2014-07-14  Alan Modra  <amodra@gmail.com>
9475         [BZ #17153]
9476         * elf/elf.h (DT_PPC64_NUM): Correct value.
9477         * NEWS: Add to fixed bug list.
9479 2014-07-13  Jim Meyering  <meyering@fb.com>
9481         [BZ 17150]
9482         regex: don't deref NULL upon heap allocation failure
9483         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9484         failure in one more place.
9485         To trigger the segfault, configure grep -with-included-regex,
9486         build it, and run these commands:
9487         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9489 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9491         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9493 2014-07-11  Richard Henderson  <rth@redhat.com>
9495         * sysdeps/aarch64/libm-test-ulps: Update.
9497 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9499         [BZ #17135]
9500         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9501         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9502         (__nptl_setxid): Initialize error member.  Call
9503         __nptl_setxid_error.
9504         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9505         * nptl/descr.h (struct xid_command): Add error member.
9506         * nptl/tst-setuid3.c: New file.
9507         * nptl/Makefile (tests): Add it.
9509 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9511         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9512         New define.
9513         (__lll_trylock): Use __lll_base_trylock.
9514         (__lll_cond_trylock): Likewise.
9516 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9518         * nptl/pthread_create.c (start_thread): Use atomic_or and
9519         lll_futex_wake directly rather than lll_robust_dead.
9520         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9521         (lll_robust_dead): Macro removed.
9522         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9523         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9524         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9525         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9526         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9527         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9528         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9529         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9530         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9531         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9532         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9533         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9534         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9535         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9536         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9538         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9539         Use atomic_compare_and_exchange_val_acq directly rather than
9540         lll_robust_trylock.
9541         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9542         (__lll_robust_trylock, lll_robust_trylock): Removed.
9543         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9544         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9545         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9546         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9547         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9548         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9549         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9550         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9551         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9552         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9553         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9554         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9555         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9556         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9558 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9560         * manual/locale.texi (Locale Names): New section documenting
9561         locale name syntax.  Adjust menu and node chaining accordingly.
9562         (Choosing Locale): Reference Locale Names, Locale Categories.
9563         Mention setting LC_ALL=C.  Reflect that name syntax is now
9564         documented.
9565         (Locale Categories): New section title.  Reference Locale Names.
9566         LC_ALL is an environment variable, but not a category.
9567         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9568         description, now in Locale Name.  Reference that section.  Locale
9569         name syntax is now documented.
9571 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9573         [BZ #17137]
9574         * locale/findlocale.c (name_present, valid_locale_name): New
9575         functions.
9576         (_nl_find_locale): Use the loc_name variable to store name
9577         candidates.  Call name_present and valid_locale_name to check and
9578         validate locale names.  Return an error if the locale is invalid.
9580 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9582         * locale/setlocale.c (setlocale): Use strdup for allocating
9583         composite name copy.
9585 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9587         Sync up with gnulib.
9588         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9589         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9590         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9591         and _GL_ARG_NONNULL.
9592         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9593         [!_LIBC]: Include code for Windows and Cygwin.
9594         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9595         Include prototype for int strerror_r.
9596         [!_LIBC] (is_open): New function.
9597         (flush_stdout): New function.
9598         (print_errno_message): Use it.
9599         (error): Likewise.
9600         (error_at_line): Likewise.
9601         (error_tail) Add function attribute macros.  Use
9602         __builtin_expect.
9604         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9606         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9608         * io/ftw.c: Include sys/param.h unconditionally.
9610         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9612         [BZ #17125]
9613         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9614         libc_freeres_ptr.
9615         (freecache): New function to free CACHE on exit.
9617         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9618         initialization.
9620 2014-07-09  David S. Miller  <davem@davemloft.net>
9622         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9624         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9625         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9626         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9627         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9628         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9629         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9630         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9631         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9632         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9633         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9634         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9635         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9636         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9638 2014-07-09  Andreas Schwab  <schwab@suse.de>
9640         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9641         output.
9642         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9643         (do_test): Likewise.
9645         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9647 2014-07-09  Will Newton  <will.newton@linaro.org>
9649         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9650         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9651         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9652         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9653         * sysdeps/hppa/start.S (_start): Likewise.
9655 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9657         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9659         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9660         defined.
9662 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9664         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9665         after checking that it is non-NULL.
9667         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9669 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9671         * sysdeps/powerpc/memmove.c: Remove file.
9672         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9673         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9674         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9675         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9676         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9677         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9678         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9679         string memmove instead of removed powerpc one.
9681         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9682         [weak_alias]: Fix compiler warning due trailing data.
9683         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9684         [weak_alias]: Likewise.
9685         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9686         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9688         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9689         (__libc_ifunc_impl_list): Add memmove functions.
9691 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9693         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9694         Remove code.
9695         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9696         Likewise
9697         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9698         Likewise
9699         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9700         Likewise
9701         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9702         Likewise
9703         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9704         Likewise
9705         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9706         Likewise
9707         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9708         Likewise
9709         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9710         Likewise
9711         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9712         Likewise
9713         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9714         Likewise
9715         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9716         Likewise
9717         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9718         Likewise
9719         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9720         Likewise
9721         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9722         Likewise
9723         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9724         Likewise
9725         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9726         Likewise
9728 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9730         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9731         to avoid alignment traps in non-cacheable memory.
9732         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9734         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9735         multiarch objects.
9736         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9737         file: multiarch power7 memmove.
9738         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9739         multiarch default memmove.
9740         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9741         multiarch memove for powerpc32/power4.
9743         * string/bcopy.c: Use full path to include memmove.c.
9744         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9745         multiarch objects.
9746         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9747         bcopy for powerpc64.
9748         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9749         bcopy for powerpc64.
9750         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9751         and memmove implementations.
9752         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9753         optimized multiarch memmove for POWER7/powerpc64.
9754         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9755         default multiarch memmove for powerpc64.
9756         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9757         multiarch for powerpc64.
9758         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9759         for POWER7/powerpc64.
9760         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9761         memmove for POWER7/powerpc64.
9763         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9764         glibc default one.
9766         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9767         __ELF_NATIVE_CLASS equal to 64.
9769 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9771         * sysdeps/nptl/lowlevellock.h: File removed.
9773         * NEWS: NPTL is no longer an add-on!
9774         * nptl/internaltypes.h: Moved ...
9775         * sysdeps/nptl/internaltypes.h: ... here.
9776         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9777         * sysdeps/nptl/fork.c: Likewise.
9778         * sysdeps/nptl/gai_misc.h: Likewise.
9779         * sysdeps/nptl/librt-cancellation.c: Likewise.
9780         * sysdeps/nptl/jmp-unwind.c: Likewise.
9781         * sysdeps/nptl/setxid.h: Likewise.
9782         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9783         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9784         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9785         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9786         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9787         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9788         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9789         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9790         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9791         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9792         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9793         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9794         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9795         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9796         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9797         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9798         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9799         * nptl/Makeconfig: Moved ...
9800         * sysdeps/nptl/Makeconfig: ... here.
9801         * nptl/configure: File removed.
9802         * nptl/ANNOUNCE: File removed.
9803         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9804         * sysdeps/unix/sysv/linux/configure: Regenerated.
9806         * nptl/Makefile (routines): Add libc_pthread_init,
9807         libc_multiple_threads, register-atfork and unregister-atfork.
9808         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9809         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9810         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9811         pthread-pi-defines.sym, structsem.sym.
9812         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9813         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9814         [$(subdir) = nptl] (tests): Add tst-setgetname.
9815         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9816         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9817         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9818         [!LIBC_SIGACTION]: Remove aliases.
9819         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9820         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9821         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9822         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9823         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9824         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9825         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9826         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9827         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9828         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9829         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9830         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9831         __libc_allocate_rtsig_private.
9832         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9833         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9834         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9835         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9836         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9837         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9838         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9839         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9840         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9841         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9842         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9843         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9844         * nptl/internaltypes.h: ... here.
9845         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9846         * sysdeps/nptl/jmp-unwind.c: ... here.
9847         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9848         * nptl/libc-lowlevellock.c: ... here.
9849         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9850         * nptl/libc_multiple_threads.c: ... here.
9851         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9852         * nptl/libc_pthread_init.c: ... here.
9853         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9854         * nptl/lowlevelbarrier.sym: ... here.
9855         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9856         * nptl/lowlevelcond.sym: ... here.
9857         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9858         * nptl/lowlevellock.c: ... here.
9859         * nptl/lowlevellock.h: Moved ...
9860         * sysdeps/nptl/lowlevellock.h: ... here.
9861         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9862         * nptl/lowlevelrobustlock.c: ... here.
9863         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9864         * nptl/lowlevelrobustlock.sym: ... here.
9865         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9866         * nptl/lowlevelrwlock.sym: ... here.
9867         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9868         * nptl/pt-fork.c: ... here.
9869         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9870         * nptl/pthread-pi-defines.sym: ... here.
9871         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9872         * nptl/pthread_attr_getaffinity.c: ... here.
9873         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9874         * nptl/pthread_attr_setaffinity.c: ... here.
9875         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9876         * nptl/pthread_mutex_cond_lock.c: ... here.
9877         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9878         Update #include.
9879         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9880         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9881         * nptl/pthread_once.c: ... here, replacing old file.
9882         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9883         * nptl/pthread_yield.c: ... here.
9884         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9885         * nptl/register-atfork.c: ... here.
9886         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9887         * nptl/sem_post.c: ... here.
9888         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9889         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9890         * nptl/sem_timedwait.c: ... here.
9891         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9892         * nptl/sem_trywait.c: ... here.
9893         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9894         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9895         * nptl/sem_wait.c: ... here.
9896         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9897         * nptl/structsem.sym: ... here.
9898         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9899         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9900         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9901         * nptl/unregister-atfork.c: ... here.
9902         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9903         * nptl/unwindbuf.sym: ... here.
9904         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9905         * sysdeps/nptl/fork.c: ... here.
9906         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9907         * sysdeps/nptl/fork.h: ... here.
9908         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9909         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9910         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9911         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9912         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9913         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9914         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9915         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9916         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9917         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9918         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9919         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9920         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9921         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9922         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9923         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9924         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9925         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9926         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9927         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9928         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9929         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9930         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9931         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9932         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9933         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9934         * sysdeps/unix/sysv/linux/raise.c: ... here.
9935         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9936         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9937         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9938         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9939         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9940         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9941         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9942         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9943         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9944         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9945         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9946         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9947         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9948         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9949         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9951 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9953         * sysdeps/generic/memcopy.h: Add comment for
9954         MEMCPY_OK_FOR_FWD_MEMMOVE.
9956 2014-07-04  Will Newton  <will.newton@linaro.org>
9958         * string/memchr.c: Merge from gnulib.
9959         [_LIBC]: Remove conditionals.
9960         (__ptr_t): Remove define.
9961         (LONG_MAX_32_BITS): Likewise.
9962         (LONG_MAX): Likewise.
9963         (MEMCHR): Use ANSI prototype and optimize algorithm.
9965         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9967 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9969         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9970         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9972         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9973         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9974         in a bare environment with no <stdlib.h> installed.
9975         * sysdeps/nptl/configure: Regenerated.
9977         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9979         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9980         AC_EGREP_CPP for kernel header checks, so they only succeed if
9981         including <linux/version.h> actually works right.
9982         * sysdeps/unix/sysv/linux/configure: Regenerated.
9984         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9985         value so it's not diagnosed as unused.
9987         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9988         thing) with "ifeq ($(subdir),rt)".
9990 2014-07-03  Richard Henderson  <rth@redhat.com>
9992         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9993         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9994         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9996         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9997         (math_force_eval): New.
9999         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
10000         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
10002         * sysdeps/alpha/fpu/s_round.c: Remove file.
10003         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
10005         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
10006         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
10007         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
10008         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
10009         (_dl_start, print_statistics): Likewise.
10010         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
10011         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
10013         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10014         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10015         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10016         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10017         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10018         (HP_SMALL_TIMING_AVAIL): Define.
10019         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10020         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10021         (HP_SMALL_TIMING_AVAIL): Define.
10022         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10023         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10025         * sysdeps/aarch64/hp-timing.h: New file.
10027         * sysdeps/generic/hp-timing.h: Remove dead comment.
10028         * sysdeps/generic/hp-timing-common.h: New file.
10029         * sysdeps/alpha/hp-timing.h: Include it.
10030         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
10031         * sysdeps/i386/i686/hp-timing.h: Likewise.
10032         * sysdeps/ia64/hp-timing.h: Likewise.
10033         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10034         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10035         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10036         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10037         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
10038         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
10039         (hp_timing_t): New.
10041         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
10042         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
10043         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
10044         * elf/rtld.c (_dl_start_final): Likewise.
10045         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
10046         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10047         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10048         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10049         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10050         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10051         (HP_TIMING_DIFF_INIT): Remove.
10052         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10053         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10054         (HP_TIMING_DIFF_INIT): Remove.
10055         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10056         * sysdeps/i386/i686/hp-timing.c: Remove file.
10057         * sysdeps/x86_64/hp-timing.c: Remove file.
10058         * sysdeps/ia64/hp-timing.c: Remove file.
10059         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
10060         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
10061         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
10062         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
10064         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
10065         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
10066         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
10067         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10068         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10069         (HP_TIMING_ACCUM): Remove.
10070         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10071         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10072         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10074         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10075         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10076         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10077         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10078         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10079         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10080         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10081         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10083         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
10085 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
10087         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
10089 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10091         Sync up with gettext.
10092         * intl/loadmsgcat.c: Define O_BINARY if not defined.
10093         [_MSC_VER]: Include malloc.h
10094         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
10095         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
10096         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
10097         TEMP_FAILURE_RETRY.  Cast return of alloca.
10098         [!_LIBC] Call gl_rwlock_init.
10099         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
10101 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10103         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
10104         before checking its value.
10106 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10108         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
10110         * debug/memcpy_chk.c: Don't include pagecopy.h.
10111         * debug/mempcpy_chk.c: Likewise.
10112         * string/memcpy.c: Likewise.
10113         * string/memmove.c: Likewise.
10114         * sysdeps/powerpc/memmove.c: Likewise.
10115         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
10116         definition of PAGE_COPY_FWD_MAYBE here...
10117         * sysdeps/generic/pagecopy.h: ... from here.
10118         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
10120 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10121             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10123         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
10124         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
10125         optimizations.
10126         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10127         (__libc_ifunc_impl_list): Likewise.
10128         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
10129         multiarch strcat for PPC64.
10130         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
10131         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
10133 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10135         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
10137 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10139         * intl/loadmsgcat.c: Remove declaration of
10140         get_sysdep_segment_value.
10141         (get_sysdep_segment_value): Use ISO C style.
10142         (_nl_load_domain): Use ISO C style.  Get rid of redundant
10143         semicolon.  Fix typo and formatting in comment.
10144         (_nl_unload_domain): Use ISO C style.
10146         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
10148 2014-07-02  Will Newton  <will.newton@linaro.org>
10150         * malloc/obstack.c: Merge from gnulib master.
10151         [HAVE_CONFIG_H]: Remove conditional code.
10152         [!_LIBC]: Include config.h.
10153         [!ELIDE_CODE]: Don't include inttypes.h, include
10154         stdint.h unconditionally.
10155         (print_and_abort): Mark as _Noreturn.
10156         (_obstack_allocated_p): Mark as __attribute_pure__.
10157         (obstack_free): Rename to __obstack_free.
10158         [!__attribute__]: Remove conditional code.
10159         * malloc/obstack.h: Merge from gnulib master.
10160         [__cplusplus]: Move conditional down.
10161         [!__attribute_pure__]: Define __attribute_pure__ here
10162         if it is not already defined.
10163         (_obstack_memory_used): Mark as __attribute_pure__.
10164         [!__obstack_free]: Define as obstack_free.
10165         [__GNUC__]: Remove check for ancient NeXT gcc.
10167 2014-07-02  Will Newton  <will.newton@linaro.org>
10168             Paul Eggert  <eggert@cs.ucla.edu>
10170         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
10172 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10174         * resolv/gethnamaddr.c: Add comment warning that the file is
10175         not maintained.
10177 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
10179         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
10180         entries.
10182         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10183         entry for aio_cancel and aio_cancel64.
10184         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10185         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10186         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10187         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10188         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10189         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10190         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10191         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10192         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10193         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10194         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10195         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10196         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10198 2014-07-01  Roland McGrath  <roland@hack.frob.com>
10200         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10201         * nptl/pthread_mutex_lock.c: Likewise.
10202         * nptl/pthread_mutex_timedlock.c: Likewise.
10203         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10205 2014-07-01  Richard henderson  <rth@redhat.com>
10207         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10208         (__isnan, __isnanl): Remove.
10209         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10211         * sysdeps/alpha/fpu/libm-test-ulps: Update.
10213 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10215         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10217 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10219         * resolv/nss_dns/dns-host.c (getanswer_r)
10220         [MULTI_PTRS_ARE_ALIASES]: Remove code.
10222 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
10224         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10225         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10226         undefine.
10227         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10228         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10230 2014-07-01  Roland McGrath <roland@hack.frob.com>
10232         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10233         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10235         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10236         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10238         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10239         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10240         ... here.
10241         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10242         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10244         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10245         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10246         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10247         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10249         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10250         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10251         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10252         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10253         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10254         Moved ...
10255         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10256         ... here.
10257         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10258         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10259         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10260         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10261         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10262         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10263         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10264         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10265         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10266         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10267         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10268         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10269         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10270         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10271         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10272         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10273         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10274         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10275         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10276         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10277         ... here.
10278         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10279         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10280         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10281         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10282         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10283         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10284         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10285         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10287 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10289         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10290         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10291         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10292         Add sysdep.
10294 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10296         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10298 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10300         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10301         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10303         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10305         * sysdeps/arm/libm-test-ulps: Regenerated.
10307 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10308             Roland McGrath <roland@hack.frob.com>
10310         * test-skeleton.c (signal_handler): Kill the whole process group
10311         before killing the child individually.
10312         (main): Report any failure on `setpgid'.
10314 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10316         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10317         from _TLS_H to _ARM_NPTL_TLS_H.
10318         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10319         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10321 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10323         [BZ #16539]
10324         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10325         (__expm1l): Return argument unchanged when small but not
10326         subnormal.
10328         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10329         include macro name.
10330         (_FP_UNPACK_RAW_1_P): Likewise.
10331         (_FP_PACK_RAW_1): Likewise.
10332         (_FP_PACK_RAW_1_P): Likewise.
10333         (_FP_MUL_MEAT_1_wide): Likewise.
10334         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10335         (_FP_MUL_MEAT_1_hard): Likewise.
10336         (_FP_DIV_MEAT_1_imm): Likewise.
10337         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10338         (_FP_DIV_MEAT_1_udiv): Likewise.
10339         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10340         (_FP_UNPACK_RAW_2): Likewise.
10341         (_FP_UNPACK_RAW_2_P): Likewise.
10342         (_FP_PACK_RAW_2): Likewise.
10343         (_FP_PACK_RAW_2_P): Likewise.
10344         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10345         (_FP_MUL_MEAT_2_wide): Likewise.
10346         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10347         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10348         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10349         (_FP_MUL_MEAT_2_gmp): Likewise.
10350         (_FP_DIV_MEAT_2_udiv): Likewise.
10351         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10352         (_FP_FRAC_SRL_4): Likewise.
10353         (_FP_FRAC_SRST_4): Likewise.
10354         (_FP_FRAC_SRS_4): Likewise.
10355         (_FP_UNPACK_RAW_4): Likewise.
10356         (_FP_UNPACK_RAW_4_P): Likewise.
10357         (_FP_PACK_RAW_4): Likewise.
10358         (_FP_PACK_RAW_4_P): Likewise.
10359         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10360         (_FP_MUL_MEAT_4_wide): Likewise.
10361         (_FP_MUL_MEAT_4_gmp): Likewise.
10362         (umul_ppppmnnn): Likewise.
10363         (_FP_DIV_MEAT_4_udiv): Likewise.
10364         (__FP_FRAC_ADD_4): Likewise.
10365         (__FP_FRAC_SUB_3): Likewise.
10366         (__FP_FRAC_SUB_4): Likewise.
10367         (__FP_FRAC_DEC_3): Likewise.
10368         (__FP_FRAC_DEC_4): Likewise.
10369         (__FP_FRAC_ADDI_4): Likewise.
10370         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10371         (_FP_FRAC_SRL_8): Likewise.
10372         (_FP_FRAC_SRS_8): Likewise.
10374         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10375         include macro name.
10376         (FP_UNPACK_RAW_EP): Likewise.
10377         (FP_PACK_RAW_E): Likewise.
10378         (FP_PACK_RAW_EP): Likewise.
10379         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10380         (_FP_ISSIGNAN): Likewise.
10381         (_FP_ADD_INTERNAL): Likewise.
10382         (_FP_FMA): Likewise.
10383         (_FP_CMP): Likewise.
10384         (_FP_SQRT): Likewise.
10385         (_FP_TO_INT): Likewise.
10386         (_FP_FROM_INT): Likewise.
10387         (FP_EXTEND): Likewise.
10388         (_FP_DIV_MEAT_N_loop): Likewise.
10390 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10392         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10393         throughout.
10395 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10397         [BZ #17097]
10398         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10399         result with correct sign in case of exponents that produce
10400         overflow except for X very close to 1.
10402 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10404         mktime: merge #if/#ifdef usage from glibc
10405         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10406         as that works with both Glibc's and Gnulib's style.
10407         See thread starting at Siddhesh Poyarekar's bug report at:
10408         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10410 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10412         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10413         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10414         * sysdeps/tile/tilegx/memmove.c: Remove file.
10416 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10418         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10419         abi-name definition.
10420         * scripts/soversions.awk: Do not handle or generate ABI lines.
10421         * shlib-versions: Remove ABI entries.
10422         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10423         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10425 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10427         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10428         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10429         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10430         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10431         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10432         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10433         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10434         Moved ...
10435         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10436         ... here.
10437         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10438         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10439         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10440         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10441         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10442         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10443         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10444         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10445         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10446         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10447         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10448         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10449         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10450         Moved ...
10451         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10452         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10453         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10454         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10455         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10456         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10457         Moved ...
10458         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10459         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10460         Moved ...
10461         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10462         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10463         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10464         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10465         Moved ...
10466         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10467         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10468         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10469         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10470         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10471         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10472         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10473         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10474         Moved ...
10475         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10476         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10477         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10478         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10479         Moved ...
10480         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10481         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10482         Moved ...
10483         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10484         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10485         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10486         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10487         Moved ...
10488         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10489         ... here.
10490         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10491         Identical file removed.
10492         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10493         Moved ...
10494         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10495         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10496         Identical file removed.
10497         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10498         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10499         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10500         Moved ...
10501         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10502         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10503         Identical file removed.
10504         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10505         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10506         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10507         Identical file removed.
10508         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10509         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10510         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10511         Identical file removed.
10512         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10513         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10514         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10515         Identical file removed.
10516         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10517         Moved ...
10518         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10519         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10520         Identical file removed.
10521         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10522         Moved ...
10523         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10524         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10525         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10526         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10527         Identical file removed.
10528         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10529         Moved ...
10530         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10531         ... here.
10532         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10533         Identical file removed.
10534         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10535         Moved ...
10536         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10537         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10538         Identical file removed.
10539         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10540         Moved ...
10541         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10542         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10543         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10544         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10545         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10546         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10547         Moved ...
10548         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10549         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10550         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10552         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10553         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10554         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10555         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10556         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10558 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10560         [BZ #17092]
10561         * nscd/nscd.c (monitor_child): Return exit status of child
10562         instead of return value from wait syscall.
10564 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10566         * configure.ac (libc_commonpagesize): Remove variable.
10567         (libc_relro_required): Likewise.
10568         (libc_cv_z_relro): Remove configure test.
10569         * configure: Regenerated.
10570         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10571         variable.
10572         (libc_relro_required): Likewise.
10573         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10574         (libc_relro_required): Likewise.
10575         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10576         (libc_relro_required): Likewise.
10577         * sysdeps/arm/preconfigure: Regenerated.
10578         * sysdeps/ia64/preconfigure: Remove file.
10579         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10580         variable.
10581         (libc_relro_required): Likewise.
10583         [BZ #16561]
10584         [BZ #16562]
10585         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10586         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10587         recompute overflowing results in original rounding mode.
10588         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10589         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10590         recompute overflowing results in original rounding mode.
10591         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10592         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10593         recompute overflowing results in original rounding mode.
10594         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10595         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10596         recompute overflowing results in original rounding mode.
10597         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10598         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10599         recompute overflowing results in original rounding mode.
10600         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10601         (libc_feholdsetround_ctx): New macro.
10602         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10603         * sysdeps/i386/fpu/libm-test-ulps: Update.
10604         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10606 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10608         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10609         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10610         corresponding .cpsetup call.
10612 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10614         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10615         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10616         * sysdeps/arm/Makefile [$(subdir) = csu]
10617         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10618         (static-only-routines): Add aeabi_read_tp here.
10619         (shared-only-routines): Add libc-aeabi_read_tp here.
10620         (CFLAGS-libc-start.c): Add -fexceptions here.
10621         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10622         (sysdep_routines, static-only-routines, shared-only-routines):
10623         Don't add to these here.
10624         (CFLAGS-libc-start.c): Likewise.
10626         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10627         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10628         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10629         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10630         * sysdeps/arm/Makefile [$(subdir) = rt]
10631         (librt-sysdep_routines, librt-shared-only-routines):
10632         Append rt-aeabi_unwind_cpp_pr1 here.
10633         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10634         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10635         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10636         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10637         Append nptl-aeabi_unwind_cpp_pr1 here.
10638         (tests): Filter out tst-cleanupx4 here.
10639         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10640         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10641         Don't do those here.
10643 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10645         * scripts/list-sources.sh: Do not handle ports specially.
10647 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10649         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10650         * sysdeps/arm/feupdateenv.c: Likewise.
10652         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10654 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10656         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10657         trailing whitespace removed.
10658         * scripts/config.guess: Update to version 2014-03-23.
10659         * scripts/config.sub: Update to version 2014-05-01
10660         * scripts/install-sh: Update to version 2013-12-25.23.
10661         * scripts/move-if-change: Update from gnulib.
10663 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10665         * debug/memmove_chk.c: Remove pagecopy.h include.
10667 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10669         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10670         identical to gnulib mktime.
10672 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10674         * configure.ac: Do not test for machine being rs6000.  Do not test
10675         for powerpc*-*soft.
10676         * configure: Regenerated.
10678         [BZ #11505]
10679         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10680         test.
10681         * configure: Regenerated.
10682         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10683         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10684         Remove configure test.
10685         * sysdeps/arm/configure: Regenerated.
10686         * sysdeps/nptl/configure.ac: Do not check
10687         libc_cv_asm_cfi_directives.
10688         * sysdeps/nptl/configure: Regenerated.
10689         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10690         * sysdeps/x86_64/nptl/configure: Remove generated file.
10691         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10692         unconditional.
10693         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10695 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10697         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10698         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10699         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10700         it is defined.
10702         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10703         instead of whether it is defined.
10704         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10705         * sysdeps/hppa/dl-machine.h: Likewise.
10706         * sysdeps/ia64/dl-machine.h: Likewise.
10707         * sysdeps/m68k/dl-machine.h: Likewise.
10708         * sysdeps/microblaze/dl-machine.h: Likewise.
10709         * sysdeps/mips/dl-machine.: Likewise.
10710         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10711         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10712         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10713         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10714         * sysdeps/sh/dl-machine.h: Likewise.
10715         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10716         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10717         * sysdeps/tile/dl-machine.h: Likewise.
10718         * sysdeps/x86_64/dl-machine.h: Likewise.
10720         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10721         code.
10722         (verify_persistent_db): Likewise.
10724 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10726         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10727         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10728         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10729         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10730         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10731         Moved ...
10732         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10733         ... here.
10734         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10735         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10736         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10737         Identical file removed.
10738         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10739         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10740         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10741         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10742         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10743         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10744         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10745         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10746         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10747         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10748         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10749         Moved ...
10750         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10751         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10752         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10753         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10754         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10755         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10756         Moved ...
10757         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10758         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10759         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10760         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10761         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10762         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10763         Identical file removed.
10764         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10765         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10766         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10767         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10768         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10769         Moved ...
10770         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10771         ... here.
10772         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10773         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10774         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10775         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10776         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10777         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10778         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10779         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10780         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10781         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10782         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10783         Moved ...
10784         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10785         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10786         Moved ...
10787         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10788         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10789         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10790         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10791         Moved ...
10792         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10793         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10794         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10796         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10797         folded into ...
10798         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10799         * sysdeps/unix/sysv/linux/s390/Versions
10800         (libpthread: GLIBC_2.19): New version set.
10801         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10802         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10803         (librt: GLIBC_2.3.3): New version set.
10804         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10805         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10806         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10807         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10808         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10809         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10810         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10811         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10812         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10813         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10814         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10815         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10816         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10817         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10818         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10819         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10820         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10821         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10822         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10823         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10824         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10825         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10826         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10827         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10828         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10829         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10830         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10831         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10832         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10833         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10834         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10835         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10836         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10837         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10838         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10839         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10840         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10841         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10842         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10843         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10844         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10845         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10846         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10847         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10848         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10850         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10851         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10852         (__libc_vfork): Define the function under this name.
10853         [!NOT_IN_libc] (__vfork): Make this an alias.
10854         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10855         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10856         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10857         (__libc_vfork): Define the function under this name.
10858         [!NOT_IN_libc] (__vfork): Make this an alias.
10859         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10860         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10861         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10862         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10863         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10864         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10866         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10867         code that was previously under [RESET_PID].
10868         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10869         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10870         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10872         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10873         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10874         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10875         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10876         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10877         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10878         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10879         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10880         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10881         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10882         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10883         Moved ...
10884         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10885         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10886         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10887         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10888         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10889         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10890         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10891         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10892         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10893         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10894         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10895         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10896         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10897         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10898         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10899         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10900         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10901         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10902         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10903         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10904         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10905         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10906         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10907         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10908         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10909         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10910         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10911         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10912         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10914 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10916         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10917         that was previously under [RESET_PID].
10918         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10920 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10922         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10923         not undefine and redefine.
10924         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10925         [O_CLOEXEC]: Make code unconditional.
10926         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10927         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10928         <kernel-features.h>.
10929         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10930         conditional variable definition.
10931         (shm_open) [O_CLOEXEC]: Make code unconditional.
10932         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10933         code.
10935         * configure.ac (USE_REGPARMS): Don't define here.
10936         * configure: Regenerated.
10937         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10938         * sysdeps/i386/configure: Regenerated.
10940         * nptl/createthread.c: Don't include kernel-features.h.
10941         * nptl/pthread_cancel.c: Likewise.
10942         * nptl/pthread_condattr_setclock.c: Likewise.
10943         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10944         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10945         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10946         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10947         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10948         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10949         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10950         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10951         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10952         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10953         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10954         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10955         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10956         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10957         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10958         * nscd/gai.c: Likewise.
10959         * nss/nss_db/db-open.c: Likewise.
10960         * sysdeps/generic/ldsodefs.h: Likewise.
10961         * sysdeps/sh/nptl/tls.h: Likewise.
10962         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10963         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10964         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10965         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10966         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10967         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10968         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10969         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10970         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10971         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10972         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10973         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10974         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10975         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10976         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10977         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10978         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10979         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10980         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10981         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10982         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10983         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10984         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10985         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10986         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10987         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10988         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10989         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10990         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10991         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10992         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10993         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10994         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10995         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10996         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10997         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10998         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10999         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
11000         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
11001         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
11002         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
11003         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
11004         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
11005         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
11006         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
11007         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
11008         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
11009         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
11010         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
11011         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
11012         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11013         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
11014         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11015         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
11016         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
11017         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
11018         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11019         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
11020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
11022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
11023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
11024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
11025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
11026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
11027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
11028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
11031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
11032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
11033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
11034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
11036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
11037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
11039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
11040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
11041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
11042         * sysdeps/unix/sysv/linux/pread.c: Likewise.
11043         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11044         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
11045         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
11046         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11047         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
11048         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
11049         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
11050         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
11051         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11052         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11053         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11054         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
11055         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
11056         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11057         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
11058         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11059         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
11060         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
11061         * sysdeps/unix/sysv/linux/system.c: Likewise.
11062         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
11063         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
11064         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
11065         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
11066         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
11067         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11068         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11070         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11071         * configure: Regenerated.
11072         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11074         * configure.ac (base_machine): Do not set specially for particular
11075         machines here.
11076         * configure: Regenerated.
11077         * sysdeps/powerpc/preconfigure: Move machine and base_machine
11078         settings from configure.ac.
11079         * sysdeps/i386/preconfigure: New file.
11080         * sysdeps/s390/preconfigure: Likewise.
11081         * sysdeps/sh/preconfigure: Likewise.
11082         * sysdeps/sparc/preconfigure: Likewise.
11084 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11086         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
11087         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
11088         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
11089         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
11090         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
11091         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
11092         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
11093         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
11094         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
11095         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
11096         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
11097         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
11098         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
11099         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
11100         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
11101         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
11102         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
11103         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
11104         * sysdeps/sparc/sparc64/Makefile: ... appended here.
11106         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
11107         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
11108         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
11109         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
11110         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
11111         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
11112         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
11113         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
11114         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
11115         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
11116         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
11117         * sysdeps/sparc/sparc32/sem_post.c: ... here.
11118         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
11119         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
11120         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
11121         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
11122         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
11123         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
11124         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
11125         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
11126         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
11127         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
11128         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
11129         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
11130         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
11131         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
11132         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
11133         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
11134         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
11135         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
11136         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
11137         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
11138         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
11139         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
11140         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
11141         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
11142         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
11143         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
11145         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
11146         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
11147         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
11148         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
11149         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
11150         Moved ...
11151         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
11152         ... here.
11153         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
11154         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
11155         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
11156         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
11157         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
11158         Moved ...
11159         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
11160         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
11161         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
11162         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
11163         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
11164         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
11165         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
11166         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11167         Moved ...
11168         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
11169         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
11170         Moved ...
11171         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
11172         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
11173         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
11174         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
11175         Moved ...
11176         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
11177         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
11178         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
11179         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
11180         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
11181         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11182         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11183         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11184         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11185         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11186         Moved ...
11187         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11188         ... here.
11189         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11190         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11191         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11192         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11193         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11194         Moved ...
11195         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11197         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11199         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11200         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11201         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11202         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11203         Moved ...
11204         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11205         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11206         Moved ...
11207         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11208         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11209         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11210         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11211         Moved ...
11212         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11213         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11214         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11215         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11216         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11218 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11220         * timezone/checktab.awk: Update from tzcode 2014e.
11221         * timezone/private.h: Likewise.
11222         * timezone/tzfile.h: Likewise.
11223         * timezone/zdump.c: Likewise.
11224         * timezone/zic.c: Likewise.
11226         * sysdeps/unix/sysv/linux/kernel-features.h
11227         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11228         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11229         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11230         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11231         Remove conditional code.
11233 2014-06-25  Will Newton  <will.newton@linaro.org>
11235         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11236         (_dl_arm_cap_flags): Add HWCAP2 values.
11237         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11238         (_DL_HWCAP_COUNT): Increase to 37.
11239         (_DL_HWCAP_LAST): New define.
11240         (_DL_HWCAP2_LAST): New define.
11241         (_dl_procinfo): Add support for printing
11242         AT_HWCAP2 entries.
11243         (_dl_string_hwcap): Use _dl_hwcap_string.
11245 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11247         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11249 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11251         * README: Do not mention ports directory.
11253         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11254         Remove macro.
11255         * sysdeps/unix/sysv/linux/futimes.c: Do not include
11256         <kernel-features.h>.
11257         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11258         conditional variable definition.
11259         (__futimes): Update comment.
11260         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11261         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11263         [BZ #16560]
11264         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11265         arguments close to 0.
11266         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11267         Likewise.
11268         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11269         Likewise.
11270         * math/auto-libm-test-in: Add more tests of exp10.
11271         * math/auto-libm-test-out: Regenerated.
11272         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11274         * sysdeps/unix/sysv/linux/kernel-features.h
11275         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11276         * sysdeps/unix/sysv/linux/readv.c: Do not include
11277         <kernel-features.h>.
11278         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11279         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11280         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11281         unconditional.
11282         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11283         conditional code.
11284         * sysdeps/unix/sysv/linux/writev.c: Do not include
11285         <kernel-features.h>.
11286         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11287         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11288         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11289         unconditional.
11290         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11291         conditional code.
11293 2014-06-25  Will Newton  <will.newton@linaro.org>
11295         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11296         comment changes throughout the file.  Remove checks
11297         for HAVE_*_H definitions that are not required.
11298         (__gen_tempname): Call abort if an unknown kind value is
11299         passed.
11301 2014-06-25  Andreas Schwab  <schwab@suse.de>
11303         [BZ #17086]
11304         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11305         scalbln, scalblnf, scalblnl in libc.
11307 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11309         [BZ #17086]
11310         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11311         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11312         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11314 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11316         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11317         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11318         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11319         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11320         Update #include.
11321         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11322         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11323         Update #include.
11324         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11325         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11326         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11327         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11328         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11329         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11330         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11331         * sysdeps/x86/bits/semaphore.h: ... here.
11332         * sysdeps/x86/nptl/elide.h: Moved ...
11333         * sysdeps/x86/elide.h: ... here.
11334         * sysdeps/x86_64/nptl/Implies: File removed.
11335         * sysdeps/i386/nptl/Implies: File removed.
11337 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11339         [BZ #16539]
11340         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11341         return the argument for normal arguments with exponent below -64.
11342         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11343         Likewise.
11344         * math/auto-libm-test-in: Add another test of expm1.
11345         * math/auto-libm-test-out: Regenerated.
11347         [BZ #16287]
11348         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11349         calling __erfcl for arguments at least 16.
11350         * math/auto-libm-test-in: Add more tests of erf.
11351         * math/auto-libm-test-out: Regenerated.
11353         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11354         individual architectures.
11355         * sysdeps/unix/sysv/linux/configure: Regenerated.
11356         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11357         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11358         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11359         (ldd_rewrite_script): Define variable.
11360         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11362         file.
11363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11364         generated file.
11365         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11366         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11367         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11368         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11369         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11370         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11371         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11372         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11374 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11376         [BZ #17084]
11377         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11378         Rename member __data.d to __data.__elision_data.
11380 2014-06-24  Wilco  <wdijkstr@arm.com>
11382         * NEWS: Add 16918 to fixed bug list.
11384 2014-06-24  Wilco  <wdijkstr@arm.com>
11386         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11388 2014-06-24  Wilco  <wdijkstr@arm.com>
11390         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11391         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11392         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11393         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11394         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11395         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11396         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11397         Use _FPU_MASK_RM.
11399 2014-06-24  Wilco  <wdijkstr@arm.com>
11401         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11403 2014-06-24  Wilco  <wdijkstr@arm.com>
11405         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11406         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11407         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11408         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11410 2014-06-24  Wilco  <wdijkstr@arm.com>
11412         [BZ #16918]
11413         * sysdeps/arm/feupdateenv.c (feupdateenv):
11414         Rewrite to reduce FPSCR accesses and fix return value.
11416 2014-06-24  Wilco  <wdijkstr@arm.com>
11418         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11419         Optimize to avoid unnecessary FPSCR writes.
11420         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11421         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11422         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11423         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11425 2014-06-24  Wilco  <wdijkstr@arm.com>
11427         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11428         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11429         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11430         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11431         Call libc_fetestexcept_vfp.
11432         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11433         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11434         __SOFTFP__ ifdef so that they can be built for softfp.
11436 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11438         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11439         argument type signed char.
11441         * Makerules (check-abi): Dump diff of symlist if the test
11442         fails.
11444 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11446         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11447         using abort.
11449         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11450         Remove unused variable ST.
11452 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11454         [BZ #16354]
11455         [BZ #17061]
11456         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11457         small arguments before calling __expm1.
11458         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11459         small arguments before calling __expm1f.
11460         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11461         small arguments before calling __expm1l.
11462         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11463         Likewise.
11464         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11465         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11466         spurious underflow for some cosh tests.
11467         * math/auto-libm-test-out: Regenerated.
11468         * sysdeps/i386/fpu/libm-test-ulps: Update.
11470         [BZ #17050]
11471         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11472         (__ieee754_y1): Set errno if return value overflows.
11473         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11474         (__ieee754_y1f): Set errno if return value overflows.
11475         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11476         (__ieee754_y1l): Set errno if return value overflows.
11477         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11478         (__ieee754_y1l): Set errno if return value overflows.
11479         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11480         * math/auto-libm-test-out: Regenerated.
11482         * math/gen-auto-libm-tests.c: Document use of
11483         ignore-zero-inf-sign.
11484         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11485         (input_flags): Add ignore-zero-inf-sign.
11486         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11487         * math/gen-libm-test.pl (generate_testfile): Handle
11488         ignore-zero-inf-sign.
11489         * math/auto-libm-test-in: Mark some cpow tests with
11490         ignore-zero-inf-sign and some with xfail-rounding.
11491         * math/auto-libm-test-out: Regenerated.
11492         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11493         * sysdeps/i386/fpu/libm-test-ulps: Update.
11494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11496         [BZ #16315]
11497         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11498         overflowing or underflowing operations take place with sign of
11499         result.
11500         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11501         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11502         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11503         (__ieee754_pow): Recompute overflowing and underflowing results in
11504         original rounding mode.
11505         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11506         (__powl_helper): Allow negative argument X and scale negated value
11507         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11508         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11509         overflowing or underflowing operations take place with sign of
11510         result.
11511         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11512         Include <math.h>.
11513         * math/auto-libm-test-in: Add more tests of pow.
11514         * math/auto-libm-test-out: Regenerated.
11515         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11516         (pow_tonearest_test_data): Remove.
11517         (pow_test_tonearest): Likewise.
11518         (pow_towardzero_test_data): Likewise.
11519         (pow_test_towardzero): Likewise.
11520         (pow_downward_test_data): Likewise.
11521         (pow_test_downward): Likewise.
11522         (pow_upward_test_data): Likewise.
11523         (pow_test_upward): Likewise.
11524         (main): Don't call removed functions.
11525         * sysdeps/i386/fpu/libm-test-ulps: Update.
11526         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11528 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11531         Moved ...
11532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11534         Moved ...
11535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11537         Moved ...
11538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11540         Moved ...
11541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11543         File removed.
11544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11545         File removed.
11546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11547         File removed.
11548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11549         File removed.
11550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11551         File removed.
11552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11553         File removed.
11554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11555         File removed.
11556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11557         File removed.
11558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11559         File removed.
11560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11561         File removed.
11562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11563         File removed.
11564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11565         File removed.
11566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11567         Moved ...
11568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11570         Moved ...
11571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11572         ... here.
11573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11574         Moved ...
11575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11577         Moved ...
11578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11580         Moved ...
11581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11583         Moved ...
11584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11586         Moved ...
11587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11589         Moved ...
11590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11592         Moved ...
11593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11596         ... here.
11597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11598         Moved ...
11599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11601         Moved ...
11602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11603         ... here.
11604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11605         Moved ...
11606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11607         ... here.
11608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11609         Moved ...
11610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11611         ... here.
11612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11613         Moved ...
11614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11616         Moved ...
11617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11621         Moved ...
11622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11623         ... here.
11624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11625         Moved ...
11626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11627         ... here.
11628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11629         Moved ...
11630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11632         Moved ...
11633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11635         Moved ...
11636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11638         Moved ...
11639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11641         Moved ...
11642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11643         ... here.
11644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11645         Moved ...
11646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11648         Moved ...
11649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11651         Moved ...
11652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11654         Moved ...
11655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11659         Moved ...
11660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11662         Moved ...
11663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11665         Moved ...
11666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11667         ... here.
11668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11669         Moved ...
11670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11671         ... here.
11672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11673         Moved ...
11674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11675         ... here.
11676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11677         Moved ...
11678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11680         Moved ...
11681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11683         Moved ...
11684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11686         Moved ...
11687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11688         ... here.
11689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11690         Moved ...
11691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11692         ... here.
11693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11694         Moved ...
11695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11696         ... here.
11697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11698         Moved ...
11699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11701         Moved ...
11702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11704 2014-06-23  Will Newton  <will.newton@linaro.org>
11705             Wilco  <wdijkstr@arm.com>
11707         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11708         implementation.  Include get-rounding-mode.h.
11709         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11710         [!libc_feholdsetround_noex_ctx]: Define
11711         libc_feholdsetround_noex_ctx.
11712         [!libc_feholdsetround_noexf_ctx]: Define
11713         libc_feholdsetround_noexf_ctx.
11714         [!libc_feholdsetround_noexl_ctx]: Define
11715         libc_feholdsetround_noexl_ctx.
11716         (libc_feholdsetround_ctx): New function.
11717         (libc_feresetround_ctx): New function.
11718         (libc_feholdsetround_noex_ctx): New function.
11719         (libc_feresetround_noex_ctx): New function.
11721 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11723         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11724         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11725         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11726         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11727         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11728         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11730         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11731         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11732         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11733         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11734         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11735         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11736         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11737         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11738         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11739         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11740         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11741         Moved ...
11742         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11743         ... here.
11744         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11745         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11746         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11747         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11748         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11749         Moved ...
11750         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11751         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11752         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11753         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11754         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11755         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11756         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11757         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11758         Moved ...
11759         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11760         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11761         Moved ...
11762         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11763         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11764         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11765         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11766         Moved ...
11767         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11768         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11769         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11770         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11771         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11772         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11773         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11774         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11775         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11776         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11777         Moved ...
11778         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11779         ... here.
11780         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11781         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11782         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11783         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11784         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11785         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11786         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11787         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11788         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11789         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11790         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11791         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11792         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11793         Moved ...
11794         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11795         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11796         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11797         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11798         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11799         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11800         Moved ...
11801         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11802         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11803         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11804         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11805         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11807         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11808         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11809         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11810         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11811         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11812         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11813         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11814         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11815         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11816         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11817         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11818         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11819         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11820         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11821         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11822         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11823         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11824         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11825         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11826         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11827         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11828         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11829         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11830         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11831         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11832         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11833         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11834         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11836 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11838         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11839         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11840         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11841         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11842         (IPV6_PMTUDISC_INTERFACE): Likewise.
11843         (IPV6_PMTUDISC_OMIT): Likewise.
11845 2014-06-23  Andreas Schwab  <schwab@suse.de>
11847         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11848         Remove unused errout label.
11850 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11852         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11853         macro: hardware supports Vector Crypto instructions.
11855 2014-06-23  Will Newton  <will.newton@linaro.org>
11857         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11858         rather than __builtin_expect.
11860         * elf/dl-lookup.c (undefined_msg): Remove variable.
11861         (_dl_lookup_symbol_x): Replace undefined_msg with string
11862         literal.
11864         * elf/dl-lookup.c (do_lookup_unique): New function.
11865         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11866         to a separate function.
11868 2014-06-23  Andreas Schwab  <schwab@suse.de>
11870         [BZ #17079]
11871         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11872         before reading the next line.
11874 2014-06-23  Will Newton  <will.newton@linaro.org>
11876         * test-skeleton.c (signal_handler): Use printf and %m
11877         rather than perror.  Use printf rather than fprintf to
11878         stderr.  Use puts rather than fputs to stderr.
11879         (main): Likewise.
11881 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11883         * nscd/nscd.c (thread_info_t): Remove typedef.
11884         (thread_info): Remove variable.
11886 2014-06-21  Allan McRae  <allan@archlinux.org>
11888         * NEWS: Mention CVE-2014-4043.
11890 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11892         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11893         * nptl/smp.h: ... here.
11895         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11897         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11898         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11899         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11900         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11902         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11903         * nptl/stack-aliasing.h: New file.
11904         * sysdeps/i386/i686/stack-aliasing.h: New file.
11905         * sysdeps/i386/i686/nptl/Makefile: File removed.
11906         * sysdeps/x86_64/stack-aliasing.h: New file.
11907         * sysdeps/x86_64/nptl/Makefile
11908         (CFLAGS-pthread_create.c): Variable removed.
11910         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11911         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11912         old file.
11913         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11914         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11915         old file.
11917 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11919         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11920         (__ASSUME_SIGFRAME_V2): Remove macro.
11921         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11922         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11923         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11924         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11925         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11926         Declare as function.  Remove conditional macro definitions.
11927         (__default_rt_sa_restorer): Likewise.
11928         (__default_sa_restorer_v1): Remove declaration.
11929         (__default_sa_restorer_v2): Likewise.
11930         (__default_rt_sa_restorer_v1): Likewise.
11931         (__default_rt_sa_restorer_v2): Likewise.
11932         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11933         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11934         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11936 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11938         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11939         (libpthread-routines): Add sysdep.
11940         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11941         * sysdeps/unix/sysv/linux/sparc/Versions
11942         (libpthread: GLIBC_2.3.3): New version set.
11943         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11944         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11945         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11946         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11947         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11948         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11949         Moved ...
11950         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11951         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11952         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11953         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11954         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11955         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11956         * sysdeps/sparc/nptl/sem_init.c: ... here.
11957         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11958         * sysdeps/sparc/nptl/sem_post.c: ... here.
11959         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11960         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11961         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11962         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11963         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11964         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11965         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11966         (libpthread-routines): Add cpu_relax.
11967         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11968         File removed.
11969         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11970         (librt: GLIBC_2.3.3): New version set.
11971         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11972         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11973         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11974         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11975         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11976         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11977         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11978         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11979         Moved ...
11980         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11981         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11982         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11983         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11984         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11985         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11986         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11987         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11988         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11989         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11990         Moved ...
11991         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11992         Update #include.
11993         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11994         Moved ...
11995         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11996         Update #include.
11997         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11998         Moved ...
11999         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
12000         Update #include.
12001         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
12002         Moved ...
12003         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
12004         Update #include.
12005         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
12006         Moved ...
12007         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
12008         Update #include.
12009         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
12010         Moved ...
12011         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
12012         Update #include.
12013         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
12014         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
12015         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
12016         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
12017         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
12018         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
12019         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
12020         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
12021         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
12022         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
12023         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12024         Moved ...
12025         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
12026         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
12027         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
12028         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
12029         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
12031 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12033         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
12034         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
12035         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12036         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
12037         * nscd/nscd.c: Likewise.
12038         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
12039         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
12040         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
12041         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
12043         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
12044         <kernel-features.h>.
12045         (init_mq_netlink): Remove conditional have_sock_cloexec
12046         definitions.  Remove code conditional on have_sock_cloexec < 0.
12047         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
12048         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
12049         * sysdeps/unix/sysv/linux/opensock.c: Do not include
12050         <kernel-features.h>.
12051         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
12052         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
12054 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12056         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12057         Add tests for memset_chk and memset.
12059         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
12060         with AVX2_Usable.
12062 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12064         [BZ #16046]
12065         * elf/tst-dl-iter-static.c: New file.
12066         * elf/Makefile (tests-static): Add tst-dl-iter-static.
12068         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12069         error.
12071 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12073         * sysdeps/unix/sysv/linux/kernel-features.h
12074         (__ASSUME_F_GETOWN_EX): Remove macro.
12075         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12076         <kernel-features.h>.
12077         (miss_F_GETOWN_EX): Remove variable or macro.
12078         (do_fcntl): Do not check miss_F_GETOWN_EX.
12079         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12081         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
12082         Remove macro.
12083         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
12084         [!__ASSUME_AT_RANDOM]: Remove conditional code.
12085         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
12087         * sysdeps/unix/sysv/linux/kernel-features.h
12088         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
12089         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
12090         [ADJ_OFFSET_SS_READ]: Make code unconditional.
12091         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
12093 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12095         [BZ #17075]
12096         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
12097         Fix calculation of the symbol's value.
12098         * sysdeps/arm/tst-armtlsdescloc.c: New file.
12099         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
12100         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
12101         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
12102         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
12103         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
12104         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
12105         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
12106         (modules-names): Add `tst-armtlsdescmod',
12107         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
12108         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
12109         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12110         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
12111         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
12112         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12113         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
12114         ($(objpfx)tst-armtlsdescloc): New dependency.
12115         ($(objpfx)tst-armtlsdescextnow): Likewise.
12116         ($(objpfx)tst-armtlsdescextlazy): Likewise.
12117         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
12118         TLS scheme support.
12119         * sysdeps/arm/configure: Regenerate.
12121 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12123         * include/fcntl.h (__atfct_seterrno): Remove prototype.
12124         (__atfct_seterrno_2): Likewise.
12125         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
12126         <kernel-features.h>.
12127         (__ASSUME_ATFCTS): Do not undefine and redefine.
12128         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
12129         (__have_atfcts): Remove conditional definition.
12130         (__fxstatat([__NR_fstatat64]: Make code unconditional.
12131         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
12132         unreachable if [__ASSUME_ATFCTS].
12133         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
12134         not undefine and redefine.
12135         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
12136         <kernel-features.h>.
12137         (faccessat) [__NR_faccessat]: Make code unconditional.
12138         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
12139         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
12140         <kernel-features.h>.
12141         (fchmodat) [__NR_fchmodat]: Make code unconditional.
12142         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12143         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
12144         <kernel-features.h>.
12145         (fchownat) [__NR_fchownat]: Make code unconditional.
12146         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
12147         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
12148         <kernel-features.h>.
12149         (futimesat) [__NR_futimesat]: Make code unconditional.
12150         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
12151         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
12152         <kernel-features.h>.
12153         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12154         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12155         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
12156         <kernel-features.h>.
12157         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
12158         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12159         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
12160         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
12161         <kernel-features.h>.
12162         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
12163         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12164         * sysdeps/unix/sysv/linux/linkat.c: Do not include
12165         <kernel-features.h>.
12166         (linkat) [__NR_linkat]: Make code unconditional.
12167         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12168         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
12169         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
12170         <kernel-features.h>.
12171         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
12172         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12173         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
12174         <kernel-features.h>.
12175         (mkdirat) [__NR_mkdirat]: Make code unconditional.
12176         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
12177         * sysdeps/unix/sysv/linux/openat.c: Do not include
12178         <kernel-features.h>.
12179         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
12180         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
12181         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12182         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12183         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12184         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12185         <kernel-features.h>.
12186         (readlinkat) [__NR_readlinkat]: Make code unconditional.
12187         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
12188         result of INLINE_SYSCALL directly, not via int variable.
12189         * sysdeps/unix/sysv/linux/renameat.c: Do not include
12190         <kernel-features.h>.
12191         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12192         (renameat) [__NR_renameat]: Make code unconditional.
12193         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12194         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12195         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12196         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12197         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12198         (__ASSUME_ATFCTS): Do not undefine and redefine.
12199         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12200         <kernel-features.h>.
12201         (symlinkat) [__NR_symlinkat]: Make code unconditional.
12202         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12203         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12204         <kernel-features.h>.
12205         (unlinkat) [__NR_unlinkat]: Make code unconditional.
12206         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12207         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12208         (__ASSUME_ATFCTS): Do not undefine and redefine.
12209         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12210         <kernel-features.h>.
12211         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12212         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12213         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12214         <kernel-features.h>.
12215         (__xmknodat) [__NR_mknodat]: Make code unconditional.
12216         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12218 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12220         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12222 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
12224         [BZ #17069]
12225         * posix/regcomp.c (parse_reg_exp): Deallocate partially
12226         constructed tree before returning error.
12227         * posix/bug-regexp36.c: Expand test case.
12229 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12231         [BZ #6803]
12232         * math/libm-test.inc (scalbln_test_date):
12233         Add errno expectations.
12234         * math/w_scalblnf.c: New File.
12235         Add wrapper which checks for setting errno to ERANGE.
12236         Add weak_alias for corresponding scalbln function.
12237         * math/w_scalbln.c: Likewise.
12238         * math/w_scalblnl.c: Likewise.
12239         * math/Makefile (libm-calls): Add w_scalbln.
12240         * sysdeps/ieee754/flt-32/s_scalblnf.c:
12241         Remove weak_alias for corresponding scalbln function.
12242         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12243         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12244         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12245         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12246         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12247         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12248         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12249         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12250         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12251         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12252         Remove long_double_symbol for scalblnl function in libm, libc.
12253         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12254         Add wrapper which checks for setting errno to ERANGE.
12255         Add long_double_symbol for scalblnl function in libm, libc.
12256         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12257         Remove long_double_symbol for scalblnl in libm.
12258         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12259         Add wrapper which checks for setting errno to ERANGE.
12260         Add long_double_symbol for scalblnl function in libm.
12261         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12262         Do not use wrapper because of own implementation.
12264 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12266         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12267         3 bytes for __pad1 for x32.
12268         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12270 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12271             H.J. Lu  <hongjiu.lu@intel.com>
12273         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12274         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12275         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12276         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12277         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12279 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12281         [BZ #17069]
12282         * posix/regcomp.c (parse_expression): Deallocate partially
12283         constructed tree before returning error.
12284         * posix/Makefile.c (tests): Add bug-regex36.
12285         (generated): Add bug-regex36.mtrace.
12286         (tests-special): Add $(objpfx)bug-regex36-mem.out
12287         (bug-regex36-ENV): New variable.
12288         ($(objpfx)bug-regex36-mem.out): New rule.
12289         * posix/bug-regex36.c: New file.
12291 2014-06-19  Will Newton  <will.newton@linaro.org>
12293         * malloc/malloc.c (systrim): If extra is zero then return
12294         early.
12296 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12298         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12300 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12302         * sysdeps/aarch64/strchr.S: New file.
12304 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12306         [BZ #17022]
12307         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12308         from arguments -2 or below.
12309         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12310         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12312 2014-06-18  Andreas Schwab  <schwab@suse.de>
12314         [BZ #17062]
12315         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12316         of a bracket expr not to run off the end of the string.
12317         * posix/Makefile (tests): Add tst-fnmatch3.
12318         * posix/tst-fnmatch3.c: New file.
12320 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12322         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12323         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12324         [$(cross-compiling) = no]: Likewise.
12325         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12326         [$(cross-compiling) = no]: Likewise.
12328 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12330         [BZ #17031]
12331         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12332         double, adjusted for any remainder from the high double.
12333         * math/libm-test.inc (nearbyint): Add tests.
12334         (rint): Likewise.
12336 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12338         * nptl/sysdeps/powerpc/Makefile: Moved ...
12339         * sysdeps/powerpc/nptl/Makefile: ... here.
12340         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12341         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12342         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12343         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12344         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12345         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12346         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12347         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12348         * nptl/sysdeps/powerpc/tls.h: Moved ...
12349         * sysdeps/powerpc/nptl/tls.h: ... here.
12351 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12353         [BZ #16681]
12354         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12355         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12356         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12357         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12358         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12359         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12360         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12361         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12362         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12364 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12366         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12368 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12370         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12371         defined operator.
12373         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12374         $TIMEOUTFACTOR.
12376 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12378         [BZ #17058]
12379         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12380         non-executed part of the test.
12382 2014-06-16  Andreas Schwab  <schwab@suse.de>
12384         * string/bits/string2.h (strdup, strndup): Update feature guard.
12386 2014-06-14  David S. Miller  <davem@davemloft.net>
12388         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12390 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12392         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12393         that was previously under [RESET_PID].
12394         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12396         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12397         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12398         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12399         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12400         (__libc_vfork): New strong alias.
12401         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12403 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12405         * sysdeps/generic/elide.h: New file.
12407 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12409         * Makefile (installed-headers): Adjust path of pthread.h header.
12411 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12413         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12414         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12415         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12416         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12418         * nptl/sysdeps/s390/Makefile: Moved ...
12419         * sysdeps/s390/nptl/Makefile: ... here.
12420         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12421         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12422         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12423         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12424         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12425         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12426         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12427         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12428         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12429         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12430         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12431         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12432         * nptl/sysdeps/s390/tls.h: Moved ...
12433         * sysdeps/s390/nptl/tls.h: ... here.
12435         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12436         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12438 2014-06-13  David S. Miller  <davem@davemloft.net>
12440         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12441         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12442         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12443         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12444         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12445         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12446         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12447         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12448         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12449         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12450         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12451         Remove RESET_PID cpp guards.
12452         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12453         Remove RESET_PID cpp guards.
12454         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12456 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12458         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12459         __sp to uintptr_t.
12461 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12463         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12464         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12465         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12466         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12467         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12468         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12469         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12470         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12471         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12472         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12473         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12474         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12475         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12476         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12477         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12478         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12479         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12480         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12481         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12482         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12484         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12485         (pthread_rwlock_rdlock): Add elision.
12486         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12487         (pthread_rwlock_wrlock): Add elision.
12488         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12489         (pthread_rwlock_trywrlock): Add elision.
12490         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12491         (pthread_rwlock_tryrdlock): Add elision.
12492         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12493         (pthread_rwlock_tryrdlock): Add elision unlock.
12494         * nptl/sysdeps/pthread/pthread.h:
12495         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12496         (PTHREAD_RWLOCK_INITIALIZER,
12497         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12498         Handle new elision field.
12499         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12500         * sysdeps/arm/nptl/bits/pthreadtypes.h
12501         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12502         * sysdeps/sh/nptl/bits/pthreadtypes.h
12503         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12504         * sysdeps/tile/nptl/bits/pthreadtypes.h
12505         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12506         * sysdeps/a/nptl/bits/pthreadtypes.h
12507         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12508         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12509         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12510         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12511         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12512         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12513         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12514         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12515         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12516         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12517         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12518         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12519         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12520         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12521         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12522         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12523         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12524         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12525         (elision_init): Set try_xbegin to zero when no RTM.
12526         * sysdeps/x86/nptl/bits/pthreadtypes.h
12527         (pthread_rwlock_t): Change __pad1 to __rwelision.
12528         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12530 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12532         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12533         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12534         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12535         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12537 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12539         [BZ #16996]
12540         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12541         that the cached result has been set before returning it.
12543 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12545         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12546         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12547         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12548         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12549         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12550         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12552         * nptl/sysdeps/sparc/Makefile: Moved ...
12553         * sysdeps/sparc/nptl/Makefile: ... here.
12554         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12555         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12556         * nptl/sysdeps/sparc/tls.h: Moved ...
12557         * sysdeps/sparc/nptl/tls.h: ... here.
12558         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12559         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12560         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12561         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12562         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12563         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12564         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12565         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12566         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12567         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12568         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12569         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12570         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12571         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12572         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12573         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12574         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12575         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12576         Update #include.
12577         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12578         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12579         Update #include.
12580         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12581         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12582         Update #include.
12583         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12584         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12585         Update #include.
12587         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12589         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12590         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12592         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12593         (struct list_links): Type removed.
12594         (struct thread_node, struct timer_node): Replace struct list_links
12595         with struct list_head.
12596         (list_unlink_ip): Likewise.
12597         * sysdeps/pthread/timer_routines.c
12598         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12599         (list_append, list_insbefore): Likewise.
12600         (list_init): Function removed.
12601         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12602         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12603         * sysdeps/pthread/Makefile: ... here, new file.
12605         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12606         * sysdeps/nptl/Implies: ... here.
12607         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12608         * nptl/sysdeps/pthread/list.h: Moved ...
12609         * include/list.h: ... here.
12610         * nptl/sysdeps/pthread/createthread.c: Moved ...
12611         * nptl/createthread.c: ... here.
12612         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12613         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12614         * nptl/pt-longjmp.c: ... here.
12615         * nptl/sysdeps/pthread/Makefile: Moved ...
12616         * sysdeps/nptl/Makefile: ... here.
12617         * nptl/sysdeps/pthread/Subdirs: Moved ...
12618         * sysdeps/nptl/Subdirs: ... here.
12619         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12620         * sysdeps/nptl/aio_misc.h: ... here.
12621         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12622         * sysdeps/nptl/bits/libc-lock.h: ... here.
12623         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12624         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12625         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12626         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12627         * nptl/sysdeps/pthread/configure: Moved ...
12628         * sysdeps/nptl/configure: ... here.
12629         * nptl/sysdeps/pthread/configure.ac: Moved ...
12630         * sysdeps/nptl/configure.ac: ... here.
12631         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12632         * sysdeps/nptl/gai_misc.h: ... here.
12633         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12634         * sysdeps/nptl/librt-cancellation.c: ... here.
12635         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12636         * sysdeps/nptl/malloc-machine.h: ... here.
12637         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12638         * sysdeps/nptl/pthread-functions.h: ... here.
12639         * nptl/sysdeps/pthread/pthread.h: Moved ...
12640         * sysdeps/nptl/pthread.h: ... here.
12641         * nptl/sysdeps/pthread/setxid.h: Moved ...
12642         * sysdeps/nptl/setxid.h: ... here.
12643         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12644         * sysdeps/nptl/sigfillset.c: ... here.
12645         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12646         * sysdeps/nptl/tcb-offsets.h: ... here.
12647         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12648         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12649         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12650         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12651         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12652         * sysdeps/pthread/allocalim.h: ... here.
12653         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12654         * sysdeps/pthread/bits/sigthread.h: ... here.
12655         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12656         * sysdeps/pthread/flockfile.c: ... here.
12657         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12658         * sysdeps/pthread/ftrylockfile.c: ... here.
12659         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12660         * sysdeps/pthread/funlockfile.c: ... here.
12661         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12662         * sysdeps/pthread/posix-timer.h: ... here.
12663         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12664         * sysdeps/pthread/timer_create.c: ... here.
12665         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12666         * sysdeps/pthread/timer_delete.c: ... here.
12667         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12668         * sysdeps/pthread/timer_getoverr.c: ... here.
12669         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12670         * sysdeps/pthread/timer_gettime.c: ... here.
12671         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12672         * sysdeps/pthread/timer_routines.c: ... here.
12673         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12674         * sysdeps/pthread/timer_settime.c: ... here.
12675         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12676         * sysdeps/pthread/tst-timer.c: ... here.
12677         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12678         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12680         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12681         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12683         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12684         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12685         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12686         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12687         Update #include target.
12688         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12689         * sysdeps/i386/i686/nptl/Makefile: ... here.
12690         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12691         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12692         Update #include target.
12693         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12694         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12695         * nptl/sysdeps/i386/Makefile: Moved ...
12696         * sysdeps/i386/nptl/Makefile: ... here.
12697         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12698         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12699         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12700         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12701         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12702         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12703         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12704         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12705         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12706         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12707         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12708         * nptl/sysdeps/i386/tls.h: Moved ...
12709         * sysdeps/i386/nptl/tls.h: ... here.
12711         * sysdeps/sh/Makefile [$(subdir) = csu]
12712         (gen-as-const-headers): Add tcb-offsets.sym.
12713         * nptl/sysdeps/sh/Makefile: File removed.
12714         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12715         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12716         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12717         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12718         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12719         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12720         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12721         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12722         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12723         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12724         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12725         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12726         * nptl/sysdeps/sh/tls.h: Moved ...
12727         * sysdeps/sh/nptl/tls.h: ... here.
12728         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12729         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12730         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12731         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12732         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12733         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12734         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12735         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12736         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12737         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12738         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12739         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12740         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12741         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12742         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12743         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12744         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12745         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12746         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12747         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12748         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12749         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12750         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12751         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12752         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12753         Moved ...
12754         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12755         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12756         Moved ...
12757         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12758         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12759         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12760         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12761         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12762         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12763         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12764         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12765         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12766         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12767         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12768         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12769         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12770         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12771         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12772         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12773         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12774         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12775         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12777 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12779         * posix/spawn_faction_addopen.c: Include string.h.
12781 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12783         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12784         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12785         * nptl/sysdeps/x86_64/Makefile: Moved ...
12786         * sysdeps/x86_64/nptl/Makefile: ... here.
12787         * nptl/sysdeps/x86_64/configure: Moved ...
12788         * sysdeps/x86_64/nptl/configure: ... here.
12789         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12790         * sysdeps/x86_64/nptl/configure.ac: ... here.
12791         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12792         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12793         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12794         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12795         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12796         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12797         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12798         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12799         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12800         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12801         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12802         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12803         * nptl/sysdeps/x86_64/tls.h: Moved ...
12804         * sysdeps/x86_64/nptl/tls.h: ... here.
12805         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12806         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12807         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12808         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12810         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12812 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12814         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12816 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12818         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12819         type.
12820         [POSIX] (off_t): Likewise.
12821         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12822         [POSIX] (S_ISBLK): Require macro.
12823         [POSIX] (S_ISCHR): Likewise.
12824         [POSIX] (S_ISDIR): Likewise.
12825         [POSIX] (S_ISFIFO): Likewise.
12826         [POSIX] (S_ISREG): Likewise.
12827         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12828         optional-macro.
12829         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12830         type.
12831         [POSIX] (time_t): Likewise.
12832         [POSIX] (timer_t): Likewise.
12834 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12836         [BZ #17048]
12837         * posix/spawn_int.h (struct __spawn_action): Make the path string
12838         non-const to support deallocation.
12839         * posix/spawn_faction_addopen.c
12840         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12841         * posix/spawn_faction_destroy.c
12842         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12843         path in all spawn_do_open actions.
12844         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12845         posix_spawn_file_actions_addopen.
12847 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12849         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12850         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12851         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12852         conditional code always true.
12853         (__libc_vfork): New alias.
12855 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12857         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12858         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12860         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12862         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12863         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12865         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12866         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12868         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12869         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12871 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12873         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12874         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12875         multiarch strcmp for PPC64.
12876         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12877         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12878         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12879         multiarch optimizations.
12880         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12881         (__libc_ifunc_impl_list): Likewise.
12883 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12885         * benchtests/scripts/validate_benchout.py: New script.
12886         * benchtests/Makefile (bench-func): Call it.
12887         * benchtests/scripts/benchout.schema.json: New file.
12889 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12891         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12892         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12893         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12894         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12895         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12896         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12897         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12898         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12899         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12900         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12901         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12902         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12903         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12904         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12905         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12906         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12908         Moved ...
12909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12910         ... here.
12911         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12912         Moved ...
12913         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12914         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12915         Moved ...
12916         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12917         ... here.
12918         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12919         Moved ...
12920         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12921         ... here.
12922         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12923         Moved ...
12924         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12925         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12926         Moved ...
12927         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12928         ... here.
12929         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12930         Moved ...
12931         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12932         ... here.
12933         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12934         Moved ...
12935         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12936         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12937         Moved ...
12938         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12939         ... here.
12940         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12941         Moved ...
12942         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12943         ... here.
12944         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12945         Moved ...
12946         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12947         ... here.
12948         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12949         Moved ...
12950         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12951         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12952         Moved ...
12953         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12954         ... here.
12955         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12956         Moved ...
12957         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12958         ... here.
12959         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12960         Moved ...
12961         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12962         ... here.
12963         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12964         Moved ...
12965         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12966         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12967         Moved ...
12968         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12969         ... here.
12970         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12971         Moved ...
12972         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12973         ... here.
12974         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12975         Moved ...
12976         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12977         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12978         Moved ...
12979         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12980         ... here.
12981         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12982         Moved ...
12983         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12984         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12985         Moved ...
12986         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12987         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12988         Moved ...
12989         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12990         ... here.
12991         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12992         Moved ...
12993         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12994         ... here.
12995         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12996         Moved ...
12997         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12998         ... here.
12999         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
13000         Moved ...
13001         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
13002         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
13003         Moved ...
13004         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
13005         ... here.
13006         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
13007         Moved ...
13008         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
13009         ... here.
13010         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
13011         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
13012         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
13013         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
13014         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
13015         Moved ...
13016         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
13017         ... here.
13018         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
13019         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
13020         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
13021         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
13022         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
13023         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
13024         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
13025         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
13026         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
13027         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
13028         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
13029         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
13030         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
13031         Moved ...
13032         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
13033         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
13034         Moved ...
13035         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
13036         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
13037         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
13038         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
13039         Moved ...
13040         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
13041         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
13042         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
13043         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
13044         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
13045         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
13046         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
13048 2014-06-10  Wilco  <wdijkstr@arm.com>
13050         * math/test-fenv-return.c: New file.
13051         * math/Makefile: Add new test test-fenv-return.
13053 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
13055         [BZ #17042]
13056         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
13057         when x - 1 is zero.
13058         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
13059         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
13060         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
13061         0.0L for an argument of 1.0L.
13062         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
13063         Likewise.
13064         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
13065         value when x - 1 is zero.
13066         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
13067         * sysdeps/i386/fpu/libm-test-ulps: Update.
13068         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13070 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
13072         [BZ #15119]
13073         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13075 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13077         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13078         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13080 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13082         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13083         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
13085         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13086         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
13088         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13089         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
13091         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13092         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
13094         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
13095         if not already defined.
13096         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
13097         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
13098         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
13099         (TLS_INIT_TP): Use it.
13100         (TLS_DEFINE_INIT_TP): New macro.
13101         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
13103 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
13105         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
13106         constant.
13107         [POSIX] (IXANY): Likewise.
13108         [POSIX] (OLCUC): Likewise.
13109         [POSIX || POSIX2008] (CBAUD): Do not allow.
13110         [POSIX || POSIX2008] (DEFECHO): Likewise.
13111         [POSIX || POSIX2008] (ECHOCTL): Likewise.
13112         [POSIX || POSIX2008] (ECHOKE): Likewise.
13113         [POSIX || POSIX2008] (ECHOPRT): Likewise.
13114         [POSIX || POSIX2008] (EXTA): Likewise.
13115         [POSIX || POSIX2008] (EXTB): Likewise.
13116         [POSIX || POSIX2008] (FLUSHO): Likewise.
13117         [POSIX || POSIX2008] (LOBLK): Likewise.
13118         [POSIX || POSIX2008] (PENDIN): Likewise.
13119         [POSIX || POSIX2008] (SWTCH): Likewise.
13120         [POSIX || POSIX2008] (VDISCARD): Likewise.
13121         [POSIX || POSIX2008] (VDSUSP): Likewise.
13122         [POSIX || POSIX2008] (VLNEXT): Likewise.
13123         [POSIX || POSIX2008] (VREPRINT): Likewise.
13124         [POSIX || POSIX2008] (VSTATUS): Likewise.
13125         [POSIX || POSIX2008] (VWERASE): Likewise.
13126         (B*): Change to B[0123456789]*.
13127         * conform/data/time.h-data [POSIX || UNIX98]
13128         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
13129         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13130         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
13131         [POSIX] (tm_*): Do not allow.
13133 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
13135         * Makefile (install): Don't set LANGUAGE.
13136         * Makefile.in (install): Likewise.
13137         * assert/Makefile (test-assert-ENV): Remove variable.
13138         (test-assert-perr-ENV): Likewise.
13139         * elf/Makefile (neededtest4-ENV): Likewise.
13140         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13141         [$(cross-compiling) = no]: Don't set LANGUAGE.
13142         * io/ftwtest-sh (LANG): Remove variable.
13143         * libio/Makefile (tst-widetext-ENV): Likewise.
13144         * manual/install.texi (Running make install): Don't refer to
13145         environment settings for make install.
13146         * INSTALL: Regenerated.
13147         * nptl/tst-tls6.sh: Don't set LANG.
13148         * posix/globtest.sh (LANG): Remove variable.
13149         * string/Makefile (tester-ENV): Likewise.
13150         (inl-tester-ENV): Likewise.
13151         (noinl-tester-ENV): Likewise.
13152         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13153         [$(cross-compiling) = no]: Don't set LANGUAGE.
13154         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
13155         without explicit environment settings.
13157 2014-06-06  Roland McGrath  <roland@hack.frob.com>
13159         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
13160         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
13161         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
13162         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
13164 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
13166         * crypt/crypt-private.h [DOS]: Add some includes taken from the
13167         other files in the crypt directory.
13168         * crypt/crypt.c: Remove duplicate includes.
13169         * crypt/crypt-entry.c: Likewise.
13170         * crypt/crypt_util.c: Likewise.
13172 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
13174         * Makeconfig (run-program-env): New variable.
13175         (run-program-prefix-before-env): Likewise.
13176         (run-program-prefix-after-env): Likewise.
13177         (run-program-prefix): Define in terms of new variables.
13178         (built-program-cmd-before-env): New variable.
13179         (built-program-cmd-after-env): Likewise.
13180         (built-program-cmd): Define in terms of new variables.
13181         (test-program-prefix-before-env): New variable.
13182         (test-program-prefix-after-env): Likewise.
13183         (test-program-prefix): Define in terms of new variables.
13184         (test-program-cmd-before-env): New variable.
13185         (test-program-cmd-after-env): Likewise.
13186         (test-program-cmd): Define in terms of new variables.
13187         * Rules (make-test-out): Use $(run-program-env).
13188         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13189         (help): Do not mention environment variables.  Mention
13190         --timeoutfactor option.
13191         (timeoutfactor): New variable.
13192         (blacklist_exports): Remove function.
13193         (exports): Remove variable.
13194         (command): Do not include ${exports}.
13195         * manual/install.texi (Configuring and compiling): Do not mention
13196         test wrappers preserving environment variables.  Mention that last
13197         assignment to a variable must take precedence.
13198         * INSTALL: Regenerated.
13199         * benchtests/Makefile (run-bench): Use $(run-program-env).
13200         * catgets/Makefile ($(objpfx)test1.cat): Use
13201         $(built-program-cmd-before-env), $(run-program-env) and
13202         $(built-program-cmd-after-env).
13203         ($(objpfx)test2.cat): Do not specify environment variables
13204         explicitly.
13205         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13206         $(run-program-env) and $(built-program-cmd-after-env).
13207         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13208         $(run-program-env) and $(test-program-cmd-after-env).
13209         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13210         explicitly.
13211         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13212         run_program_env and test_program_cmd_after_env arguments.
13213         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13214         * elf/tst-pathopt.sh: Use run_program_env argument.
13215         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13216         $(test-wrapper-env) and $(run-program-env).
13217         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13218         run_program_env arguments.
13219         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13220         * intl/Makefile ($(objpfx)tst-gettext.out): Use
13221         $(test-program-prefix-before-env), $(run-program-env) and
13222         $(test-program-prefix-after-env).
13223         ($(objpfx)tst-gettext2.out): Likewise.
13224         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13225         run_program_env and test_program_prefix_after_env arguments.
13226         * intl/tst-gettext2.sh: Likewise.
13227         * intl/tst-gettext4.sh: Do not set environment variables
13228         explicitly.
13229         * intl/tst-gettext6.sh: Likewise.
13230         * intl/tst-translit.sh: Likewise.
13231         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13232         $(test-program-prefix-before-env), $(run-program-env) and
13233         $(test-program-prefix-after-env).
13234         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13235         run_program_env and test_program_prefix_after_env arguments.
13236         * math/Makefile (run-regen-ulps): Use $(run-program-env).
13237         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13238         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
13239         explicitly with each use of ${test_wrapper_env}.
13240         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13241         $(test-program-prefix-before-env), $(run-program-env) and
13242         $(test-program-prefix-after-env).
13243         * posix/tst-getconf.sh: Do not set environment variables
13244         explicitly.
13245         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13246         run_program_env and test_program_prefix_after_env arguments.
13247         * stdio-common/tst-printf.sh: Do not set environment variables
13248         explicitly.
13249         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13250         $(test-program-prefix-before-env), $(run-program-env) and
13251         $(test-program-prefix-after-env).
13252         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13253         run_program_env and test_program_prefix_after_env arguments.
13254         Split $test calls into $test_pre and $test.
13255         * timezone/Makefile (build-testdata): Use
13256         $(built-program-cmd-before-env), $(run-program-env) and
13257         $(built-program-cmd-after-env).
13259 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13261         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13262         strlen for non SHARED builds.
13264 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13266         * nptl/allocatestack.c (check_list): Inlined function...
13267         (__reclaim_stacks): ... here.
13269 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13271         [BZ #15698]
13272         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13273         memory overrun.
13275 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13277         * Rules (make-test-out): Include
13278         LOCPATH=$(common-objpfx)localedata in default environment.
13279         * debug/Makefile (tst-chk1-ENV): Remove variable.
13280         (tst-chk2-ENV): Likewise.
13281         (tst-chk3-ENV): Likewise.
13282         (tst-chk4-ENV): Likewise.
13283         (tst-chk5-ENV): Likewise.
13284         (tst-chk6-ENV): Likewise.
13285         (tst-lfschk1-ENV): Likewise.
13286         (tst-lfschk2-ENV): Likewise.
13287         (tst-lfschk3-ENV): Likewise.
13288         (tst-lfschk4-ENV): Likewise.
13289         (tst-lfschk5-ENV): Likewise.
13290         (tst-lfschk6-ENV): Likewise.
13291         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13292         (tst-iconv7-ENV): Likewise.
13293         * intl/Makefile (LOCPATH-ENV): Likewise.
13294         (tst-codeset-ENV): Likewise.
13295         (tst-gettext3-ENV): Likewise.
13296         (tst-gettext5-ENV): Likewise.
13297         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13298         (tst-fopenloc-ENV): Likewise.
13299         (tst-fgetws-ENV): Remove variable.
13300         (tst-ungetwc1-ENV): Likewise.
13301         (tst-ungetwc2-ENV): Likewise.
13302         (bug-ungetwc2-ENV): Likewise.
13303         (tst-swscanf-ENV): Likewise.
13304         (bug-ftell-ENV): Likewise.
13305         (tst-fgetwc-ENV): Likewise.
13306         (tst-fseek-ENV): Likewise.
13307         (tst-ftell-partial-wide-ENV): Likewise.
13308         (tst-ftell-active-handler-ENV): Likewise.
13309         (tst-ftell-append-ENV): Likewise.
13310         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13311         (tst-regexloc-ENV): Likewise.
13312         (bug-regex1-ENV): Likewise.
13313         (tst-regex-ENV): Likewise.
13314         (tst-regex2-ENV): Likewise.
13315         (bug-regex5-ENV): Likewise.
13316         (bug-regex6-ENV): Likewise.
13317         (bug-regex17-ENV): Likewise.
13318         (bug-regex18-ENV): Likewise.
13319         (bug-regex19-ENV): Likewise.
13320         (bug-regex20-ENV): Likewise.
13321         (bug-regex22-ENV): Likewise.
13322         (bug-regex23-ENV): Likewise.
13323         (bug-regex25-ENV): Likewise.
13324         (bug-regex26-ENV): Likewise.
13325         (bug-regex30-ENV): Likewise.
13326         (bug-regex32-ENV): Likewise.
13327         (bug-regex33-ENV): Likewise.
13328         (bug-regex34-ENV): Likewise.
13329         (bug-regex35-ENV): Likewise.
13330         (tst-rxspencer-ENV): Likewise.
13331         (tst-rxspencer-no-utf8-ENV): Likewise.
13332         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13333         (tst-sscanf-ENV): Likewise.
13334         (tst-swprintf-ENV): Likewise.
13335         (tst-swscanf-ENV): Likewise.
13336         (test-vfprintf-ENV): Likewise.
13337         (scanf13-ENV): Likewise.
13338         (bug14-ENV): Likewise.
13339         (tst-grouping-ENV): Likewise.
13340         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13341         (tst-strtod3-ENV): Likewise.
13342         (tst-strtod4-ENV): Likewise.
13343         (tst-strtod5-ENV): Likewise.
13344         (testmb2-ENV): Likewise./
13345         * string/Makefile (tst-strxfrm-ENV): Likewise.
13346         (tst-strxfrm2-ENV): Likewise.
13347         (bug-strcoll1-ENV): Likewise.
13348         (test-strcasecmp-ENV): Likewise.
13349         (test-strncasecmp-ENV): Likewise.
13350         * time/Makefile (tst-strptime-ENV): Likewise.
13351         (tst-ftime_l-ENV): Likewise.
13352         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13353         (tst-mbrtowc-ENV): Likewise.
13354         (tst-wcrtomb-ENV): Likewise.
13355         (tst-mbrtowc2-ENV): Likewise.
13356         (tst-c16c32-1-ENV): Likewise.
13357         (tst-mbsnrtowcs-ENV): Likewise.
13359 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13361         * manual/resource.texi (How to get information about the memory
13362         subsystem?): Fix typo.
13363         Reported by Peon de la Parra Ivan <peon@keba.com>
13365 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13367         [BZ #16882]
13368         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13369         (pthread_spin_lock): Branch out of spin loop to proper location.
13370         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13371         (pthread_spin_lock): Likewise.
13373         * nptl/tst-spin4.c: New test.
13374         * nptl/Makefile (tests): Add tst-spin4.
13376 2014-06-03  Andreas Schwab  <schwab@suse.de>
13378         [BZ #15946]
13379         * resolv/res_send.c (send_dg): Reload file descriptor after
13380         calling reopen.
13382 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13384         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13386 2014-06-03  Richard Henderson  <rth@redhat.com>
13388         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13389         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13390         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13391         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13392         in the SAVE_PID block.
13393         (__libc_vfork): New alias.
13394         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13396         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13397         child in registers, not on the stack.  Remove RESET_PID conditionals.
13398         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13400 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13402         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13404 2014-06-03  Wilco  <wdijkstr@arm.com>
13406         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13407         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13408         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13409         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13410         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13411         Likewise.
13413 2014-06-03  Wilco  <wdijkstr@arm.com>
13415         * sysdeps/aarch64/fpu/math_private.h
13416         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13417         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13418         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13419         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13420         Fix declarations.
13422 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13424         * crypt/crypt-private.h: Include ufc-crypt.h.
13425         (__b64_from_24bit): Declare extern.
13426         * crypt/crypt_util.c(__b64_from_24bit): New function.
13427         (b64t): New static const variable.
13428         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13429         (b64t): Remove variable.
13430         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13431         * crypt/sha256-crypt.c: Include crypt-private.h.
13432         (b64t): Remove variable.
13433         (__sha256_crypt_r): Remove b64_from_24bit and replace
13434         with __b64_from_24bit.
13435         * crypt/sha512-crypt.c: Likewise.
13437 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13439         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13440         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13441         Label the code __libc_vfork rather than __vfork.
13442         [!NOT_IN_libc] (vfork): Define as weak alias.
13443         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13444         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13445         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13447 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13449         * malloc/malloc.c (malloc_info): Fix format specifier for
13450         n_mmaps.
13452 2014-06-02  Wilco  <wdijkstr@arm.com>
13454         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13455         FPCR write.
13457 2014-06-02  Wilco  <wdijkstr@arm.com>
13459         [BZ #17009]
13460         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13461         Rewrite to reduce FPCR/FPSR accesses.
13463 2014-06-01  David S. Miller  <davem@davemloft.net>
13465         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13467 2014-05-31  David S. Miller  <davem@davemloft.net>
13469         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13470         to occur in round to nearest mode when |x| >= 2.0
13472 2014-05-30  Richard Henderson  <rth@twiddle.net>
13474         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13475         (PSEUDO_RET_NOERRNO): Remove.
13476         (ret): Don't redefine.
13477         (ret_NOERRNO): Define in terms of ret.
13478         (ret_ERRVAL): Likewise.
13480         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13481         use of PSEUDO_RET; perform the error check directly.
13483 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13485         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13486         with __int128_t.
13488 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13490         * malloc/malloc (malloc_info): Fix formatting.
13492 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13493             Roland McGrath  <roland@hack.frob.com>
13495         * malloc/malloc (malloc_info): Also print mmapped statistics.
13497 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13499         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13500         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13502 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13504         * malloc/malloc.c (malloc_info): Inline mi_arena.
13506 2014-05-29  Richard Henderson  <rth@twiddle.net>
13508         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13509         Remove comma before expanding ASM_ARGS_##nr.
13510         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13511         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13512         of ASM_ARGS_##nr.
13513         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13514         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13515         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13516         (ASM_ARGS_1): Add leading comma.
13518         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13519         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13520         to __errno_location.
13521         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13522         Remove the expected plt for __errno_location.
13524         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13525         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13526         call to __read_tp.
13528         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13529         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13530         it and break it down.
13531         (DOCARGS_0, DOCARGS_1): Do nothing.
13532         (DOCARGS_2): Update to store into the new stack frame.
13533         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13534         (UNDOCARGS_1): Update to restore from the new stack frame.
13535         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13536         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13538         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13539         (SINGLE_THREAD_P): New parameter for result regno.
13540         (PSEUDO): Update to match; use cbz instead of beq.
13542         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13543         Use ENTRY to define the _nocancel entry point.  Share the syscall
13544         and syscall error check paths with the cancel path.
13545         (PSEUDO_END): New.
13547         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13548         whitespace; tabs before and after asm mnemonics.
13550 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13552         [BZ #15132]
13553         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13554         Call fstat64 or stat64 internally, depending on arguments passed.
13555         Replace stat buffer argument with file descriptor argument.
13556         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13557         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13558         Pass fd to __internal_statvfs instead of calling fstat64.
13559         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13560         Pass fd to __internal_statvfs64 instead of calling fstat64.
13561         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13562         Pass -1 to __internal_statvfs instead of calling stat64.
13563         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13564         Pass -1 to __internal_statvfs64 instead of calling stat64.
13566 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13568         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13569         that was previously under [RESET_PID].
13570         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13572         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13573         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13575 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13577         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13579         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13580         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13582 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13584         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13586 2014-05-27  Andreas Schwab  <schwab@suse.de>
13588         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13589         TLS_INIT_TP macro.
13590         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13591         * elf/rtld.c (init_tls, dl_main): Likewise.
13592         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13593         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13594         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13595         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13596         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13597         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13598         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13599         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13600         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13601         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13602         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13603         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13604         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13605         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13606         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13607         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13608         * sysdeps/generic/tls.h: Update description.
13610 2014-05-27  Will Newton  <will.newton@linaro.org>
13612         [BZ #16990]
13613         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13614         and restore r2 rather than just restoring.
13616 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13618         [BZ #16724]
13619         * libio/tst-ftell-append.c: New test case.
13620         * libio/Makefile (tests): Add test case.
13621         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13622         append mode.
13623         * libio/wfileops.c (do_ftell_wide): Likewise.
13625 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13627         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13629         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13630         ...
13631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13633         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13634         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13635         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13636         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13637         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13638         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13639         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13640         Moved ...
13641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13642         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13643         Moved ...
13644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13645         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13646         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13647         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13648         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13649         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13650         ...
13651         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13652         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13653         Moved ...
13654         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13655         here.
13656         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13657         ...
13658         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13659         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13660         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13662         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13663         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13664         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13665         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13667         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13668         merge into ...
13669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13670         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13671         ...
13672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13673         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13674         ...
13675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13676         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13677         Moved ...
13678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13679         here.
13680         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13681         Moved ...
13682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13683         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13684         Moved ...
13685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13688         conditional [RESET_PID].
13689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13690         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13691         removed.
13692         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13693         removed.
13695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13696         <tcb-offsets.h>.
13697         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13698         (__libc_vfork): New strong alias.
13699         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13700         removed.
13701         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13702         Removed.
13704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13705         <tcb-offsets.h>.
13706         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13707         (__libc_vfork): New strong alias.
13708         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13709         removed.
13710         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13711         removed.
13713 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13715         * malloc/malloc.c (mi_arena): New function.
13716         (malloc_info): Remove nested function mi_arena. Call non-nosted
13717         function mi_arena.
13719 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13721         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13722         by insrwi.
13723         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13724         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13725         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13726         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13727         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13728         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13729         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13731 2014-05-26  Andreas Schwab  <schwab@suse.de>
13733         [BZ #16984]
13734         * locale/programs/repertoire.c (repertoire_read): Add slash
13735         between I18NPATH element and file name.
13736         * locale/programs/locfile.c (locfile_read): Likewise.
13738 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13740         * nptl/pthread_mutexattr_settype.c
13741         (__pthread_mutexattr_settype):
13742         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13744 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13746         * nptl/tst-mutex5 (do_test):
13747         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13749 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13751         * benchtests/README: Document 'init' directive.
13752         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13753         BENCH_INIT.
13754         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13755         (parse_file): Recognize 'init' directive.
13757 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13759         [BZ #16796]
13760         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13761         alignment of struct pthread.
13763 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13765         [BZ #16878]
13766         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13767         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13768         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13769         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13771 2014-05-25  Richard Henderson  <rth@twiddle.net>
13773         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13774         (SINGLE_THREAD_P_PIC): Remove.
13775         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13776         (SINGLE_THREAD_P_PIC): Remove.
13778         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13779         branch to syscall error ...
13780         (PSEUDO): ... here.
13781         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13782         from __local_syscall_error to .Lsyscall_error.
13783         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13784         (SYSCALL_ERROR): Update label name.
13786         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13787         Do not use DOARGS/UNDOARGS.
13788         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13789         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13790         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13791         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13792         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13794         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13795         block comment.
13797         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13798         define if !NOT_IN_libc.
13799         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13800         define with non-default symbol versions.
13802 2014-05-23  Richard Henderson  <rth@twiddle.net>
13804         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13805         (vfork, __vfork): Define via compat_symbol.
13807         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13808         [!HAVE_IFUNC] (vfork_compat): Remove.
13809         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13811 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13813         [BZ #16978]
13814         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13815         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13816         variable.
13818 2014-05-23  Richard Henderson  <rth@twiddle.net>
13820         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13821         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13822         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13823         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13825         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13826         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13827         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13828         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13829         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13830         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13831         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13832         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13833         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13834         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13835         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13836         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13837         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13838         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13839         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13840         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13841         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13842         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13843         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13844         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13845         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13846         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13847         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13848         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13849         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13850         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13851         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13852         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13853         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13854         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13855         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13856         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13857         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13858         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13859         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13860         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13861         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13862         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13863         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13864         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13865         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13866         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13867         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13868         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13869         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13870         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13871         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13872         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13873         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13874         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13875         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13876         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13877         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13878         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13879         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13880         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13882         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13883         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13884         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13885         before exiting on error.
13886         (__libc_vfork): New strong alias.
13887         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13888         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13890         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13891         that was previously under [RESET_PID].
13892         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13894         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13896 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13898         [BZ #16977]
13899         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13900         value when x - 1 is zero.
13901         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13902         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13903         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13904         0.0L for an argument of 1.0L.
13905         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13906         Likewise.
13907         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13908         value when x - 1 is zero.
13909         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13910         * sysdeps/i386/fpu/libm-test-ulps: Update.
13911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13913 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13915         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13916         alphasort and versionsort.
13918 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13920         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13921         macro.
13922         [copysignf]: Likewise.
13924 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13926         * crypt/md5-crypt.c: Fix formatting.
13928 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13930         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13931         (b64_from_24bit): New function.
13933 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13935         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13936         libc_hidden_builtin_def to ifunc.
13937         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13938         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13940 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13942         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13943         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13945 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13947         * nscd/Depend (linuxthreads): Remove.
13948         (nptl): Add.
13949         * resolv/Depend (linuxthreads): Remove.
13950         * rt/Depend (linuxthreads): Remove.
13952         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13953         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13954         $(common-objpfx)elf/.
13955         (link-libc-before-gnulib): Likewise.
13956         (elfobjdir): Remove variable.
13957         * Makefile (install): Use $(elf-objpfx) instead of
13958         $(common-objpfx)elf/.
13959         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13960         $(elfobjdir)/.
13961         (link-libc-deps): Likewise.
13962         ($(common-objpfx)libc.so): Likewise.
13963         ($(common-objpfx)linkobj/libc.so): Likewise.
13964         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13965         instead of $(common-objpfx)elf/.
13966         (symbolic-link-list): Likewise.
13967         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13968         [$(cross-compiling) = no]: Likewise.
13969         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13970         $(elfobjdir)/.
13971         (static-gnulib-arch): Likewise.
13972         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13973         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13974         $(common-objpfx)elf/.
13976 2014-05-21  Richard Henderson  <rth@redhat.com>
13978         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13979         (SINGLE_THREAD_P): Use the correct width load.  Fold
13980         into the ldr offset.
13982         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13983         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13985 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13987         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13988         (libgcc_s_resume): Use __attribute_used__.
13989         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13990         Likewise.
13992 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13994         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13995         optimization when used with float constants.
13997         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13999 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
14001         [BZ #16915]
14002         * locale/nl_langinfo_l.c: Make direct reference to every
14003         _nl_current_CATEGORY symbol.
14004         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
14005         (tests-static): Add tst-langinfo-static.
14006         (tests-special): Add tst-langinfo-static.out.
14007         ($(objpfx)tst-langinfo.out): Redirect output.
14008         ($(objpfx)tst-langinfo-static.out): New.
14009         * localedata/tst-langinfo.sh: Send output to stdout.
14010         * localedata/tst-langinfo-static.c: New file.
14012         [BZ #16965]
14013         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
14014         when the shift amount is modulo the limb size.
14016 2014-05-20  Richard Henderson  <rth@redhat.com>
14018         [BZ #16967]
14019         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
14020         Change type of sa_flags from unsigned int to int.
14022         [BZ #16966]
14023         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
14025         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
14027 2014-05-20  Will Newton  <will.newton@linaro.org>
14029         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14030         Test the return value of the system call in the nocancel case.
14032 2014-05-20  Will Newton  <will.newton@linaro.org>
14033             Yvan Roux  <yvan.roux@linaro.org>
14035         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
14036         #include of asm/ptrace.h.
14037         (PTRACE_GET_THREAD_AREA): Remove #undef.
14038         (PTRACE_GETHBPREGS): Likewise.
14039         (PTRACE_SETHBPREGS): Likewise.
14040         (struct user_regs_struct): New structure.
14041         (struct user_fpsimd_struct): New structure.
14042         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
14043         #include of asm/ptrace.h and second #include of sys/user.h.
14044         (PTRACE_GET_THREAD_AREA): Remove #undef.
14045         (PTRACE_GETHBPREGS): Likewise.
14046         (PTRACE_SETHBPREGS): Likewise.
14047         (ELF_NGREG): Use new struct user_regs_struct.
14048         (elf_fpregset_t): Use new struct user_fpsimd_struct.
14050 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14052         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
14053         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
14055 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
14057         [BZ #16958]
14058         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
14059         membar to avoid block loads/stores to overlap previous stores.
14061 2014-05-17  Richard Henderson  <rth@redhat.com>
14063         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
14064         Create the __##syscall_name##_nocancel entry point.
14065         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
14066         Remove; let the sysdep-cancel.h code create it.
14068 2014-05-17  David S. Miller  <davem@davemloft.net>
14070         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14071         Protect with __USE_GNU.
14072         (TIOCSET_TEMPT): Likewise.
14073         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14074         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14075         these are already provided in bits/ioctl-types.h
14077 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14079         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14080         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
14082         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
14083         Use wait4 regardless of [__NR_waitpid].
14085 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
14087         PR libgcc/60166
14088         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14089         (_FP_NANSIGN_Q): Set the quiet bit.
14091 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
14093         * benchtests/Makefile
14094         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
14095         not $(common-objpfx)math/libm.so.
14096         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
14097         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
14098         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
14099         $(common-objpfx)dlfcn/libdl.so.
14100         ($(objpfx)tst-audit8): Depend on $(libm), not
14101         $(common-objpfx)math/libm.so.
14102         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
14103         not $(common-objpfx)dlfcn/libdl.so.
14104         * math/Makefile
14105         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
14106         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
14107         [$(build-shared) = yes].
14108         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
14109         $(common-objpfx)nptl/libpthread.so.
14110         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
14111         $(common-objpfx)math/libm.so$(libm.so-version) or
14112         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
14113         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
14114         $(common-objpfx)dlfcn/libdl.so.
14115         * setjmp/Makefile (link-libm): Remove variable.
14116         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
14117         * stdio-common/Makefile (link-libm): Remove variable.
14118         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
14119         * stdlib/Makefile (link-libm): Remove variable.
14120         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
14121         ($(objpfx)tst-strtod-round): Likewise.
14122         ($(objpfx)tst-tininess): Likewise.
14123         ($(objpfx)tst-strtod-underflow): Likewise.
14124         ($(objpfx)tst-strtod6): Likewise.
14125         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
14126         $(libdl), not $(common-objpfx)nptl/libpthread.so and
14127         $(common-objpfx)dlfcn/libdl.so.
14129 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14131         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
14132         BSD terminal modes definitions.
14134 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14136         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
14137         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
14139         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
14140         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
14141         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
14142         Don't do #include_next.
14143         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
14144         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
14145         Don't do #include_next.
14146         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
14147         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
14148         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
14149         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
14151 2014-05-16  Allan McRae  <allan@archlinux.org>
14153         * po/sv.po: Update Swedish translation from translation project.
14155         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
14156         in sed expression.
14158 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
14160         [BZ #16917]
14161         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
14162         errno if the TIOCGPTN ioctl fails with an error different than
14163         EINVAL.
14164         * login/tst-ptsname.c: New file.
14165         * login/Makefile (tests): Add tst-ptsname.
14167         [BZ #16943]
14168         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
14169         and prlimit64.
14171 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14173         [BZ #16849]
14174         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
14175         herrno to return EAI_AGAIN.
14177 2014-05-14  Roland McGrath  <roland@hack.frob.com>
14179         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
14180         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
14181         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14182         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14183         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14184         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14185         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14186         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14187         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14188         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14189         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14190         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14191         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14192         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14193         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14194         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14195         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14196         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14197         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14198         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14199         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14200         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14201         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14202         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14203         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14204         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14205         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14206         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14207         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14208         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14209         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14210         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14211         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14212         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14213         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14214         Moved ...
14215         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14216         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14217         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14218         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14219         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14220         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14221         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14222         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14223         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14224         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14225         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14226         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14227         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14228         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14229         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14230         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14231         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14232         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14233         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14234         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14235         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14236         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14237         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14238         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14239         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14240         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14241         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14242         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14243         Moved ...
14244         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14245         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14246         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14247         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14248         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14249         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14250         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14251         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14252         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14253         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14254         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14255         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14256         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14257         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14258         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14259         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14260         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14261         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14262         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14263         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14264         Moved ...
14265         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14267         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14269         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14270         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14271         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14272         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14273         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14274         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14275         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14276         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14277         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14278         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14279         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14280         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14281         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14282         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14283         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14284         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14285         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14286         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14287         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14288         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14289         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14290         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14291         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14292         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14293         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14294         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14295         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14296         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14297         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14298         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14299         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14301         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14302         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14304         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14305         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14306         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14307         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14308         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14309         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14310         Moved ...
14311         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14312         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14313         Moved ...
14314         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14315         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14316         Moved ...
14317         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14318         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14319         Moved ...
14320         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14321         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14322         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14323         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14324         Moved ...
14325         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14326         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14327         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14328         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14329         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14330         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14331         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14332         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14333         Moved ...
14334         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14335         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14336         Moved ...
14337         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14338         ... here.
14339         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14340         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14341         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14342         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14343         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14344         Moved ...
14345         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14346         ... here.
14347         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14348         Moved ...
14349         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14350         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14351         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14352         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14353         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14354         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14355         Moved ...
14356         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14357         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14358         Moved ...
14359         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14360         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14361         Moved ...
14362         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14363         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14364         Moved ...
14365         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14366         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14367         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14368         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14369         Moved ...
14370         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14371         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14372         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14373         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14374         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14375         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14376         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14377         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14378         Moved ...
14379         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14380         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14381         Moved ...
14382         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14383         ... here.
14384         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14385         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14386         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14387         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14388         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14389         Moved ...
14390         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14391         ... here.
14392         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14393         Moved ...
14394         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14395         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14396         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14397         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14398         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14399         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14400         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14401         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14402         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14403         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14404         Moved ...
14405         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14406         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14407         Moved ...
14408         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14409         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14410         Moved ...
14411         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14412         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14413         Moved ...
14414         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14415         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14416         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14417         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14418         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14419         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14420         Moved ...
14421         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14422         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14423         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14424         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14425         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14426         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14427         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14428         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14429         Moved ...
14430         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14431         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14432         Moved ...
14433         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14434         ... here.
14435         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14436         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14437         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14438         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14439         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14440         Moved ...
14441         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14442         ... here.
14443         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14444         Moved ...
14445         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14446         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14447         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14448         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14449         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14450         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14451         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14452         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14453         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14454         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14455         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14457         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14458         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14460         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14461         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14463         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14464         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14465         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14466         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14467         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14468         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14469         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14470         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14471         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14472         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14473         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14474         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14475         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14476         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14477         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14478         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14479         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14480         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14481         Moved ...
14482         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14483         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14484         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14485         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14486         Moved ...
14487         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14488         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14489         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14490         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14491         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14492         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14493         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14494         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14495         Moved ...
14496         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14497         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14498         Moved ...
14499         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14500         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14501         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14502         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14503         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14504         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14505         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14506         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14507         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14508         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14509         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14510         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14511         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14512         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14513         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14514         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14515         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14517         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14518         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14519         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14520         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14521         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14523         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14524         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14525         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14526         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14527         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14528         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14529         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14530         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14531         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14532         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14534         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14535         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14537         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14538         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14539         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14540         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14541         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14542         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14543         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14544         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14545         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14546         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14547         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14548         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14549         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14550         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14551         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14552         Update #include.
14553         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14554         Likewise.
14555         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14556         Likewise.
14557         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14558         Likewise.
14559         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14560         Likewise.
14561         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14562         Likewise.
14563         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14564         Likewise.
14565         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14566         Likewise.
14567         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14568         Likewise.
14569         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14570         Likewise.
14571         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14572         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14573         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14574         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14575         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14576         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14577         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14578         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14579         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14580         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14581         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14582         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14583         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14584         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14585         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14587         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14588         that was previously under [RESET_PID].
14589         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14590         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14591         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14593         * sysdeps/i386/nptl/Implies: New file.
14594         * sysdeps/x86_64/nptl/Implies: New file.
14595         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14596         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14597         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14598         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14600         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14601         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14602         (__libc_vfork): New strong alias.
14603         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14604         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14606         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14607         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14608         (__libc_vfork): New strong alias.
14609         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14610         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14612         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14613         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14614         (__libc_vfork): New strong alias.
14615         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14616         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14617         * nptl/pt-vfork.c: New file.
14618         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14619         (libpthread: GLIBC_2.20): New version set (empty).
14621 2014-05-14  Will Newton  <will.newton@linaro.org>
14623         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14624         rather than #if.
14626 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14628         [BZ #16564]
14629         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14630         arguments with exponent 65 or above.
14631         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14632         arguments 0x1p113L or above.
14633         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14634         to arguments 0x1p107L or above.
14635         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14636         positive arguments with exponent 65 or above.
14637         * math/auto-libm-test-in: Add more tests of log1p.
14638         * math/auto-libm-test-out: Regenerated.
14640         [BZ #16928]
14641         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14642         non-finite arguments is +0.
14643         * math/s_cacosf.c (__cacosf): Likewise.
14644         * math/s_cacosl.c (__cacosl): Likewise.
14645         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14646         * sysdeps/i386/fpu/libm-test-ulps: Update.
14647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14649         [BZ #16927]
14650         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14651         value.
14652         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14653         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14654         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14655         for explicit high bit of mantissa when testing for argument equal
14656         to 1.
14657         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14658         * sysdeps/i386/fpu/libm-test-ulps: Update.
14659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14661         [BZ #16516]
14662         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14663         (__erf): Scale by 16 instead of 8 in potentially underflowing
14664         case.  Ensure exception if result actually underflows.
14665         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14666         (__erff): Scale by 16 instead of 8 in potentially underflowing
14667         case.  Ensure exception if result actually underflows.
14668         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14669         (efx8): Remove variable.
14670         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14671         case.  Ensure exception if result actually underflows.
14672         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14673         (efx8): Remove variable.
14674         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14675         case.  Ensure exception if result actually underflows.
14676         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14677         (efx8): Remove variable.
14678         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14679         case.  Ensure exception if result actually underflows.
14680         * math/auto-libm-test-in: Add more tests of erf.
14681         * math/auto-libm-test-out: Regenerated.
14683 2014-05-14  Andreas Schwab  <schwab@suse.de>
14685         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14686         Remove code conditionalized on USE___THREAD.
14688         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14689         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14690         not definedness.
14692 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14694         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14695         Define unconditionally.
14696         (__ASSUME_O_CLOEXEC): Likewise.
14697         (__ASSUME_SOCK_CLOEXEC): Likewise.
14698         (__ASSUME_IN_NONBLOCK): Likewise.
14699         (__ASSUME_PIPE2): Likewise.
14700         (__ASSUME_EVENTFD2): Likewise.
14701         (__ASSUME_SIGNALFD4): Likewise.
14702         (__ASSUME_DUP3): Likewise.
14703         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14704         (__ASSUME_DUP3): Do not define.
14705         (__ASSUME_EVENTFD2): Likewise.
14706         (__ASSUME_IN_NONBLOCK): Likewise.
14707         (__ASSUME_O_CLOEXEC): Likewise.
14708         (__ASSUME_PIPE2): Likewise.
14709         (__ASSUME_SIGNALFD4): Likewise.
14710         (__ASSUME_SOCK_CLOEXEC): Likewise.
14711         (__ASSUME_UTIMES): Undefine.
14712         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14713         (__ASSUME_UTIMES): Do not define.
14714         (__ASSUME_O_CLOEXEC): Likewise.
14715         (__ASSUME_SOCK_CLOEXEC): Likewise.
14716         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14717         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14718         0x020621].
14719         (__ASSUME_PIPE2): Likewise.
14720         (__ASSUME_EVENTFD2): Likewise.
14721         (__ASSUME_SIGNALFD4): Likewise.
14722         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14723         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14724         Do not define.
14725         (__ASSUME_EVENTFD2): Likewise.
14726         (__ASSUME_SIGNALFD4): Likewise.
14727         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14728         (__ASSUME_32BITUIDS): Likewise.
14729         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14730         (__ASSUME_IPC64): Likewise.
14731         (__ASSUME_ST_INO_64_BIT): Likewise.
14732         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14733         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14734         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14735         (__ASSUME_UTIMES): Do not define.
14736         (__ASSUME_PSELECT): Likewise.
14737         (__ASSUME_PPOLL): Likewise.
14738         (__ASSUME_O_CLOEXEC): Likewise.
14739         (__ASSUME_SOCK_CLOEXEC): Likewise.
14740         (__ASSUME_IN_NONBLOCK): Likewise.
14741         (__ASSUME_PIPE2): Likewise.
14742         (__ASSUME_EVENTFD2): Likewise.
14743         (__ASSUME_SIGNALFD4): Likewise.
14744         (__ASSUME_DUP3): Likewise.
14745         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14746         (__ASSUME_UTIMES): Likewise.
14747         (__ASSUME_O_CLOEXEC): Likewise.
14748         (__ASSUME_SOCK_CLOEXEC): Likewise.
14749         (__ASSUME_IN_NONBLOCK): Likewise.
14750         (__ASSUME_PIPE2): Likewise.
14751         (__ASSUME_EVENTFD2): Likewise.
14752         (__ASSUME_SIGNALFD4): Likewise.
14753         (__ASSUME_DUP3): Likewise.
14754         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14755         (__ASSUME_UTIMES): Likewise.
14756         (__ASSUME_O_CLOEXEC): Likewise.
14757         (__ASSUME_SOCK_CLOEXEC): Likewise.
14758         (__ASSUME_IN_NONBLOCK): Likewise.
14759         (__ASSUME_PIPE2): Likewise.
14760         (__ASSUME_EVENTFD2): Likewise.
14761         (__ASSUME_SIGNALFD4): Likewise.
14762         (__ASSUME_DUP3): Likewise.
14763         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14764         Likewise.
14765         (__ASSUME_UTIMES): Likewise.
14766         (__ASSUME_EVENTFD2): Likewise.
14767         (__ASSUME_SIGNALFD4): Likewise.
14768         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14769         (__ASSUME_O_CLOEXEC): Likewise.
14770         (__ASSUME_SOCK_CLOEXEC): Likewise.
14771         (__ASSUME_IN_NONBLOCK): Likewise.
14772         (__ASSUME_PIPE2): Likewise.
14773         (__ASSUME_EVENTFD2): Likewise.
14774         (__ASSUME_SIGNALFD4): Likewise.
14775         (__ASSUME_DUP3): Likewise.
14776         (__ASSUME_UTIMES): Undefine.
14778         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14779         feclearexcept.  Remove symbol versioning code.
14780         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14781         symbol versioning code.
14782         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14783         symbol versioning code.
14784         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14785         feupdateenv.  Remove symbol versioning code.
14786         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14787         fegetexceptflag.  Remove symbol versioning code.
14788         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14789         fesetexceptflag.  Remove symbol versioning code.
14790         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14791         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14792         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14793         (__posix_fadvise64_l32): Remove prototype.
14794         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14795         code.
14797 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14799         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14800         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14801         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14802         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14804 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14806         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14807         current working directory
14809 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14811         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14812         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14813         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14814         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14815         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14816         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14817         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14818         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14819         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14820         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14821         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14822         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14823         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14824         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14825         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14826         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14827         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14828         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14829         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14830         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14831         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14832         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14833         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14834         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14835         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14836         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14837         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14838         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14839         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14840         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14841         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14842         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14843         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14844         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14845         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14846         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14847         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14848         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14849         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14850         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14851         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14852         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14854         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14855         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14857         * sysdeps/unix/sysv/linux/arm/Makefile
14858         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14859         Add rt-aeabi_unwind_cpp_pr1.
14860         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14861         Add nptl-aeabi_unwind_cpp_pr1.
14862         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14863         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14864         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14865         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14866         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14867         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14869         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14870         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14871         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14872         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14874         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14875         Deconditionalize the code that was previously under [RESET_PID].
14876         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14878         * sysdeps/generic/exit-thread.h: New file.
14879         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14880         * include/unistd.h (__exit_thread): Remove declaration.
14881         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14882         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14883         * csu/libc-start.c: Include <exit-thread.h>.
14884         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14885         * nptl/pthread_create.c: Include <exit-thread.h>.
14886         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14887         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14888         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14889         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14890         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14891         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14892         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14893         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14894         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14895         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14896         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14897         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14898         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14899         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14900         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14901         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14902         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14904 2014-05-13  Andreas Schwab  <schwab@suse.de>
14906         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14908 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14910         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14911         (__ASSUME_UTIMES): Do not condition on kernel version.
14912         (__ASSUME_PSELECT): Define unconditionally.
14913         (__ASSUME_PPOLL): Likewise.
14914         (__ASSUME_ATFCTS): Likewise.
14915         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14916         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14917         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14918         (__ASSUME_UTIMENSAT): Define unconditionally.
14919         (__ASSUME_PRIVATE_FUTEX): Likewise.
14920         (__ASSUME_FALLOCATE): Likewise.
14921         (__ASSUME_O_CLOEXEC): Likewise.
14922         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14923         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14924         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14925         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14926         (__ASSUME_IN_NONBLOCK): Likewise.
14927         (__ASSUME_PIPE2): Likewise.
14928         (__ASSUME_EVENTFD2): Likewise.
14929         (__ASSUME_SIGNALFD4): Likewise.
14930         (__ASSUME_DUP3): Likewise.
14931         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14932         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14933         (__ASSUME_AT_RANDOM): Likewise.
14934         (__ASSUME_PREADV): Likewise.
14935         (__ASSUME_PWRITEV): Likewise.
14936         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14937         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14938         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14939         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14940         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14941         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14942         (__ASSUME_O_CLOEXEC): Define unconditionally.
14943         (__ASSUME_PSELECT): Do not undefine conditionally.
14944         (__ASSUME_PPOLL): Likewise.
14945         (__ASSUME_ATFCTS): Likewise.
14946         (__ASSUME_SET_ROBUST_LIST): Likewise.
14947         (__ASSUME_UTIMENSAT): Likewise.
14948         (__ASSUME_FDATASYNC): Define unconditionally.
14949         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14950         (__ASSUME_SIGFRAME_V2): Likewise.
14951         )__ASSUME_EVENTFD2): Likewise.
14952         (__ASSUME_SIGNALFD4): Likewise.
14953         (__ASSUME_PSELECT): Do not undefine conditionally.
14954         (__ASSUME_PPOLL): Likewise.
14955         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14956         (__ASSUME_PSELECT): Define unconditionally.
14957         (__ASSUME_PPOLL): Likewise.
14958         (__ASSUME_O_CLOEXEC): Likewise.
14959         (__ASSUME_SOCK_CLOEXEC): Likewise.
14960         (__ASSUME_IN_NONBLOCK): Likewise.
14961         (__ASSUME_PIPE2): Likewise.
14962         (__ASSUME_EVENTFD2): Likewise.
14963         (__ASSUME_SIGNALFD4): Likewise.
14964         (__ASSUME_DUP3): Likewise.
14965         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14966         (__ASSUME_O_CLOEXEC): Likewise.
14967         (__ASSUME_SOCK_CLOEXEC): Likewise.
14968         (__ASSUME_IN_NONBLOCK): Likewise.
14969         (__ASSUME_PIPE2): Likewise.
14970         (__ASSUME_EVENTFD2): Likewise.
14971         (__ASSUME_SIGNALFD4): Likewise.
14972         (__ASSUME_DUP3): Likewise.
14973         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14974         (__ASSUME_EVENTFD2): Likewise.
14975         (__ASSUME_SIGNALFD4): Likewise.
14976         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14978 2014-05-12  Andreas Schwab  <schwab@suse.de>
14980         [BZ #16932]
14981         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14982         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14983         than maximum RPC packet size.
14984         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14985         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14986         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14987         (_nss_nis_getservbyport_r): Likewise.
14989 2014-05-12  Will Newton  <will.newton@linaro.org>
14991         * malloc/Makefile (tests): Add tst-mallopt.
14992         * malloc/tst-mallopt.c: New file.
14994 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14996         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14997         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14999 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15001         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
15002         (tst-tlsmod6.so): Likewise.
15004 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15006         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
15008 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
15010         [BZ #16064]
15011         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
15012         and <dl-procinfo.h>.
15013         (__fegetenv): Save SSE state in envp->__eip if supported.
15014         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
15015         envp->__eip if supported.
15016         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
15017         and <dl-procinfo.h>.
15018         (__fesetenv): Always set __eip, __cs_selector, __opcode,
15019         __data_offset and __data_selector in environment to 0.  Set SSE
15020         state if supported.
15021         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
15022         test-fenv-sse.
15023         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
15024         -mfpmath=sse.
15025         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
15027 2014-05-09  Will Newton  <will.newton@linaro.org>
15029         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
15030         and libc_relro_required for ARM.
15031         * sysdeps/arm/preconfigure: Regenerate.
15033 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15034             Stefan Liebler  <stli@linux.vnet.ibm.com>
15036         * config.make.in (enable-lock-elision): New Makefile variable.
15037         * configure.ac: Likewise.
15038         * configure: Regenerate.
15039         * sysdeps/s390/configure.ac:
15040         Add check for gcc transactions support.
15041         * sysdeps/s390/configure: Regenerate.
15042         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
15043         Build elision files if enabled.
15044         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
15045         Add lock elision support for s390.
15046         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
15047         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
15048         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
15049         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
15050         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
15051         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
15052         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
15053         Likewise.
15054         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
15055         Likewise.
15056         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
15057         Likewise.
15058         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
15059         Likewise.
15060         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
15061         (__lll_timedlock_elision, __lll_lock_elision)
15062         (__lll_unlock_elision, __lll_trylock_elision)
15063         (lll_timedlock_elision, lll_lock_elision)
15064         (lll_unlock_elision, lll_trylock_elision): Add.
15065         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15066         (pthread_mutex_t): Add lock elision support for s390.
15068 2014-05-14  Wilco  <wdijkstr@arm.com>
15070         * sysdeps/arm/fclrexcpt.c: Cleanup.
15071         * sysdeps/arm/fedisblxcpt.c: Cleanup.
15072         * sysdeps/arm/feenablxcpt.c: Cleanup.
15073         * sysdeps/arm/fegetenv.c: Cleanup.
15074         * sysdeps/arm/fegetexcept.c: Cleanup.
15075         * sysdeps/arm/fegetround.c: Cleanup.
15076         * sysdeps/arm/feholdexcpt.c: Cleanup.
15077         * sysdeps/arm/fesetenv.c: Cleanup.
15078         * sysdeps/arm/fesetround.c: Cleanup.
15079         * sysdeps/arm/feupdateenv.c: Cleanup.
15080         * sysdeps/arm/fgetexcptflg.c: Cleanup.
15081         * sysdeps/arm/fraiseexcpt.c: Cleanup.
15082         * sysdeps/arm/fsetexcptflg.c: Cleanup.
15083         * sysdeps/arm/ftestexcept.c: Cleanup.
15084         * sysdeps/arm/get-rounding-mode.h: Cleanup.
15085         * sysdeps/arm/setfpucw.c: Cleanup.
15087 2014-05-09  Will Newton  <will.newton@linaro.org>
15089         * sysdeps/arm/armv7/strcmp.S: New file.
15090         * NEWS: Mention addition of ARMv7 optimized strcmp.
15092 2014-05-08  Roland McGrath  <roland@hack.frob.com>
15094         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
15095         look for %.ac rather than %.in.
15097         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
15098         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
15099         * sysdeps/mach/hurd/configure: Regenerated.
15100         * sysdeps/unix/sysv/linux/configure: Regenerated.
15102         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
15104 2014-05-07  Steve Ellcey  <sellcey@mips.com>
15106         [BZ# 16922]
15107         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
15108         (LONG_SUB): Ditto.
15109         (PTR_SUB): Ditto.
15111 2014-05-07  Andreas Schwab  <schwab@suse.de>
15113         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
15114         when skipping over non-matching result from nscd.
15116 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
15118         [BZ #16876]
15119         * nptl/sockperf.c (client): Check socket return value.
15121         [BZ #16877]
15122         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
15123         nscd security class.
15125 2014-05-06  Roland McGrath  <roland@hack.frob.com>
15127         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
15128         * sysdeps/arm/unwind.h: ... here.
15130 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
15132         [BZ# 16916]
15133         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
15134         Define.
15136 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15138         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
15139         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
15140         multiarch strncpy for PPC64.
15141         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
15142         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
15143         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
15144         multiarch optimizations.
15145         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15146         (__libc_ifunc_impl_list): Likewise.
15147         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
15148         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
15149         multiarch stpncpy for PPC64.
15150         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
15151         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
15153 2014-05-06  Andreas Schwab  <schwab@suse.de>
15155         [BZ #16912]
15156         * gmon/mcount.c (_MCOUNT_DECL): Use
15157         atomic_compare_and_exchange_bool_acq instead of
15158         catomic_compare_and_exchange_bool_acq.
15160 2014-05-05  Roland McGrath  <roland@hack.frob.com>
15162         * elf/Makefile (others, install-bin): Remove pldd.
15163         (pldd-modules): Variable removed.
15164         ($(objpfx)pldd): Target removed.
15165         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
15166         (others, install-bin): Append pldd here.
15167         ($(objpfx)pldd): New target.
15169         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
15170         to 0, so the first #if test emitted later doesn't see it undefined.
15171         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
15172         * sysdeps/gnu/errlist.c: Regenerated.
15174 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15176         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
15177         [libc_hidden_builtin_def]: Define to empty value.
15178         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
15179         [libc_hidden_builtin_def]: Likewise.
15180         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
15181         [libc_hidden_builtin_def]: Likewise.
15182         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15183         [libc_hidden_builtin_def]: Likewise.
15184         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15185         __redirect_memcpy and define ifunc as default hidden symbol.
15186         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15187         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15189 2014-05-04  Adam Conrad  <adconrad@0c3.net>
15191         * locale/iso-4217.def: Reintroduce XDR currency.
15193 2014-05-04  Allan McRae  <allan@archlinux.org>
15195         * po/eo.po: Update Esperanto translation from translation project.
15197 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
15199         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15200         and FEATURE_INDEX_MAX to 1.
15201         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15203 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15205         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15206         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15207         * iconvdata/big5.c (ONE_DIRECTION): Define.
15208         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15209         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15210         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15211         * iconvdata/cp932.c (ONE_DIRECTION): Define.
15212         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15213         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15214         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15215         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15216         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15217         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15218         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15219         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15220         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15221         * iconvdata/gbk.c (ONE_DIRECTION): Define.
15222         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15223         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15224         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15225         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15226         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15227         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15228         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15229         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15230         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15231         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15232         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15233         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15234         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15235         * iconvdata/iso646.c (ONE_DIRECTION): Define.
15236         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15237         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15238         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15239         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15240         * iconvdata/johab.c (ONE_DIRECTION): Define.
15241         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15242         * iconvdata/sjis.c (ONE_DIRECTION): Define.
15243         * iconvdata/t.61.c (ONE_DIRECTION): Define.
15244         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15245         * iconvdata/tscii.c (ONE_DIRECTION): Define.
15246         * iconvdata/uhc.c (ONE_DIRECTION): Define.
15247         * iconvdata/unicode.c (ONE_DIRECTION): Define.
15248         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15249         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15250         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15252 2014-05-01  Roland McGrath  <roland@hack.frob.com>
15254         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15255         (_IO_JUMPS_OFFSET): Define to 0.
15257         * nptl/sysdeps/pthread/bits/libc-lock.h
15258         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15259         (__libc_lock_define_initialized_recursive): Always define using
15260         initializer.  Modern compilers treat uninitialized (implicit zero) and
15261         explicit zero initializers the same (i.e. put the datum in bss).
15263 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15265         * nscd/nscd-client.h: Include <string.h>.
15267 2014-05-01  David S. Miller  <davem@davemloft.net>
15269         [BZ #16885]
15270         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15271         multiple zero bytes exist at the end of a string.
15272         Reported by Aurelien Jarno <aurelien@aurel32.net>
15274         * string/test-strcmp.c (check): Add explicit test for situations where
15275         there are multiple zero bytes after the first.
15277 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15279         [BZ #16890]
15280         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15281         when compiling wprintf.
15282         * stdio-common/tstdiomisc.c (t3): New function.
15283         (main): Call it.
15285 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15287         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15288         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15289         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15290         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15292 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15294         * stdlib/longlong.h: Updated from GCC.
15296 2014-05-01  Will Newton  <will.newton@linaro.org>
15297             Bernard Ogden  <bernie.ogden@linaro.org>
15299         * NEWS: Update fixed bug list.
15301         [BZ #15119]
15302         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15304 2014-04-30  David S. Miller  <davem@davemloft.net>
15306         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15307         (libc_feholdexcept_setround_sparc_ctx): New function.
15308         (libc_fesetenv_sparc_ctx): Likewise.
15309         (libc_feupdateenv_sparc_ctx): Likewise.
15310         (libc_feholdsetround_sparc_ctx): Likewise.
15311         (libc_feholdexcept_setround_ctx): Define.
15312         (libc_feholdexcept_setroundf_ctx): Likewise.
15313         (libc_feholdexcept_setroundl_ctx): Likewise.
15314         (libc_fesetenv_ctx): Likewise.
15315         (libc_fesetenvf_ctx): Likewise.
15316         (libc_fesetenvl_ctx): Likewise.
15317         (libc_feupdateenv_ctx): Likewise.
15318         (libc_feupdateenvf_ctx): Likewise.
15319         (libc_feupdateenvl_ctx): Likewise.
15320         (libc_feresetround_ctx): Likewise.
15321         (libc_feresetroundf_ctx): Likewise.
15322         (libc_feresetroundl_ctx): Likewise.
15323         (libc_feholdsetround_ctx): Likewise.
15324         (libc_feholdsetroundf_ctx): Likewise.
15325         (libc_feholdsetroundl_ctx): Likewise.
15327         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15328         with __USE_GNU instead of XOPEN cpp guards.
15330         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15331         0.
15333         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15334         with XOPEN cpp guards.
15336 2014-04-30  Julian Brown  <julian@codesourcery.com>
15338         [BZ #16888]
15339         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15340         handling.
15342 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15344         [BZ #9894]
15345         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15346         Change to 2.6.32.
15347         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15348         * sysdeps/unix/sysv/linux/configure: Regenerated.
15349         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15350         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15351         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15352         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15353         * README: Update reference to required Linux kernel version.
15354         * manual/install.texi (Linux): Update reference to required Linux
15355         kernel headers version.
15356         * INSTALL: Regenerated.
15358         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15359         header inclusion.
15360         [POSIX] (limits.h): Likewise.
15361         [POSIX] (math.h): Likewise.
15362         [POSIX] (sys/wait.h): Likewise.
15363         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15364         function.
15365         [POSIX] (stddef.h): Do not allow header inclusion.
15367 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15369         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15371 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15373         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15374         Return immediately after lll_futex_wake.
15376 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15378         [BZ #16791]
15379         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15380         structure.
15381         (datahead_init_pos): Call datahead_init_common early.
15382         (datahead_init_neg): Likewise.
15384         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15385         datahead_init_neg): New functions.
15386         * nscd/aicache.c (addhstaiX): Use them.
15387         * nscd/grpcache.c (cache_addgr): Likewise.
15388         * nscd/hstcache.c (cache_addhst): Likewise.
15389         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15390         * nscd/netgroupcache.c (do_notfound): Likewise.
15391         (addgetnetgrentX): Likewise.
15392         (addinnetgrX): Likewise.
15393         * nscd/pwdcache.c (cache_addpw): Likewise.
15394         * nscd/servicescache.c (cache_addserv): Likewise.
15396 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15397             Atsushi Onoe  <atsushi@onoe.org>
15399         [BZ #14308]
15400         [BZ #12994]
15401         [BZ #13651]
15402         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15403         one response is valid.
15404         * resolv/res_send.c (send_dg): Check for validity of other
15405         response if the current response is a referral.
15407 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15409         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15411 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15413         [BZ #16823]
15414         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15415         Always divide by positive zero when computing -Inf result.
15416         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15417         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15419 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15421         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15422         FPSCR if value do not change.
15423         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15424         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15425         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15426         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15427         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15428         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15429         function.
15431 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15433         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15434         * sysdeps/unix/sysv/linux/hppa: Move directory from
15435         ports/systeps/unix/sysv/linux/hppa.
15436         * README: Update listing for hppa-*-linux-gnu.
15438 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15440         [BZ #16754]
15441         * manual/stdio.texi (Hook functions): Fix types of stream hook
15442         functions.
15443         [BZ #16854]
15444         * socket/sys/socket.h: Fix typo in comment.
15446 2014-04-28  Wilco  <wdijkstr@arm.com>
15448         * sysdeps/arm/fenv_private.h: New file.
15449         * sysdeps/arm/math_private.h: New file.
15450         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15452 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15454         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15455         with __int128_t.
15456         (La_x86_64_retval): Likewise.
15458 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15460         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15461         fpsr if value didn't change.
15462         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15463         to fpcr if value didn't change.
15464         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15465         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15466         fpsr or fpcr if value didn't change.
15467         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15468         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15469         fpcr if value didn't change.
15470         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15471         to fpsr if value didn't change.
15473 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15475         * nptl/tst-sem3.c: Use test-skeleton.c
15476         (main): Rename to do_test.  Use return instead of
15477         exit.
15478         * nptl/tst-sem4.c: Use test-skeleton.c
15479         (main): Rename to do_test.
15481 2014-04-22  David S. Miller  <davem@davemloft.net>
15483         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15484         (struct sigaction): New struct member __glibc_reserved0, change
15485         type of sa_flags to int.
15487 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15489         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15490         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15492 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15494         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15495         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15497 2014-04-22  Will Newton  <will.newton@linaro.org>
15498             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15500         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15501         (__longjmp): Add longjmp and longjmp_target SystemTap
15502         probes.
15503         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15504         (__sigsetjmp): Add setjmp SystemTap probe.
15506 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15508         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15509         match manual order.
15511 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15513         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15515         * sysdeps/powerpc/fpu/fenv_private.h
15516         (libc_feholdexcept_setroundl_ctx): Define to
15517         libc_feholdexcept_setround_ppc_ctx.
15518         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15519         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15520         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15521         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15523 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15525         * sysdeps/aarch64/math-tests.h: New file.
15527 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15529         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15530         New.
15531         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15532         Check and set bit_AVX2_Usable.
15533         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15534         macro.
15535         (bit_AVX2): Likewise.
15536         (index_AVX2_Usable): Likewise.
15537         (CPUID_AVX2): Likewise.
15538         (HAS_AVX2): Likewise.
15540 2014-04-17  Will Newton  <will.newton@linaro.org>
15542         * manual/setjmp.texi (System V contexts): Add note that
15543         calling setcontext on a context created by a call to a
15544         signal handler is undefined.  Update text to note that
15545         setcontext from a signal handler is possible but not
15546         recommended.
15548         [BZ #16629]
15549         * stdlib/tst-setcontext.c: Include signal.h.
15550         (main): Check that the signal stack before and
15551         after swapcontext is the same.
15553         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15554         Re-implement to restore registers in user code and avoid
15555         rt_sigreturn system call.
15557 2014-04-17  Wilco  <wdijkstr@arm.com>
15559         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15560         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15561         * math/test-fenv.c: Skip exception trap tests on targets which only
15562         support non-stop mode.
15564 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15565             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15567         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15568         (libc_feholdsetround_aarch64_ctx)
15569         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15570         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15571         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15572         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15573         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15574         (libc_feresetround_noexl_ctx): Define.
15576 2014-04-16  Richard Henderson  <rth@redhat.com>
15578         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15580         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15581         unwind tables.
15583         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15584         const from the non-libc, non-ldso copy.
15586         * sysdeps/alpha/libm-test-ulps: Regenerate.
15588 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15589             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15591         * sysdeps/aarch64/fpu/math_private.h: New file.
15593 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15595         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15597 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15599         [BZ #16275]
15600         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15601         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15602         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15603         Intel MPX bound registers before _dl_profile_fixup.
15604         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15605         registers after _dl_profile_fixup.  Save and restore bound
15606         registers bnd0/bnd1 when calling _dl_call_pltexit.
15607         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15608         (LR_BND_OFFSET): Likewise.
15609         (LRV_BND0_OFFSET): Likewise.
15610         (LRV_BND1_OFFSET): Likewise.
15612 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15614         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15615         to...
15616         * sysdeps/mach/hurd/i386/tls.h: ... here.
15617         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15618         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15619         fields.
15621 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15623         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15625 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15627         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15629 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15631         [BZ #14770]
15632         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15633         * sysdeps/s390/configure: Regenerate.
15635         [BZ #16824]
15636         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15637         Set round-to-nearest internally to reduce error accumulation.
15639 2014-04-16  Alan Modra  <amodra@gmail.com>
15641         [BZ #16740]
15642         [BZ #16619]
15643         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15644         * math/libm-test.inc (frexp_test_data): Add tests.
15645         * NEWS: Update fixed bug list.
15647 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15649         * benchtests/Makefile: Depend on libraries in build directory.
15650         (bench-math): Separate out math tests.
15651         (bench-pthread): Separate out pthread tests.
15652         (bench): Include math and pthread tests.
15654 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15656         [BZ #16831]
15657         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15658         _dl_debug_initialize.
15660         * configure.ac: Remove SELinux header check.
15661         * configure: Regenerate.
15662         * nscd/selinux.c (perms): Array of const char* to permission names.
15663         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15664         default policy. Call string_to_security_class and string_to_av_perm to
15665         translate strings. Enforce default policy and call avs_has_perm with
15666         results of translated strings.
15668 2014-04-13  David S. Miller  <davem@davemloft.net>
15670         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15672 2014-04-12  Allan McRae  <allan@archlinux.org>
15674         [BZ #16838]
15675         * manual/string.texi (Collation Functions): Fix qsort argument
15676         order in example.
15677         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15679 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15681         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15682         Make the test a no-op if there are no exceptions defined.
15684 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15686         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15687         enable-hardcoded-path-in-tests
15689 2014-04-11  Will Newton  <will.newton@linaro.org>
15691         * benchtests/Makefile (extra-objs): Add json-lib.o.
15692         (bench-func): Tidy up JSON output.
15693         * benchtests/bench-skeleton.c: Include json-lib.h.
15694         (main): Use JSON library functions to do output of
15695         benchmark results.
15696         * benchtests/bench-timing-type.c (main): Output the
15697         timing type simply, leaving formatting to the user.
15698         * benchtests/json-lib.c: New file.
15699         * benchtests/json-lib.h: Likewise.
15701 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15703         [BZ #15215]
15704         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15705         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15706         memory barriers.  Add comments.
15707         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15708         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15709         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15710         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15711         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15712         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15714 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15716         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15717         * sysdeps/s390/s390-64/configure.ac: ... this ...
15718         * sysdeps/s390/configure.ac: ... to here.
15719         * sysdeps/s390/s390-32/configure: Delete file.
15720         * sysdeps/s390/s390-64/configure: Delete file.
15721         * sysdeps/s390/configure: Regenerate.
15723 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15725         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15727 2014-04-11  Will Newton  <will.newton@linaro.org>
15729         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15730         to zero if it is not defined elsewhere.  (mtrim): Test
15731         the value of MALLOC_DEBUG with #if rather than #ifdef.
15733 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15735         * benchtests/pthread_once-inputs: New file.
15736         * benchtests/pthread_once-source.c: New file.
15737         * benchtests/README: Update documentation.
15739 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15740             H.J. Lu  <hongjiu.lu@intel.com>
15742         [BZ #16275]
15743         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15744         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15745         * sysdeps/x86_64/configure: Regenerated.
15746         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15747         macro.
15748         (REGISTER_SAVE_RAX): Likewise.
15749         (REGISTER_SAVE_RCX): Likewise.
15750         (REGISTER_SAVE_RDX): Likewise.
15751         (REGISTER_SAVE_RSI): Likewise.
15752         (REGISTER_SAVE_RDI): Likewise.
15753         (REGISTER_SAVE_R8): Likewise.
15754         (REGISTER_SAVE_R9): Likewise.
15755         (REGISTER_SAVE_BND0): Likewise.
15756         (REGISTER_SAVE_BND1): Likewise.
15757         (REGISTER_SAVE_BND2): Likewise.
15758         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15759         bound registers when calling _dl_fixup.
15761 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15763         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15764         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15765         of its definition.
15766         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15767         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15768         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15769         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15770         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15771         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15772         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15774 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15776         [BZ #15514]
15777         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15778         pathconf(_PC_NAME_MAX).
15780 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15782         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15783         Remove macro usage.
15784         (__PTHREAD_SPINS): Move definition to ...
15785         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15786         (__PTHREAD_SPINS): ... here.
15787         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15788         (__PTHREAD_SPIN): Likewise.
15789         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15790         (__PTHREAD_SPIN): Likewise.
15791         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15792         (__PTHREAD_SPIN): Likewise.
15793         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15794         (__PTHREAD_SPIN): Likewise.
15795         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15796         (__PTHREAD_SPIN): Likewise.
15797         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15798         (__PTHREAD_SPIN): Likewise.
15799         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15800         (__PTHREAD_SPIN): Likewise.
15801         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15802         (__PTHREAD_SPIN): Likewise.
15803         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15804         (__PTHREAD_SPIN): Likewise.
15805         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15806         (__PTHREAD_SPIN): Likewise.
15807         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15808         (__PTHREAD_SPIN): Likewise.
15809         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15810         (__PTHREAD_SPIN): Likewise.
15812         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15813         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15814         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15815         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15816         imply folder.
15817         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15818         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15819         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15820         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15821         correct imply path.
15822         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15823         strlen symbol for non multi-arch builds.
15824         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15825         missing hidden_def and weak_alias.
15827 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15829         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15831 2014-04-07  Will Newton  <will.newton@linaro.org>
15833         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15834         and contents.  [!_LIBC] Remove #ifndef and contents.
15835         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15836         * string/memccpy.c (__memccpy): Use ANSI prototype.
15837         * string/memfrob.c (memfrob): Likewise.
15838         * string/strcoll.c (STRCOLL): Likewise.
15839         * string/strlen.c (strlen): Likewise.
15840         * string/strtok.c (STRTOK): Likewise.
15841         * string/strcat.c: Remove unused #include of memcopy.h.
15842         (strcat): Use ANSI prototype.
15843         * string/strchr.c: Remove unused #include of memcopy.h.
15844         (strchr): Use ANSI prototype.
15845         * string/strcmp.c: Remove unused #include of memcopy.h.
15846         (strcmp): Use ANSI prototype.
15847         * string/strcpy.c: Remove unused #include of memcopy.h.
15848         (strcpy): Use ANSI prototype.
15850 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15852         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15853         * config.make.in (config-extra-cppflags): Set it from
15854         libc_extra_cppflags.
15855         * configure.ac (libc_extra_cflags): Make it accumulate over
15856         configure fragments.
15857         (libc_extra_cppflags): New flag.
15858         * configure. Regenerate.
15859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15860         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15861         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15864         [BZ #16815]
15865         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15866         result for FE_DOWNWARD rounding mode.
15867         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15868         Likewise.
15869         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15871 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15873         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15874         in function argument name.
15876 2014-04-03  David Svoboda  <svoboda@cert.org>
15878         [BZ #5666]
15879         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15880         explicitly.
15882 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15884         * elf/dl-unmap-segments.h: New file.
15885         * sysdeps/generic/ldsodefs.h
15886         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15887         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15888         * elf/dl-fptr.c: Likewise.
15889         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15890         * sysdeps/aarch64/tlsdesc.c: Likewise.
15891         * sysdeps/arm/tlsdesc.c: Likewise.
15892         * sysdeps/i386/tlsdesc.c: Likewise.
15893         * sysdeps/tile/dl-runtime.c: Likewise.
15894         * sysdeps/x86_64/tlsdesc.c: Likewise.
15895         * elf/dl-load.h: New file.
15896         * elf/dl-load.c: Include it.
15897         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15898         Macros moved to dl-load.h.
15899         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15900         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15901         Use _dl_unmap_segments in place of __munmap.
15902         Break out segment-mapping loop into ...
15903         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15905 2014-04-03  Will Newton  <will.newton@linaro.org>
15907         * elf/dl-lookup.c (do_lookup_x): Remove comment
15908         referring to nested function and move variable
15909         declarations down to before first use.
15911 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15913         [BZ #16799]
15914         [BZ #16800]
15915         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15916         with 0 numerator.
15917         * math/s_catanf.c (__catanf): Likewise.
15918         * math/s_catanh.c (__catanh): Likewise.
15919         * math/s_catanhf.c (__catanhf): Likewise.
15920         * math/s_catanhl.c (__catanhl): Likewise.
15921         * math/s_catanl.c (__catanl): Likewise.
15922         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15923         by positive zero when computing -Inf result.
15924         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15925         (catanh_test): Likewise.
15926         * sysdeps/i386/fpu/libm-test-ulps: Update.
15927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15929         [BZ #16789]
15930         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15931         instead of using underflowing value in computing result.
15932         * math/s_clog10.c (__clog10): Likewise.
15933         * math/s_clog10f.c (__clog10f): Likewise.
15934         * math/s_clog10l.c (__clog10l): Likewise.
15935         * math/s_clogf.c (__clogf): Likewise.
15936         * math/s_clogl.c (__clogl): Likewise.
15937         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15938         (clog10_test): Likewise.
15939         * sysdeps/i386/fpu/libm-test-ulps: Update.
15940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15942 2014-04-02  Alan Modra  <amodra@gmail.com>
15944         [BZ #16739]
15945         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15946         output when value is near a power of two.  Use int64_t for lx and
15947         remove casts.  Use decimal rather than hex exponent constants.
15948         Don't use long double multiplication when double will suffice.
15949         * math/libm-test.inc (nextafter_test_data): Add tests.
15950         * NEWS: Add 16739 and 16786 to bug list.
15952         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15954         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15956 2014-04-01  Will Newton  <will.newton@linaro.org>
15958         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15959         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15961 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15963         [BZ #13347]
15964         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15965         * nptl/tst-setuid2.c: New file.
15966         * nptl/Makefile (xtests): Add tst-setuid2.
15968 2014-04-01  Alan Modra  <amodra@gmail.com>
15970         [BZ #16786]
15971         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15973 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15975         [BZ #6803]
15976         [BZ #6804]
15977         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15978         set errno as appropriate.
15979         * math/w_scalbf.c (__scalbf): Likewise.
15980         * math/w_scalbl.c (__scalbl): Likewise.
15981         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15982         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15983         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15984         Add more NaN tests.
15986         [BZ #16349]
15987         * math/w_atan2.c: Include <errno.h>.
15988         (__atan2): Set errno for result underflowing to zero.
15989         * math/w_atan2f.c: Include <errno.h>.
15990         (__atan2f): Set errno for result underflowing to zero.
15991         * math/w_atan2l.c: Include <errno.h>.
15992         (__atan2l): Set errno for result underflowing to zero.
15993         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15994         tests.
15995         * math/auto-libm-test-out: Regenerated.
15997 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15999         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
16000         Encode instruction correctly in little endian.
16001         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
16002         Likewise.
16003         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
16004         Likewise.
16005         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
16006         Likewise.
16007         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
16008         Likewise.
16010 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16012         [BZ #9894]
16013         * sysdeps/unix/sysv/linux/kernel-features.h
16014         [__sparc__ && !__arch64__ && !__sparc_v9__]
16015         (__ASSUME_SET_ROBUST_LIST): Do not define.
16016         [__sparc__ && !__arch64__ && !__sparc_v9__]
16017         (__ASSUME_FUTEX_LOCK_PI): Likewise.
16018         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
16019         Likewise.
16020         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16021         (__ASSUME_FUTEX_LOCK_PI): Undefine.
16022         (__ASSUME_REQUEUE_PI): Likewise.
16023         (__ASSUME_SET_ROBUST_LIST): Likewise.
16024         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16025         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
16026         Undefine.
16027         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16028         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
16029         Likewise.
16030         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
16031         Likewise.
16032         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
16033         Likewise.
16034         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16035         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
16036         Undefine.
16037         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
16038         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
16039         Likewise.
16041         [BZ #16648]
16042         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16043         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
16044         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
16046 2014-03-31  Will Newton  <will.newton@linaro.org>
16048         * benchtests/Makefile (bench): Add ffs and ffsll to list
16049         of tests.
16050         * benchtests/ffs-inputs: New file.
16051         * benchtests/ffsll-inputs: Likewise.
16053 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
16055         [BZ #16770]
16056         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
16057         too large before casting to int.
16058         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
16059         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
16060         * math/libm-test.inc (scalb_test_data): Add more tests.
16062 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16064         * benchtests/Makefile (DETAILED_OPT): New make option.
16065         (bench-func): Run benchmark program with -d if DETAILED_OPT is
16066         set.
16067         * benchtests/bench-skeleton.c: Include stdbool.h.
16068         (main): Store and print timings per input.
16069         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16070         member to each argument value.
16071         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16072         (_print_arg_data): Initialize per-input timing to 0.
16074         * benchtests/Makefile (timing-type): New binary.
16075         (bench-clean): Also remove bench-timing-type.
16076         (bench): New target for timing-type.
16077         (bench-func): Print output in JSON format.
16078         * benchtests/bench-skeleton.c (main): Print output in JSON
16079         format.
16080         * benchtests/bench-timing-type.c: New file.
16081         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
16082         (TIMING_PRINT_STATS): Remove.
16083         * benchtests/scripts/bench.py (_print_arg_data): Store variant
16084         name separately.
16086         * benchtests/bench-modf.c: Remove.
16087         * benchtests/modf-inputs: New inputs file.
16089 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
16091         [BZ #16362]
16092         * math/s_clog10.c (M_PI_LOG10E): New macro.
16093         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
16094         imaginary parts are 0.
16095         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
16096         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
16097         imaginary parts are 0.
16098         * math/s_clog10l.c (M_PI_LOG10El): New macro.
16099         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
16100         imaginary parts are 0.
16101         * math/libm-test.inc (clog10_test_data): Update expected results
16102         for when real and imaginary parts are 0.
16104 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
16106         * elf/dl-load.c: Finish conversion of __builtin_expect into
16107         __glibc_{un}likely.
16109 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
16111         [BZ #16348]
16112         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
16113         1+x for argument with exponent below -67.
16114         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
16115         Likewise.
16116         * math/auto-libm-test-in: Add more tests of exp.
16117         * math/auto-libm-test-out: Regenerated.
16119 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16121         [BZ #16759]
16122         * inet/getnetgrent_r.c (get_nonempty_val): New function.
16123         (nscd_getnetgrent): Use it.
16125         [BZ #16760]
16126         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
16127         of stpcpy.
16129 2014-03-27  Andi Kleen  <ak@linux.intel.com>
16131         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
16132         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16133         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16134         (lll_robust_unlock): Remove out of line section. Use cfi
16135         intrinsics.
16136         (LLL_STUB_UNWIND_INFO*): Remove.
16137         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
16138         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16139         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16140         (lll_robust_unlock): Remove out of line section. Use cfi
16141         intrinsics.
16142         (LLL_STUB_UNWIND_INFO*): Remove.
16144 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16146         [BZ #16758]
16147         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
16148         blank values.
16150 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
16152         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
16154 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
16156         [BZ #16198]
16157         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
16158         fnstenv.
16159         * math/test-fenv-preserve.c: New file.
16160         * math/Makefile (tests): Add test-fenv-preserve.
16162 2014-03-26  Will Newton <will.newton@linaro.org>
16164         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
16166 2014-03-25  Roland McGrath  <roland@hack.frob.com>
16168         * scripts/versionlist.awk: Partition the version sets and emit all
16169         GLIBC_* (sorted) before all others (sorted).
16171 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16173         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
16174         GLIBC_2.2.5 version.
16176 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16178         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
16179         calls.
16181         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16182         previous change.
16184         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16186 2014-03-25  Andreas Schwab  <schwab@suse.de>
16188         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16189         label to be used after in6ailist is initialized.
16191 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16193         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16194         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16196 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16198         [BZ #16357]
16199         [BZ #16599]
16200         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16201         min_plus_half.
16202         (fp_formats): Update initializers.
16203         (init_fp_formats): Initialize new field.
16204         (output_for_one_input_case): Allow underflow for results up to
16205         min_plus_half.
16206         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16207         * math/auto-libm-test-in: Don't mark some underflows from asin and
16208         atanh as spurious.
16209         * math/auto-libm-test-out: Regenerated.
16210         * sysdeps/i386/fpu/libm-test-ulps: Update.
16211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16213 2014-03-25  Andreas Schwab  <schwab@suse.de>
16215         * libio/Makefile (tst-ftell-partial-wide-ENV)
16216         (tst-ftell-active-handler-ENV): Define.
16218 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
16220         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16222 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16224         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16226 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16228         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16229         * sysdeps/x86_64/fpu/multiarch/e_exp.c
16230         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16232 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16234         [BZ #16634]
16235         * elf/dl-load.c (open_verify): Add mode parameter.
16236         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16237         (open_path): Change from boolean 'secure' to complete flag 'mode'
16238         (_dl_map_object): Adjust.
16239         * elf/Makefile (tests): Add tst-dlopen-aout.
16240         * elf/tst-dlopen-aout.c: New test.
16242 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
16244         [BZ #16714]
16245         * sysdeps/unix/sysv/linux/s390/bits/stat.h
16246         (struct stat): Rename member pad0 to __glibc_reserved0.
16248         [BZ #16712]
16249         * sysdeps/s390/s390-32/bits/wordsize.h
16250         (__WORDSIZE32_SIZE_ULONG): New define.
16251         * sysdeps/s390/s390-64/bits/wordsize.h
16252         (__WORDSIZE32_SIZE_ULONG): Likewise.
16253         * sysdeps/generic/stdint.h (SIZE_MAX):
16254         Define as UL if __WORDSIZE32_SIZE_ULONG.
16256         [BZ #16713]
16257         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16258         (__glibc_reserved0): New variable.
16259         (sa_flags): Change type to int.
16261         * posix/Makefile (before-compile): Use += before-compile instead
16262         of a :=.
16264         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16265         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16267 2014-03-20  Andreas Schwab  <schwab@suse.de>
16269         [BZ #16743]
16270         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16271         non-matching result from nscd.
16273 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16275         * scripts/bench.py: Moved to ...
16276         * benchtests/scripts/bench.py: ... here.
16277         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16279 2014-03-24  Andreas Schwab  <schwab@suse.de>
16281         [BZ #16002]
16282         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16283         alloca_account and account alloca use for struct in6ailist.
16285 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16287         [BZ #16284]
16288         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16289         rounding mode to recompute results that overflow to infinity or
16290         underflow to zero.
16291         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16292         bug 16284.
16293         * math/auto-libm-test-out: Regenerated.
16294         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16295         (ccosh_test): Likewise.
16296         (csin_test_data): Use plus_oflow.
16297         (csin_test): Use ALL_RM_TEST.
16298         (csinh_test_data): Use plus_oflow.
16299         (csinh_test): Use ALL_RM_TEST.
16300         * sysdeps/i386/fpu/libm-test-ulps: Update.
16301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16303 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16305         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16306         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16307         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16309         [BZ #16731]
16310         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16311         when x - 1 is zero.
16312         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16313         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16314         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16315         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16316         argument is 1.
16317         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16318         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16319         zero.
16320         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16321         * sysdeps/i386/fpu/libm-test-ulps: Update.
16322         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16324 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16326         * scripts/bench.pl: Remove file.
16327         * scripts/bench.py: New benchmark script.
16328         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16329         * benchtests/README: Mention python dependency.
16330         * scripts/pylintrc: New file.
16331         * scripts/pylint: New file.
16333         * bits/mathdef.h: Use #ifdef instead of #if.
16334         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16335         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16336         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16337         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16338         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16339         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16341 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16342             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16344         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16345         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16346         and strpbrk-ppc64 objects.
16347         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16348         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16349         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16350         multiarch strpbrk for POWER7.
16351         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16352         multiarch strpbrk for PPC64.
16353         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16354         ifunc selector.
16355         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16356         strpbrk for POWER7.
16358 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16360         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16361         (atan_test): Likewise.
16362         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16363         (atanh_test): Use ALL_RM_TEST.
16364         (atan2_test_data): Likewise.
16365         (cabs_test): Likewise.
16366         (cacosh_test): Likewise.
16367         (carg_test): Likewise.
16368         (casin_test): Likewise.
16369         (casinh_test): Likewise.
16370         (cbrt_test): Likewise.
16371         (csqrt_test): Likewise.
16372         (erf_test): Likewise.
16373         (erfc_test): Likewise.
16374         (pow10_test): Likewise.
16375         (exp2_test): Likewise.
16376         (hypot_test): Likewise.
16377         (j0_test): Likewise.
16378         (j1_test): Likewise.
16379         (lgamma_test): Likewise.
16380         (gamma_test): Likewise.
16381         (sincos_test): Likewise.
16382         (tanh_test): Likewise.
16383         (y0_test): Likewise.
16384         (y1_test): Likewise.
16385         * sysdeps/i386/fpu/libm-test-ulps: Update.
16386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16388 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16390         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16391         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16392         and strcspn-ppc64 objects.
16393         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16394         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16395         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16396         multiarch strcspn for POWER7.
16397         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16398         multiarch strcspn for PPC64.
16399         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16400         ifunc selector.
16401         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16402         strcspn for POWER7.
16404 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16406         * math/gen-libm-test.pl (generate_testfile): Expect only function
16407         name as argument to AUTO_TESTS_* and pass results for all rounding
16408         modes to parse_args.
16409         (parse_auto_input): Separate inputs of automatic tests from
16410         outputs before storing in %auto_tests.
16411         * math/libm-test.inc (acos_test_data): Update call to
16412         AUTO_TESTS_f_f.
16413         (acos_test): Use ALL_RM_TEST.
16414         (acos_tonearest_test_data): Remove.
16415         (acos_test_tonearest): Likewise.
16416         (acos_towardzero_test_data): Likewise.
16417         (acos_test_towardzero): Likewise.
16418         (acos_downward_test_data): Likewise.
16419         (acos_test_downward): Likewise.
16420         (acos_upward_test_data): Likewise.
16421         (acos_test_upward): Likewise.
16422         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16423         (asin_test_data): Likewise.
16424         (asin_test): Use ALL_RM_TEST.
16425         (asin_tonearest_test_data): Remove.
16426         (asin_test_tonearest): Likewise.
16427         (asin_towardzero_test_data): Likewise.
16428         (asin_test_towardzero): Likewise.
16429         (asin_downward_test_data): Likewise.
16430         (asin_test_downward): Likewise.
16431         (asin_upward_test_data): Likewise.
16432         (asin_test_upward): Likewise.
16433         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16434         (atan_test_data): Likewise.
16435         (atanh_test_data): Likewise.
16436         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16437         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16438         (carg_test_data): Likewise.
16439         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16440         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16441         (ccosh_test_data): Likewise.
16442         (cexp_test_data): Likewise.
16443         (clog_test_data): Likewise.
16444         (clog10_test_data): Likewise.
16445         (cos_test_data): Update call to AUTO_TESTS_f_f.
16446         (cos_test): Use ALL_RM_TEST.
16447         (cos_tonearest_test_data): Remove.
16448         (cos_test_tonearest): Likewise.
16449         (cos_towardzero_test_data): Likewise.
16450         (cos_test_towardzero): Likewise.
16451         (cos_downward_test_data): Likewise.
16452         (cos_test_downward): Likewise.
16453         (cos_upward_test_data): Likewise.
16454         (cos_test_upward): Likewise.
16455         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16456         (cosh_test): Use ALL_RM_TEST.
16457         (cosh_tonearest_test_data): Remove.
16458         (cosh_test_tonearest): Likewise.
16459         (cosh_towardzero_test_data): Likewise.
16460         (cosh_test_towardzero): Likewise.
16461         (cosh_downward_test_data): Likewise.
16462         (cosh_test_downward): Likewise.
16463         (cosh_upward_test_data): Likewise.
16464         (cosh_test_upward): Likewise.
16465         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16466         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16467         (ctan_test_data): Likewise.
16468         (ctan_test): Use ALL_RM_TEST.
16469         (ctan_tonearest_test_data): Remove.
16470         (ctan_test_tonearest): Likewise.
16471         (ctan_towardzero_test_data): Likewise.
16472         (ctan_test_towardzero): Likewise.
16473         (ctan_downward_test_data): Likewise.
16474         (ctan_test_downward): Likewise.
16475         (ctan_upward_test_data): Likewise.
16476         (ctan_test_upward): Likewise.
16477         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16478         (ctanh_test): Use ALL_RM_TEST.
16479         (ctanh_tonearest_test_data): Remove.
16480         (ctanh_test_tonearest): Likewise.
16481         (ctanh_towardzero_test_data): Likewise.
16482         (ctanh_test_towardzero): Likewise.
16483         (ctanh_downward_test_data): Likewise.
16484         (ctanh_test_downward): Likewise.
16485         (ctanh_upward_test_data): Likewise.
16486         (ctanh_test_upward): Likewise.
16487         (erf_test_data): Update call to AUTO_TESTS_f_f.
16488         (erfc_test_data): Likewise.
16489         (exp_test_data): Likewise.
16490         (exp_test): Use ALL_RM_TEST.
16491         (exp_tonearest_test_data): Remove.
16492         (exp_test_tonearest): Likewise.
16493         (exp_towardzero_test_data): Likewise.
16494         (exp_test_towardzero): Likewise.
16495         (exp_downward_test_data): Likewise.
16496         (exp_test_downward): Likewise.
16497         (exp_upward_test_data): Likewise.
16498         (exp_test_upward): Likewise.
16499         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16500         (exp10_test): Use ALL_RM_TEST.
16501         (exp10_tonearest_test_data): Remove.
16502         (exp10_test_tonearest): Likewise.
16503         (exp10_towardzero_test_data): Likewise.
16504         (exp10_test_towardzero): Likewise.
16505         (exp10_downward_test_data): Likewise.
16506         (exp10_test_downward): Likewise.
16507         (exp10_upward_test_data): Likewise.
16508         (exp10_test_upward): Likewise.
16509         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16510         (expm1_test_data): Likewise.
16511         (expm1_test): Use ALL_RM_TEST.
16512         (expm1_tonearest_test_data): Remove.
16513         (expm1_test_tonearest): Likewise.
16514         (expm1_towardzero_test_data): Likewise.
16515         (expm1_test_towardzero): Likewise.
16516         (expm1_downward_test_data): Likewise.
16517         (expm1_test_downward): Likewise.
16518         (expm1_upward_test_data): Likewise.
16519         (expm1_test_upward): Likewise.
16520         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16521         (fma_test): Use ALL_RM_TEST.
16522         (fma_towardzero_test_data): Remove.
16523         (fma_test_towardzero): Likewise.
16524         (fma_downward_test_data): Likewise.
16525         (fma_test_downward): Likewise.
16526         (fma_upward_test_data): Likewise.
16527         (fma_test_upward): Likewise.
16528         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16529         (j0_test_data): Update call to AUTO_TESTS_f_f.
16530         (j1_test_data): Likewise.
16531         (jn_test_data): Update call to AUTO_TESTS_if_f.
16532         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16533         (log_test_data): Update call to AUTO_TESTS_f_f.
16534         (log10_test_data): Likewise.
16535         (log1p_test_data): Likewise.
16536         (log2_test_data): Likewise.
16537         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16538         (pow_tonearest_test_data): Likewise.
16539         (sin_test_data): Update call to AUTO_TESTS_f_f.
16540         (sin_test): Use ALL_RM_TEST.
16541         (sin_tonearest_test_data): Remove.
16542         (sin_test_tonearest): Likewise.
16543         (sin_towardzero_test_data): Likewise.
16544         (sin_test_towardzero): Likewise.
16545         (sin_downward_test_data): Likewise.
16546         (sin_test_downward): Likewise.
16547         (sin_upward_test_data): Likewise.
16548         (sin_test_upward): Likewise.
16549         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16550         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16551         (sinh_test): Use ALL_RM_TEST.
16552         (sinh_tonearest_test_data): Remove.
16553         (sinh_test_tonearest): Likewise.
16554         (sinh_towardzero_test_data): Likewise.
16555         (sinh_test_towardzero): Likewise.
16556         (sinh_downward_test_data): Likewise.
16557         (sinh_test_downward): Likewise.
16558         (sinh_upward_test_data): Likewise.
16559         (sinh_test_upward): Likewise.
16560         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16561         (sqrt_test): Use ALL_RM_TEST.
16562         (sqrt_tonearest_test_data): Remove.
16563         (sqrt_test_tonearest): Likewise.
16564         (sqrt_towardzero_test_data): Likewise.
16565         (sqrt_test_towardzero): Likewise.
16566         (sqrt_downward_test_data): Likewise.
16567         (sqrt_test_downward): Likewise.
16568         (sqrt_upward_test_data): Likewise.
16569         (sqrt_test_upward): Likewise.
16570         (tan_test_data): Update call to AUTO_TESTS_f_f.
16571         (tan_test): Use ALL_RM_TEST.
16572         (tan_tonearest_test_data): Remove.
16573         (tan_test_tonearest): Likewise.
16574         (tan_towardzero_test_data): Likewise.
16575         (tan_test_towardzero): Likewise.
16576         (tan_downward_test_data): Likewise.
16577         (tan_test_downward): Likewise.
16578         (tan_upward_test_data): Likewise.
16579         (tan_test_upward): Likewise.
16580         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16581         (tgamma_test_data): Likewise.
16582         (y0_test_data): Likewise.
16583         (y1_test_data): Likewise.
16584         (yn_test_data): Update call to AUTO_TESTS_if_f.
16585         (main): Do not call removed functions.
16587 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16589         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16590         (ldexp_test_data): Remove.
16591         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16592         scalbn_test_data.
16593         (scalb_test): Use ALL_RM_TEST.
16595 2014-03-19  Andreas Schwab  <schwab@suse.de>
16597         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16599 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16601         [BZ #16649]
16602         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16603         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16604         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16605         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16606         (__ASSUME_PREADV): Undefine.
16607         (__ASSUME_PWRITEV): Likewise.
16609 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16611         * bits/mman-linux.h: Add comment about non-Linux use.
16612         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16613         bits/mman-linux.h resting place.
16615         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16616         * bits/mman-linux.h: ... here.
16618 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16620         * conform/conformtest.pl: Add standard definition when calling C
16621         preprocessor on data files.
16622         (checknamespace): Remove unused variable.
16624 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16626         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16627         minus_oflow, plus_uflow and minus_uflow in expected results.
16628         * math/libm-test.inc (scalbn_test_data): Add more tests of
16629         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16630         minus_uflow.
16631         (scalbn_test): Use ALL_RM_TEST.
16632         (scalbln_test_data): Add more tests of negative arguments.  Use
16633         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16634         (scalbln_test): Use ALL_RM_TEST.
16636 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16638         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16640 2014-03-18  Will Newton  <will.newton@linaro.org>
16642         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16643         inaccurate comment.
16645 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16647         * Makerules [!subdir] (check-abi): Exit with error status if a
16648         test failed.
16650 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16652         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16653         for rint.  Include results for all rounding modes.
16654         (nearbyint_test): Use ALL_RM_TEST.
16655         (rint_test_data): Include all tests used for nearbyint.
16657 2014-03-17  Will Newton  <will.newton@linaro.org>
16659         * nptl/sysdeps/pthread/pthread.h: Revert previous
16660         change.
16662         * sysdeps/generic/ldsodefs.h: Revert previous
16663         change.
16665         * libio/genops.c: Revert previous change.
16666         * libio/libioP.h: Likewise.
16667         * stdio-common/vfprintf.c: Likewise.
16669         * sysdeps/generic/math_private.h: Revert previous
16670         change.
16672         * sysdeps/generic/math_private.h: Check whether
16673         HAVE_RM_CTX is defined with #ifdef rather
16674         than #if.
16676         * argp/argp-fmtstream.h: Check whether
16677         __STRICT_ANSI__ is defined with #ifdef rather
16678         than #if.
16679         * argp/argp.h: Likewise.
16681         * libio/genops.c: Check whether
16682         _IO_JUMPS_OFFSET is defined with #ifdef rather
16683         than #if.
16684         * libio/libioP.h: Likewise.
16685         * stdio-common/vfprintf.c: Likewise.
16687         * sysdeps/generic/ldsodefs.h: Check whether
16688         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16689         than #if.
16691         * nptl/sysdeps/pthread/pthread.h: Check
16692         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16693         its value.
16695 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16697         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16698         setting O_APPEND.
16699         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16700         test case.
16702         [BZ #16680]
16703         * libio/fileops.c (_IO_file_open): Seek to end of file but
16704         don't cache the offset.
16705         (get_file_offset): Remove function.
16706         (do_ftell): Use cached offset when available.
16707         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16708         don't cache the offset.
16709         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16710         case.
16711         (do_one_test): Call it.
16712         (do_ftell_test): Fix up expected old offset for a+ mode.
16713         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16714         available.
16716         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16717         up test status with function return status.
16718         (do_write_test): Likewise.
16719         (do_append_test): Likewise.
16721         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16722         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16723         Remove.
16725 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16727         * math/gen-libm-test.pl (parse_args): Handle results specified for
16728         each rounding mode separately.
16729         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16730         tests and results from lrint_tonearest_test_data,
16731         lrint_towardzero_test_data, lrint_downward_test_data and
16732         lrint_upward_test_data.
16733         (lrint_test): Use ALL_RM_TEST.
16734         (lrint_tonearest_test_data): Remove.
16735         (lrint_test_tonearest): Likewise.
16736         (lrint_towardzero_test_data): Likewise.
16737         (lrint_test_towardzero): Likewise.
16738         (lrint_downward_test_data): Likewise.
16739         (lrint_test_downward): Likewise.
16740         (lrint_upward_test_data): Likewise.
16741         (lrint_test_upward): Likewise.
16742         (llrint_test_data): Merge in per-rounding-mode tests and results
16743         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16744         llrint_downward_test_data and llrint_upward_test_data.
16745         (llrint_test): Use ALL_RM_TEST.
16746         (llrint_tonearest_test_data): Remove.
16747         (llrint_test_tonearest): Likewise.
16748         (llrint_towardzero_test_data): Likewise.
16749         (llrint_test_towardzero): Likewise.
16750         (llrint_downward_test_data): Likewise.
16751         (llrint_test_downward): Likewise.
16752         (llrint_upward_test_data): Likewise.
16753         (llrint_test_upward): Likewise.
16754         (rint_test_data): Merge in per-rounding-mode tests and results
16755         from rint_tonearest_test_data, rint_towardzero_test_data,
16756         rint_downward_test_data and rint_upward_test_data.  Add
16757         per-rounding-mode results for tests not in those arrays.
16758         (rint_test): Use ALL_RM_TEST.
16759         (rint_tonearest_test_data): Remove.
16760         (rint_test_tonearest): Likewise.
16761         (rint_towardzero_test_data): Likewise.
16762         (rint_test_towardzero): Likewise.
16763         (rint_downward_test_data): Likewise.
16764         (rint_test_downward): Likewise.
16765         (rint_upward_test_data): Likewise.
16766         (rint_test_upward): Likewise.
16767         (main): Don't call removed functions.
16769 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16771         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16772         "Compiled on ..." crapola.  It is anti-useful.
16774 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16776         * scripts/evaluate-test.sh: Handle fourth argument to determine
16777         whether test run should stop on failure.
16778         * Makeconfig (stop-on-test-failure): New variable.
16779         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16780         $(stop-on-test-failure).
16781         * Makefile (tests): Give a summary of results from testing and
16782         exit with failure status if they include an ERROR or FAIL.
16783         (xtests): Likewise.
16784         * manual/install.texi (Configuring and compiling): Mention
16785         stop-on-test-failure=y.
16786         * INSTALL: Regenerated.
16788 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16790         * scripts/versionlist.awk: New file.
16791         * Makerules [$(build-shared) = yes]
16792         (postclean-generated): Add Versions.def, not Versions.def.v and
16793         Versions.def.v.i.
16794         ($(common-objpfx)Versions.def.v.i): Target removed.
16795         ($(common-objpfx)Versions.def): New target.
16796         ($(common-objpfx)Versions.all): Depend on that rather that
16797         $(common-objpfx)Versions.def.v.
16798         * Versions.def: File removed.
16800         * Makeconfig (+gccwarn): Add -Wundef.
16801         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16802         a dl-sysdep.h breaking its contract.
16803         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16804         * include/stackinfo.h: New file.
16805         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16806         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16807         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16808         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16809         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16810         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16811         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16812         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16813         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16814         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16815         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16816         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16817         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16818         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16819         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16821 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16823         [BZ #16707]
16824         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16825         implementation.
16826         * math/libm-test.inc (round_test_data): Add more tests.
16828         [BZ #16706]
16829         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16830         implementation.
16831         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16833         [BZ #16701]
16834         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16835         implementation.
16836         * math/libm-test.inc (ceil_test_data): Add more tests.
16838         * math/libm-test.inc (trunc_test_data): Add more tests related to
16839         BZ#16414.
16841 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16843         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16844         with #if rather than #ifdef.
16845         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16847 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16849         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16850         first.  Disable AVX-512 GCC support if assembler doesn't support
16851         it.
16852         * sysdeps/x86_64/configure: Regenerated.
16854 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16856         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16857         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16858         (__old_pthread_attr_setstack): Likewise.
16859         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16860         [!_STACK_GROWS_DOWN]: Likewise.
16862 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16864         * config.make.in (have-bash2): Delete.
16865         * configure.ac (libc_cv_have_bash2): Delete.
16866         * configure: Regenerate.
16867         * elf/Makefile (common-ldd-rewrite): Rename to ...
16868         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16869         (sh-ldd-rewrite): Delete.
16870         (bash-ldd-rewrite): Delete.
16871         (have-bash2): Delete checks.
16872         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16873         ldd-rewrite.
16875         * config.make.in (have-ksh): Delete.
16876         (KSH): Delete.
16877         * configure.ac (libc_cv_have_ksh): Delete.
16878         * configure: Regenerate.
16880         * elf/Makefile: Delete $(have-ksh) check.
16881         ($(objpfx)sotruss): Change KSH to BASH.
16882         * elf/sotruss.ksh: Rename to ...
16883         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16884         function style to match POSIX.  Drop ksh vim mode setting.
16886         * manual/time.texi (Specifying the Time Zone with TZ): Change
16887         Tuesday to Thursday.
16889         * debug/tst-longjmp_chk2.c: Update header comment.
16890         (stackoverflow_handler): Add comment.  Call assert on pass value.
16892 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16894         [BZ #16194]
16895         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16896         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16897         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16898         (La_x86_64_vector): Add zmm.
16899         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16900         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16901         ($(objpfx)tst-audit10): New target.
16902         ($(objpfx)tst-audit10.out): Likewise.
16903         (tst-audit10-ENV): New.
16904         (AVX512-CFLAGS): Likewise.
16905         (CFLAGS-tst-audit10.c): Likewise.
16906         (CFLAGS-tst-auditmod10a.c): Likewise.
16907         (CFLAGS-tst-auditmod10b.c): Likewise.
16908         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16909         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16910         * sysdeps/x86_64/configure: Regenerated.
16911         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16912         AVX-512 zmm register support.
16913         (_dl_x86_64_save_sse): Likewise.
16914         (_dl_x86_64_restore_sse): Likewise.
16915         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16916         size vector registers.
16917         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16918         (ZMM_SIZE): Likewise.
16919         * sysdeps/x86_64/tst-audit10.c: New file.
16920         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16921         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16923 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16925         * configure.ac (HAVE_EHDR_START): New check.
16926         * configure: Regenerated.
16927         * config.h.in (HAVE_EHDR_START): New #undef.
16928         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16929         assuming the lowest-addressed segment maps the start of the file.
16931 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16933         * INSTALL: Regenerated.
16935 2014-03-13  Will Newton  <will.newton@linaro.org>
16937         * manual/setjmp.texi (System V contexts): Improve
16938         clarity and grammar of documentation.
16940 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16942         [BZ #16381]
16943         * elf/Makefile (tests): Add tst-pie2.
16944         (tests-pie): Add tst-pie2.
16945         * elf/tst-pie2.c: New file.
16946         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16947         for ET_EXEC.
16948         * elf/rtld.c (map_doit): Load executable as lt_executable.
16949         (dl_main): Likewise.
16951 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16953         [BZ #16642]
16954         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16955         (__ASSUME_PSELECT): Undefine.
16957 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16959         [BZ #16689]
16960         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16961         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16962         static build.
16963         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16964         selector for static builds.
16966 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16968         [BZ #16695]
16969         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16970         key in the buffer.
16972 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16974         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16975         IFUNC selector for static builds.
16977 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16979         * sysdeps/mips/math_private.h [__mips_hard_float]
16980         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16981         libc_feresetround_mips_ctx.
16982         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16983         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16984         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16986         [BZ #16677]
16987         * math/s_nextafter.c (__nextafter): Do not return value from
16988         overflowing computation.
16989         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16990         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16991         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16992         Likewise.
16993         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16994         Likewise.
16995         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16996         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16998 2014-03-11  Roland McGrath  <roland@hack.frob.com>
17000         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
17001         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
17002         Move sfi_sp use from the load-multiple (that no longer sets sp) to
17003         the new mov targetting sp.
17005 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17007         [BZ #16683]
17008         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
17009         Define it for static builds as well.
17010         (NO_BZERO_IMPL): Likewise.
17012 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17014         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
17015         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
17016         multiarch strspn for PPC64.
17017         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
17018         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
17019         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17020         (__libc_ifunc_impl_list): Likewise.
17021         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
17022         multiarch optimizations
17023         * string/strspn.c (strspn): Using macro to redefine symbol name.
17025 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17026             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17028         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
17029         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
17030         multiarch strncat for PPC64.
17031         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
17032         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
17033         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17034         (__libc_ifunc_impl_list): Likewise.
17035         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
17036         multiarch optimizations
17038 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17040         [BZ #16639]
17041         * nscd/nscd.service: Make service type forking.
17043 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17045         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
17046         sign in non default rounding modes.
17047         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
17049 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
17051         * math/libm-test.inc (ALL_RM_TEST): New macro.
17052         (ceil_test): Use ALL_RM_TEST.
17053         (cimag_test): Likewise.
17054         (conj_test): Likewise.
17055         (copysign_test): Likewise.
17056         (cproj_test): Likewise.
17057         (creal_test): Likewise.
17058         (fabs_test): Likewise.
17059         (floor_test): Likewise.
17060         (fmax_test): Likewise.
17061         (fmin_test): Likewise.
17062         (fmod_test): Likewise.
17063         (fpclassify_test): Likewise.
17064         (frexp_test): Likewise.
17065         (ilogb_test): Likewise.
17066         (isfinite_test): Likewise.
17067         (finite_test): Likewise.
17068         (isgreater_test): Likewise.
17069         (isgreaterequal_test): Likewise.
17070         (isinf_test): Likewise.
17071         (isless_test): Likewise.
17072         (islessequal_test): Likewise.
17073         (islessgreater_test): Likewise.
17074         (isnan_test): Likewise.
17075         (isnormal_test): Likewise.
17076         (issignaling_test): Likewise.
17077         (isunordered_test): Likewise.
17078         (logb_test): Likewise.
17079         (logb_downward_test_data): Remove.
17080         (logb_test_downward): Likewise.
17081         (lround_test): Use ALL_RM_TEST.
17082         (llround_test): Likewise.
17083         (modf_test): Likewise.
17084         (nexttoward_test): Likewise.
17085         (remainder_test): Likewise.
17086         (drem_test): Likewise.
17087         (remainder_tonearest_test_data): Likewise.
17088         (remainder_test_tonearest): Likewise.
17089         (drem_test_tonearest): Likewise.
17090         (remainder_towardzero_test_data): Likewise.
17091         (remainder_test_towardzero): Likewise.
17092         (drem_test_towardzero): Likewise.
17093         (remainder_downward_test_data): Likewise.
17094         (remainder_test_downward): Likewise.
17095         (drem_test_downward): Likewise.
17096         (remainder_upward_test_data): Likewise.
17097         (remainder_test_upward): Likewise.
17098         (drem_test_upward): Likewise.
17099         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
17100         (round_test): Use ALL_RM_TEST.
17101         (signbit_test): Likewise.
17102         (trunc_test): Likewise.
17103         (significand_test): Likewise.
17104         (main): Don't call removed functions.
17106 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17108         [BZ #16674]
17109         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
17110         || __USE_XOPEN2K8].
17111         (ILL_ILLOPN): Likewise.
17112         (ILL_ILLADR): Likewise.
17113         (ILL_ILLTRP): Likewise.
17114         (ILL_PRVOPC): Likewise.
17115         (ILL_PRVREG): Likewise.
17116         (ILL_COPROC): Likewise.
17117         (ILL_BADSTK): Likewise.
17118         (FPE_INTDIV): Likewise.
17119         (FPE_INTOVF): Likewise.
17120         (FPE_FLTDIV): Likewise.
17121         (FPE_FLTOVF): Likewise.
17122         (FPE_FLTUND): Likewise.
17123         (FPE_FLTRES): Likewise.
17124         (FPE_FLTINV): Likewise.
17125         (FPE_FLTSUB): Likewise.
17126         (SEGV_MAPERR): Likewise.
17127         (SEGV_ACCERR): Likewise.
17128         (BUS_ADRALN): Likewise.
17129         (BUS_ADRERR): Likewise.
17130         (BUS_OBJERR): Likewise.
17131         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17132         (TRAP_TRACE): Likewise.
17133         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17134         __USE_XOPEN2K8].
17135         (CLD_KILLED): Likewise.
17136         (CLD_DUMPED): Likewise.
17137         (CLD_TRAPPED): Likewise.
17138         (CLD_STOPPED): Likewise.
17139         (CLD_CONTINUED): Likewise.
17140         (POLL_IN): Likewise.
17141         (POLL_OUT): Likewise.
17142         (POLL_MSG): Likewise.
17143         (POLL_ERR): Likewise.
17144         (POLL_PRI): Likewise.
17145         (POLL_HUP): Likewise.
17146         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
17147         Likewise.
17148         (ILL_ILLOPN): Likewise.
17149         (ILL_ILLADR): Likewise.
17150         (ILL_ILLTRP): Likewise.
17151         (ILL_PRVOPC): Likewise.
17152         (ILL_PRVREG): Likewise.
17153         (ILL_COPROC): Likewise.
17154         (ILL_BADSTK): Likewise.
17155         (FPE_INTDIV): Likewise.
17156         (FPE_INTOVF): Likewise.
17157         (FPE_FLTDIV): Likewise.
17158         (FPE_FLTOVF): Likewise.
17159         (FPE_FLTUND): Likewise.
17160         (FPE_FLTRES): Likewise.
17161         (FPE_FLTINV): Likewise.
17162         (FPE_FLTSUB): Likewise.
17163         (SEGV_MAPERR): Likewise.
17164         (SEGV_ACCERR): Likewise.
17165         (BUS_ADRALN): Likewise.
17166         (BUS_ADRERR): Likewise.
17167         (BUS_OBJERR): Likewise.
17168         (BUS_MCEERR_AR): Likewise.
17169         (BUS_MCEERR_AO): Likewise.
17170         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17171         (TRAP_TRACE): Likewise.
17172         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17173         __USE_XOPEN2K8].
17174         (CLD_KILLED): Likewise.
17175         (CLD_DUMPED): Likewise.
17176         (CLD_TRAPPED): Likewise.
17177         (CLD_STOPPED): Likewise.
17178         (CLD_CONTINUED): Likewise.
17179         (POLL_IN): Likewise.
17180         (POLL_OUT): Likewise.
17181         (POLL_MSG): Likewise.
17182         (POLL_ERR): Likewise.
17183         (POLL_PRI): Likewise.
17184         (POLL_HUP): Likewise.
17185         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17186         (ILL_ILLOPN): Likewise.
17187         (ILL_ILLADR): Likewise.
17188         (ILL_ILLTRP): Likewise.
17189         (ILL_PRVOPC): Likewise.
17190         (ILL_PRVREG): Likewise.
17191         (ILL_COPROC): Likewise.
17192         (ILL_BADSTK): Likewise.
17193         (FPE_INTDIV): Likewise.
17194         (FPE_INTOVF): Likewise.
17195         (FPE_FLTDIV): Likewise.
17196         (FPE_FLTOVF): Likewise.
17197         (FPE_FLTUND): Likewise.
17198         (FPE_FLTRES): Likewise.
17199         (FPE_FLTINV): Likewise.
17200         (FPE_FLTSUB): Likewise.
17201         (SEGV_MAPERR): Likewise.
17202         (SEGV_ACCERR): Likewise.
17203         (BUS_ADRALN): Likewise.
17204         (BUS_ADRERR): Likewise.
17205         (BUS_OBJERR): Likewise.
17206         (BUS_MCEERR_AR): Likewise.
17207         (BUS_MCEERR_AO): Likewise.
17208         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17209         (TRAP_TRACE): Likewise.
17210         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17211         __USE_XOPEN2K8].
17212         (CLD_KILLED): Likewise.
17213         (CLD_DUMPED): Likewise.
17214         (CLD_TRAPPED): Likewise.
17215         (CLD_STOPPED): Likewise.
17216         (CLD_CONTINUED): Likewise.
17217         (POLL_IN): Likewise.
17218         (POLL_OUT): Likewise.
17219         (POLL_MSG): Likewise.
17220         (POLL_ERR): Likewise.
17221         (POLL_PRI): Likewise.
17222         (POLL_HUP): Likewise.
17223         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17224         Likewise.
17225         (ILL_ILLOPN): Likewise.
17226         (ILL_ILLADR): Likewise.
17227         (ILL_ILLTRP): Likewise.
17228         (ILL_PRVOPC): Likewise.
17229         (ILL_PRVREG): Likewise.
17230         (ILL_COPROC): Likewise.
17231         (ILL_BADSTK): Likewise.
17232         (ILL_BADIADDR): Likewise.
17233         (ILL_BREAK): Likewise.
17234         (FPE_INTDIV): Likewise.
17235         (FPE_INTOVF): Likewise.
17236         (FPE_FLTDIV): Likewise.
17237         (FPE_FLTOVF): Likewise.
17238         (FPE_FLTUND): Likewise.
17239         (FPE_FLTRES): Likewise.
17240         (FPE_FLTINV): Likewise.
17241         (FPE_FLTSUB): Likewise.
17242         (FPE_DECOVF): Likewise.
17243         (FPE_DECDIV): Likewise.
17244         (FPE_DECERR): Likewise.
17245         (FPE_INVASC): Likewise.
17246         (FPE_INVDEC): Likewise.
17247         (SEGV_MAPERR): Likewise.
17248         (SEGV_ACCERR): Likewise.
17249         (SEGV_PSTKOVF): Likewise.
17250         (BUS_ADRALN): Likewise.
17251         (BUS_ADRERR): Likewise.
17252         (BUS_OBJERR): Likewise.
17253         (BUS_MCEERR_AR): Likewise.
17254         (BUS_MCEERR_AO): Likewise.
17255         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17256         (TRAP_TRACE): Likewise.
17257         (TRAP_BRANCH): Likewise.
17258         (TRAP_HWBKPT): Likewise.
17259         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17260         __USE_XOPEN2K8].
17261         (CLD_KILLED): Likewise.
17262         (CLD_DUMPED): Likewise.
17263         (CLD_TRAPPED): Likewise.
17264         (CLD_STOPPED): Likewise.
17265         (CLD_CONTINUED): Likewise.
17266         (POLL_IN): Likewise.
17267         (POLL_OUT): Likewise.
17268         (POLL_MSG): Likewise.
17269         (POLL_ERR): Likewise.
17270         (POLL_PRI): Likewise.
17271         (POLL_HUP): Likewise.
17272         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17273         (ILL_ILLOPN): Likewise.
17274         (ILL_ILLADR): Likewise.
17275         (ILL_ILLTRP): Likewise.
17276         (ILL_PRVOPC): Likewise.
17277         (ILL_PRVREG): Likewise.
17278         (ILL_COPROC): Likewise.
17279         (ILL_BADSTK): Likewise.
17280         (FPE_INTDIV): Likewise.
17281         (FPE_INTOVF): Likewise.
17282         (FPE_FLTDIV): Likewise.
17283         (FPE_FLTOVF): Likewise.
17284         (FPE_FLTUND): Likewise.
17285         (FPE_FLTRES): Likewise.
17286         (FPE_FLTINV): Likewise.
17287         (FPE_FLTSUB): Likewise.
17288         (SEGV_MAPERR): Likewise.
17289         (SEGV_ACCERR): Likewise.
17290         (BUS_ADRALN): Likewise.
17291         (BUS_ADRERR): Likewise.
17292         (BUS_OBJERR): Likewise.
17293         (BUS_MCEERR_AR): Likewise.
17294         (BUS_MCEERR_AO): Likewise.
17295         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17296         (TRAP_TRACE): Likewise.
17297         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17298         __USE_XOPEN2K8].
17299         (CLD_KILLED): Likewise.
17300         (CLD_DUMPED): Likewise.
17301         (CLD_TRAPPED): Likewise.
17302         (CLD_STOPPED): Likewise.
17303         (CLD_CONTINUED): Likewise.
17304         (POLL_IN): Likewise.
17305         (POLL_OUT): Likewise.
17306         (POLL_MSG): Likewise.
17307         (POLL_ERR): Likewise.
17308         (POLL_PRI): Likewise.
17309         (POLL_HUP): Likewise.
17310         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17311         (ILL_ILLOPN): Likewise.
17312         (ILL_ILLADR): Likewise.
17313         (ILL_ILLTRP): Likewise.
17314         (ILL_PRVOPC): Likewise.
17315         (ILL_PRVREG): Likewise.
17316         (ILL_COPROC): Likewise.
17317         (ILL_BADSTK): Likewise.
17318         (FPE_INTDIV): Likewise.
17319         (FPE_INTOVF): Likewise.
17320         (FPE_FLTDIV): Likewise.
17321         (FPE_FLTOVF): Likewise.
17322         (FPE_FLTUND): Likewise.
17323         (FPE_FLTRES): Likewise.
17324         (FPE_FLTINV): Likewise.
17325         (FPE_FLTSUB): Likewise.
17326         (SEGV_MAPERR): Likewise.
17327         (SEGV_ACCERR): 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         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17336         __USE_XOPEN2K8].
17337         (CLD_KILLED): Likewise.
17338         (CLD_DUMPED): Likewise.
17339         (CLD_TRAPPED): Likewise.
17340         (CLD_STOPPED): Likewise.
17341         (CLD_CONTINUED): Likewise.
17342         (POLL_IN): Likewise.
17343         (POLL_OUT): Likewise.
17344         (POLL_MSG): Likewise.
17345         (POLL_ERR): Likewise.
17346         (POLL_PRI): Likewise.
17347         (POLL_HUP): Likewise.
17348         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17349         (ILL_ILLOPN): Likewise.
17350         (ILL_ILLADR): Likewise.
17351         (ILL_ILLTRP): Likewise.
17352         (ILL_PRVOPC): Likewise.
17353         (ILL_PRVREG): Likewise.
17354         (ILL_COPROC): Likewise.
17355         (ILL_BADSTK): Likewise.
17356         (FPE_INTDIV): Likewise.
17357         (FPE_INTOVF): Likewise.
17358         (FPE_FLTDIV): Likewise.
17359         (FPE_FLTOVF): Likewise.
17360         (FPE_FLTUND): Likewise.
17361         (FPE_FLTRES): Likewise.
17362         (FPE_FLTINV): Likewise.
17363         (FPE_FLTSUB): Likewise.
17364         (SEGV_MAPERR): Likewise.
17365         (SEGV_ACCERR): Likewise.
17366         (BUS_ADRALN): Likewise.
17367         (BUS_ADRERR): Likewise.
17368         (BUS_OBJERR): Likewise.
17369         (BUS_MCEERR_AR): Likewise.
17370         (BUS_MCEERR_AO): Likewise.
17371         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17372         (TRAP_TRACE): Likewise.
17373         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17374         __USE_XOPEN2K8].
17375         (CLD_KILLED): Likewise.
17376         (CLD_DUMPED): Likewise.
17377         (CLD_TRAPPED): Likewise.
17378         (CLD_STOPPED): Likewise.
17379         (CLD_CONTINUED): Likewise.
17380         (POLL_IN): Likewise.
17381         (POLL_OUT): Likewise.
17382         (POLL_MSG): Likewise.
17383         (POLL_ERR): Likewise.
17384         (POLL_PRI): Likewise.
17385         (POLL_HUP): Likewise.
17386         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17387         (ILL_ILLOPN): Likewise.
17388         (ILL_ILLADR): Likewise.
17389         (ILL_ILLTRP): Likewise.
17390         (ILL_PRVOPC): Likewise.
17391         (ILL_PRVREG): Likewise.
17392         (ILL_COPROC): Likewise.
17393         (ILL_BADSTK): Likewise.
17394         (ILL_DBLFLT): Likewise.
17395         (ILL_HARDWALL): 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/x86/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         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17465         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17467         [BZ #16670]
17468         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17469         before #include of <time.h>.
17470         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17471         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17472         (test-xfail-UNIX98/sched.h/conform): Likewise.
17474 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17476         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17477         error absence of trapping exception support.
17478         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17480 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17482         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17483         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17484         * timezone/Makefile (testdata): Move definition above include of
17485         Rules.
17486         (test-zones): New variable.
17487         (tests-special): Add zone files.
17488         (build-testdata): Use $(evaluate-test).
17490         * elf/Makefile (tests-special): Rename tests to end with .out.
17491         ($(objpfx)noload-mem): Likewise.
17492         ($(objpfx)tst-leaks1-mem): Likewise.
17493         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17494         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17495         $(objpfx)test-iconvconfig.out.
17496         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17497         set -e inside subshell and redirect output to file.
17498         * iconvdata/Makefile (generated): Rename tests to end with .out.
17499         Correct type.
17500         (tests-special): Rename tests to end with .out.
17501         ($(objpfx)mtrace-tst-loading): Likewise.
17502         * intl/Makefile (generated): Likewise.
17503         (tests-special): Likewise.
17504         ($(objpfx)mtrace-tst-gettext): Likewise.
17505         * misc/Makefile (generated): Likewise.
17506         (tests-special): Likewise.
17507         ($(objpfx)tst-error1-mem): Likewise.
17508         * nptl/Makefile (tests-special): Likewise.
17509         ($(objpfx)tst-stack3-mem): Likewise.
17510         (generated): Likewise.
17511         * posix/Makefile (generated): Likewise.
17512         (tests-special): Likewise.
17513         (xtests-special): Likewise.
17514         ($(objpfx)tst-fnmatch-mem): Likewise.
17515         ($(objpfx)bug-regex2-mem): Likewise.
17516         ($(objpfx)bug-regex14-mem): Likewise.
17517         ($(objpfx)bug-regex21-mem): Likewise.
17518         ($(objpfx)bug-regex31-mem): Likewise.
17519         ($(objpfx)tst-vfork3-mem): Likewise.
17520         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17521         ($(objpfx)tst-pcre-mem): Likewise.
17522         ($(objpfx)tst-boost-mem): Likewise.
17523         ($(objpfx)bug-ga2-mem): Likewise.
17524         ($(objpfx)bug-glob2-mem): Likewise.
17525         * resolv/Makefile (generate): Likewise.
17526         (tests-special): Likewise.
17527         (xtests-special): Likewise.
17528         (generated): Likewise.
17529         ($(objpfx)mtrace-tst-leaks): Likewise.
17530         ($(objpfx)mtrace-tst-leaks2): Likewise.
17532         * scripts/merge-test-results.sh: New file.
17533         * Makefile (tests-special-notdir): New variable.
17534         (tests): Run merge-test-results.sh.
17535         (xtests): Likewise.
17536         * Rules (tests-special-notdir): New variable.
17537         (xtests-special-notdir): Likewise.
17538         (tests): Run merge-test-results.sh
17539         (xtests): Likewise.
17541         * Makeconfig (test-xfail-name): New variable.
17542         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17543         compute variable name for expected failures.
17544         * conform/Makefile (conformtest-headers-data): New variable.
17545         (conformtest-standards): Likewise.
17546         (conformtest-headers-ISO): Likewise.
17547         (conformtest-headers-ISO99): Likewise.
17548         (conformtest-headers-ISO11): Likewise.
17549         (conformtest-headers-POSIX): Likewise.
17550         (conformtest-headers-XPG3): Likewise.
17551         (conformtest-headers-XPG4): Likewise.
17552         (conformtest-headers-UNIX98): Likewise.
17553         (conformtest-headers-XOPEN2K): Likewise.
17554         (conformtest-headers-POSIX2008): Likewise.
17555         (conformtest-headers-XOPEN2K8): Likewise.
17556         (conformtest-header-list-base): Likewise.
17557         (conformtest-header-list-tests): Likewise.
17558         (conformtest-header-base): Likewise.
17559         (conformtest-header-tests): Likewise.
17560         (tests-special): Add $(conformtest-header-list-tests).  If
17561         [$(fast-check) && !$(cross-compiling)], add
17562         $(conformtest-header-tests) instead of
17563         $(objpfx)run-conformtest.out.
17564         (generated): Add $(conformtest-header-list-base).  If
17565         [$(fast-check) && !$(cross-compiling)], add
17566         $(conformtest-header-base).  Remove previous setting.
17567         ($(conformtest-header-list-tests)): New target.
17568         (test-xfail-run-conformtest): Remove variable.
17569         ($(objpfx)run-conformtest.out): Remove target.
17570         (test-xfail-ISO11/complex.h/conform): New variable.
17571         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17572         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17573         (test-xfail-XPG3/varargs.h/conform): Likewise.
17574         (test-xfail-XPG4/varargs.h/conform): Likewise.
17575         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17576         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17577         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17578         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17579         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17580         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17581         (test-xfail-XPG3/ftw.h/conform): Likewise.
17582         (test-xfail-XPG3/grp.h/conform): Likewise.
17583         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17584         (test-xfail-XPG3/limits.h/conform): Likewise.
17585         (test-xfail-XPG3/pwd.h/conform): Likewise.
17586         (test-xfail-XPG3/search.h/conform): Likewise.
17587         (test-xfail-XPG3/signal.h/conform): Likewise.
17588         (test-xfail-XPG3/stdio.h/conform): Likewise.
17589         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17590         (test-xfail-XPG3/string.h/conform): Likewise.
17591         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17592         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17593         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17594         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17595         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17596         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17597         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17598         (test-xfail-XPG3/termios.h/conform): Likewise.
17599         (test-xfail-XPG3/time.h/conform): Likewise.
17600         (test-xfail-XPG3/unistd.h/conform): Likewise.
17601         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17602         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17603         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17604         (test-xfail-XPG4/netdb.h/conform): Likewise.
17605         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17606         (test-xfail-XPG4/signal.h/conform): Likewise.
17607         (test-xfail-XPG4/stdio.h/conform): Likewise.
17608         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17609         (test-xfail-XPG4/stropts.h/conform): Likewise.
17610         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17611         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17612         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17613         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17614         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17615         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17616         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17617         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17618         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17619         (test-xfail-XPG4/termios.h/conform): Likewise.
17620         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17621         (test-xfail-XPG4/unistd.h/conform): Likewise.
17622         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17623         (test-xfail-POSIX/sched.h/conform): Likewise.
17624         (test-xfail-POSIX/signal.h/conform): Likewise.
17625         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17626         (test-xfail-POSIX/tar.h/conform): Likewise.
17627         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17628         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17629         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17630         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17631         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17632         (test-xfail-UNIX98/sched.h/conform): Likewise.
17633         (test-xfail-UNIX98/signal.h/conform): Likewise.
17634         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17635         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17636         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17637         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17638         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17639         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17640         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17641         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17642         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17643         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17644         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17645         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17646         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17647         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17648         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17649         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17650         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17651         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17652         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17653         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17654         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17655         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17656         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17657         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17658         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17659         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17660         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17661         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17662         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17663         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17664         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17665         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17666         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17667         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17668         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17669         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17670         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17671         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17672         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17673         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17674         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17675         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17676         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17677         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17678         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17679         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17680         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17681         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17682         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17683         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17684         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17685         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17686         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17687         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17688         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17689         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17690         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17691         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17692         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17693         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17694         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17695         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17696         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17697         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17698         (conformtest-cc-flags): Likewise.
17699         ($(conformtest-header-tests): New target.
17700         * conform/check-header-lists.sh: New file.
17701         * conform/run-conformtest.sh: Remove.
17703         * conform/conformtest.pl: Allow ' and \ in values given for
17704         constants.
17705         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17706         inclusion.
17707         [POSIX] (sys/types.h): Likewise.
17708         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17709         inclusion.
17710         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17711         inclusion.
17712         * conform/data/signal.h-data (SIGIO): Remove expectation.
17713         [XPG3] (SIGBUS): Do not expect.
17714         [POSIX || XPG3] (SIGPOLL): Likewise.
17715         [POSIX || XPG3] (SIGPROF): Likewise.
17716         [POSIX || XPG3] (SIGSYS): Likewise.
17717         [XPG3] (SIGTRAP): Likewise.
17718         [POSIX || XPG3] (SIGURG): Likewise.
17719         [POSIX || XPG3] (SIGVTALRM): Likewise.
17720         [POSIX || XPG3] (SIGXCPU): Likewise.
17721         [POSIX || XPG3] (SIGXFSZ): Likewise.
17722         [POSIX] (SA_SIGINFO): Expect.
17723         [XPG3] (siginfo_t): Do not expect type or contents.
17724         [POSIX] (si_pid): Do not expect element.
17725         [POSIX] (si_uid): Likewise.
17726         [POSIX] (si_addr): Likewise.
17727         [POSIX] (si_status): Likewise.
17728         [POSIX] (si_band): Likewise.
17729         [XPG4] (si_value): Likewise.
17730         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17731         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17732         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17733         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17734         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17735         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17736         [POSIX || XPG3] (ILL_COPROC): Likewise.
17737         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17738         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17739         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17740         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17741         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17742         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17743         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17744         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17745         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17746         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17747         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17748         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17749         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17750         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17751         [POSIX || XPG3] (CLD_EXITED): Likewise.
17752         [POSIX || XPG3] (CLD_KILLED): Likewise.
17753         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17754         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17755         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17756         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17757         [POSIX || XPG3] (POLL_IN): Likewise.
17758         [POSIX || XPG3] (POLL_OUT): Likewise.
17759         [POSIX || XPG3] (POLL_MSG): Likewise.
17760         [POSIX || XPG3] (POLL_ERR): Likewise.
17761         [POSIX || XPG3] (POLL_PRI): Likewise.
17762         [POSIX || XPG3] (POLL_HUP): Likewise.
17763         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17764         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17765         (SIG*): Do not allow.
17766         [XPG3] (si_*): Likewise.
17767         [XPG3] (SI_*): Likewise.
17768         [XPG3 || XPG4] (sigev_*): Likewise.
17769         [XPG3 || XPG4] (SIGEV_*): Likewise.
17770         [XPG3 || XPG4] (sival_*): Likewise.
17771         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17772         [POSIX || XPG3] (BUS_*): Likewise.
17773         [POSIX || XPG3] (CLD_*): Likewise.
17774         [POSIX || XPG3] (FPE_*): Likewise.
17775         [POSIX || XPG3] (ILL_*): Likewise.
17776         [POSIX || XPG3] (POLL_*): Likewise.
17777         [POSIX || XPG3] (SEGV_*): Likewise.
17778         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17779         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17780         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17781         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17782         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17783         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17784         Specify type and value.
17785         (TVERSLEN): Likewise.
17786         (REGTYPE): Likewise.
17787         (AREGTYPE): Likewise.
17788         (LNKTYPE): Likewise.
17789         (SYMTYPE): Likewise.
17790         (CHRTYPE): Likewise.
17791         (BLKTYPE): Likewise.
17792         (DIRTYPE): Likewise.
17793         (FIFOTYPE): Likewise.
17794         (CONTTYPE): Likewise.
17795         (TSUID): Likewise.
17796         (TSGID): Likewise.
17797         (TSVTX): Likewise.
17798         (TUREAD): Likewise.
17799         (TUWRITE): Likewise.
17800         (TUEXEC): Likewise.
17801         (TGREAD): Likewise.
17802         (TGWRITE): Likewise.
17803         (TGEXEC): Likewise.
17804         (TOREAD): Likewise.
17805         (TOWRITE): Likewise.
17806         (TOEXEC): Likewise.
17807         [POSIX] (TSVTX): Expect constant.
17809 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17811         * Makefile (tests): Change dependencies to ....
17812         (tests-special): ... additions to this variable.
17813         (tests): Depend on $(tests-special).
17814         * Makerules (check-abi-list): New variable.
17815         (check-abi): Depend on $(check-abi-list).
17816         [$(subdir) = elf] (tests-special): Add
17817         $(objpfx)check-abi-libc.out.
17818         [$(build-shared) = yes && subdir] (tests-special): Add
17819         $(check-abi-list).
17820         [$(build-shared) = yes && subdir] (tests): Do not depend on
17821         check-abi.
17822         * Rules (tests): Depend on $(tests-special).
17823         (xtests): Depend on $(xtests-special).
17824         * catgets/Makefile (tests): Change dependencies to ....
17825         (tests-special): ... additions to this variable.
17826         * conform/Makefile (tests): Change dependencies to ....
17827         (tests-special): ... additions to this variable.
17828         * elf/Makefile (tests): Change dependencies to ....
17829         (tests-special): ... additions to this variable.
17830         * grp/Makefile (tests): Change dependencies to ....
17831         (tests-special): ... additions to this variable.
17832         * iconv/Makefile (xtests): Change dependencies to ....
17833         (xtests-special): ... additions to this variable.
17834         * iconvdata/Makefile (tests): Change dependencies to ....
17835         (tests-special): ... additions to this variable.
17836         * intl/Makefile (tests): Change dependencies to ....
17837         (tests-special): ... additions to this variable.  Also add
17838         $(objpfx)tst-gettext.out.
17839         * io/Makefile (tests): Change dependencies to ....
17840         (tests-special): ... additions to this variable.
17841         * libio/Makefile (tests): Change dependencies to ....
17842         (tests-special): ... additions to this variable.
17843         * malloc/Makefile (tests): Change dependencies to ....
17844         (tests-special): ... additions to this variable.
17845         * misc/Makefile (tests): Change dependencies to ....
17846         (tests-special): ... additions to this variable.
17847         * nptl/Makefile (tests): Change dependencies to ....
17848         (tests-special): ... additions to this variable.
17849         * nptl_db/Makefile (tests): Change dependencies to ....
17850         (tests-special): ... additions to this variable.
17851         * posix/Makefile (tests): Change dependencies to ....
17852         (tests-special): ... additions to this variable.
17853         (xtests): Change dependencies to ....
17854         (xtests-special): ... additions to this variable.
17855         * resolv/Makefile (tests): Change dependencies to ....
17856         (tests-special): ... additions to this variable.
17857         (xtests): Change dependencies to ....
17858         (xtests-special): ... additions to this variable.
17859         * stdio-common/Makefile (tests): Change dependencies to ....
17860         (tests-special): ... additions to this variable.
17861         (do-tst-unbputc): Remove target.
17862         (do-tst-printf): Likewise.
17863         * stdlib/Makefile (tests): Change dependencies to ....
17864         (tests-special): ... additions to this variable.
17865         * string/Makefile (tests): Change dependencies to ....
17866         (tests-special): ... additions to this variable.
17867         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17868         (tests-special): ... additions to this variable.
17870         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17871         whole file.
17872         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17873         whole file.
17874         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17875         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17877         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17878         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17879         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17880         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17881         * conform/data/libgen.h-data [XPG3]: Likewise.
17882         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17883         * conform/data/ndbm.h-data [XPG3]: Likewise.
17884         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17885         * conform/data/netdb.h-data [XPG3]: Likewise.
17886         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17887         * conform/data/poll.h-data [XPG3]: Likewise.
17888         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17889         * conform/data/strings.h-data [XPG3]: Likewise.
17890         * conform/data/stropts.h-data [XPG3]: Likewise.
17891         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17892         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17893         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17894         Likewise.
17895         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17896         * conform/data/sys/time.h-data [XPG3]: Likewise.
17897         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17898         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17899         * conform/data/sys/un.h-data [XPG3]: Likewise.
17900         * conform/data/syslog.h-data [XPG3]: Likewise.
17901         * conform/data/ucontext.h-data [XPG3]: Likewise.
17902         * conform/data/utmpx.h-data [XPG3]: Likewise.
17903         * conform/data/varargs.h-data [UNIX98]: Enable file.
17905         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17907         * math/libm-test.inc (struct test_f_f_data): Move expected results
17908         into structure for each rounding mode.
17909         (struct test_ff_f_data): Likewise.
17910         (struct test_ff_f_data_nexttoward): Likewise.
17911         (struct test_fi_f_data): Likewise.
17912         (struct test_fl_f_data): Likewise.
17913         (struct test_if_f_data): Likewise.
17914         (struct test_fff_f_data): Likewise.
17915         (struct test_c_f_data): Likewise.
17916         (struct test_f_f1_data): Likewise.
17917         (struct test_fF_f1_data): Likewise.
17918         (struct test_ffI_f1_data): Likewise.
17919         (struct test_c_c_data): Likewise.
17920         (struct test_cc_c_data): Likewise.
17921         (struct test_f_i_data): Likewise.
17922         (struct test_ff_i_data): Likewise.
17923         (struct test_f_l_data): Likewise.
17924         (struct test_f_L_data): Likewise.
17925         (struct test_fFF_11_data): Likewise.
17926         (RM_): New macro.
17927         (RM_FE_DOWNWARD): Likewise.
17928         (RM_FE_TONEAREST): Likewise.
17929         (RM_FE_TOWARDZERO): Likewise.
17930         (RM_FE_UPWARD): Likewise.
17931         (RUN_TEST_LOOP_f_f): Update references to expected results.
17932         (RUN_TEST_LOOP_2_f): Likewise.
17933         (RUN_TEST_LOOP_fff_f): Likewise.
17934         (RUN_TEST_LOOP_c_f): Likewise.
17935         (RUN_TEST_LOOP_f_f1): Likewise.
17936         (RUN_TEST_LOOP_fF_f1): Likewise.
17937         (RUN_TEST_LOOP_fI_f1): Likewise.
17938         (RUN_TEST_LOOP_ffI_f1): Likewise.
17939         (RUN_TEST_LOOP_c_c): Likewise.
17940         (RUN_TEST_LOOP_cc_c): Likewise.
17941         (RUN_TEST_LOOP_f_i): Likewise.
17942         (RUN_TEST_LOOP_f_i_tg): Likewise.
17943         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17944         (RUN_TEST_LOOP_f_b): Likewise.
17945         (RUN_TEST_LOOP_f_b_tg): Likewise.
17946         (RUN_TEST_LOOP_f_l): Likewise.
17947         (RUN_TEST_LOOP_f_L): Likewise.
17948         (RUN_TEST_LOOP_fFF_11): Likewise.
17949         * math/gen-libm-test.pl (parse_args): Output four copies of
17950         expected results for each test.
17952         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17953         (__ASSUME_UTIMES): Remove.
17954         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17955         (__ASSUME_UTIMES): Likewise.
17957         * math/gen-auto-libm-tests.c: Update comment on output format.
17958         (output_for_one_input_case): Generate before-rounding and
17959         after-rounding information as conditions on output flags not
17960         floating-point format.
17961         * math/auto-libm-test-out: Regenerated.
17962         * math/gen-libm-test.pl (cond_value): New function.
17963         (or_cond_value): Use cond_value.
17964         (generate_testfile): Handle conditional exceptions.
17966 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17968         * math/libm-test.inc (max_valid_error): New variable.
17969         (init_max_error): Take new argument specifying whether function
17970         results are exactly determined.  Set max_valid_error and bound
17971         other variables for errors based on this argument.
17972         (set_max_error): Do not record results above max_valid_error.
17973         (check_float_internal): Only accept errors of up to 0.5ulps if
17974         also at most max_valid_error.
17975         (START): Take new argument EXACT and pass it to init_max_error.
17976         (acos_test): Update call to START.
17977         (acos_test_tonearest): Likewise.
17978         (acos_test_towardzero): Likewise.
17979         (acos_test_downward): Likewise.
17980         (acos_test_upward): Likewise.
17981         (acosh_test): Likewise.
17982         (asin_test): Likewise.
17983         (asin_test_tonearest): Likewise.
17984         (asin_test_towardzero): Likewise.
17985         (asin_test_downward): Likewise.
17986         (asin_test_upward): Likewise.
17987         (asinh_test): Likewise.
17988         (atan_test): Likewise.
17989         (atanh_test): Likewise.
17990         (atan2_test): Likewise.
17991         (cabs_test): Likewise.
17992         (cacos_test): Likewise.
17993         (cacosh_test): Likewise.
17994         (carg_test): Likewise.
17995         (casin_test): Likewise.
17996         (casinh_test): Likewise.
17997         (catan_test): Likewise.
17998         (catanh_test): Likewise.
17999         (cbrt_test): Likewise.
18000         (ccos_test): Likewise.
18001         (ccosh_test): Likewise.
18002         (ceil_test): Likewise.
18003         (cexp_test): Likewise.
18004         (cimag_test): Likewise.
18005         (clog_test): Likewise.
18006         (clog10_test): Likewise.
18007         (conj_test): Likewise.
18008         (copysign_test): Likewise.
18009         (cos_test): Likewise.
18010         (cos_test_tonearest): Likewise.
18011         (cos_test_towardzero): Likewise.
18012         (cos_test_downward): Likewise.
18013         (cos_test_upward): Likewise.
18014         (cosh_test): Likewise.
18015         (cosh_test_tonearest): Likewise.
18016         (cosh_test_towardzero): Likewise.
18017         (cosh_test_downward): Likewise.
18018         (cosh_test_upward): Likewise.
18019         (cpow_test): Likewise.
18020         (cproj_test): Likewise.
18021         (creal_test): Likewise.
18022         (csin_test): Likewise.
18023         (csinh_test): Likewise.
18024         (csqrt_test): Likewise.
18025         (ctan_test): Likewise.
18026         (ctan_test_tonearest): Likewise.
18027         (ctan_test_towardzero): Likewise.
18028         (ctan_test_downward): Likewise.
18029         (ctan_test_upward): Likewise.
18030         (ctanh_test): Likewise.
18031         (ctanh_test_tonearest): Likewise.
18032         (ctanh_test_towardzero): Likewise.
18033         (ctanh_test_downward): Likewise.
18034         (ctanh_test_upward): Likewise.
18035         (erf_test): Likewise.
18036         (erfc_test): Likewise.
18037         (exp_test): Likewise.
18038         (exp_test_tonearest): Likewise.
18039         (exp_test_towardzero): Likewise.
18040         (exp_test_downward): Likewise.
18041         (exp_test_upward): Likewise.
18042         (exp10_test): Likewise.
18043         (exp10_test_tonearest): Likewise.
18044         (exp10_test_towardzero): Likewise.
18045         (exp10_test_downward): Likewise.
18046         (exp10_test_upward): Likewise.
18047         (pow10_test): Likewise.
18048         (exp2_test): Likewise.
18049         (expm1_test): Likewise.
18050         (expm1_test_tonearest): Likewise.
18051         (expm1_test_towardzero): Likewise.
18052         (expm1_test_downward): Likewise.
18053         (expm1_test_upward): Likewise.
18054         (fabs_test): Likewise.
18055         (fdim_test): Likewise.
18056         (floor_test): Likewise.
18057         (fma_test): Likewise.
18058         (fma_test_towardzero): Likewise.
18059         (fma_test_downward): Likewise.
18060         (fma_test_upward): Likewise.
18061         (fmax_test): Likewise.
18062         (fmin_test): Likewise.
18063         (fmod_test): Likewise.
18064         (fpclassify_test): Likewise.
18065         (frexp_test): Likewise.
18066         (hypot_test): Likewise.
18067         (ilogb_test): Likewise.
18068         (isfinite_test): Likewise.
18069         (finite_test): Likewise.
18070         (isgreater_test): Likewise.
18071         (isgreaterequal_test): Likewise.
18072         (isinf_test): Likewise.
18073         (isless_test): Likewise.
18074         (islessequal_test): Likewise.
18075         (islessgreater_test): Likewise.
18076         (isnan_test): Likewise.
18077         (isnormal_test): Likewise.
18078         (issignaling_test): Likewise.
18079         (isunordered_test): Likewise.
18080         (j0_test): Likewise.
18081         (j1_test): Likewise.
18082         (jn_test): Likewise.
18083         (ldexp_test): Likewise.
18084         (lgamma_test): Likewise.
18085         (gamma_test): Likewise.
18086         (lrint_test): Likewise.
18087         (lrint_test_tonearest): Likewise.
18088         (lrint_test_towardzero): Likewise.
18089         (lrint_test_downward): Likewise.
18090         (lrint_test_upward): Likewise.
18091         (llrint_test): Likewise.
18092         (llrint_test_tonearest): Likewise.
18093         (llrint_test_towardzero): Likewise.
18094         (llrint_test_downward): Likewise.
18095         (llrint_test_upward): Likewise.
18096         (log_test): Likewise.
18097         (log10_test): Likewise.
18098         (log1p_test): Likewise.
18099         (log2_test): Likewise.
18100         (logb_test): Likewise.
18101         (logb_test_downward): Likewise.
18102         (lround_test): Likewise.
18103         (llround_test): Likewise.
18104         (modf_test): Likewise.
18105         (nearbyint_test): Likewise.
18106         (nextafter_test): Likewise.
18107         (nexttoward_test): Likewise.
18108         (pow_test): Likewise.
18109         (pow_test_tonearest): Likewise.
18110         (pow_test_towardzero): Likewise.
18111         (pow_test_downward): Likewise.
18112         (pow_test_upward): Likewise.
18113         (remainder_test): Likewise.
18114         (drem_test): Likewise.
18115         (remainder_test_tonearest): Likewise.
18116         (drem_test_tonearest): Likewise.
18117         (remainder_test_towardzero): Likewise.
18118         (drem_test_towardzero): Likewise.
18119         (remainder_test_downward): Likewise.
18120         (drem_test_downward): Likewise.
18121         (remainder_test_upward): Likewise.
18122         (drem_test_upward): Likewise.
18123         (remquo_test): Likewise.
18124         (rint_test): Likewise.
18125         (rint_test_tonearest): Likewise.
18126         (rint_test_towardzero): Likewise.
18127         (rint_test_downward): Likewise.
18128         (rint_test_upward): Likewise.
18129         (round_test): Likewise.
18130         (scalb_test): Likewise.
18131         (scalbn_test): Likewise.
18132         (scalbln_test): Likewise.
18133         (signbit_test): Likewise.
18134         (sin_test): Likewise.
18135         (sin_test_tonearest): Likewise.
18136         (sin_test_towardzero): Likewise.
18137         (sin_test_downward): Likewise.
18138         (sin_test_upward): Likewise.
18139         (sincos_test): Likewise.
18140         (sinh_test): Likewise.
18141         (sinh_test_tonearest): Likewise.
18142         (sinh_test_towardzero): Likewise.
18143         (sinh_test_downward): Likewise.
18144         (sinh_test_upward): Likewise.
18145         (sqrt_test): Likewise.
18146         (sqrt_test_tonearest): Likewise.
18147         (sqrt_test_towardzero): Likewise.
18148         (sqrt_test_downward): Likewise.
18149         (sqrt_test_upward): Likewise.
18150         (tan_test): Likewise.
18151         (tan_test_tonearest): Likewise.
18152         (tan_test_towardzero): Likewise.
18153         (tan_test_downward): Likewise.
18154         (tan_test_upward): Likewise.
18155         (tanh_test): Likewise.
18156         (tgamma_test): Likewise.
18157         (trunc_test): Likewise.
18158         (y0_test): Likewise.
18159         (y1_test): Likewise.
18160         (yn_test): Likewise.
18161         (significand_test): Likewise.
18163         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
18164         individual tests in comment.
18165         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
18166         (prev_max_error): New variable.
18167         (prev_real_max_error): Likewise.
18168         (prev_imag_max_error): Likewise.
18169         (compare_ulp_data): Don't refer to test names in comment.
18170         (find_test_ulps): Remove function.
18171         (find_function_ulps): Likewise.
18172         (find_complex_function_ulps): Likewise.
18173         (init_max_error): Take function name as argument.  Look up ulps
18174         for that function.
18175         (print_ulps): Remove function.
18176         (print_max_error): Use prev_max_error instead of calling
18177         find_function_ulps.
18178         (print_complex_max_error): Use prev_real_max_error and
18179         prev_imag_max_error instead of calling find_complex_function_ulps.
18180         (check_float_internal): Take max_ulp parameter instead of calling
18181         find_test_ulps.  Don't call print_ulps.
18182         (check_float): Update call to check_float_internal.
18183         (check_complex): Update calls to check_float_internal.
18184         (START): Pass argument to init_max_error.
18185         * math/gen-libm-test.pl (%results): Don't include "kind"
18186         information.
18187         (parse_ulps): Don't handle ulps of individual tests.
18188         (print_ulps_file): Likewise.
18189         (output_ulps): Likewise.
18190         * math/README.libm-test: Update.
18191         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18192         individual tests.
18193         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18194         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18195         * sysdeps/arm/libm-test-ulps: Likewise.
18196         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18197         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18198         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18199         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18200         * sysdeps/microblaze/libm-test-ulps: Likewise.
18201         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18202         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18203         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18204         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18205         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18206         * sysdeps/sh/libm-test-ulps: Likewise.
18207         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18208         * sysdeps/tile/libm-test-ulps: Likewise.
18209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18211 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
18213         * math/libm-test.inc (print_complex_max_error): Check separately
18214         whether real and imaginary errors are within allowed range and
18215         pass 0 to print_complex_function_ulps instead of value within
18216         allowed range.
18218 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18220         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18221         formatting.
18222         (get_handles_fopen): Likewise.
18223         (do_write_test): Likewise.
18225         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18227         * libio/fileops.c (do_ftell): Use cached offset when
18228         available.
18229         * libio/iofwide.c (do_ftell_wide): Likewise.
18230         * libio/iofdopen.c (_IO_new_fdopen): Don't use
18231         _IO_file_attach.
18232         * libio/wfileops.c (_IO_fwide): Don't cache offset.
18234         [BZ #16532]
18235         * libio/libioP.h (get_file_offset): New function.
18236         * libio/fileops.c (get_file_offset): Likewise.
18237         (do_ftell): Likewise.
18238         (_IO_new_file_seekoff): Split out ftell logic.
18239         * libio/wfileops.c (do_ftell_wide): Likewise.
18240         (_IO_wfile_seekoff): Split out ftell logic.
18241         * libio/tst-ftell-active-handler.c: New test case.
18242         * libio/Makefile (tests): Add it.
18244 2014-03-03  Roland McGrath  <roland@hack.frob.com>
18246         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18247         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18249 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18251         [BZ #16639]
18252         * nscd/connections.c (nscd_init): Call do_exit.
18253         (start_threads): Call do_exit and notify_parent.
18254         (begin_drop_privileges): Call do_exit.
18255         (finish_drop_privileges): Likewise.
18256         * nscd/selinux.c (preserve_capabilities): Likewise.
18257         (install_real_capabilities): Likewise.
18258         (nscd_selinux_enabled): Likewise.
18259         (avc_create_thread): Likewise.
18260         (avc_alloc_lock): Likewise.
18261         (nscd_avc_init): Likewise.
18262         * nscd/nscd.c (parent_fd): New static variable.
18263         (main): Create a pipe between parent and child processes.
18264         Skip closing parent_fd.
18265         (monitor_child): New function.
18266         (do_exit): Likewise.
18267         (notify_parent): Likewise.
18268         * nscd/nscd.h (notify_parent): Likewise.
18269         (do_exit): Likewise.
18271 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18273         * malloc/malloc.c (__libc_calloc): Revert last change.
18275 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18277         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18279 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18281         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18282         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18283         implementation.
18284         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18285         (__libc_ifunc_impl_list): Likewise.
18286         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18287         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18288         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18289         * string/strrchr.c: Define STRRCHR.
18291 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18293         * benchtest/bench-strtok.c (simple_strtok): Delete.
18294         (strtok_string): Use as benchmark.
18295         * string/strtok (STRTOK): New macro.
18297 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18299         * manual/threads.texi: Add header and standard comments to all
18300         functions.
18302         * elf/dl-lookup.c (check_match): New function.
18303         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18304         (do_lookup_x): Remove nested function check_match. Use non-nested
18305         function check_match.
18307 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18309         * csu/Makefile (generated, before-compile): Use += rather than =.
18310         * catgets/Makefile (generated, generated-dirs): Likewise.
18311         * debug/Makefile (generated): Likewise.
18312         * dlfcn/Makefile (generated): Likewise.
18313         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18314         * iconvdata/Makefile (before-compile, generated): Likewise.
18315         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18316         * libio/Makefile (generated): Likewise.
18317         * malloc/Makefile (generated): Likewise.
18318         * manual/Makefile (generated, generated-dirs): Likewise.
18319         * misc/Makefile (generated): Likewise.
18320         * posix/Makefile (generated): Likewise.
18321         * resolv/Makefile (generated): Likewise.
18322         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18323         * timezone/Makefile (generated, generated-dirs): Likewise.
18325         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18327 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18329         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18330         power8 implementation.
18331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18332         file: POWER8 llround ifunc implementation.
18333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18334         (__lllround): Add POWER8 implementation.
18335         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18336         POWER8 llround implementation.
18338         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18339         power8 implementation.
18340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18341         file: POWER8 llrint ifunc implementation.
18342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18343         Add POWER8 implementation.
18344         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18345         POWER8 llrint implementation.
18347         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18348         power8 implementation.
18349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18350         file: POWER8 finite ifunc implementation.
18351         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18352         Add POWER8 implementation.
18353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18354         Likewise.
18355         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18356         POWER8 finite implementation.
18357         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18359         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18360         power8 implementation.
18361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18362         file: POWER8 isinf ifunc implementation.
18363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18364         POWER8 implementation.
18365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18366         Likewise.
18367         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18368         isinf implementation.
18369         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18371         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18372         (INIT_ARCH): Add hwcap2 initialization.
18373         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18374         power8 implementation.
18375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18376         file: POWER8 isnan ifunc implementation.
18377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18378         POWER8 implementation.
18379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18380         Likewise.
18381         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18382         isnan implementation.
18383         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18385 2014-02-27  Joey Ye  <joey.ye@arm.com>
18387         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18388         (_FP_NANFRAC_Q): Set to zero.
18390 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18392         [BZ #16623]
18393         * math/auto-libm-test-in: New test inputs.
18394         * math/auto-libm-test-out: Regenerate.
18395         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18396         and DA.
18397         (__cos): Likewise.
18398         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18400 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18402         * scripts/evaluate-test.sh: Take new argument indicating whether
18403         failure is expected.
18404         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18405         indicating whether failure is expected.
18406         * conform/Makefile (test-xfail-run-conformtest): New variable.
18407         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18408         level.
18409         * posix/Makefile (test-xfail-annexc): New variable.
18410         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18412 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18414         * argp/Makefile: Include Makeconfig immediately after defining
18415         subdir.
18416         * assert/Makefile: Likewise.
18417         * benchtests/Makefile: Likewise.
18418         * catgets/Makefile: Likewise.
18419         * conform/Makefile: Likewise.
18420         * crypt/Makefile: Likewise.
18421         * csu/Makefile: Likewise.
18422         (all): Remove target.
18423         * ctype/Makefile: Include Makeconfig immediately after defining
18424         subdir.
18425         * debug/Makefile: Likewise.
18426         * dirent/Makefile: Likewise.
18427         * dlfcn/Makefile: Likewise.
18428         * gmon/Makefile: Likewise.
18429         * gnulib/Makefile: Likewise.
18430         * grp/Makefile: Likewise.
18431         * gshadow/Makefile: Likewise.
18432         * hesiod/Makefile: Likewise.
18433         * hurd/Makefile: Likewise.
18434         (all): Remove target.
18435         * iconvdata/Makefile: Include Makeconfig immediately after
18436         defining subdir.
18437         * inet/Makefile: Likewise.
18438         * intl/Makefile: Likewise.
18439         * io/Makefile: Likewise.
18440         * libio/Makefile: Likewise.
18441         (all): Remove target.
18442         * locale/Makefile: Include Makeconfig immediately after defining
18443         subdir.
18444         * login/Makefile: Likewise.
18445         * mach/Makefile: Likewise.
18446         (all): Remove target.
18447         * malloc/Makefile: Include Makeconfig immediately after defining
18448         subdir.
18449         (all): Remove target.
18450         * manual/Makefile: Include Makeconfig immediately after defining
18451         subdir.
18452         * math/Makefile: Likewise.
18453         * misc/Makefile: Likewise.
18454         * nis/Makefile: Likewise.
18455         * nss/Makefile: Likewise.
18456         * po/Makefile: Likewise.
18457         (all): Remove target.
18458         * posix/Makefile: Include Makeconfig immediately after defining
18459         subdir.
18460         * pwd/Makefile: Likewise.
18461         * resolv/Makefile: Likewise.
18462         * resource/Makefile: Likewise.
18463         * rt/Makefile: Likewise.
18464         * setjmp/Makefile: Likewise.
18465         * shadow/Makefile: Likewise.
18466         * signal/Makefile: Likewise.
18467         * socket/Makefile: Likewise.
18468         * soft-fp/Makefile: Likewise.
18469         * stdio-common/Makefile: Likewise.
18470         * stdlib/Makefile: Likewise.
18471         * streams/Makefile: Likewise.
18472         * string/Makefile: Likewise.
18473         * sunrpc/Makefile: Likewise.
18474         (all): Remove target.
18475         * sysvipc/Makefile: Include Makeconfig immediately after defining
18476         subdir.
18477         * termios/Makefile: Likewise.
18478         * time/Makefile: Likewise.
18479         * timezone/Makefile: Likewise.
18480         (all): Remove target.
18481         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18482         subdir.
18483         * wctype/Makefile: Likewise.
18485 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18487         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18488         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18489         (libc_feholdexcept_setround_mips): Ditto.
18490         (libc_feholdsetround): New.
18491         (libc_feholdsetroundf): New.
18492         (libc_feholdsetroundl): New.
18493         (libc_feupdateenv_test_mips): New.
18494         (libc_feupdateenv_test): New.
18495         (libc_feupdateenv_testf): New.
18496         (libc_feupdateenv_testl): New.
18497         (libc_feresetround): New.
18498         (libc_feresetroundf): New.
18499         (libc_feresetroundl): New.
18500         (libc_fetestexcept_mips): New.
18501         (libc_fetestexcept): New.
18502         (libc_fetestexceptf): New.
18503         (libc_fetestexceptl): New.
18504         (HAVE_RM_CTX): New.
18505         (libc_feholdexcept_setround_mips_ctx): New.
18506         (libc_feholdexcept_setround_ctx): New.
18507         (libc_feholdexcept_setroundf_ctx): New.
18508         (libc_feholdexcept_setroundl_ctx): New.
18509         (libc_fesetenv_mips_ctx): New.
18510         (libc_fesetenv_ctx): New.
18511         (libc_fesetenv_ctxf): New.
18512         (libc_fesetenv_ctxl): New.
18513         (libc_feupdateenv_mips_ctx): New.
18514         (libc_feupdateenv_ctx): New.
18515         (libc_feupdateenvf_ctx): New.
18516         (libc_feupdateenvl_ctx): New.
18517         (libc_feholdsetround_mips_ctx): New.
18518         (libc_feholdsetround_ctx): New.
18519         (libc_feholdsetroundf_ctx): New.
18520         (libc_feholdsetroundl_ctx): New.
18521         (libc_feresetround_mips_ctx): New.
18522         (libc_feresetround_ctx): New.
18523         (libc_feresetroundf_ctx): New.
18524         (libc_feresetroundl_ctx): New.
18526 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18528         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18530         * manual/ipc.texi: New file.
18531         * manual/Makefile (chapters): Add ipc.
18532         * manual/job.texi: Add "Inter-Process Communication" to next.
18533         * manual/process.texi: Add "Inter-Process Communication" to prev.
18535 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18537         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18539 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18541         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18543         * manual/arith.texi: Fix spaces after sentences.
18544         * manual/charset.texi: Likewise.
18545         * manual/errno.texi: Likewise.
18546         * manual/install.texi: Likewise.
18547         * manual/llio.texi: Likewise.
18548         * manual/locale.texi: Likewise.
18549         * manual/maint.texi: Likewise.
18550         * manual/math.texi: Likewise.
18551         * manual/memory.texi: Likewise.
18552         * manual/message.texi: Likewise.
18553         * manual/probes.texi: Likewise.
18554         * manual/resource.texi: Likewise.
18555         * manual/signal.texi: Likewise.
18556         * manual/socket.texi: Likewise.
18557         * manual/stdio.texi: Likewise.
18558         * manual/string.texi: Likewise.
18559         * manual/time.texi: Likewise.
18560         * manual/users.texi: Likewise.
18562 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18564         [BZ #16632]
18565         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18566         _DEFAULT_SOURCE is defined.
18568 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18569             Carlos O'Donell  <carlos@redhat.com>
18571         [BZ #16613]
18572         * elf/dl-tls.c (_dl_count_modids): New function.
18573         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18574         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18575         audit library and increment generation counter.
18576         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18577         * elf/tst-audit9.c: New file.
18578         * elf/tst-auditmod9a.c: New file.
18579         * elf/tst-auditmod9b.c: New file.
18580         * elf/Makefile: Add rules to build and run tst-audit9.
18582 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18584         [BZ #15347]
18585         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18587 2014-02-25  Will Newton  <will.newton@linaro.org>
18589         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18590         (__longjmp): Restore sp and lr before restoring callee
18591         saved registers.  Add longjmp and longjmp_target
18592         SystemTap probe point.
18593         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18594         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18595         Define to zero to match jmpbuf layout.
18596         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18597         (__sigsetjmp): Save sp and lr before saving callee
18598         saved registers.  Add setjmp SystemTap probe point.
18600 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18602         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18604 2014-02-24  Andreas Schwab  <schwab@suse.de>
18606         [BZ #15804]
18607         * elf/pldd.c (wait_for_ptrace_stop): New function.
18608         (main): Call it after attaching.
18610 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18612         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18613         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18614         Versions files is now verboten.
18615         * hurd/Versions (libc: GLIBC_2.0):
18616         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18617         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18618         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18619         * mach/Versions: Likewise.
18621         * csu/Versions: Remove unused %include.
18622         * resolv/Versions: Likewise.
18624 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18626         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18627         ($(objpfx)check-local-headers.out): Likewise.
18628         ($(objpfx)begin-end-check.out): Likewise.
18629         * Makerules (check-abi-%.out): Likewise.
18630         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18631         ($(objpfx)test2.cat): Likewise.
18632         ($(objpfx)de/libc.cat): Likewise.
18633         ($(objpfx)test-gencat.out): Likewise.
18634         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18635         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18636         ($(objpfx)noload-mem): Likewise.
18637         ($(objpfx)tst-pathopt.out): Likewise.
18638         ($(objpfx)tst-rtld-load-self.out): Likewise.
18639         ($(objpfx)tst-array1-cmp.out): Likewise.
18640         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18641         ($(objpfx)tst-array2-cmp.out): Likewise.
18642         ($(objpfx)tst-array3-cmp.out): Likewise.
18643         ($(objpfx)tst-array4-cmp.out): Likewise.
18644         ($(objpfx)tst-array5-cmp.out): Likewise.
18645         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18646         ($(objpfx)check-textrel.out): Likewise.
18647         ($(objpfx)check-execstack.out): Likewise.
18648         ($(objpfx)check-localplt.out): Likewise.
18649         ($(objpfx)order2-cmp.out): Likewise.
18650         ($(objpfx)tst-leaks1-mem): Likewise.
18651         ($(objpfx)tst-leaks1-static-mem): Likewise.
18652         ($(objpfx)tst-initorder-cmp.out): Likewise.
18653         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18654         ($(objpfx)tst-unused-dep.out): Likewise.
18655         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18656         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18657         * iconv/Makefile (test-iconvconfig): Likewise.
18658         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18659         ($(objpfx)iconv-test.out): Likewise.
18660         ($(objpfx)tst-tables.out): Likewise.
18661         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18662         ($(objpfx)tst-gettext.out): Likewise.
18663         ($(objpfx)tst-translit.out): Likewise.
18664         ($(objpfx)tst-gettext2.out): Likewise.
18665         ($(objpfx)tst-gettext4.out): Likewise.
18666         ($(objpfx)tst-gettext6.out): Likewise.
18667         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18668         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18669         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18670         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18671         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18672         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18673         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18674         ($(objpfx)wordexp-tst.out): Likewise.
18675         ($(objpfx)annexc.out): Likewise.
18676         ($(objpfx)tst-fnmatch-mem): Likewise.
18677         ($(objpfx)bug-regex2-mem): Likewise.
18678         ($(objpfx)bug-regex14-mem): Likewise.
18679         ($(objpfx)bug-regex21-mem): Likewise.
18680         ($(objpfx)bug-regex31-mem): Likewise.
18681         ($(objpfx)tst-vfork3-mem): Likewise.
18682         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18683         ($(objpfx)tst-pcre-mem): Likewise.
18684         ($(objpfx)tst-boost-mem): Likewise.
18685         ($(objpfx)tst-getconf.out): Likewise.
18686         ($(objpfx)bug-ga2-mem): Likewise.
18687         ($(objpfx)bug-glob2-mem): Likewise.
18688         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18689         ($(objpfx)mtrace-tst-leaks2): Likewise.
18690         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18691         ($(objpfx)tst-printf.out): Likewise.
18692         ($(objpfx)tst-setvbuf1.out): Likewise.
18693         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18694         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18695         ($(objpfx)tst-fmtmsg.out): Likewise.
18696         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18697         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18699         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18700         * bits/sigaction.h [__USE_MISC]: Likewise.
18701         * bits/waitstatus.h: Update #endif comments.
18702         * ctype/ctype.h: Likewise.
18703         * dirent/dirent.h: Likewise.
18704         [__USE_MISC]: Remove redundant conditionals.
18705         * grp/grp.h: Update #endif comments.
18706         [__USE_GNU]: Remove redundant conditionals.
18707         [__USE_MISC]: Likewise.
18708         * inet/netinet/in.h [__USE_GNU]: Likewise.
18709         * io/sys/stat.h [__USE_MISC]: Likewise.
18710         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18711         * libio/bits/stdio.h: Update #endif comments.
18712         [__USE_MISC]: Remove redundant conditionals.
18713         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18714         * libio/stdio.h: Update #endif comments.
18715         [__USE_MISC]: Remove redundant conditionals.
18716         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18717         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18718         * math/math.h: Update #else and #endif comments.
18719         [__USE_MISC]: Remove redundant conditionals.
18720         * misc/sys/uio.h: Update #endif comments.
18721         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18722         * posix/glob.h [__USE_MISC]: Likewise.
18723         * posix/sys/types.h: Update #endif comments.
18724         [__USE_MISC]: Remove redundant conditionals.
18725         * posix/sys/wait.h: Update #endif comments.
18726         [__USE_MISC]: Remove redundant conditionals.
18727         * posix/unistd.h: Update #endif comments.
18728         [__USE_MISC]: Remove redundant conditionals.
18729         * pwd/pwd.h [__USE_GNU]: Likewise.
18730         [__USE_MISC]: Likewise.
18731         * resolv/netdb.h [__USE_GNU]: Likewise.
18732         * signal/signal.h: Update #endif comments.
18733         [__USE_MISC]: Remove redundant conditionals.
18734         * stdlib/stdlib.h: Update #else and #endif comments.
18735         [__USE_MISC]: Remove redundant conditionals.
18736         [__USE_GNU]: Likewise.
18737         * string/bits/string2.h [__USE_MISC]: Likewise.
18738         * string/string.h: Update #endif comments.
18739         [__USE_MISC]: Remove redundant conditionals.
18740         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18741         Likewise.
18742         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18743         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18744         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18745         Likewise.
18746         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18747         Likewise.
18748         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18749         comments.
18750         [__USE_MISC]: Remove redundant conditionals.
18751         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18752         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18753         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18754         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18755         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18756         Likewise.
18757         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18758         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18759         Likewise.
18760         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18761         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18762         Likewise.
18763         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18764         Likewise.
18765         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18766         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18767         Likewise.
18768         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18769         Likewise.
18770         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18771         * sysdeps/x86/bits/string.h: Update #endif comments.
18772         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18773         conditionals.
18774         * time/sys/time.h: Update #endif comments.
18775         * time/time.h: Likewise.
18776         [__USE_MISC]: Remove redundant conditionals.
18778 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18780         [BZ #16600]
18781         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18783 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18785         * Versions.def (librt): Add GLIBC_2.17.
18787 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18789         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18790         synonym for _SYS_AUXV_H to allow direct inclusion.
18791         * sysdeps/sparc/bits/hwcap.h: Likewise.
18792         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18793         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18794         * sysdeps/sparc/sysdep.h: Likewise.
18796 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18798         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18800 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18802         * benchtests/bench-strrchr.c: Print length instead of position.
18804 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18806         [BZ #16611]
18807         * sysdeps/unix/sysv/linux/kernel-features.h
18808         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18809         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18810         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18811         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18812         Likewise.
18813         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18814         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18815         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18816         (__ASSUME_SENDMMSG): Define instead of using previous
18817         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18818         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18819         (__ASSUME_SENDMMSG_SYSCALL): Define.
18820         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18821         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18822         Likewise.
18823         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18824         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18825         Likewise.
18826         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18827         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18828         Likewise.
18829         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18830         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18831         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18832         [__ASSUME_SENDMMSG]: Change conditionals to
18833         [__ASSUME_SENDMMSG_SOCKETCALL].
18834         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18835         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18836         Define.
18837         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18838         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18839         Likewise.
18840         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18841         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18842         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18843         [!__ASSUME_SENDMMSG]: Change conditional to
18844         [!__ASSUME_SENDMMSG_SOCKETCALL].
18845         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18846         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18847         Define.
18849         [BZ #16610]
18850         * sysdeps/unix/sysv/linux/kernel-features.h
18851         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18852         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18853         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18854         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18855         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18856         [__i386__ || __sparc__]
18857         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18858         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18859         (__ASSUME_RECVMMSG): Define instead of using previous
18860         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18861         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18862         (__ASSUME_RECVMMSG_SYSCALL): Define.
18863         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18864         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18865         Likewise.
18866         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18867         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18868         Likewise.
18869         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18870         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18871         Likewise.
18872         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18873         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18874         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18875         [__ASSUME_RECVMMSG]: Change condition to
18876         [__ASSUME_RECVMMSG_SOCKETCALL].
18877         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18878         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18879         Define.
18880         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18881         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18882         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18883         Likewise.
18884         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18885         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18886         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18887         [!__ASSUME_RECVMMSG]: Change condition to
18888         [!__ASSUME_RECVMMSG_SOCKETCALL].
18889         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18890         (__ASSUME_RECVMMSG_SYSCALL): Define.
18892         [BZ #16609]
18893         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18894         __powerpc__ || __s390__ || __sh__ || __sparc__]
18895         (__ASSUME_SOCKETCALL): Define.
18896         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18897         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18898         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18899         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18900         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18901         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18902         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18903         (__ASSUME_ACCEPT4): Define instead of using previous
18904         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18905         __powerpc__ || __sparc__ || __s390__)] condition.
18906         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18907         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18908         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18909         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18910         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18911         [!__ASSUME_ACCEPT4]: Change condition to
18912         [!__ASSUME_ACCEPT4_SOCKETCALL].
18913         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18914         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18915         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18916         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18917         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18918         __ASSUME_ACCEPT4_SYSCALL.
18919         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18920         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18921         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18922         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18923         __ASSUME_ACCEPT4_SYSCALL.
18924         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18925         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18926         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18927         [__ASSUME_ACCEPT4]: Change condition to
18928         [__ASSUME_ACCEPT4_SOCKETCALL].
18929         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18930         (__ASSUME_SOCKETCALL): Define.
18931         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18932         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18933         (__ASSUME_SOCKETCALL): Define.
18934         (__ASSUME_ACCEPT4): Remove.
18935         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18936         Define.
18937         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18938         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18939         Likewise.
18940         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18941         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18943         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18944         macro.
18945         (HWCAP_ARM_LPAE): Likewise.
18946         (HWCAP_ARM_EVTSTRM): Likewise.
18947         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18948         Add vpfd32, lpae and evtstrm.
18949         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18950         Increase to 22.
18952 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18954         * math/auto-libm-test-in: Add tests of clog10.
18955         * math/auto-libm-test-out: Regenerated.
18956         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18957         * sysdeps/i386/fpu/libm-test-ulps: Update.
18958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18960 2014-02-18  Andreas Schwab  <schwab@suse.de>
18962         [BZ #16574]
18963         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18964         Store non-zero if the second buffer was newly allocated.
18965         (send_dg): Likewise.
18966         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18967         to send_vc and send_dg.
18968         (res_nsend): Pass NULL for ansp2_malloced.
18969         * resolv/res_query.c (__libc_res_nquery): Add parameter
18970         answerp2_malloced and pass it down to __libc_res_nsend.
18971         (res_nquery): Pass additional NULL to __libc_res_nquery.
18972         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18973         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18974         second answer buffer if answerp2_malloced was set.
18975         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18976         (__libc_res_nquerydomain): Add parameter
18977         answerp2_malloced and pass it down to __libc_res_nquery.
18978         (res_nquerydomain): Pass additional NULL to
18979         __libc_res_nquerydomain.
18980         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18981         additional NULL to __libc_res_nsend and __libc_res_nquery.
18982         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18983         additional NULL to __libc_res_nsearch.
18984         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18985         parameter of __libc_res_nsearch to check for separately allocated
18986         second buffer.
18987         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18988         __libc_res_nquery.
18989         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18990         additional NULL to __libc_res_nquery.
18991         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18992         __libc_res_nsearch.
18993         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18994         * include/resolv.h: Update prototypes of __libc_res_nquery,
18995         __libc_res_nsearch, __libc_res_nsend.
18997 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18999         * math/auto-libm-test-in: Add tests of fma.
19000         * math/auto-libm-test-out: Regenerated.
19001         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
19002         (fma_towardzero_test_data): Likewise.
19003         (fma_downward_test_data): Likewise.
19004         (fma_upward_test_data): Likewise.
19005         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
19006         mpc_mode.
19007         (rounding_modes): Add values for new field.
19008         (func_calc_method): Add value mpfr_fff_f.
19009         (func_calc_desc): Add mpfr_fff_f union field.
19010         (test_function): Add field exact_args.
19011         (FUNC): Add macro argument EXACT_ARGS.
19012         (FUNC_mpfr_f_f): Update call to FUNC.
19013         (FUNC_mpfr_f_f): Likewise.
19014         (FUNC_mpfr_ff_f): Likewise.
19015         (FUNC_mpfr_if_f): Likewise.
19016         (FUNC_mpc_c_f): Likewise.
19017         (FUNC_mpc_c_c): Likewise.
19018         (test_functions): Add fma.  Update calls to FUNC.
19019         (handle_input_arg): Add argument exact_args.
19020         (add_test): Update call to handle_input_arg.
19021         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
19022         (output_for_one_input_case): Update call to calc_generic_results.
19023         Recalculate exact zero results in each rounding mode.
19025         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
19026         non-negative before setting low bit.
19027         * math/auto-libm-test-in: Mark one asin test possibly having
19028         spurious underflow.
19029         * math/auto-libm-test-out: Regenerated.
19030         * sysdeps/i386/fpu/libm-test-ulps: Update.
19031         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19033 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
19035         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
19036         * sysdeps/unix/sysv/linux/microblaze: Move directory from
19037         ports/sysdeps/unix/sysv/linux/microblaze.
19038         * README: Add missing listing for microblaze*-*-linux-gnu.
19040 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
19042         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
19043         duplicate code
19045 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
19047         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
19048         * sysdeps/unix/sysv/linux/ia64: Move directory from
19049         ports/sysdeps/unix/sysv/linux/ia64.
19050         * README: Update listing for ia64-*-linux-gnu.
19052 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
19053             Joseph Myers  <joseph@codesourcery.com>
19055         * Makeconfig (test-name): New variable.
19056         (evaluate-test): Likewise.
19057         * Makerules (do-test-clean): Remove .test-result files.
19058         (common-mostlyclean): Likewise.
19059         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
19060         * scripts/evaluate-test.sh: New file.
19062 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
19064         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
19065         separate $(objpfx)tst-fopenloc-cmp.out and
19066         $(objpfx)tst-fopenloc-mem.out targets.
19067         (tests): Update dependencies.
19068         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19069         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19070         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19071         (tst-rxspencer-no-utf8-ARGS): New variable.
19072         (tst-rxspencer-no-utf8-ENV): Likewise.
19073         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19074         instead of $(objpfx)tst-rxspencer-mem.
19075         ($(objpfx)tst-rxspencer-mem): Change target to
19076         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
19077         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19078         * posix/tst-rxspencer-no-utf8.c: New file.
19080         * elf/Makefile ($(objpfx)order.out): Remove rule.
19081         [$(run-built-tests) = yes] (tests): Depend on
19082         $(objpfx)order-cmp.out.
19083         ($(objpfx)order-cmp.out): New rule.
19084         [$(run-built-tests) = yes] (tests): Depend on
19085         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
19086         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
19087         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
19088         $(objpfx)tst-array5-static-cmp.out.
19089         ($(objpfx)tst-array1.out): Remove rule.
19090         ($(objpfx)tst-array1-cmp.out): New rule.
19091         ($(objpfx)tst-array1-static.out): Remove rule.
19092         ($(objpfx)tst-array1-static-cmp.out): New rule.
19093         ($(objpfx)tst-array2.out): Remove rule.
19094         ($(objpfx)tst-array2-cmp.out): New rule.
19095         ($(objpfx)tst-array3.out): Remove rule.
19096         ($(objpfx)tst-array3-cmp.out): New rule.
19097         ($(objpfx)tst-array4.out): Remove rule.
19098         ($(objpfx)tst-array4-cmp.out): New rule.
19099         ($(objpfx)tst-array5.out): Remove rule.
19100         ($(objpfx)tst-array5-cmp.out): New rule.
19101         ($(objpfx)tst-array5-static.out): Remove rule.
19102         ($(objpfx)tst-array5-static-cmp.out): New rule.
19103         [$(run-built-tests) = yes] (tests): Depend on
19104         $(objpfx)order2-cmp.out.
19105         ($(objpfx)order2.out): Remove rule.
19106         ($(objpfx)order2-cmp.out): New rule.
19107         ($(objpfx)tst-initorder.out): Remove rule.
19108         [$(run-built-tests) = yes] (tests): Depend on
19109         $(objpfx)tst-initorder-cmp.out.
19110         ($(objpfx)tst-initorder-cmp.out): New rule.
19111         ($(objpfx)tst-initorder2.out): Remove rule.
19112         [$(run-built-tests) = yes] (tests): Depend on
19113         $(objpfx)tst-initorder2-cmp.out.
19114         ($(objpfx)tst-initorder2-cmp.out): New rule.
19115         [$(run-built-tests) = yes] (tests): Depend on
19116         $(objpfx)tst-unused-dep-cmp.out.
19117         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
19118         ($(objpfx)tst-unused-dep-cmp.out): New rule.
19119         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
19120         on $(objpfx)tst-setvbuf1-cmp.out.
19121         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
19122         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
19123         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
19124         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
19125         ($(objpfx)tst-svc.out): Remove rule.
19126         ($(objpfx)tst-svc-cmp.out): New rule.
19128 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
19130         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
19131         * ctype/ctype.h [__USE_MISC]: Likewise.
19132         * dirent/dirent.h [__USE_MISC]: Likewise.
19133         * grp/grp.h [__USE_MISC]: Likewise.
19134         * io/fcntl.h [__USE_MISC]: Likewise.
19135         * io/sys/stat.h [__USE_MISC]: Likewise.
19136         * libio/stdio.h [__USE_MISC]: Likewise.
19137         * posix/unistd.h [__USE_MISC]: Likewise.
19138         * pwd/pwd.h [__USE_MISC]: Likewise.
19139         * stdlib.h [__USE_MISC]: Likewise.
19140         * string/bits/string2.h [__USE_MISC]: Likewise.
19141         * string/string.h [__USE_MISC]: Likewise.
19142         * time/time.h [__USE_MISC]: Likewise.
19144 2014-02-13  Andreas Schwab  <schwab@suse.de>
19146         [BZ #16574]
19147         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
19148         second answer buffer if it was separately allocated.
19150 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
19152         * sysdeps/mips/math-tests.h: Include <features.h>.
19153         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19154         (ROUNDING_TESTS_long_double): Do not define.
19155         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19156         (EXCEPTION_TESTS_long_double): Likewise.
19157         * sysdeps/mips/mips64/libm-test-ulps: Update.
19159         * include/features.h (__USE_BSD): Remove macro definitions.
19160         (__USE_SVID): Likewise.
19161         (_BSD_SOURCE): Likewise.
19162         (_SVID_SOURCE): Likewise.
19163         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
19164         from definition of _DEFAULT_SOURCE.
19165         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
19166         [_DEFAULT_SOURCE].
19167         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
19168         * bits/mman.h [__USE_BSD]: Likewise.
19169         * bits/termios.h [__USE_BSD]: Likewise.
19170         * bits/waitstatus.h [__USE_BSD]: Likewise.
19171         * ctype/ctype.h [__USE_SVID]: Likewise.
19172         * dirent/dirent.h [__USE_BSD]: Likewise.
19173         * grp/grp.h [__USE_SVID]: Likewise.
19174         [__USE_BSD]: Likewise.
19175         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
19176         * io/fcntl.h [__USE_BSD]: Likewise.
19177         * io/ftw.h [__USE_BSD]: Likewise.
19178         * io/sys/stat.h [__USE_BSD]: Likewise.
19179         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
19180         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
19181         * libio/stdio.h [__USE_SVID]: Likewise.
19182         [__USE_BSD]: Likewise.
19183         * math/math.h [__USE_SVID]: Likewise.
19184         [__USE_BSD]: Likewise.
19185         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19186         * misc/bits/syslog.h [__USE_BSD]: Likewise.
19187         * misc/search.h [__USE_SVID]: Likewise.
19188         * misc/sys/mman.h [__USE_BSD]: Likewise.
19189         * misc/sys/syslog.h [__USE_BSD]: Likewise.
19190         * misc/sys/uio.h [__USE_BSD]: Likewise.
19191         * posix/bits/unistd.h [__USE_BSD]: Likewise.
19192         * posix/glob.h [__USE_BSD]: Likewise.
19193         * posix/regex.h [__USE_BSD]: Likewise.
19194         * posix/sys/types.h [__USE_BSD]: Likewise.
19195         [__USE_SVID]: Likewise.
19196         * posix/sys/utsname.h [__USE_SVID]: Likewise.
19197         * posix/sys/wait.h [__USE_BSD]: Likewise.
19198         [__USE_SVID]: Likewise.
19199         * posix/unistd.h [__USE_BSD]: Likewise.
19200         [__USE_SVID]: Likewise.
19201         * pwd/pwd.h [__USE_SVID]: Likewise.
19202         * resolv/netdb.h [__USE_BSD]: Likewise.
19203         * setjmp/setjmp.h [__USE_BSD]: Likewise.
19204         * signal/signal.h [__USE_BSD]: Likewise.
19205         [__USE_SVID]: Likewise.
19206         * socket/sys/socket.h [__USE_BSD]: Likewise.
19207         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19208         * stdlib/stdlib.h [__USE_BSD]: Likewise.
19209         [__USE_SVID]: Likewise.
19210         * string/bits/string2.h [__USE_BSD]: Likewise.
19211         [__USE_SVID]: Likewise.
19212         * string/bits/string3.h [__USE_BSD]: Likewise.
19213         * string/endian.h [__USE_BSD]: Likewise.
19214         * string/string.h [__USE_SVID]: Likewise.
19215         [__USE_BSD]: Likewise.
19216         * string/strings.h [__USE_BSD]: Likewise.
19217         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19218         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19219         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19220         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19221         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19222         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19223         Likewise.
19224         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19225         Likewise.
19226         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19227         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19228         Likewise.
19229         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19230         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19231         Likewise.
19232         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19233         Likewise.
19234         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19235         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19236         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19237         Likewise.
19238         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19239         Likewise.
19240         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19241         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19242         * termios/termios.h [__USE_BSD]: Likewise.
19243         * time/sys/time.h [__USE_BSD]: Likewise.
19244         * time/time.h [__USE_BSD]: Likewise.
19245         [__USE_SVID]: Likewise.
19247         * Makefile (subdir_targets): Remove subdir_lint.out.
19249         * stdio-common/Makefile (do-tst-unbputc): Remove target.
19250         (do-tst-printf): Likewise.
19251         (tests): Depend directly on $(objpfx)tst-unbputc.out and
19252         $(objpfx)tst-printf.out.
19254         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19256         * Makerules (check-abi-%): Change target to
19257         $(objpfx)check-abi-%.out.
19258         (check-abi target): Update dependencies.
19259         (check-abi-pattern variable): Redirect output of diff to $@.
19260         (check-abi variable): Likewise.
19261         * elf/Makefile (check-abi): Update dependencies.
19263         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19264         unused.
19265         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19266         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19267         subnormal range.
19268         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19269         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19270         value has largest subnormal exponent.
19271         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19272         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19273         * sysdeps/aarch64/soft-fp/sfp-machine.h
19274         (_FP_TININESS_AFTER_ROUNDING): New macro.
19275         * sysdeps/alpha/soft-fp/sfp-machine.h
19276         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19277         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19278         Likewise.
19279         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19280         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19281         * sysdeps/mips/soft-fp/sfp-machine.h
19282         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19283         * sysdeps/powerpc/soft-fp/sfp-machine.h
19284         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19285         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19286         Likewise.
19287         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19288         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19289         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19290         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19291         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19292         Likewise.
19294 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19296         [BZ #16545]
19297         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19298         model 1.
19300 2014-02-12  Richard Henderson  <rth@redhat.com>
19302         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19303         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19304         * sysdeps/unix/sysv/linux/alpha: Move directory from
19305         ports/sysdeps/unix/sysv/linux/alpha.
19306         * README: Update listing for alpha-*-linux-gnu.
19308 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19310         * include/features.h: Update comment documenting feature test
19311         macros.
19312         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19313         _DEFAULT_SOURCE.
19314         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19315         (_SVID_SOURCE): Likewise.
19316         (_DEFAULT_SOURCE): Update description of default features.
19317         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19318         with _GNU_SOURCE.
19319         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19320         (S_ISVTX): Likewise.
19321         * manual/math.texi (Mathematical Constants): Likewise.
19322         * manual/signal.texi (Interrupted Primitives): Likewise.
19323         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19324         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19325         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19326         Don't refer to _SVID_SOURCE in warning text.
19328         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19330         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19331         already defined.
19332         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19333         * sysdeps/mips/dl-lookup.c: Remove.
19334         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19336 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19338         [BZ #16447]
19339         * math/auto-libm-test-in: Add testcase for expl.
19340         * math/auto-libm-test-out: Regenerate.
19341         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19342         calculation of unsafe.
19343         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19345 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19347         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19348         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19349         ports/sysdeps/unix/sysv/linux/aarch64.
19350         * README: Update listing for aarch64*-*-linux-gnu.
19352 2014-02-11  Will Newton  <will.newton@linaro.org>
19354         * manual/probes.texi (Mathematical Function Probes): Use
19355         "triggered" instead of "hit".
19357         * manual/probes.texi (Internal Probes): Add documentation
19358         of setjmp, longjmp and longjmp_target probes.
19360         * include/stap-probe.h: Add comment about probe argument
19361         format.
19363         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19364         definition.  (tr_where, tr_freehook, tr_mallochook,
19365         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19367 2014-02-11  David S. Miller  <davem@davemloft.net>
19369         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19370         processing int_tests.
19372 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19374         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19375         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19376         * sysdeps/unix/sysv/linux/mips: Move directory from
19377         ports/sysdeps/unix/sysv/linux/mips.
19378         * README: Update listing for mips-*-linux-gnu and
19379         mips64-*-linux-gnu.
19381 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19383         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19384         * sysdeps/unix/sysv/linux/m68k: Move directory from
19385         ports/sysdeps/unix/sysv/linux/m68k.
19386         * README: Update listing for m68k-*-linux-gnu.
19388 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19390         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19391         * sysdeps/unix/sysv/linux/generic: Move directory from
19392         ports/sysdeps/unix/sysv/linux/generic.
19393         * sysdeps/unix/sysv/linux/tile: Move directory from
19394         ports/sysdeps/unix/sysv/linux/tile.
19395         * README: Update listing for tile*-*-linux-gnu.
19397 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19399         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19400         __builtin_expect.
19401         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19402         * catgets/open_catalog.c (__open_catalog): Likewise.
19403         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19404         * debug/confstr_chk.c: Likewise.
19405         * debug/fread_chk.c (__fread_chk): Likewise.
19406         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19407         * debug/getgroups_chk.c: Likewise.
19408         * debug/mbsnrtowcs_chk.c: Likewise.
19409         * debug/mbsrtowcs_chk.c: Likewise.
19410         * debug/mbstowcs_chk.c: Likewise.
19411         * debug/memcpy_chk.c: Likewise.
19412         * debug/memmove_chk.c: Likewise.
19413         * debug/mempcpy_chk.c: Likewise.
19414         * debug/memset_chk.c: Likewise.
19415         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19416         * debug/strcat_chk.c (__strcat_chk): Likewise.
19417         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19418         * debug/strncat_chk.c (__strncat_chk): Likewise.
19419         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19420         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19421         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19422         * debug/wcpncpy_chk.c: Likewise.
19423         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19424         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19425         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19426         * debug/wcsncpy_chk.c: Likewise.
19427         * debug/wcsnrtombs_chk.c: Likewise.
19428         * debug/wcsrtombs_chk.c: Likewise.
19429         * debug/wcstombs_chk.c: Likewise.
19430         * debug/wmemcpy_chk.c: Likewise.
19431         * debug/wmemmove_chk.c: Likewise.
19432         * debug/wmempcpy_chk.c: Likewise.
19433         * debug/wmemset_chk.c: Likewise.
19434         * dirent/scandirat.c (SCANDIRAT): Likewise.
19435         * dlfcn/dladdr1.c (dladdr1): Likewise.
19436         * dlfcn/dladdr.c (dladdr): Likewise.
19437         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19438         * dlfcn/dlerror.c (__dlerror): Likewise.
19439         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19440         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19441         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19442         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19443         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19444         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19445         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19446         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19447         Likewise.
19448         * elf/dl-conflict.c: Likewise.
19449         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19450         * elf/dl-dst.h: Likewise.
19451         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19452         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19453         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19454         * elf/dl-init.c (call_init, _dl_init): Likewise.
19455         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19456         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19457         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19458         Likewise.
19459         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19460         Likewise.
19461         * elf/dl-minimal.c (__libc_memalign): Likewise.
19462         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19463         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19464         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19465         * elf/dl-sym.c (do_sym): Likewise.
19466         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19467         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19468         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19469         * elf/dl-writev.h (_dl_writev): Likewise.
19470         * elf/ldconfig.c (search_dir): Likewise.
19471         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19472         (dl_main): Likewise.
19473         * elf/setup-vdso.h (setup_vdso): Likewise.
19474         * grp/compat-initgroups.c (compat_call): Likewise.
19475         * grp/fgetgrent.c (fgetgrent): Likewise.
19476         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19477         * grp/putgrent.c (putgrent): Likewise.
19478         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19479         Likewise.
19480         * hurd/hurdinit.c: Likewise.
19481         * iconvdata/8bit-gap.c (struct): Likewise.
19482         * iconvdata/ansi_x3.110.c : Likewise.
19483         * iconvdata/big5.c : Likewise.
19484         * iconvdata/big5hkscs.c : Likewise.
19485         * iconvdata/cp1255.c: Likewise.
19486         * iconvdata/cp1258.c : Likewise.
19487         * iconvdata/cp932.c : Likewise.
19488         * iconvdata/euc-cn.c: Likewise.
19489         * iconvdata/euc-jisx0213.c : Likewise.
19490         * iconvdata/euc-jp.c: Likewise.
19491         * iconvdata/euc-jp-ms.c : Likewise.
19492         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19493         * iconvdata/gb18030.c : Likewise.
19494         * iconvdata/gbbig5.c (const): Likewise.
19495         * iconvdata/gbgbk.c: Likewise.
19496         * iconvdata/gbk.c : Likewise.
19497         * iconvdata/ibm1364.c : Likewise.
19498         * iconvdata/ibm930.c : Likewise.
19499         * iconvdata/ibm932.c: Likewise.
19500         * iconvdata/ibm933.c : Likewise.
19501         * iconvdata/ibm935.c : Likewise.
19502         * iconvdata/ibm937.c : Likewise.
19503         * iconvdata/ibm939.c : Likewise.
19504         * iconvdata/ibm943.c: Likewise.
19505         * iconvdata/iso_11548-1.c: Likewise.
19506         * iconvdata/iso-2022-cn.c : Likewise.
19507         * iconvdata/iso-2022-cn-ext.c : Likewise.
19508         * iconvdata/iso-2022-jp-3.c: Likewise.
19509         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19510         * iconvdata/iso-2022-kr.c : Likewise.
19511         * iconvdata/iso646.c (gconv_end): Likewise.
19512         * iconvdata/iso_6937-2.c : Likewise.
19513         * iconvdata/iso_6937.c : Likewise.
19514         * iconvdata/iso8859-1.c: Likewise.
19515         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19516         * iconvdata/shift_jisx0213.c : Likewise.
19517         * iconvdata/sjis.c : Likewise.
19518         * iconvdata/t.61.c : Likewise.
19519         * iconvdata/tcvn5712-1.c : Likewise.
19520         * iconvdata/tscii.c: Likewise.
19521         * iconvdata/uhc.c : Likewise.
19522         * iconvdata/unicode.c (gconv_end): Likewise.
19523         * iconvdata/utf-16.c (gconv_end): Likewise.
19524         * iconvdata/utf-32.c (gconv_end): Likewise.
19525         * iconvdata/utf-7.c (base64): Likewise.
19526         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19527         * iconv/gconv_close.c (__gconv_close): Likewise.
19528         * iconv/gconv_open.c (__gconv_open): Likewise.
19529         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19530         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19531         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19532         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19533         (ucs4le_internal_loop_single): Likewise.
19534         * iconv/iconv.c (iconv): Likewise.
19535         * iconv/iconv_close.c: Likewise.
19536         * iconv/loop.c (SINGLE): Likewise.
19537         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19538         * include/atomic.h: Likewise.
19539         * inet/inet6_option.c (option_alloc): Likewise.
19540         * intl/bindtextdom.c (set_binding_values): Likewise.
19541         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19542         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19543         * intl/localealias.c (read_alias_file): Likewise.
19544         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19545         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19546         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19547         * libio/fmemopen.c (fmemopen): Likewise.
19548         * libio/iofgets.c (_IO_fgets): Likewise.
19549         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19550         * libio/iofgetws.c (fgetws): Likewise.
19551         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19552         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19553         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19554         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19555         * locale/findlocale.c (_nl_find_locale): Likewise.
19556         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19557         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19558         Likewise.
19559         * locale/setlocale.c (setlocale): Likewise.
19560         * login/programs/pt_chown.c (main): Likewise.
19561         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19562         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19563         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19564         (mmap, mmap64, mremap, munmap): Likewise.
19565         * math/e_exp2l.c: Likewise.
19566         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19567         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19568         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19569         * math/s_catan.c (__catan): Likewise.
19570         * math/s_catanf.c (__catanf): Likewise.
19571         * math/s_catanh.c (__catanh): Likewise.
19572         * math/s_catanhf.c (__catanhf): Likewise.
19573         * math/s_catanhl.c (__catanhl): Likewise.
19574         * math/s_catanl.c (__catanl): Likewise.
19575         * math/s_ccosh.c (__ccosh): Likewise.
19576         * math/s_ccoshf.c (__ccoshf): Likewise.
19577         * math/s_ccoshl.c (__ccoshl): Likewise.
19578         * math/s_cexp.c (__cexp): Likewise.
19579         * math/s_cexpf.c (__cexpf): Likewise.
19580         * math/s_cexpl.c (__cexpl): Likewise.
19581         * math/s_clog10.c (__clog10): Likewise.
19582         * math/s_clog10f.c (__clog10f): Likewise.
19583         * math/s_clog10l.c (__clog10l): Likewise.
19584         * math/s_clog.c (__clog): Likewise.
19585         * math/s_clogf.c (__clogf): Likewise.
19586         * math/s_clogl.c (__clogl): Likewise.
19587         * math/s_csin.c (__csin): Likewise.
19588         * math/s_csinf.c (__csinf): Likewise.
19589         * math/s_csinh.c (__csinh): Likewise.
19590         * math/s_csinhf.c (__csinhf): Likewise.
19591         * math/s_csinhl.c (__csinhl): Likewise.
19592         * math/s_csinl.c (__csinl): Likewise.
19593         * math/s_csqrt.c (__csqrt): Likewise.
19594         * math/s_csqrtf.c (__csqrtf): Likewise.
19595         * math/s_csqrtl.c (__csqrtl): Likewise.
19596         * math/s_ctan.c (__ctan): Likewise.
19597         * math/s_ctanf.c (__ctanf): Likewise.
19598         * math/s_ctanh.c (__ctanh): Likewise.
19599         * math/s_ctanhf.c (__ctanhf): Likewise.
19600         * math/s_ctanhl.c (__ctanhl): Likewise.
19601         * math/s_ctanl.c (__ctanl): Likewise.
19602         * math/w_pow.c: Likewise.
19603         * math/w_powf.c: Likewise.
19604         * math/w_powl.c: Likewise.
19605         * math/w_scalb.c (sysv_scalb): Likewise.
19606         * math/w_scalbf.c (sysv_scalbf): Likewise.
19607         * math/w_scalbl.c (sysv_scalbl): Likewise.
19608         * misc/error.c (error_tail): Likewise.
19609         * misc/pselect.c (__pselect): Likewise.
19610         * nis/nis_callback.c (__nis_create_callback): Likewise.
19611         * nis/nis_call.c (__nisfind_server): Likewise.
19612         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19613         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19614         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19615         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19616         * nis/nis_lookup.c (nis_lookup): Likewise.
19617         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19618         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19619         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19620         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19621         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19622         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19623         * nis/nss_compat/compat-initgroups.c (add_group)
19624         (internal_getgrent_r): Likewise.
19625         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19626         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19627         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19628         (internal_getspnam_r): Likewise.
19629         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19630         (_nss_nis_getaliasbyname_r): Likewise.
19631         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19632         (_nss_nis_getntohost_r): Likewise.
19633         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19634         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19635         (_nss_nis_getgrgid_r): Likewise.
19636         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19637         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19638         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19639         (_nss_nis_gethostbyname4_r): Likewise.
19640         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19641         (initgroups_netid): Likewise.
19642         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19643         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19644         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19645         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19646         (_nss_nis_getprotobynumber_r): Likewise.
19647         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19648         (_nss_nis_getsecretkey): Likewise.
19649         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19650         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19651         (_nss_nis_getpwuid_r): Likewise.
19652         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19653         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19654         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19655         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19656         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19657         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19658         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19659         Likewise.
19660         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19661         (_nss_nisplus_getntohost_r): Likewise.
19662         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19663         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19664         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19665         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19666         Likewise.
19667         * nis/nss_nisplus/nisplus-initgroups.c
19668         (_nss_nisplus_initgroups_dyn): Likewise.
19669         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19670         (_nss_nisplus_getnetbyaddr_r): Likewise.
19671         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19672         (_nss_nisplus_getprotobynumber_r): Likewise.
19673         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19674         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19675         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19676         Likewise.
19677         * nis/nss_nisplus/nisplus-service.c
19678         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19679         (_nss_nisplus_getservbyport_r): Likewise.
19680         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19681         (_nss_nisplus_getspnam_r): Likewise.
19682         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19683         Likewise.
19684         * nscd/aicache.c (addhstaiX): Likewise.
19685         * nscd/cache.c (cache_search, prune_cache): Likewise.
19686         * nscd/connections.c (register_traced_file, send_ro_fd)
19687         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19688         (main_loop_epoll): Likewise.
19689         * nscd/grpcache.c (addgrbyX): Likewise.
19690         * nscd/hstcache.c (addhstbyX): Likewise.
19691         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19692         * nscd/mem.c (gc, mempool_alloc): Likewise.
19693         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19694         (addinnetgrX): Likewise.
19695         * nscd/nscd-client.h (__nscd_acquire_maplock)
19696         (__nscd_drop_map_ref): Likewise.
19697         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19698         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19699         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19700         Likewise.
19701         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19702         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19703         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19704         (__nscd_get_map_ref): Likewise.
19705         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19706         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19707         Likewise.
19708         * nscd/pwdcache.c (addpwbyX): Likewise.
19709         * nscd/selinux.c (preserve_capabilities): Likewise.
19710         * nscd/servicescache.c (addservbyX): Likewise.
19711         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19712         * posix/fnmatch.c (fnmatch): Likewise.
19713         * posix/getopt.c (_getopt_internal_r): Likewise.
19714         * posix/glob.c (glob, glob_in_dir): Likewise.
19715         * posix/wordexp.c (exec_comm_child): Likewise.
19716         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19717         (getanswer_r, gaih_getanswer_slice): Likewise.
19718         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19719         * resolv/res_init.c: Likewise.
19720         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19721         * resolv/res_query.c (__libc_res_nquery): Likewise.
19722         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19723         Likewise.
19724         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19725         * stdio-common/perror.c (perror): Likewise.
19726         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19727         * stdio-common/tmpnam.c (tmpnam): Likewise.
19728         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19729         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19730         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19731         Likewise.
19732         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19733         * stdlib/putenv.c (putenv): Likewise.
19734         * stdlib/setenv.c (__add_to_environ): Likewise.
19735         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19736         * stdlib/strtol_l.c (INTERNAL): Likewise.
19737         * string/memmem.c (memmem): Likewise.
19738         * string/strerror.c (strerror): Likewise.
19739         * string/strnlen.c (__strnlen): Likewise.
19740         * string/test-memmem.c (simple_memmem): Likewise.
19741         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19742         * sunrpc/pm_getport.c (__get_socket): Likewise.
19743         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19744         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19745         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19746         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19747         Likewise.
19748         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19749         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19750         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19751         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19752         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19753         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19754         Likewise.
19755         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19756         Likewise.
19757         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19758         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19759         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19760         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19761         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19762         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19763         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19764         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19765         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19766         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19767         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19768         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19769         Likewise.
19770         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19771         Likewise.
19772         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19773         Likewise.
19774         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19775         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19776         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19777         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19778         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19779         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19780         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19781         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19782         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19783         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19784         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19785         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19786         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19787         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19788         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19789         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19790         Likewise.
19791         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19792         Likewise.
19793         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19794         Likewise.
19795         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19796         Likewise.
19797         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19798         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19799         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19800         Likewise.
19801         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19802         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19803         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19804         * sysdeps/posix/sleep.c: Likewise.
19805         * sysdeps/posix/tempname.c: Likewise.
19806         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19807         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19808         Likewise.
19809         * sysdeps/powerpc/powerpc32/dl-machine.h
19810         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19811         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19812         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19813         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19814         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19815         Likewise.
19816         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19817         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19818         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19819         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19820         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19821         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19822         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19823         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19824         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19825         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19826         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19827         (elf_machine_lazy_rel): Likewise.
19828         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19829         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19830         (elf_machine_lazy_rel): Likewise.
19831         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19832         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19833         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19834         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19835         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19836         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19837         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19838         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19839         Likewise.
19840         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19841         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19842         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19843         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19844         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19845         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19846         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19847         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19848         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19849         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19850         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19851         Likewise.
19852         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19853         (__posix_fallocate64_l64): Likewise.
19854         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19855         (posix_fallocate): Likewise.
19856         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19857         Likewise.
19858         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19859         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19860         (getifaddrs_internal): Likewise.
19861         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19862         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19863         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19864         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19865         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19866         (__posix_fallocate64_l64): Likewise.
19867         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19868         Likewise.
19869         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19870         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19871         (__get_clockfreq): Likewise.
19872         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19873         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19874         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19875         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19876         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19877         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19878         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19879         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19880         Likewise.
19881         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19882         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19883         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19884         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19885         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19886         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19887         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19888         Likewise.
19889         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19890         (posix_fallocate): Likewise.
19891         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19892         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19893         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19894         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19895         (elf_machine_rela, elf_machine_rela_relative)
19896         (elf_machine_lazy_rel): Likewise.
19897         * time/asctime.c (asctime_internal): Likewise.
19898         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19899         * time/tzset.c (__tzset_parse_tz): Likewise.
19900         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19901         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19902         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19903         * wcsmbs/wcsmbsload.h: Likewise.
19905         [BZ #15894]
19906         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19908         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19909         (arena_get2): Remove THREAD_STATS conditionals.
19910         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19911         (__malloc_stats, int): Likewise.
19913 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19915         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19916         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19918         * manual/setjmp.texi: Fix typos/grammar errors.
19920         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19921         Only return early when n is <= 0.  Delete unused return statement.
19923         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19924         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19925         * debug/tst-longjmp_chk3.c: New file.
19927         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19928         (test_main): Replace code with set_fortify_handler call.
19929         * debug/test-strcpy_chk.c: Likewise.
19930         * debug/tst-chk1.c: Likewise.
19931         * debug/tst-longjmp_chk.c: Likewise.
19932         * test-skeleton.c: Include fcntl.h & paths.h
19933         (set_fortify_handler): Define.
19935         * debug/tst-longjmp_chk.c: Add header comment and include
19936         ../test-skeleton.c.
19937         (do_test): Mark static.
19938         (TEST_FUNCTION): Define.
19940         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19941         (IP_PMTUDISC_INTERFACE): Likewise.
19942         (IP_MULTICAST_IF): Likewise.
19943         (IP_MULTICAST_TTL): Likewise.
19944         (IP_MULTICAST_LOOP): Likewise.
19945         (IP_ADD_MEMBERSHIP): Likewise.
19946         (IP_DROP_MEMBERSHIP): Likewise.
19947         (IP_UNBLOCK_SOURCE): Likewise.
19948         (IP_BLOCK_SOURCE): Likewise.
19949         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19950         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19951         (IP_MSFILTER): Likewise.
19952         (MCAST_JOIN_GROUP): Likewise.
19953         (MCAST_BLOCK_SOURCE): Likewise.
19954         (MCAST_UNBLOCK_SOURCE): Likewise.
19955         (MCAST_LEAVE_GROUP): Likewise.
19956         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19957         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19958         (MCAST_MSFILTER): Likewise.
19959         (IP_MULTICAST_ALL): Likewise.
19960         (IP_UNICAST_IF): Likewise.
19962         * timezone/Makefile: Delete $(have-ksh) check.
19963         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19964         * timezone/tzselect.ksh: Add +x mode bits.
19966         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19967         (ANON_INODE_FS_MAGIC): Likewise.
19968         (BDEVFS_MAGIC): Likewise.
19969         (BINFMTFS_MAGIC): Likewise.
19970         (BTRFS_TEST_MAGIC): Likewise.
19971         (CRAMFS_MAGIC_WEND): Likewise.
19972         (DEBUGFS_MAGIC): Likewise.
19973         (ECRYPTFS_SUPER_MAGIC): Likewise.
19974         (EXT3_SUPER_MAGIC): Likewise.
19975         (EXT4_SUPER_MAGIC): Likewise.
19976         (FUTEXFS_SUPER_MAGIC): Likewise.
19977         (HOSTFS_SUPER_MAGIC): Likewise.
19978         (HUGETLBFS_MAGIC): Likewise.
19979         (MINIX3_SUPER_MAGIC): Likewise.
19980         (MTD_INODE_FS_MAGIC): Likewise.
19981         (NILFS_SUPER_MAGIC): Likewise.
19982         (OPENPROM_SUPER_MAGIC): Likewise.
19983         (PIPEFS_MAGIC): Likewise.
19984         (PSTOREFS_MAGIC): Likewise.
19985         (QNX6_SUPER_MAGIC): Likewise.
19986         (RAMFS_MAGIC): Likewise.
19987         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19988         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19989         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19990         (SECURITYFS_MAGIC): Likewise.
19991         (SELINUX_MAGIC): Likewise.
19992         (SMACK_MAGIC): Likewise.
19993         (SOCKFS_MAGIC): Likewise.
19994         (SQUASHFS_MAGIC): Likewise.
19995         (STACK_END_MAGIC): Likewise.
19996         (TMPFS_MAGIC): Likewise.
19997         (USBDEVICE_SUPER_MAGIC): Likewise.
19998         (V9FS_MAGIC): Likewise.
19999         (XENFS_SUPER_MAGIC): Likewise.
20000         (CRAMFS_MAGIC): Fix typo in comment.
20001         (EXT2_SUPER_MAGIC): Update comment.
20002         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
20004 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
20006         * sysdeps/arm: Move directory from ports/sysdeps/arm.
20007         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
20008         * sysdeps/unix/sysv/linux/arm: Move directory from
20009         ports/sysdeps/unix/sysv/linux/arm.
20010         * README: Update listing for arm-*-linux-gnueabi.
20012         * README: Remove mention of am33.
20014 2014-02-07  Roland McGrath  <roland@hack.frob.com>
20016         * bits/sigset.h (__sigemptyset): Use a statement expression rather
20017         than the comma operator, to avoid "rhs of comma has no effect"
20018         compiler warnings.
20019         (__sigfillset, __sigandset, __sigorset): Likewise.
20020         * include/signal.h (__sigemptyset): Likewise.
20021         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
20023 2014-02-07  Allan McRae  <allan@archlinux.org>
20025         * version.h (RELEASE): Set to "development".
20026         (VERSION): Set to "2.19.90"
20027         * NEWS: Add 2.20 section.
20029 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
20031         [BZ #16529]
20032         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
20034 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20036         * manual/contrib.texi: Update entry for Carlos O'Donell,
20037         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
20039 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
20041         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
20043         * sysdeps/unix/sysv/linux/kernel-features.h
20044         [__LINUX_KERNEL_VERSION >= 0x020621]
20045         (__ASSUME_PROC_PID_TASK_COMM): Define.
20047 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20049         [BZ #16398]
20050         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
20051         conversion when destination buffer does not have enough space.
20052         * libio/tst-ftell-partial-wide.c: New test case.
20053         * libio/Makefile (tests): Add tst-ftell-partial-wide.
20055         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
20056         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
20057         Leonard and Allan McRae.
20059 2014-02-04  David S. Miller  <davem@davemloft.net>
20061         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
20062         32-bit.
20064 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
20067         New file
20068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20069         New file
20070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20071         New file.
20072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20073         New file.
20074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20075         New file.
20076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20077         New file.
20078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20079         New file.
20080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20081         New file.
20082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
20083         New file.
20084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
20085         New file.
20086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
20087         New file.
20088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
20089         New file.
20090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
20091         New file.
20093 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20095         * nptl/shlib-versions: Change powerpc*le start to 2.17.
20096         * shlib-versions: Likewise.
20098 2014-02-04  Roland McGrath  <roland@hack.frob.com>
20099             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20101         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
20102         (abilist-pattern): New variable, set to %-le.abilist.
20104         * Makerules (abilist-pattern): New variable.
20105         (vpath): Use $(abilist-pattern) in place of %.abilist.
20106         (check-abi-% pattern rule): Likewise.
20107         (check-abi, update-abi): Likewise.
20109 2014-02-04  Eric Wong  <normalperson@yhbt.net>
20111         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20113 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
20115         * manual/startup.texi: Add next, previous, and top entries for
20116         the `Program Arguments' and `Environment Variables' nodes.
20118 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
20120         * manual/macros.texi: Add comments before MTASC-safety macros.
20122         * manual/users.texi: Document MTASC-safety properties.
20124         * manual/threads.texi (pthread_key_create, pthread_key_delete)
20125         (pthread_getspecific, pthread_setspecific): Format with
20126         @deftypefun, and add @safety note.
20127         * manual/signal.texi: Move comments that analyze the above
20128         functions to their home place.
20130 2014-02-03  Allan McRae  <allan@archlinux.org>
20132         * po/sl.po: Update Slovenian translation from translation project.
20134 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
20136         * manual/time.texi (timegm): Add missing blank after @c.
20137         Reported by Joseph Myers <joseph@codesourcery.com>.
20139 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
20141         * manual/check-safety.sh: New.
20142         * manual/Makefile ($(objpfx)stamp-summary): Run it.
20144         * manual/terminal.texi: Document MTASC-safety properties.
20146         * manual/filesys.texi: Document MTASC-safety properties.
20148         * manual/errno.texi: Document MTASC-safety properties.
20150         * manual/intro.texi: Document safety identifiers and
20151         conditionals.
20153         * manual/string.texi (wcstok): Fix prototype.
20154         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
20156         * manual/time.texi: Document MTASC-safety properties.
20158         * manual/string.texi: Document MTASC-safety properties.
20160         * manual/threads.texi: Document MTASC-safety properties.
20162         * manual/stdio.texi: Document MTASC-safety properties.
20164         * manual/syslog.texi: Document MTASC-safety properties.
20166         * manual/sysinfo.texi: Document MTASC-safety properties.
20168         * manual/startup.texi: Document MTASC-safety properties.
20170         * manual/socket.texi: Document MTASC-safety properties.
20172         * manual/signal.texi: Document MTASC-safety properties.
20174 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
20176         * manual/setjmp.texi: Document MTASC-safety properties.
20178         * manual/search.texi: Document MTASC-safety properties.
20180         * manual/resource.texi: Document MTASC-safety properties.
20182         * manual/process.texi: Document MTASC-safety properties.
20184         * manual/platform.texi: Document MTASC-safety properties.
20186         * manual/pipe.texi: Document MTASC-safety properties.
20188         * manual/pattern.texi: Document MTASC-safety properties.
20190         * manual/message.texi: Document MTASC-safety properties.
20192         [BZ #12751]
20193         * manual/memory.texi: Document MTASC-safety properties.
20195         * manual/math.texi: Document MTASC-safety properties.
20197         * manual/locale.texi: Document MTASC-safety properties.
20199         * manual/llio.texi: Document MTASC-safety properties.
20201         * manual/libdl.texi: New.
20203         * manual/lang.texi: Document MTASC-safety properties.
20205         * manual/job.texi: Document MTASC-safety properties.
20207         * manual/getopt.texi: Document MTASC-safety properties.
20209         * manual/ctype.texi: Document MTASC-safety properties.
20211 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
20213         [BZ #16046]
20214         * csu/libc-tls.c (static_map): Remove variable.
20215         (__libc_setup_tls): Use main executable's link map for TLS data.
20216         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20217         casing for LM_ID_BASE and GL(dl_nns).
20218         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20219         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
20220         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20221         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20222         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20223         member.
20224         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20225         l_phnum members.
20227 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
20229         * manual/debug.texi: Document MTASC-safety properties.
20231 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20233         [BZ #16510]
20234         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20235         of __x86_64__ when disabling x87 inline functions.
20237 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
20239         * manual/charset.texi: Document MTASC-safety properties.
20241         * manual/crypt.texi: Document MTASC-safety properties.
20243         * manual/conf.texi: Document MTASC-safety properties.
20245         * manual/arith.texi: Document MTASC-safety properties.
20247         * manual/argp.texi: Document MTASC-safety properties.
20249         * manual/macros.texi: Introduce macros to document multi
20250         thread, asynchronous signal and asynchronous cancellation
20251         safety properties.
20252         * manual/intro.texi: Introduce the properties themselves.
20254 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20256         * sysdeps/sh/sh4/Makefile: New file.
20258 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20260         * math/gen-libm-test.pl ($srcdir): New variable.
20261         ($auto_input): Use it.
20263 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20265         [BZ #16506]
20266         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20267         access beyond array bounds when parsing netgroups file.
20269         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20270         the old buffer before realloc.
20272 2014-01-27  Allan McRae  <allan@archlinux.org>
20274         * po/fr.po: Update French translation from translation project.
20276 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20278         * sysdeps/sh/libm-test-ulps: Regenerate.
20280 2014-01-24  David S. Miller  <davem@davemloft.net>
20282         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20284 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20286         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20287         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20289 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20291         [BZ #16474]
20292         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20293         string pointers after reallocation.
20295 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20297         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20298         __SH4A__ instead of __SH_FPU_ANY__.
20300 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20302         * sysdeps/sh/fpu_control.h: New file.
20303         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20304         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20305         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20306         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20307         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20308         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20309         * sysdeps/sh/sys/ucontext.h: Remove.
20310         * sysdeps/sh/sys: Remove directory.
20312 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20314         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20315         s390/sys/ucontext.h.
20316         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20317         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20319 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20321         [BZ #15605]
20322         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20324 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20326         [BZ#16431]
20327         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20328         Adjust the vDSO correctly for internal calls.
20329         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20331 2014-01-20  Allan McRae  <allan@archlinux.org>
20333         * po/ca.po: Update Catalan translation from translation project.
20335 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20337         * sysdeps/s390/sotruss-lib.c: New file.
20339 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20341         [BZ#16430]
20342         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20343         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20344         local calls issues by not having a PLT stub required for IFUNC calls.
20345         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20347 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20349         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20350         * math/test-fpucw-static.c: Likewise.
20352 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20354         [BZ #16453]
20355         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20357 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20359         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20360         implementation for powerpc.
20362 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20364         [BZ #14782]
20365         * sysdeps/posix/system.c (__libc_system): Do not enable
20366         asynchronous cancellation.
20368 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20370         [BZ #16427]
20371         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20372         handling only for numbers special also in the IEEE case.
20374 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20376         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20378 2014-01-11  Allan McRae  <allan@archlinux.org>
20380         * po/bg.po: Update Bulgarian translation from translation project.
20382         * po/de.po: Update German translation from translation project.
20384 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20386         * sysdeps/generic/gcc-compat.h: New file.
20388 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20390         * benchtests/asin-inputs: Correct slow inputs.
20391         * benchtests/acos-inputs: Likewise.
20393 2014-01-10  Allan McRae  <allan@archlinux.org>
20395         * po:sv.po: Update Swedish translation from translation project.
20397         * po/vi.po: Update Vietnamese translation from translation project.
20399         * po/eo.po: Update Esperanto translation from translation project.
20401         * po/cs.po: Update Czech translation from translation project.
20403         * po/nl.po: Update Dutch translation from translation project.
20405         * po/pl.po: Update Polish translation from translation project.
20407         * po/ru.po: Update Russian translation from translation project.
20409         * po/uk.po: Update Ukrainian translation from translation project.
20411 2014-01-08  Brooks Moses  <bmoses@google.com>
20413         * elf/dl-load.c: Fix comment typo.
20415 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20417         * po/header.pot: Rename to...
20418         * po/pot.header: ... this.
20419         * po/Makefile: Use pot.header.
20421 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20422             Maxim Kuvyrkov  <maxim@kugelworks.com>
20424         [BZ #16394]
20425         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20426         SRC and DEST against LEN.
20428 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20430         [BZ #16414]
20431         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20432         implementation.
20433         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20435 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20437         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20439 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20441         [BZ #16408]
20442         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20443         for large positive arguments.
20445 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20447         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20449         * math/auto-libm-test-in: Mark various tests with
20450         xfail-rounding:ldbl-128ibm.
20451         * math/auto-libm-test-out: Regenerated.
20453         [BZ #16407]
20454         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20455         Increase overflow threshold.
20457 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20459         [BZ #14286]
20460         * stdio-common/vfprintf.c: Check for integer overflow.
20462 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20464         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20465         the first argument and return value of __tls_get_addr_internal.
20467 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20469         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20470         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20472 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20474         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20475         * sysdeps/s390/rtld-global-offsets.sym: New file.
20476         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20477         GLIBC_2.19 symbol.
20478         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20479         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20480         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20481         ... this.
20482         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20483         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20484         ... this.
20485         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20486         Regenerate.
20487         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20488         Regenerate.
20489         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20490         halfs of GPRs for high_gprs contexts.
20491         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20492         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20493         field.
20494         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20495         uc_flags field.
20496         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20497         64 bit versions:
20498         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20499         for high GPRs (uc_high_gprs) and for future extensions
20500         (__reserved).
20501         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20502         for future extensions (__reserved).
20503         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20504         64 bit versions:
20505         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20506         SC_HIGHGPRS offset definition.
20507         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20508         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20510         * Versions.def: Add GLIBC_2.19 for libpthread.
20511         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20512         siglongjmp for libpthread with GLIBC_2.19 symver.
20513         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20514         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20515         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20516         * sysdeps/s390/__longjmp.c: New file.
20517         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20518         * sysdeps/s390/longjmp.c: New file.
20519         * sysdeps/s390/setjmp.S: New file.
20520         * sysdeps/s390/sigjmp.S: New file.
20521         * sysdeps/s390/v1-longjmp.c: New file.
20522         * sysdeps/s390/v1-setjmp.h: New file.
20523         * sysdeps/s390/v1-sigjmp.c: New file.
20524         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20525         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20526         GLIBC_2.19 version.
20527         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20528         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20529         versioned symbols for ____longjmp_chk.
20530         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20531         Likewise.
20532         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20533         Regenerate.
20534         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20535         Regenerate.
20536         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20537         Regenerate.
20538         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20539         Regenerate.
20540         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20541         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20542         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20543         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20544         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20545         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20546         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20547         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20548         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20549         * sysdeps/s390/rtld-__longjmp.c: New file.
20550         * sysdeps/s390/rtld-setjmp.S: New file.
20552 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20554         [BZ #16400]
20555         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20556         Return -__logl (x) for small positive arguments without evaluating
20557         a polynomial.
20559 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20561         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20562         Rename to ...
20563         (__ptrace_peeksiginfo_args): ... this.
20564         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20565         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20566         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20568 2014-01-06  Allan McRae  <allan@archlinux.org>
20570         * inet/netinet/in.h: Fix typo in comment.
20572 2014-01-05  Andreas Jaeger  <aj@suse.de>
20574         * sysdeps/i386/fpu/libm-test-ulps: Update.
20576 2014-01-05  Allan McRae  <allan@archlinux.org>
20578         * po/libc.pot: Regenerated.
20580         * malloc/memusagestat.c: Fix gettext call formatting.
20582 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20584         * nscd/nscd.c: Improve usage() output.
20586 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20588         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20589         * sysdeps/unix/sysv/linux/configure: Regenerated.
20590         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20591         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20593 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20595         [BZ #16390]
20596         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20597         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20599 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20601         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20602         extra tokens at end of #undef directive.
20603         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20604         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20605         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20607 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20609         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20611         * math/auto-libm-test-in: Mark various tests with
20612         xfail-rounding:ldbl-128ibm.
20613         * math/auto-libm-test-out: Regenerated.
20615 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20617         [BZ #16386]
20618         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20619         numbers with subnormal high part when calculating exponent.
20621         [BZ #16385]
20622         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20623         fabs.
20625         [BZ #16384]
20626         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20627         M_LN2l.
20628         (__ieee754_acoshl): Use __log1pl not __log1p.
20630 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20632         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20633         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20634         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20635         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20636         (reused_arena, arena_get2): Convert to GNU style.
20637         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20638         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20639         (memalign_check, __malloc_set_state): Likewise.
20640         * malloc/mallocbug.c (main): Likewise.
20641         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20642         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20643         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20644         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20645         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20646         (__posix_memalign, malloc_info): Likewise.
20647         * malloc/malloc.h: Likewise.
20648         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20649         (mallochook, memalignhook, reallochook, mabort): Likewise.
20650         * malloc/mcheck.h: Likewise.
20651         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20652         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20653         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20654         * malloc/morecore.c (__default_morecore): Likewise.
20655         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20656         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20657         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20658         (print_and_abort): Likewise.
20659         * malloc/obstack.h: Likewise.
20660         * malloc/set-freeres.c (__libc_freeres): Likewise.
20661         * malloc/tst-mallocstate.c (main): Likewise.
20662         * malloc/tst-mtrace.c (main): Likewise.
20663         * malloc/tst-realloc.c (do_test): Likewise.
20665 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20667         [BZ #16366]
20668         * nscd/netgroupcache.c (do_notfound): New function.
20669         (addgetnetgrentX): Use it.
20671         [BZ # 16365]
20672         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20673         NSS_STATUS_NOTFOUND.
20675 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20677         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20680 2014-01-01  Allan McRae  <allan@archlinux.org>
20682         * scripts/update-copyrights: Update configure input file suffix.
20684         * NEWS: Update copyright year.
20685         * catgets/gencat.c: Likewise.
20686         * csu/version.c: Likewise.
20687         * debug/catchsegv.sh: Likewise.
20688         * debug/pcprofiledump.c: Likewise.
20689         * debug/xtrace.sh: Likewise.
20690         * elf/ldconfig.c: Likewise.
20691         * elf/ldd.bash.in: Likewise.
20692         * elf/pldd.c: Likewise.
20693         * elf/sotruss.ksh: Likewise.
20694         * elf/sprof.c: Likewise.
20695         * iconv/iconv_prog.c: Likewise.
20696         * iconv/iconvconfig.c: Likewise.
20697         * locale/programs/locale.c: Likewise.
20698         * locale/programs/localedef.c: Likewise.
20699         * login/programs/pt_chown.c: Likewise.
20700         * malloc/memusage.sh: Likewise.
20701         * malloc/memusagestat.c: Likewise.
20702         * malloc/mtrace.pl: Likewise.
20703         * manual/libc.texinfo: Likewise.
20704         * nscd/nscd.c: Likewise.
20705         * nss/getent.c: Likewise.
20706         * nss/makedb.c: Likewise.
20707         * posix/getconf.c: Likewise.
20708         * scripts/test-installation.pl: Likewise.
20710         * All files with FSF copyright notices: Update copyright dates
20711         using scripts/update-copyrights.
20712         * intl/plural.c: Regenerated.
20713         * locale/programs/charmap-kw.h: Likewise.
20714         * locale/programs/locfile-kw.h: Likewise.
20716 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20718         * sysdeps/unix/sysv/linux/configure: Regenerated.
20719         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20720         the linux/fanotify.h header.
20721         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20722         HAVE_LINUX_FANOTIFY_H is defined.
20724 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20726         * benchtests/cos-inputs: New inputs.
20727         * benchtests/sin-inputs: Likewise.
20729         * benchtests/atan-inputs: New inputs. Fix name of multiple
20730         precision fallback inputs.
20732         * benchtests/atanh-inputs: New inputs.
20733         * benchtests/tanh-inputs: Likewise.
20735         * benchtests/acosh-inputs: New inputs.
20736         * benchtests/asinh-inputs: Likewise.
20738         * benchtests/cosh-inputs: New inputs.
20739         * benchtests/sinh-inputs: Likewise.
20741         * benchtests/acos-inputs: Add more inputs.
20742         * benchtests/asin-inputs: Likewise.
20744 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20746         [BZ #16375]
20747         * manual/arith.texi: Fix spelling.
20748         * manual/charset.texi: Likewise.
20749         * manual/errno.texi: Likewise.
20750         * manual/filesys.texi: Likewise.
20751         * manual/lang.texi: Likewise.
20752         * manual/llio.texi: Likewise.
20753         * manual/locale.texi: Likewise.
20754         * manual/message.texi: Likewise.
20755         * manual/resource.texi: Likewise.
20756         * manual/search.texi: Likewise.
20757         * manual/setjmp.texi: Likewise.
20758         * manual/stdio.texi: Likewise.
20759         * manual/string.texi: Likewise.
20760         * manual/sysinfo.texi: Likewise.
20761         * manual/time.texi: Likewise.
20763 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20765         * po/sl.po: New file.
20767 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20769         * .gitignore: Add core/.gdbinit/.gdb_history.
20771 2013-12-27  Allan McRae  <allan@archlinux.org>
20773         [BZ #16369]
20774         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20775         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20777 2013-12-24  Brooks Moses  <bmoses@google.com>
20779         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20780         all compilers that claim C++98 compliance, not just GCC.
20781         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20782         Likewise.
20784 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20786         * NEWS: Restore accidentally deleted bug-fix entries.
20788 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20789             Ondřej Bílka  <neleai@seznam.cz>
20791         [BZ #15073]
20792         * malloc/malloc.c (_int_free): Perform sanity check only if we
20793         have_lock.
20795 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20797         [BZ #12986]
20798         * manual/stdio.texi (String Input Conversions): Clarify that character
20799         classes are not supported.
20801 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20803         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20805 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20807         [BZ #16337]
20808         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20809         Calculate results for small negative arguments directly rather
20810         than using reflection formula with special underflow handling.
20812         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20813         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20814         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20815         (fchflags): Likewise.
20816         (revoke): Likewise.
20817         (setlogin): Likewise.
20818         (sigaltstack): Likewise.
20819         (wait4): Likewise.
20820         (sigblock): Remove.
20821         (sigsetmask): Likewise.
20822         (wait3): Likewise.
20823         (waitpid): Likewise.
20824         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20825         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20826         file.
20827         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20828         * sysdeps/unix/bsd/Makefile: ... here.
20829         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20830         * sysdeps/unix/bsd/Versions: ... here.
20831         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20832         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20833         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20834         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20835         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20836         * sysdeps/unix/bsd/sigblock.c: ... here.
20837         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20838         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20839         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20840         * sysdeps/unix/bsd/sigvec.c: ... here.
20841         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20842         * sysdeps/unix/bsd/tcdrain.c: ... here.
20843         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20844         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20845         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20846         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20847         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20848         * sysdeps/unix/bsd/wait.c: ... here.
20849         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20850         * sysdeps/unix/bsd/wait3.c: ... here.
20851         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20852         * sysdeps/unix/bsd/waitpid.c: ... here.
20854 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20856         [BZ #16356]
20857         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20858         round-to-nearest for [!USE_AS_EXPM1L].
20859         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20860         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20861         more tests of exp and exp10.  Expect some exp10 tests to miss
20862         exceptions or fail in directed rounding modes.
20863         * math/auto-libm-test-out: Regenerated.
20864         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20865         (exp10_test_tonearest): New function.
20866         (exp10_towardzero_test_data): New array.
20867         (exp10_test_towardzero): New function.
20868         (exp10_downward_test_data): New array.
20869         (exp10_test_downward): New function.
20870         (exp10_upward_test_data): New array.
20871         (exp10_test_upward): New function.
20872         (main): Call the new functions.
20873         * sysdeps/i386/fpu/libm-test-ulps: Update.
20874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20876 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20878         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20879         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20880         * math/auto-libm-test-out: Regenerated.
20881         * math/libm-test.inc (acosh_test_data): Add more tests.
20882         (atanh_test_data): Likewise.
20883         (ceil_test_data): Likewise.
20884         (copysign_test_data): Likewise.
20885         * sysdeps/i386/fpu/libm-test-ulps: Update.
20886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20888         * timezone/checktab.awk: Update from tzcode 2013i.
20889         * timezone/private.h: Likewise.
20890         * timezone/scheck.c: Likewise.
20891         * timezone/tzfile.h: Likewise.
20892         * timezone/tzselect.ksh: Likewise.
20893         * timezone/zdump.c: Likewise.
20894         * timezone/zic.c: Likewise.
20896         * math/auto-libm-test-in: Add tests of cpow.
20897         * math/auto-libm-test-out: Regenerated.
20898         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20899         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20900         mpc_cc_c.
20901         (func_calc_desc): Add mpc_cc_c union field.
20902         (test_functions): Add cpow.
20903         (special_fill_2pi): New function.
20904         (special_real_inputs): Add 2pi.
20905         (calc_generic_results): Handle mpc_cc_c.
20906         * sysdeps/i386/fpu/libm-test-ulps: Update.
20907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20909         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20910         csqrt, ctan and ctanh.
20911         * math/auto-libm-test-out: Regenerated.
20912         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20913         (TEST_COND_x86): Likewise.
20914         (ccos_test_data): Use AUTO_TESTS_c_c.
20915         (ccosh_test_data): Likewise.
20916         (cexp_test_data): Likewise.
20917         (clog_test_data): Likewise.
20918         (csqrt_test_data): Likewise.
20919         (ctan_test_data): Likewise.
20920         (ctan_tonearest_test_data): Likewise.
20921         (ctan_towardzero_test_data): Likewise.
20922         (ctan_downward_test_data): Likewise.
20923         (ctan_upward_test_data): Likewise.
20924         (ctanh_test_data): Likewise.
20925         (ctanh_tonearest_test_data): Likewise.
20926         (ctanh_towardzero_test_data): Likewise.
20927         (ctanh_downward_test_data): Likewise.
20928         (ctanh_upward_test_data): Likewise.
20929         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20930         mpc_c_c.
20931         (func_calc_desc): Add mpc_c_c union field.
20932         (FUNC_mpc_c_c): New macro.
20933         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20934         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20935         ctanh.
20936         (special_fill_min_subnorm_p120): New function.
20937         (special_real_inputs): Add min_subnorm_p120.
20938         (calc_generic_results): Handle mpc_c_c.
20939         * sysdeps/i386/fpu/libm-test-ulps: Update.
20940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20942 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20944         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20945         (do_sin_slow): New functions.
20946         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20947         (cslow2, csloww1, csloww2): Use the new functions.
20949         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20950         Use M to change sign of result instead of X.  Assume X is
20951         positive.
20952         (csloww1): Likewise.
20953         (__sin): Adjust.
20954         (__cos): Adjust.
20956         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20957         arguments A and DA.
20958         (__sin): Adjust.
20959         (__cos): Likewise.
20961         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20962         (__cos): Likewise.
20963         (sloww1): Don't adjust sign of DX.
20964         (csloww1): Likewise.
20965         (sloww2): Use X directly and don't adjust sign of DX.
20966         (csloww2): Likewise.
20968 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20970         * math/auto-libm-test-in: Add tests of cabs and carg.
20971         * math/auto-libm-test-out: Regenerated.
20972         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20973         (carg_test_data): Likewise.
20974         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20975         mpc_c_f.
20976         (func_calc_desc): Add mpc_c_f union field.
20977         (test_functions): Add cabs and carg.
20978         (calc_generic_results): Handle mpc_c_f.
20980         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20981         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20982         as a macro and a compat symbol.
20983         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20984         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20985         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20986         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20987         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20988         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20989         not use .hidden.
20990         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20991         Likewise.
20992         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20993         Likewise.
20994         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20995         Likewise.
20996         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20997         Likewise.
20998         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20999         Likewise.
21000         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
21001         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
21002         from GLIBC_2.3.2.
21004 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21006         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21008 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21010         * manual/texinfo.tex: Update to version 2013-11-26.10 with
21011         trailing whitespace removed.
21012         * scripts/config.guess: Update to version 2013-11-29.
21013         * scripts/config.sub: Update to version 2013-10-01.
21015         * math/auto-libm-test-in: Add tests of sincos.
21016         * math/auto-libm-test-out: Regenerated.
21017         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
21018         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21019         mpfr_f_11.
21020         (func_calc_desc): Add mpfr_f_11 union field.
21021         (test_functions): Add sincos.
21022         (calc_generic_results): Handle mpfr_f_11.
21023         * sysdeps/i386/fpu/libm-test-ulps: Update.
21024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21026 2013-12-19  Andreas Schwab  <schwab@suse.de>
21028         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
21029         CALL_MCOUNT.
21030         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21031         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
21032         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
21034 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21036         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
21037         * sysdeps/i386/fpu/libm-test-ulps: Update.
21038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21040         [BZ #16293]
21041         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
21042         round-to-nearest mode when using frndint.
21043         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
21044         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21045         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
21046         Likewise.
21047         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
21048         sinh test to fail.
21049         * math/auto-libm-test-out: Regenerated.
21050         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
21051         (TEST_COND_x86): Likewise.
21052         (expm1_tonearest_test_data): New array.
21053         (expm1_test_tonearest): New function.
21054         (expm1_towardzero_test_data): New array.
21055         (expm1_test_towardzero): New function.
21056         (expm1_downward_test_data): New array.
21057         (expm1_test_downward): New function.
21058         (expm1_upward_test_data): New array.
21059         (expm1_test_upward): New function.
21060         (main): Run the new test functions.
21061         * sysdeps/i386/fpu/libm-test-ulps: Update.
21062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21064         * include/features.h: Update comment documenting feature test
21065         macros.  Mention _DEFAULT_SOURCE in comment.
21066         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
21067         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
21068         _BSD_SOURCE and _SVID_SOURCE.
21069         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21070         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21071         !_SVID_SOURCE]: Likewise.
21072         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21073         (__USE_POSIX_IMPLICITLY): Define.
21074         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21075         (_POSIX_SOURCE): Undefine and redefine.
21076         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21077         (_POSIX_C_SOURCE): Likewise.
21078         * manual/creature.texi (_DEFAULT_SOURCE): Document.
21079         (Feature Test Macros): Update documentation of default features.
21081 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21083         * benchtests/Makefile: Add bench-strtok.
21084         * benchtests/bench-strtok.c: New file: strtok benchtest.
21086 2013-12-19  Allan McRae  <allan@archlinux.org>
21088         * manual/install.texi: Suppress menu for plain text output.
21089         * INSTALL: Regenerated.
21091 2013-12-18  Brooks Moses  <bmoses@google.com>
21093         [BZ #15846]
21094         * misc/getauxval.c: Include errno.h.
21095         (__getauxval): Set errno to ENOENT if the requested type is not
21096         found.
21097         * misc/sys/auxv.h (getauxval): Document that it may set errno;
21098         don't declare with __attribute_const__.
21099         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
21100         * manual/startup.texi: Document that getauxval sets errno.
21102 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21104         * math/auto-libm-test-in: Add tests of jn and yn.
21105         * math/auto-libm-test-out: Regenerated.
21106         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
21107         (yn_test_data): Likewise.
21108         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21109         mpfr_if_f.
21110         (func_calc_desc): Add mpfr_if_f union field.
21111         (FUNC_mpfr_if_f): New macro.
21112         (test_functions): Add jn and yn.
21113         (calc_generic_results): Assert type of second input for
21114         mpfr_ff_f.  Handle mpfr_if_f.
21115         (output_for_one_input_case): Disable all checking for arguments
21116         fitting floating-point types in case of an integer argument.
21117         * sysdeps/i386/fpu/libm-test-ulps: Update.
21118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21121         Don't expect fegetround reference in libm.so.
21123 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21125         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
21126         $(config-cflags-nofma).
21128 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21130         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
21131         * math/auto-libm-test-out: Regenerated.
21133         [BZ #16338]
21134         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
21135         to determine exponent and adjust argument to have exponent of -1.
21136         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
21137         log2.
21138         * math/auto-libm-test-out: Regenerated.
21139         * sysdeps/i386/fpu/libm-test-ulps: Update.
21140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21142 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
21144         * manual/probes.texi: Remove cases when per-thread arenas are
21145         disabled.
21147 2013-12-18  Andreas Schwab  <schwab@suse.de>
21149         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
21150         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
21151         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
21152         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
21153         * sysdeps/i386/i686/multiarch/Makefile: Update.
21154         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
21156 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21158         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
21159         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
21161 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
21163         [BZ #15968]
21164         Support TZ transition times < 00:00:00.
21165         This is needed for version-3 tz-format files; it supports time
21166         stamps past 2037 for America/Godthab (the only entry in the tz
21167         database for which this change is relevant).
21168         * manual/time.texi (TZ Variable): Document transition times
21169         from -167:59:59 through -00:00:01.
21170         * time/tzset.c (tz_rule): Time of day is now signed.
21171         (__tzset_parse_tz): Parse negative time of day.
21173         Document TZ transition times >= 25:00:00.
21174         * manual/time.texi (TZ Variable): Document transition times from
21175         25:00:00 through 167:59:59.  These are already supported, and this
21176         support will help with version-3 tz-format files.
21178         * manual/time.texi (TZ Variable): Modernize North America example
21179         to reflect current (i.e., 2007-and-later) daylight saving rules.
21181         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21183 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21185         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21186         * sysdeps/unix/bsd/bits/stat.h: Likewise.
21187         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21188         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21189         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21190         * sysdeps/unix/bsd/bsdstat.h: Likewise.
21191         * sysdeps/unix/bsd/clock.c: Likewise.
21192         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21193         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21194         * sysdeps/unix/bsd/init-posix.c: Likewise.
21195         * sysdeps/unix/bsd/poll.c: Likewise.
21196         * sysdeps/unix/bsd/ptsname.c: Likewise.
21197         * sysdeps/unix/bsd/seekdir.c: Likewise.
21198         * sysdeps/unix/bsd/setegid.c: Likewise.
21199         * sysdeps/unix/bsd/seteuid.c: Likewise.
21200         * sysdeps/unix/bsd/setgid.c: Likewise.
21201         * sysdeps/unix/bsd/setrgid.c: Likewise.
21202         * sysdeps/unix/bsd/setruid.c: Likewise.
21203         * sysdeps/unix/bsd/setsid.c: Likewise.
21204         * sysdeps/unix/bsd/setuid.c: Likewise.
21205         * sysdeps/unix/bsd/sigaction.c: Likewise.
21206         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21207         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21208         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21209         * sysdeps/unix/bsd/telldir.c: Likewise.
21210         * sysdeps/unix/bsd/times.c: Likewise.
21211         * sysdeps/unix/bsd/usleep.c: Likewise.
21213         * misc/Makefile (install-lib): Remove libbsd-compat.a.
21214         ($(objpfx)libbsd-compat.a): Remove rule.
21216         * include/features.h (__FAVOR_BSD): Do not define.
21217         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21218         features conflicting with POSIX.
21219         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21220         (_BSD_SOURCE): Remove description of not being a subset of other
21221         feature test macros.
21222         * manual/job.texi (getpgrp): Do not document BSD version.
21223         (getpgid): Do not document by reference to BSD getpgrp.
21224         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21225         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21226         * signal/signal.h [__FAVOR_BSD]: Likewise.
21227         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21228         instead of making contents conditional on [__FAVOR_BSD].
21229         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21231 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21233         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21235 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21237         [BZ #16314]
21238         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21239         values below 2**-450, not 2**-500.
21240         * math/auto-libm-test-in: Don't allow spurious underflow from
21241         hypot.
21242         * math/auto-libm-test-out: Regenerated.
21244         [BZ #16316]
21245         [BZ #16330]
21246         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21247         values of ha and hb and sort them after adjusting subnormal
21248         arguments.
21249         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21250         Likewise.
21251         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21252         values of ea and eb and sort them after adjusting subnormal
21253         arguments.
21254         * math/auto-libm-test-in: Do not expect some hypot tests of
21255         subnormals to fail.  Add more hypot tests.
21256         * math/auto-libm-test-out: Regenerated.
21258 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21260         [BZ #13304]
21261         * sysdeps/sh/s_fma.c: New file.
21262         * sysdeps/sh/s_fmaf.c: New file.
21263         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21264         version.
21265         * sysdeps/sh/Implies: Add sh/soft-fp.
21267 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21269         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21270         level of indirection to members `objname', `errstring', `malloced'.
21271         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21272         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21273         it as the __longjmp argument (just pass 1 instead).
21274         (_dl_catch_error): Initialize C with argument pointers and address of
21275         volatile local ERRCODE rather than copying values out of C at return.
21277 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21279         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21280         * math/auto-libm-test-out: Regenerated.
21281         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21282         (hypot_test_data): Likewise.
21283         (pow_test_data): Likewise.
21284         (pow_tonearest_test_data): Likewise.
21285         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21286         mpfr_ff_f.
21287         (func_calc_desc): Add mpfr_ff_f union field.
21288         (FUNC_mpfr_ff_f): New macro.
21289         (test_functions): Add atan2, hypot and pow.
21290         (special_fill_min): New function.
21291         (special_fill_minus_min): Likewise.
21292         (special_fill_min_subnorm): Likewise.
21293         (special_fill_minus_min_subnorm): Likewise.
21294         (special_real_inputs): Add min, -min, min_subnorm and
21295         -min_subnorm.
21296         (calc_generic_results): Handle mpfr_ff_f.
21297         * sysdeps/i386/fpu/libm-test-ulps: Update.
21298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21300 2013-12-16  Will Newton  <will.newton@linaro.org>
21302         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21303         (Aligned Memory Blocks): Add documentation for aligned_alloc
21304         and suggest it as an alternative to posix_memalign.
21305         (Hooks for Malloc): Document __memalign_hook is also called
21306         for aligned_alloc.  (Summary of Malloc): Add summary for
21307         aligned alloc.  Document __memalign_hook is also called
21308         for aligned_alloc.
21310 2013-12-16  Will Newton  <will.newton@linaro.org>
21312         * manual/memory.texi (Malloc Examples): Clarify default
21313         alignment documentation.  Suggest posix_memalign rather
21314         than memalign or valloc.
21315         (Aligned Memory Blocks): Remove suggestion to use memalign
21316         or valloc.  Remove obsolete comment about BSD.
21317         Document memalign errno values and mark the function obsolete.
21318         Document posix_memalign returned error codes.  Mark valloc
21319         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21320         called for posix_memalign and valloc.
21321         (Summary of Malloc): Add posix_memalign to function summary.
21322         __memalign_hook is also called for posix_memalign and valloc.
21324 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21326         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21327         TAYLOR_SIN.
21328         (__sin): Adjust.
21329         (__cos): Likewise.
21330         (sloww): Use mynumber union.  Expand ternary operator into
21331         if-else statements.
21332         (cslow): use mynumber union.
21334 2013-12-16  Allan McRae  <allan@archlinux.org>
21336         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21337         * configure: Regenerated.
21339         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21341         [BZ #14120]
21342         * configure.ac: Added --enable-maintainer-mode. Check for
21343         autoconf when enabled.
21344         * configure: Regenerated.
21346         * nscd/nscd.service: New file.
21347         * nscd/nscd.tmpfiles: New file.
21349 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21351         [BZ #12100]
21352         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21353         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21354         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21355         (strstr): Add __strstr_sse2_unaligned ifunc.
21356         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21357         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21358         (strcasestr): Remove __strcasestr_sse42 ifunc.
21359         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21360         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21361         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21363 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21365         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21366         * sysdeps/sh/bits/fenv.h: ... here.
21367         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21369 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21371         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21373         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21374         hypotf multiarch implementations.
21375         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21376         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21377         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21378         multiarch hypot for PPC64.
21379         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21380         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21381         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21382         multiarch hypotf for PPC64.
21384         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21385         modff multiarch implementations.
21386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21387         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21389         multiarch modf for PPC64.
21390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21393         multiarch modff for PPC64.
21395         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21396         and logl multiarch implementations.
21397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21399         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21400         multiarch logb for PPC64.
21401         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21403         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21404         multiarch logb for PPC64.
21405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21406         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21408         multiarch logb for PPC64.
21410         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21411         isinff multiarch implementation.
21412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21413         file.
21414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21415         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21416         multiarch isinf for PPC64.
21417         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21418         file.
21419         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21420         multiarch isinff for PPC64.
21422         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21423         finitef multiarch implementation.
21424         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21425         file.
21426         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21428         multiarch finite for PPC64.
21429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21430         file.
21431         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21432         multiarch finitef for PPC64.
21434         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21435         lrint multiarch implementation.
21436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21437         file.
21438         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21440         multiarch llrint for PPC64.
21441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21442         multiarch lrint for PPC64.
21444         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21445         copysignf multiarch implementation.
21446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21447         file.
21448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21449         file.
21450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21451         multiarch copysign for PPC64.
21452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21453         multiarch copysignf for PPC64.
21455         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21456         multiarch implementation.
21457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21458         file.
21459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21460         file.
21461         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21462         file.
21463         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21464         file.
21465         multiarch llround for PPC64.
21466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21467         multiarch trunc for PPC64.
21468         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21469         multiarch truncf for PPC64.
21471         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21472         multiarch implementation.
21473         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21474         file.
21475         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21476         file.
21477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21478         file.
21479         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21480         file.
21481         multiarch llround for PPC64.
21482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21483         multiarch round for PPC64.
21484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21485         multiarch roundf for PPC64.
21487         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21488         multiarch implementation.
21489         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21490         file.
21491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21492         file.
21493         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21494         file.
21495         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21496         file.
21497         multiarch llround for PPC64.
21498         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21499         multiarch floor for PPC64.
21500         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21501         multiarch floorf for PPC64.
21503         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21504         multiarch implementation.
21505         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21506         file.
21507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21508         file.
21509         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21510         file.
21511         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21512         file.
21513         multiarch llround for PPC64.
21514         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21515         multiarch ceil for PPC64.
21516         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21517         multiarch ceilf for PPC64.
21519         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21520         multiarch implementation.
21521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21522         file.
21523         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21524         file.
21525         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21526         file.
21527         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21528         multiarch llround for PPC64.
21529         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21530         multiarch lround for PPC64.
21532         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21533         multiarch implementation.
21534         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21535         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21536         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21537         file.
21538         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21539         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21540         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21541         multiarch isnan for PPC64.
21542         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21543         multiarch isnanf for PPC64.
21545         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21546         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21547         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21548         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21549         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21552         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21553         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21554         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21555         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21557         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21558         multiarch implementations.
21559         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21560         (__libc_ifunc_impl_list): Likewise.
21561         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21562         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21563         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21564         multiarch stpcpy for PPC64.
21566         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21567         multiarch implementations.
21568         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21569         (__libc_ifunc_impl_list): Likewise.
21570         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21571         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21572         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21573         multiarch strcpy for PPC64.
21575         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21576         redefine function name.
21577         (_wordcopy_fwd_dest_aligned): Likewise.
21578         (_wordcopy_bwd_aligned): Likewise.
21579         (_wordcopy_bwd_dest_aligned): Likewise.
21580         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21581         multiarch implementations.
21582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21583         (__libc_ifunc_impl_list): Likewise.
21584         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21585         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21586         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21587         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21588         multiarch wcscpy for PPC64.
21590         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21591         multiarch implementations.
21592         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21593         (__libc_ifunc_impl_list): Likewise.
21594         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21595         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21596         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21597         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21598         multiarch wcscpy for PPC64.
21600         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21601         multiarch implementations.
21602         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21603         (__libc_ifunc_impl_list): Likewise.
21604         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21605         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21606         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21607         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21608         multiarch wcsrchr for PPC64.
21610         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21611         multiarch implementations.
21612         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21613         (__libc_ifunc_impl_list): Likewise.
21614         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21615         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21616         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21617         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21618         multiarch wcschr for PPC64.
21620         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21621         multiarch implementations.
21622         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21623         (__libc_ifunc_impl_list): Likewise.
21624         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21625         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21626         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21627         multiarch strchrnul for PPC64.
21629         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21630         implementations.
21631         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21632         (__libc_ifunc_impl_list): Likewise.
21633         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21634         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21635         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21636         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21637         strchr for PPC64.
21639         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21640         implementations.
21641         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21642         (__libc_ifunc_impl_list): Likewise.
21643         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21644         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21645         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21646         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21647         strncmp for PPC64.
21649         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21650         multiarch implementations.
21651         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21652         (__libc_ifunc_impl_list): Likewise.
21653         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21654         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21655         strncasecmp for PPC64.
21656         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21657         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21658         multiarch strncasecmp_l for PPC64.
21660         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21661         multiarch implementations.
21662         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21663         (__libc_ifunc_impl_list): Likewise.
21664         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21665         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21666         multiarch strcasecmp for PPC64.
21667         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21668         file.
21669         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21670         multiarch strcasecmp_l for PPC64.
21672         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21673         implementations.
21674         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21675         (__libc_ifunc_impl_list): Likewise.
21676         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21677         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21678         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21679         strnlen for PPC64.
21681         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21682         implementations.
21683         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21684         (__libc_ifunc_impl_list): Likewise.
21685         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21686         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21687         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21688         strlen for PPC64.
21690         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21691         implementations.
21692         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21693         (__libc_ifunc_impl_list): Likewise.
21694         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21695         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21696         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21697         rawmemrchr for PPC64.
21699         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21700         implementation.
21701         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21702         (__libc_ifunc_impl_list): Likewise.
21703         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21704         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21705         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21706         memrchr for PPC64.
21708         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21709         implementation.
21710         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21711         (__libc_ifunc_impl_list): Likewise.
21712         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21713         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21714         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21715         memchr for PPC64.
21717         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21718         implementation.
21719         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21720         (__libc_ifunc_impl_list): Likewise.
21721         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21722         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21723         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21724         mempcpy for PPC64.
21726         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21727         avoid cretion of __bzero symbol.
21728         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21729         Likewise.
21730         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21731         Likewise.
21732         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21733         Likewise.
21734         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21735         multiarch implementations.
21736         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21737         (__libc_ifunc_impl_list): Likewise.
21738         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21739         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21740         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21741         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21742         bzero for PPC32.
21743         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21744         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21745         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21746         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21747         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21748         memset for PPC64.
21749         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21751         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21752         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21753         implementations.
21754         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21755         (__libc_ifunc_impl_list): Likewise.
21756         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21757         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21758         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21759         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21760         memcmp for PPC64.
21762         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21763         multiarch for POWER/PPC64.
21764         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21765         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21766         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21767         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21768         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21769         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21770         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21771         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21772         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21773         memcpy for PPC64.
21775         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21776         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21777         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21778         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21779         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21780         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21781         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21782         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21783         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21784         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21785         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21786         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21787         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21788         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21789         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21798 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21800         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21802 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21804         * benchtests/Makefile (bench): Add exp2 and log2.
21805         (LDLIBS-bench-exp2): Add -lm.
21806         (LDLIBS-bench-log2): Likewise.
21807         * benchtests/exp2-inputs: New inputs file.
21808         * benchtests/log2-inputs: New inputs file.
21809         * benchtests/log-inputs: Add new inputs.
21810         * benchtests/tan-inputs: Likewise.
21812 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21814         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21815         definition...
21816         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21817         (csloww2): ... from here.
21819         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21820         instead of structures.
21821         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21822         (POLYNOMIAL): Likewise.
21823         (TAYLOR_SLOW): Likewise.
21824         (__sin): Likewise.
21825         (__cos): Likewise.
21826         (slow1): Likewise.
21827         (slow2): Likewise.
21828         (sloww): Likewise.
21829         (sloww1); Likewise.
21830         (sloww2): Likewise.
21831         (bsloww1): Likewise.
21832         (bsloww2): Likewise.
21833         (cslow2): Likewise.
21834         (csloww): Likewise.
21835         (csloww1): Likewise.
21836         (csloww2): Likewise.
21838 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21840         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21841         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21842         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21843         * malloc/hooks.c (realloc_check): Likewise.
21845         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21846         * malloc/arena.c: Remove PER_THREAD conditional.
21847         [!PER_THREAD]: Remove code.
21848         (ptmalloc_unlock_all2): Likewise.
21849         (ptmalloc_init): Likewise.
21850         (_int_new_arena): Likewise.
21851         (arena_get2): Likewise.
21852         * malloc/hooks.c (__malloc_get_state): Likewise.
21853         (__malloc_set_state): Likewise.
21854         * malloc/malloc.c: Likewise.
21855         (struct malloc_state): Likewise.
21856         (struct malloc_par): Likewise.
21857         (__libc_realloc): Likewise.
21858         (__libc_mallopt): Likewise.
21860 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21862         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21864 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21866         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21867         macro to a function.  Check for zero perturb_byte.
21868         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21870         * malloc/malloc.c: (force_reg): Remove.
21871         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21872         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21873         force_reg by atomic_forced_read.
21874         * malloc/arena.c (ptmalloc_init): Likewise.
21875         * malloc/hooks.c (top_check): Likewise.
21877 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21879         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21881 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21883         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21885 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21887         * math/auto-libm-test-in: Add tests of lgamma.
21888         * math/auto-libm-test-out: Regenerated.
21889         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21890         (M_LOG_2_SQRT_PIl): Likewise.
21891         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21892         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21893         mpfr_f_f1.
21894         (func_calc_desc): Add mpfr_f_f1 union field.
21895         (ARGS1): New macro.
21896         (ARGS2): Likewise.
21897         (ARGS3): Likewise.
21898         (ARGS4): Likewise.
21899         (RET1): Likewise.
21900         (RET2): Likewise.
21901         (CALC): Likewise.
21902         (FUNC): Likewise.
21903         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21904         (test_functions): Add lgamma.
21905         (calc_generic_results): Handle mpfr_f_f1.
21906         * sysdeps/i386/fpu/libm-test-ulps: Update.
21907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21909 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21911         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21912         __mpn_add_n for PowerPC64/POWER7.
21913         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21914         __mpn_sub_n for PowerPC64/POWER7.
21916         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21917         __mpn_addmul_1 for PowerPC64.
21918         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21919         __mpn_submul_1 for PowerPC64.
21920         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21921         for PowerPC64.
21922         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21923         for PowerPC64.
21925 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21927         [BZ #15089]
21928         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21930 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21932         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21934         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21935         add multiarch folders.
21936         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21937         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21938         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21939         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21940         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21941         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21942         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21943         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21944         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21945         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21946         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21955         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21957         New file.
21958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21959         New file.
21960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21961         multiarch __ieee754_hypot for PowerPC32.
21962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21963         New file.
21964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21965         New file.
21966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21967         multiarch __ieee754_hypotf for PowerPC32.
21969         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21970         long_double_symbol only if __logbl is defined.
21971         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21972         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21973         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21974         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21975         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21976         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21977         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21978         path for implementation.
21979         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21980         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21982         logb, and logbl multiarch implementations for PowerPC32.
21983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21984         file.
21985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21986         file.
21987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21988         multiarch logb for PowerPC32.
21989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21990         file.
21991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21992         file.
21993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21994         multiarch logbf for PowerPC32.
21995         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21997         file.
21998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21999         multiarch logbl implementation for PowerPC32.
22001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
22002         and modff multiarch implementations.
22003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
22004         New file.
22005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
22006         New file.
22007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
22008         multiarch modf for PowerPC32.
22009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
22010         New file.
22011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
22012         New file.
22013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
22014         multiarch modff for PowerPC32.
22016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
22017         and lrintf multiarch implementations.
22018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
22019         New file.
22020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
22021         New file.
22022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
22023         multiarch lrint for PowerPC32.
22024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
22025         file: multiarch lrintf for PowerPC32.
22027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
22028         and lroundf multiarch implementations.
22029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
22030         New file.
22031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
22032         New file.
22033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
22034         New file.
22035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
22036         multiarch lround for PowerPC32.
22037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
22038         file: multiarch lroundf for PowerPC32.
22040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22041         copysign and copysignf multiarch implementations.
22042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
22043         New file.
22044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
22045         New file.
22046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
22047         file: multiarch copysign for PowerPC32.
22048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
22049         file: multiarch copysignf for PowerPC32.
22051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
22052         and truncf multiarch implementations.
22053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
22054         New file.
22055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
22056         file.
22057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
22058         multiarch trunc for PowerPC32.
22059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
22060         New file.
22061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
22062         New file.
22063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
22064         multiarch truncf for PowerPC32.
22066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
22067         and roundf multiarch implementations.
22068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22069         New file.
22070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22071         file.
22072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22073         multiarch round for PowerPC32.
22074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22075         New file.
22076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22077         New file.
22078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22079         multiarch roundf for PowerPC32.
22081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
22082         and floorf multiarch implementations.
22083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
22084         New file.
22085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
22086         file.
22087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
22088         multiarch floor for PowerPC32.
22089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
22090         New file.
22091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
22092         New file.
22093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
22094         multiarch floorf for PowerPC32.
22096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
22097         and ceilf multiarch implementations.
22098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
22099         New file.
22100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
22101         file.
22102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
22103         multiarch ceil for PowerPC32.
22104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
22105         New file.
22106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
22107         file.
22108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
22109         multiarch ceilf for PowerPC32.
22111         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
22112         is defined.
22113         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
22114         FINITEF is defined.
22115         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
22116         and finitef multiarch implementations.
22117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
22118         New file.
22119         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
22120         file.
22121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
22122         multiarch finite for PowerPC32.
22123         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
22124         New file.
22125         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
22126         file: multiarch finitef for PowerPC32.
22128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
22129         and isinff multiarch implementations.
22130         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
22131         file.
22132         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
22133         file.
22134         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
22135         multiarch isinf for PowerPC32.
22136         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
22137         New file.
22138         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
22139         multiarch isinff for PowerPC32.
22141         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
22142         alias when __isnan is defined.
22143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
22144         and isnanf multiarch implementations.
22145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
22146         file.
22147         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
22148         file.
22149         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
22150         file.
22151         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
22152         file.
22153         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
22154         multiarch isnan for PowerPC32.
22155         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
22156         New file.
22157         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
22158         New file.
22159         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
22160         multiarch isnanf for PowerPC32.
22162         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
22163         and sqrtf multiarch implementations.
22164         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
22165         file.
22166         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
22167         file.
22168         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
22169         multiarch sqrt for PowerPC32.
22170         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
22171         file.
22172         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
22173         file.
22174         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
22175         multiarch sqrtf for PowerPC32.
22177         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
22178         and llroundf multiarch implementations.
22179         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
22180         New file.
22181         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22182         New file.
22183         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22184         New file.
22185         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22186         file: multiarch llround for PowerPC32.
22187         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22188         file: multiarch llroundf for PowerPC32.
22190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22191         multiarch PowerPC32 fpu implementations.
22192         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22193         New file.
22194         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22195         New file.
22196         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22197         multiarch llrint for PowerPC32.
22198         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22199         New file.
22200         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22201         New file.
22202         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22203         file.
22205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22207         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22208         file.
22209         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22210         file.
22211         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22212         file.
22213         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22214         multiarch wordcopy for PPC32.
22215         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22216         wordcopy objects.
22217         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22218         (__libc_ifunc_impl_list): Likewise.
22219         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22220         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22221         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22222         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22223         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22224         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22226         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22227         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22228         file.
22229         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22230         file.
22231         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22232         file.
22233         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22234         multiarch wcscpy for PPC32.
22235         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22236         multiarch objects.
22237         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22238         (__libc_ifunc_impl_list): Likewise.
22239         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22240         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22241         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22242         sysdeps/powerpc/power6/wcscpy.c.
22244         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22245         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22246         file.
22247         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22248         file.
22249         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22250         file.
22251         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22252         multiarch wcsrchr for PPC32.
22253         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22254         multiarch objects.
22255         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22256         (__libc_ifunc_impl_list): Likewise.
22257         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22258         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22259         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22260         sysdeps/powerpc/power6/wcsrchr.c.
22262         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22263         file.
22264         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22265         file.
22266         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22267         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22268         multiarch wcschr for PPc32.
22269         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22270         multiarch objects.
22271         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22272         (__libc_ifunc_impl_list): Likewise.
22273         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22274         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22275         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22276         sysdeps/powerpc/power6/wcschr.c.
22278         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22279         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22280         file.
22281         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22282         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22283         file: multiarch strchr for PPC32.
22284         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22285         multiarch objects.
22286         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22287         (__libc_ifunc_impl_list): Likewise.
22289         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22290         name.
22291         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22292         file.
22293         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22294         file.
22295         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22296         multiarch strchrnul for PPC32.
22297         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22298         multiarch objects.
22299         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22300         (__libc_ifunc_impl_list): Likewise.
22302         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22303         file.
22304         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22305         multiarch strncasecmp for PPC32.
22306         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22307         file.
22308         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22309         multiarch strncasecmp_l for PPC32.
22310         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22311         strncasecmp multiarch objects.
22312         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22313         (__libc_ifunc_impl_list): Likewise.
22315         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22316         file.
22317         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22318         multiarch strncasecmp for PPC32.
22319         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22320         New file.
22321         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22322         multiarch strcasecmp_l for PPC32.
22323         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22324         multiarch objects.
22325         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22326         (__libc_ifunc_impl_list): Likewise.
22328         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22329         file.
22330         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22331         file.
22332         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22333         multiarch strncmp for PPC32.
22334         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22335         multiarch objects.
22336         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22337         (__libc_ifunc_impl_list): Likewise.
22339         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22340         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22341         file.
22342         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22343         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22344         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22345         multiarch objects.
22346         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22347         (__libc_ifunc_impl_list): Likewise.
22349         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22350         file.
22351         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22352         file.
22353         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22354         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22355         multiarch objects.
22356         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22357         (__libc_ifunc_impl_list): Likewise.
22359         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22360         file.
22361         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22362         file.
22363         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22364         multiarch rawmemchr for PPC32.
22365         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22366         multiarch objects.
22367         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22368         (__libc_ifunc_impl_list): Likewise.
22370         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22371         file.
22372         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22373         file.
22374         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22375         file: memrchr multiarch for PPC32.
22376         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22377         multiarch objects.
22378         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22379         (__libc_ifunc_impl_list): Likewise.
22381         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22382         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22383         file.
22384         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22385         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22386         multiarch memchr for PPC32.
22387         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22388         multiarch objects.
22389         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22390         (__libc_ifunc_impl_list): Likewise.
22392         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22393         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22394         file.
22395         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22396         file.
22397         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22398         file: multiarch mempcpy for PPC32.
22399         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22400         multiarch objects.
22401         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22402         (__libc_ifunc_impl_list): Likewise.
22404         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22405         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22406         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22407         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22408         multiarch bzero for PPC32.
22409         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22410         file.
22411         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22412         file.
22413         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22414         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22415         file: multiarch memset for PPC32.
22416         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22417         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22418         memset multiarch objects.
22419         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22420         (__libc_ifunc_impl_list): Likewise.
22422         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22423         file.
22424         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22425         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22426         memcmp for PPC32.
22427         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22428         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22429         multiarch objects.
22430         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22431         (__libc_ifunc_impl_list): Likewise.
22433         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22434         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22435         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22436         file.
22437         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22438         file.
22439         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22440         file.
22441         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22442         multiarch memcpy for PPC32.
22443         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22444         multiarch objects.
22445         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22446         (__libc_ifunc_impl_list): Likewise.
22448         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22449         support multiarch for POWER/PPC32.
22450         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22451         Likewise.
22452         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22454         Implies file to make multiarch folder appers before the fpu and
22455         default folder for power4 configuration.
22457 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22459         * scripts/bench.pl: Append volatile keyword to type.
22461 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22463         * sysdeps/sh/sotruss-lib.c: New file.
22464         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22466 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22468         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22470 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22472         [BZ #6810]
22473         * math/w_tgamma.c: Include <errno.h>.
22474         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22475         * math/w_tgammaf.c: Include <errno.h>.
22476         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22477         * math/w_tgammal.c: Include <errno.h>.
22478         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22479         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22480         underflow.  Add more tgamma tests.
22481         * math/auto-libm-test-out: Regenerated.
22482         * sysdeps/i386/fpu/libm-test-ulps: Update.
22483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22485         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22486         sin, sinh, tan, tanh, tgamma, y0 and y1.
22487         * math/auto-libm-test-out: Regenerated.
22488         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22489         (TEST_COND_x86): Likewise.
22490         (M_E2l): Remove macro.
22491         (M_E3l): Likewise.
22492         (M_2_SQRT_PIl): Likewise.
22493         (M_SQRT_PIl): Likewise.
22494         (M_1_DIV_El): Likewise.
22495         (log_test_data): Use AUTO_TESTS_f_f.
22496         (log10_test_data): Likewise.
22497         (log1p_test_data): Likewise.
22498         (log2_test_data): Likewise.
22499         (sin_test_data): Likewise.
22500         (sin_tonearest_test_data): Likewise.
22501         (sin_towardzero_test_data): Likewise.
22502         (sin_downward_test_data): Likewise.
22503         (sin_upward_test_data): Likewise.
22504         (sinh_test_data): Likewise.
22505         (sinh_tonearest_test_data): Likewise.
22506         (sinh_towardzero_test_data): Likewise.
22507         (sinh_downward_test_data): Likewise.
22508         (sinh_upward_test_data): Likewise.
22509         (tan_test_data): Likewise.
22510         (tan_tonearest_test_data): Likewise.
22511         (tan_towardzero_test_data): Likewise.
22512         (tan_downward_test_data): Likewise.
22513         (tan_upward_test_data): Likewise.
22514         (tanh_test_data): Likewise.
22515         (tgamma_test_data): Likewise.
22516         (y0_test_data): Likewise.
22517         (y1_test_data): Likewise.
22518         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22519         (special_real_inputs): Add pi/4.
22520         * sysdeps/i386/fpu/libm-test-ulps: Update.
22521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22523 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22525         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22526         "longjmp_target" static probes.
22527         (__longjmp): Rename to __longjmp_symbol.
22528         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22529         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22530         on which longjmp to generate.
22531         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22532         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22533         probe.
22534         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22535         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22536         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22537         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22538         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22539         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22541         __longjmp_symbol based on which __longjmp to generate.
22542         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22543         probe.
22544         (setjmp): Rename to setjmp_symbol.
22545         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22546         (_setjmp): Rename to _setjmp_symbol.
22547         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22548         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22549         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22550         which setjmp to generate.
22551         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22552         "longjmp_target" static probes.
22554 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22556         * benchtests/README: Add note about output arguments.
22557         * benchtests/bench-sincos.c: Remove file.
22558         * benchtests/sincos-inputs: New file.
22559         * scripts/bench.pl: Identify output arguments and define
22560         static variables for them.
22562         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22564         [BZ #15941]
22565         * Makefile (INSTALL): Add install-plain.texi as the primary
22566         dependency.
22567         * manual/install-plain.texi: New file.
22568         * manual/install.texi: Include node directive only for
22569         non-plaintext output.
22571 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22573         * stdlib/longlong.h: Update from GCC.
22575         [BZ #6807]
22576         [BZ #15901]
22577         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22578         * math/w_j0f.c (y0f): Likewise.
22579         * math/w_j0l.c (__y0l): Likewise.
22580         * math/w_j1.c (y1): Likewise.
22581         * math/w_j1f.c (y1f): Likewise.
22582         * math/w_j1l.c (__y1l): Likewise
22583         * math/w_jn.c (yn): Likewise.
22584         * math/w_jnf.c (ynf): Likewise.
22585         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22586         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22587         value for Bessel function domain errors outside _SVID_ mode.
22588         Adjust sign of return value for yn (negative integer, 0).
22589         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22590         by zero in return for negative x and set sign appropriately for
22591         negative n.
22592         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22593         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22594         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22595         expectations in error cases.
22596         (y1_test_data): Likewise.
22597         (yn_test_data): Likewise.
22598         * sysdeps/i386/fpu/libm-test-ulps: Update.
22599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22601 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22603         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22604         "64" to "64-v1".  Add "64-v2".
22605         (abi-64-options): Rename to ...
22606         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22607         (abi-64-condition): Rename to ...
22608         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22609         (abi-64-ld-soname): Rename to ...
22610         (abi-64-v1-ld-soname): ... this.
22611         (abi-64-v2-options): Define.
22612         (abi-64-v2-condition): Likewise.
22613         (abi-64-v2-ld-soname): Likewise.
22614         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22615         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22620 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22621             Alan Modra  <amodra@gmail.com>
22623         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22624         New versions for use with the ELFv2 ABI.
22625         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22626         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22627         declaration.
22628         (struct La_ppc64v2_retval): Likewise.
22629         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22630         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22631         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22632         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22633         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22634         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22635         Do not save or restore CR.
22636         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22637         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22638         return values for ELFv2 ABI.  Fix location of FPR return registers.
22639         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22640         updated values for _CALL_ELF == 2.
22641         (La_regs, La_retval, int_retval): Likewise.
22643 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22645         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22646         (FRAME_MIN_SIZE_PARM): Likewise.
22647         (FRAME_BACKCHAIN): Likewise.
22648         (FRAME_CR_SAVE): Likewise.
22649         (FRAME_LR_SAVE): Likewise.
22650         (FRAME_TOC_SAVE): Likewise.
22651         (FRAME_PARM_SAVE): Likewise.
22652         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22653         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22654         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22655         (call_mcount_parm_offset): New macro.
22656         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22657         (PROF): Use symbolic stack frame offsets.
22658         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22659         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22660         Redefine in terms of FRAME_MIN_SIZE.
22661         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22662         (_dl_profile_resolve): Likewise.  Update comment.
22663         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22664         symbols stack frame offsets.
22665         (__sigsetjmp): Likewise.
22666         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22667         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22668         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22669         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22672         (FRAME_BACKCHAIN): Remove.
22673         (FRAME_CR_SAVE): Likewise.
22674         (FRAME_LR_SAVE): Likewise.
22675         (FRAME_COMPILER_DW): Likewise.
22676         (FRAME_LINKER_DW): Likewise.
22677         (FRAME_TOC_SAVE): Likewise.
22678         (FRAME_PARM_SAVE): Likewise.
22679         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22680         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22681         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22683         (CHECK_SP): Use symbolic stack frame offsets.
22684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22685         zone" instead of caller's parameter save area for temp storage.
22686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22687         Likewise.  Also, use symbolic stack frame offsets.
22688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22689         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22690         our own stack frame instead of the caller's.
22691         (__socket): Use symbolic stack frame offsets.
22693 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22694             Alan Modra  <amodra@gmail.com>
22696         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22697         Define.
22698         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22699         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22700         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22701         New function.
22702         (elf_machine_fixup_plt): Call it.
22703         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22704         reloc arguments.
22705         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22706         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22707         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22708         r2 before calling target.
22710 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22711             Alan Modra  <amodra@gmail.com>
22713         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22714         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22715         versions of macros to support ELFv2 ABI.
22716         (LOCALENTRY): New macro.
22717         (ENTRY, EALIGN): Use it.
22718         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22719         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22720         fall through into ENTRY entry point.
22721         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22722         Only define if _CALL_ELF != 2.
22724         (elf_machine_matches_host): Verify ABI version matches.
22725         (RTLD_START): Use LOCALENTRY.
22726         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22727         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22728         (PLT_ENTRY_WORDS): New macro.
22729         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22730         (elf_machine_runtime_setup): Support ELFv2 ABI.
22731         (elf_machine_fixup_plt): Likewise.
22732         (elf_machine_plt_conflict): Likewise.
22733         (resolve_ifunc): Likewise.
22734         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22735         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22736         Likewise.
22737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22738         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22740         (makecontext): Support ELFv2 ABI.
22741         * elf/elf.h (EF_PPC64_ABI): Define.
22743 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22745         * sysdeps/powerpc/powerpc64/sysdep.h
22746         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22747         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22748         (ENTRY) [ASSEMBLER]: ... but instead here ...
22749         (EALIGN) [ASSEMBLER]: ... and here.
22750         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22751         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22752         (ENTRY_2) [!ASSEMBLER]: Use it.
22753         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22754         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22755         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22756         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22757         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22759         Use PPC64_LOAD_FUNCPTR.
22761         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22763 2013-12-04  Alan Modra  <amodra@gmail.com>
22765         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22766         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22767         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22768         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22770         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22771         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22772         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22773         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22774         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22775         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22777 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22780         (__makecontext): Fix incorrect CFI when backtracing out of
22781         context created via makecontext.
22782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22783         (__setcontext): Fix incorrect CFI during switch to new context.
22784         (__novec_setcontext): Likewise.
22786 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22788         [BZ #4772]
22789         * time/strptime_l.c (__strptime_internal): Allow modifiers
22790         in strptime.
22791         * time/tst-strptime.c (day_tests): Add testcase.
22793 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22795         * scripts/bench.pl: Skip over blank lines.
22797 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22799         [BZ #926]
22800         * manual/time.texi (Calendar Time): Clarify what timezone functions
22801         use.
22803 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22805         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22807 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22809         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22810         implementation.
22811         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22812         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22813         * debug/memset_chk.c (__memset_chk): Likewise.
22814         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22815         * debug/strncpy_chk.c: Likewise.
22817 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22819         [BZ #15268]
22820         [BZ #15425]
22821         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22822         (__ieee754_exp): For possibly underflowing results, check size of
22823         result and force underflow exception if required.
22824         * math/auto-libm-test-in: Add more tests of exp.
22825         * math/auto-libm-test-out: Regenerated.
22826         * sysdeps/i386/fpu/libm-test-ulps: Update.
22827         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22829         [BZ #16283]
22830         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22831         * math/w_exp2f.c (__exp2f): Likewise.
22832         * math/w_exp2l.c (__exp2l): Likewise.
22833         * math/auto-libm-test-in: Do not allow missing errno on exp2
22834         underflow.
22835         * math/auto-libm-test-out: Regenerated.
22837 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22839         [BZ #16274]
22840         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22841         handle filename validation.
22842         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22843         (do_open): Delete.
22845 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22847         [BZ #6786]
22848         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22849         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22850         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22851         <float.h>.
22852         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22853         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22854         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22855         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22856         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22857         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22858         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22859         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22860         Add more erfc tests.
22861         * math/auto-libm-test-out: Regenerated.
22862         * sysdeps/i386/fpu/libm-test-ulps: Update.
22863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22865         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22866         exp2, expm1, j0 and j1.
22867         * math/auto-libm-test-out: Regenerated.
22868         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22869         (erfc_test_data): Likewise.
22870         (exp_test_data): Likewise.
22871         (exp_tonearest_test_data): Likewise.
22872         (exp_towardzero_test_data): Likewise.
22873         (exp_downward_test_data): Likewise.
22874         (exp_upward_test_data): Likewise.
22875         (exp10_test_data): Likewise.
22876         (exp2_test_data): Likewise.
22877         (expm1_test_data): Likewise.
22878         (j0_test_data): Likewise.
22879         (j1_test_data): Likewise.
22880         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22881         (input_flag_type): Add flag_xfail_rounding.
22882         (input_flags): Add xfail-rounding.
22883         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22884         (output_for_one_input_case): Handle flag_xfail_rounding.
22885         * sysdeps/i386/fpu/libm-test-ulps: Update.
22886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22888 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22890         [BZ #16289]
22891         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22892         division by 0.
22894 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22896         [BZ #16195]
22897         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22898         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22899         (STAP_PROBE0): New macro.
22900         (STAP_PROBE1): Likewise.
22901         (STAP_PROBE2): Likewise.
22902         (STAP_PROBE3): Likewise.
22903         (STAP_PROBE4): Likewise.
22905 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22907         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22909 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22911         * benchtests/Makefile (bench): Add sqrt.
22912         (LDLIBS-bench-sqrt): New.
22913         * benchtests/sqrt-input: New.
22915 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22917         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22918         (GAIH_EAI): Likewise.
22919         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22920         (gaih_inet): Likewise.
22921         (getaddrinfo): Don't use GAIH_EAI.
22923         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22924         (struct gaih): Remove definition.
22926 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22928         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22929         Use HERRNOP directly.
22931 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22933         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22935 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22937         * math/gen-auto-libm-tests.c (test_functions): Add more
22938         single-argument functions.
22939         (special_fill_pi_2): New function.
22940         (special_fill_minus_pi_2): Likewise.
22941         (special_fill_pi_6): Likewise.
22942         (special_fill_minus_pi_6): Likewise.
22943         (special_fill_pi_3): Likewise.
22944         (special_fill_2pi_3): Likewise.
22945         (special_fill_e): Likewise.
22946         (special_fill_1_e): Likewise.
22947         (special_fill_e_minus_1): Likewise.
22948         (special_real_inputs): Add more special inputs.
22949         (output_for_one_input_case): Do not require ERANGE on underflow to
22950         zero if round-to-nearest result does not underflow to zero, unless
22951         exact results required.
22952         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22953         atan, atanh, cbrt, cos and cosh.
22954         * math/auto-libm-test-out: Regenerated.
22955         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22956         (acos_tonearest_test_data): Likewise.
22957         (acos_towardzero_test_data): Likewise.
22958         (acos_downward_test_data): Likewise.
22959         (acos_upward_test_data): Likewise.
22960         (acosh_test_data): Likewise.
22961         (asin_test_data): Likewise.
22962         (asin_tonearest_test_data): Likewise.
22963         (asin_towardzero_test_data): Likewise.
22964         (asin_upward_test_data): Likewise.
22965         (asinh_test_data): Likewise.
22966         (atan_test_data): Likewise.
22967         (atanh_test_data): Likewise.
22968         (cbrt_test_data): Likewise.
22969         (cos_test_data): Likewise.
22970         (cos_tonearest_test_data): Likewise.
22971         (cos_towardzero_test_data): Likewise.
22972         (cos_downward_test_data): Likewise.
22973         (cos_upward_test_data): Likewise.
22974         (cosh_test_data): Likewise.
22975         (cosh_tonearest_test_data): Likewise.
22976         (cosh_towardzero_test_data): Likewise.
22977         (cosh_downward_test_data): Likewise.
22978         (cosh_upward_test_data): Likewise.
22979         * sysdeps/i386/fpu/libm-test-ulps: Update.
22980         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22982 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22984         [BZ #6787]
22985         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22986         * math/w_exp10f.c (__exp10f): Likewise.
22987         * math/w_exp10l.c (__exp10l): Likewise.
22988         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22989         errno settings in existing tests.
22991         [BZ #14032]
22992         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22993         precision control set to double precision.
22994         * sysdeps/i386/fpu/w_sqrt.c: New file.
22995         * math/auto-libm-test-in: Add more tests.
22996         * math/auto-libm-test-out: Update.
22998         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22999         (sqrt_test_tonearest): New function.
23000         (sqrt_towardzero_test_data): New variable.
23001         (sqrt_test_towardzero): New function.
23002         (sqrt_downward_test_data): New variable.
23003         (sqrt_test_downward): New function.
23004         (sqrt_upward_test_data): New variable.
23005         (sqrt_test_upward): New function.
23006         (main): Call the new functions.
23008         * math/gen-auto-libm-tests.c: New file.
23009         * math/auto-libm-test-in: Likewise.
23010         * math/auto-libm-test-out: New generated file.
23011         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
23012         variables.
23013         (%beautify): Add generated representations of zero.
23014         (top level): Set $auto_input and call parse_auto_input.
23015         (beautify): Remove trailing "f" from hex float constants.
23016         (parse_args): Handle XFAIL_TEST.
23017         (convert_condition): New function.
23018         (or_value): Likewise.
23019         (or_cond_value): Likewise.
23020         (generate_testfile): Handle AUTO_TESTS_* lines.
23021         (parse_auto_input): New function.
23022         * math/libm-test.inc (XFAIL_TEST): New macro.
23023         (ERRNO_UNCHANGED): Update value.
23024         (ERRNO_EDOM): Likewise.
23025         (ERRNO_ERANGE): Likewise.
23026         (IGNORE_RESULT): Likewise.
23027         (TEST_COND_flt_32): New macro.
23028         (TEST_COND_dbl_64): Likewise.
23029         (TEST_COND_ldbl_96_intel): Likewise.
23030         (TEST_COND_ldbl_96_m68k): Likewise.
23031         (TEST_COND_ldbl_128): Likewise.
23032         (TEST_COND_ldbl_128ibm): Likewise.
23033         (TEST_COND_long32): Likewise.
23034         (TEST_COND_long64): Likewise.
23035         (TEST_COND_before_rounding): Likewise.
23036         (TEST_COND_after_rounding): Likewise.
23037         (enable_test): Handle XFAIL_TEST flag.
23038         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
23039         with finite results.
23040         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
23041         auto-libm-test-out.
23043 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23044             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23046         [BZ #16214]
23047         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
23048         __tls_get_addr_internal instead of __tls_get_offset in order to
23049         avoid GOT pointer dependency.  Make rtld export
23050         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
23051         __tls_get_addr since we are a __tls_get_offset platform.
23052         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
23053         GOT pointer being set up before.
23054         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
23056 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
23058         * manual/math.texi (Errors in Math Functions): Document accuracy
23059         goals.
23061         [BZ #15004]
23062         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
23063         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
23064         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23065         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
23066         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
23067         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
23068         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23069         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23070         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23071         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23072         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23073         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23074         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23075         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23076         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23077         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23079         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23080         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23081         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
23082         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
23083         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
23084         Likewise.
23085         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
23086         Likewise.
23087         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
23088         Likewise.
23089         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
23090         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
23091         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
23092         atomic-feupdateenv and flt-rounds.
23093         * sysdeps/powerpc/nofpu/Versions (libc): Add
23094         __atomic_feholdexcept, __atomic_feclearexcept,
23095         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
23096         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
23097         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
23098         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
23099         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
23100         here.
23101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
23102         Update.
23104         * manual/arith.texi (FP Exceptions): Document that exceptions may
23105         not be raised when matherr is used.
23106         (Math Error Reporting): Document overflow in directed rounding
23107         modes.  Document that errno may not be set when finite values are
23108         returned on overflow.  Document intent to set errno on underflow
23109         only for underflow to zero.
23111         [BZ #16271]
23112         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
23113         round-to-nearest then adjust result for other rounding modes.
23114         * include/fenv.h (fegetround): Use libm_hidden_proto.
23115         * math/fegetround.c (fegetround): Use libm_hidden_def.
23116         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
23117         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
23118         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23119         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
23120         Likewise.
23121         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
23122         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
23123         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
23124         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
23126 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23128         [BZ #16077]
23129         * nss/Versions (libnss_files): Add
23130         _nss_files_gethostbyname3_r.
23131         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
23132         New function.
23133         (HOST_DB_LOOKUP): Remove macro.
23134         (_nss_files_gethostbyname_r): Implement function without the
23135         HOST_DB_LOOKUP macro.
23136         (_nss_files_gethostbyname2_r): Likewise.
23138 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
23140         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
23142 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
23144         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
23145         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
23146         warning.
23148 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23150         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
23151         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
23152         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
23153         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
23154         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
23155         __fe_nomask_env_priv and attribute_hidden.
23156         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
23157         (libc_feupdateenv_test_ppc): Likewise.
23158         (libc_feresetround_ppc): Likewise.
23159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23160         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
23161         compat_symbol macro.
23162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23163         (__fe_nomask_env): Likewise.
23164         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
23166 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23168         * string/Makefile: Remove ifunc tests.
23169         * string/test-string.h: Define TEST_IFUNC.
23170         * string/test-bcopy-ifunc.c: Remove.
23171         * string/test-bzero-ifunc.c: Likewise.
23172         * string/test-memccpy-ifunc.c: Likewise.
23173         * string/test-memchr-ifunc.c: Likewise.
23174         * string/test-memcmp-ifunc.c: Likewise.
23175         * string/test-memcpy-ifunc.c: Likewise.
23176         * string/test-memmem-ifunc.c: Likewise.
23177         * string/test-memmove-ifunc.c: Likewise.
23178         * string/test-mempcpy-ifunc.c: Likewise.
23179         * string/test-memrchr-ifunc.c: Likewise.
23180         * string/test-memset-ifunc.c: Likewise.
23181         * string/test-rawmemchr-ifunc.c: Likewise.
23182         * string/test-stpcpy-ifunc.c: Likewise.
23183         * string/test-stpncpy-ifunc.c: Likewise.
23184         * string/test-strcasecmp-ifunc.c: Likewise.
23185         * string/test-strcasestr-ifunc.c: Likewise.
23186         * string/test-strcat-ifunc.c: Likewise.
23187         * string/test-strchr-ifunc.c: Likewise.
23188         * string/test-strchrnul-ifunc.c: Likewise.
23189         * string/test-strcmp-ifunc.c: Likewise.
23190         * string/test-strcpy-ifunc.c: Likewise.
23191         * string/test-strcspn-ifunc.c: Likewise.
23192         * string/test-strlen-ifunc.c: Likewise.
23193         * string/test-strncasecmp-ifunc.c: Likewise.
23194         * string/test-strncat-ifunc.c: Likewise.
23195         * string/test-strncmp-ifunc.c: Likewise.
23196         * string/test-strncpy-ifunc.c: Likewise.
23197         * string/test-strnlen-ifunc.c: Likewise.
23198         * string/test-strpbrk-ifunc.c: Likewise.
23199         * string/test-strrchr-ifunc.c: Likewise.
23200         * string/test-strspn-ifunc.c: Likewise.
23201         * string/test-strstr-ifunc.c: Likewise.
23203 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23205         * benchtests/Makefile: Remove ifunc tests.
23206         * benchtests/bench-string.h: Define TEST_IFUNC.
23207         * benchtests/bench-bcopy-ifunc.c: Remove.
23208         * benchtests/bench-bzero-ifunc.c: Likewise.
23209         * benchtests/bench-memccpy-ifunc.c: Likewise.
23210         * benchtests/bench-memchr-ifunc.c: Likewise.
23211         * benchtests/bench-memcmp-ifunc.c: Likewise.
23212         * benchtests/bench-memcpy-ifunc.c: Likewise.
23213         * benchtests/bench-memmem-ifunc.c: Likewise.
23214         * benchtests/bench-memmove-ifunc.c: Likewise.
23215         * benchtests/bench-mempcpy-ifunc.c: Likewise.
23216         * benchtests/bench-memrchr-ifunc.c: Likewise.
23217         * benchtests/bench-memset-ifunc.c: Likewise.
23218         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23219         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23220         * benchtests/bench-stpcpy-ifunc.c: Likewise.
23221         * benchtests/bench-stpncpy-ifunc.c: Likewise.
23222         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23223         * benchtests/bench-strcasestr-ifunc.c: Likewise.
23224         * benchtests/bench-strcat-ifunc.c: Likewise.
23225         * benchtests/bench-strchr-ifunc.c: Likewise.
23226         * benchtests/bench-strchrnul-ifunc.c: Likewise.
23227         * benchtests/bench-strcmp-ifunc.c: Likewise.
23228         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23229         * benchtests/bench-strcpy-ifunc.c: Likewise.
23230         * benchtests/bench-strcspn-ifunc.c: Likewise.
23231         * benchtests/bench-strlen-ifunc.c: Likewise.
23232         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23233         * benchtests/bench-strncat-ifunc.c: Likewise.
23234         * benchtests/bench-strncmp-ifunc.c: Likewise.
23235         * benchtests/bench-strncpy-ifunc.c: Likewise.
23236         * benchtests/bench-strnlen-ifunc.c: Likewise.
23237         * benchtests/bench-strpbrk-ifunc.c: Likewise.
23238         * benchtests/bench-strrchr-ifunc.c: Likewise.
23239         * benchtests/bench-strsep-ifunc.c: Likewise.
23240         * benchtests/bench-strspn-ifunc.c: Likewise.
23241         * benchtests/bench-strstr-ifunc.c: Likewise.
23243 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23245         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23247 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23249         * resolv/netdb.h: Use __glibc_reserved instead __unused.
23250         * rt/aio.h: Likewise.
23251         * sysdeps/gnu/bits/utmp.h: Likewise.
23252         * sysdeps/gnu/bits/utmpx.h: Likewise.
23253         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23254         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23255         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23256         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23257         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23258         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23259         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23260         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23261         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23262         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23263         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23264         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23265         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23267         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23268         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23269         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23270         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23271         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23272         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23273         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23274         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23275         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23276         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23277         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23278         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23279         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23280         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23281         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23282         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23283         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23284         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23285         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23286         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23287         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23288         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23289         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23290         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23291         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23292         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23293         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23294         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23296 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23298         [BZ #16245]
23299         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23300         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23302 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23304         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23305         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23306         Likewise.
23308 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23310         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23311         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23312         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23313         (__fesetround): Remove define.
23314         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23315         rounding and exceptions handling.
23316         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23317         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23318         (__fe_nomask_env): Likewise.
23319         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23320         __fegetround instead of fegetround.
23321         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23322         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23324 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23326         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23327         it's there.
23329         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23331 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23333         [BZ #11157]
23334         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23335         (encrypt_r): Likewise.
23336         * malloc/obstack.h (obstack_free): Likewise.
23337         * posix/unistd.h (encrypt): Likewise.
23339 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23341         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23342         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23343         DL_CALL_DT_FINI() that call the functions directly.
23344         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23345         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23346         * elf/dl-fini.c: Likewise.
23348 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23350         * malloc/hooks.c (memalign_check): Add alignment rounding.
23351         * malloc/malloc.c (_mid_memalign): New function.
23352         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23353         Implement by calling _mid_memalign.
23354         * manual/probes.texi (Memory Allocation Probes): Remove
23355         memory_valloc_retry and memory_pvalloc_retry.
23357 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23359         * locale/programs/locarchive.c (open_archive): Add const
23360         qualifier to ARCHIVEFNAME and copy default fname to
23361         DEFAULT_FNAME.
23363         [BZ #15601]
23364         * libio/tst-widetext.input: Rename Oriya to Odia.
23365         * locale/iso-639.def: Likewise.
23367         * manual/probes.texi (Mathematical Function Probes): Add
23368         documentation for sin, cos, asin and acos probes.
23369         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23370         (__sin32): Add slowasin probe.
23371         (__cos32): Add slowacos probe.
23372         (__mpsin): Add slowsin probe.
23373         (__mpcos): Add slowcos probe.
23375 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23377         [BZ #15483]
23378         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23379         thread-local __sim_exceptions_thread and global
23380         __sim_exceptions_global.
23381         (__sim_disabled_exceptions): Change to thread-local
23382         __sim_disabled_exceptions_thread and global
23383         __sim_disabled_exceptions_global.
23384         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23385         and global __sim_round_mode_global.
23386         (__simulate_exceptions): Use thread-local floating-point state and
23387         set global state from it as needed.
23388         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23389         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23390         __sim_round_mode_thread.
23391         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23392         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23393         and global __sim_exceptions_global.
23394         (__sim_disabled_exceptions): Change to thread-local
23395         __sim_disabled_exceptions_thread and global
23396         __sim_disabled_exceptions_global.
23397         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23398         and global __sim_round_mode_global.
23399         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23400         (SIM_SET_GLOBAL): Likewise.
23401         * sysdeps/powerpc/soft-fp/sfp-machine.h
23402         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23403         __sim_round_mode_thread.
23404         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23405         __sim_disabled_exceptions_thread.
23406         (__sim_exceptions): Change to __sim_exceptions_thread.
23407         (__sim_disabled_exceptions): Change to
23408         __sim_disabled_exceptions_thread.
23409         (__sim_round_mode): Change to __sim_round_mode_thread.
23410         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23411         thread-local floating-point state and set global state from it as
23412         needed.
23413         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23414         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23415         (__sim_disabled_exceptions): Remove extern declaration.
23416         (feenableexcept): Use thread-local floating-point state and set
23417         global state from it as needed.
23418         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23419         extern declaration.
23420         (__sim_disabled_exceptions): Likewise.
23421         (__sim_round_mode): Likewise.
23422         (__fegetenv): Use thread-local floating-point state.
23423         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23424         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23425         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23426         floating-point state and set global state from it as needed.
23427         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23428         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23429         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23430         Likewise.
23431         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23432         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23433         Likewise.
23434         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23435         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23436         Use __sim_round_mode_thread.
23437         * math/test-fenv-tls.c: New file.
23438         * math/Makefile (tests): Add test-fenv-tls.
23439         ($(objpfx)test-fenv-tls): Depend on
23440         $(common-objpfx)nptl/libpthread.so.
23442 2013-11-19  Andreas Schwab  <schwab@suse.de>
23444         * locale/programs/locale.c (show_info): Decode wordarray elements.
23445         * locale/categories.def (LC_MONETARY): Add element for
23446         _NL_MONETARY_CRNCYSTR.
23447         * locale/C-monetary.c (conversion_rate): New variable.
23448         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23449         element.
23451 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23453         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23454         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23456 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23458         * elf/Makefile (tst-auxv): New test.
23459         * elf/tst-auxv.c: New
23460         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23462 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23464         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23465         (hidden_proto): Caller changed.
23466         (hidden_tls_proto): New macro.
23467         (libc_hidden_tls_proto): Likewise.
23468         (rtld_hidden_tls_proto): Likewise.
23469         (libm_hidden_tls_proto): Likewise.
23470         (libresolv_hidden_tls_proto): Likewise.
23471         (librt_hidden_tls_proto): Likewise.
23472         (libdl_hidden_tls_proto): Likewise.
23473         (libnss_files_hidden_tls_proto): Likewise.
23474         (libnsl_hidden_tls_proto): Likewise.
23475         (libnss_nisplus_hidden_tls_proto): Likewise.
23476         (libutil_hidden_tls_proto): Likewise.
23478 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23480         [BZ #10253]
23481         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23482         (decompose_rpath): Defer expansion to fillin_rpath.
23483         (_dl_init_paths): Pass linkmap to fillin_rpath.
23485 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23487         * benchtests/Makefile: Add strsep.
23488         * benchtests/bench-strsep.c: New file: strsep benchtest.
23489         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23491 2013-11-18  Andreas Schwab  <schwab@suse.de>
23493         * locale/programs/locale.c (show_info) [case byte]: Check for
23494         '\377' instead of '\177'.
23495         * locale/C-monetary.c (not_available): Always use "\377".
23496         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23497         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23498         detect unavailable sign_posn locale elements.
23499         * locale/localeconv.c (__localeconv): For grouping and
23500         mon_grouping handle "\177" and "\377" like no grouping.
23501         (INT_ELEM): New macro.  Use it to set all numeric members.
23502         * locale/programs/ld-monetary.c (monetary_read)
23503         <tok_mon_grouping>: Normalize single -1 to the empty string.
23504         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23505         Likewise.
23507 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23509         [BZ #16055]
23510         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23511         when we match (nil).
23512         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23514 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23516         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23517         (NO_TEST_INLINE): Update value.
23518         (ERRNO_UNCHANGED): Likewise.
23519         (ERRNO_EDOM): Likewise.
23520         (ERRNO_ERANGE): Likewise.
23521         (IGNORE_RESULT): Likewise.
23522         (check_float_internal): Check signs of NaN results if
23523         TEST_NAN_SIGN used.
23524         (check_complex): Pass TEST_NAN_SIGN flag through to second
23525         check_float_internal call.
23526         (copysign_test_data): Add tests with quiet NaNs as second
23527         argument.  Use TEST_NAN_SIGN.
23528         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23529         TEST_NAN_SIGN.
23530         (signbit_test_data): Add tests of quiet NaN argument.
23531         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23533         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23534         $ignore_result.
23535         (parse_args): Handle function results specified as IGNORE.
23536         * math/libm-test.inc (IGNORE_RESULT): New macro.
23537         (check_float_internal): Do not check numerical result if flag
23538         IGNORE_RESULT set.
23539         (check_complex): Pass through IGNORE_RESULT to second
23540         check_float_internal call.
23541         (check_int): Do not check numerical result if flag IGNORE_RESULT
23542         set.
23543         (check_long): Likewise.
23544         (check_bool): Likewise.
23545         (check_longlong): Likewise.
23546         (lrint_test_data): Add tests of infinite and NaN arguments.
23547         (lrint_tonearest_test_data): Likewise.
23548         (lrint_towardzero_test_data): Likewise.
23549         (lrint_downward_test_data): Likewise.
23550         (lrint_upward_test_data): Likewise.
23551         (llrint_test_data): Likewise.
23552         (llrint_tonearest_test_data): Likewise.
23553         (llrint_towardzero_test_data): Likewise.
23554         (llrint_downward_test_data): Likewise.
23555         (llrint_upward_test_data): Likewise.
23556         (lround_test_data): Likewise.
23557         (llround_test_data): Likewise.
23559         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23560         (ERRNO_UNCHANGED): Update value.
23561         (ERRNO_EDOM): Likewise.
23562         (ERRNO_ERANGE): Likewise.
23563         (NO_TEST_INLINE_FLOAT): New macro.
23564         (NO_TEST_INLINE_DOUBLE): Likewise.
23565         (enable_test): New function.
23566         (RUN_TEST_f_f): Check enable_test before running test.
23567         (RUN_TEST_2_f): Likewise.
23568         (RUN_TEST_fff_f): Likewise.
23569         (RUN_TEST_c_f): Likewise.
23570         (RUN_TEST_f_f1): Likewise.
23571         (RUN_TEST_fF_f1): Likewise.
23572         (RUN_TEST_fI_f1): Likewise.
23573         (RUN_TEST_ffI_f1): Likewise.
23574         (RUN_TEST_c_c): Likewise.
23575         (RUN_TEST_cc_c): Likewise.
23576         (RUN_TEST_f_i): Likewise.
23577         (RUN_TEST_f_i_tg): Likewise.
23578         (RUN_TEST_ff_i_tg): Likewise.
23579         (RUN_TEST_f_b): Likewise.
23580         (RUN_TEST_f_b_tg): Likewise.
23581         (RUN_TEST_f_l): Likewise.
23582         (RUN_TEST_f_L): Likewise.
23583         (RUN_TEST_fFF_11): Likewise.
23584         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23585         conditionals.
23586         (cosh_test_data): Likewise.
23587         (exp_test_data): Likewise.
23588         (expm1_test_data): Likewise.
23589         (hypot_test_data): Likewise.
23590         (pow_test_data): Likewise.
23591         (sinh_test_data): Likewise.
23592         (tanh_test_data): Likewise.
23593         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23594         flags argument.
23596         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23597         tests with quiet NaN input and output.
23598         (acosh_test_data): Likewise.
23599         (asin_test_data): Likewise.
23600         (asinh_test_data): Likewise.
23601         (atan_test_data): Likewise.
23602         (atanh_test_data): Likewise.
23603         (atan2_test_data): Likewise.
23604         (cbrt_test_data): Likewise.
23605         (cos_test_data): Likewise.
23606         (cosh_test_data): Likewise.
23607         (erf_test_data): Likewise.
23608         (erfc_test_data): Likewise.
23609         (exp_test_data): Likewise.
23610         (exp10_test_data): Likewise.
23611         (exp2_test_data): Likewise.
23612         (expm1_test_data): Likewise.
23613         (hypot_test_data): Likewise.
23614         (j0_test_data): Likewise.
23615         (j1_test_data): Likewise.
23616         (jn_test_data): Likewise.
23617         (lgamma_test_data): Likewise.
23618         (log_test_data): Likewise.
23619         (log10_test_data): Likewise.
23620         (log1p_test_data): Likewise.
23621         (log2_test_data): Likewise.
23622         (pow_test_data): Likewise.
23623         (scalb_test_data): Likewise.
23624         (sin_test_data): Likewise.
23625         (sincos_test_data): Likewise.
23626         (sinh_test_data): Likewise.
23627         (tan_test_data): Likewise.
23628         (tanh_test_data): Likewise.
23629         (tgamma_test_data): Likewise.
23630         (y0_test_data): Likewise.
23631         (y1_test_data): Likewise.
23632         (yn_test_data): Likewise.
23634         [BZ #16167]
23635         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23636         argument being NaN and avoid computations with second argument in
23637         that case.
23638         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23639         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23640         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23642 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23644         * locale/iso-639.def: Add Chitwani Tharu (the).
23646 2013-11-14  Andreas Schwab  <schwab@suse.de>
23648         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23649         word instead of empty string.
23651 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23654         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23656         (__fe_nomask_env): Likewise.
23658 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23660         * benchtests/bench-timing.h: Include time.h.
23662 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23664         [BZ #15997]
23665         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23666         to 3.4.0 for x32.
23667         * sysdeps/unix/sysv/linux/configure: Regenerated.
23669 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23671         [BZ #16151]
23672         * stdlib/strtod_l.c (round_and_return): Do not consider
23673         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23674         exponent one less than half the least subnormal exponent.
23675         * stdlib/test-strtod-round-data: Add more tests.
23676         * stdlib/tst-strtod-round.c (tests): Regenerated.
23678 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23680         [BZ #14143]
23681         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23682         (__fe_mask_env): Likewise.
23683         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23684         libm_hidden_proto and add function prototype.
23685         (__fe_mask_env): Add function prototype.
23686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23687         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23689         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23691         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23693 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23695         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23696         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23698 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23700         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23701         of htab_find_slot().
23703 2013-11-11  David S. Miller  <davem@davemloft.net>
23705         [BZ #16150]
23706         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23707         symbol in the non-vis3 case in static builds.
23708         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23709         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23710         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23711         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23713 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23715         [BZ #387]
23716         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23717         it is empty.
23719 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23721         * benchtests/Makefile: Add bench-strtod.
23722         * benchtests/bench-strtod.c: New file: strtod benchtest
23724 2013-11-11  Andreas Schwab  <schwab@suse.de>
23726         [BZ #16153]
23727         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23728         terminating NUL in key length.
23730 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23732         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23733         Add artificial ODP entry for vDSO symbol for PPC64.
23734         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23735         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23737 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23739         [BZ #15374]
23740         * nss/getent.c (services_keys): Recognize services starting with digit.
23742 2013-11-06  David S. Miller  <davem@davemloft.net>
23744         [BZ #15985]
23745         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23746         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23748 2013-11-06  Will Newton  <will.newton@linaro.org>
23750         * manual/memory.texi (Malloc Examples): Remove register
23751         keyword from examples.
23753 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23755         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23757 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23759         [BZ #6981]
23760         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23761         depending on [__GCC_IEC_559 > 0].
23762         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23763         depending on [__GCC_IEC_559_COMPLEX > 0].
23765 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23767         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23768         to iso-639.def.
23770 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23772         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23774 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23776         [BZ #16112]
23777         * malloc/malloc (malloc_info): Do not handle first bin as
23778         special case.
23780 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23782         * locale/iso-639.def: Add Central Nahuatl (nhn).
23784 2013-11-01  Bruno Haible  <bruno@clisp.org>
23786         [BZ #7003]
23787         * manual/math.texi (BSD Random): Specify range upper bound as
23788         in POSIX.
23790 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23792         * locale/iso-639.def: Add Meadow Mari (mhr).
23794 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23796         [BZ #14752], [BZ #15763]
23797         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23798         Validate name.
23799         * rt/tst_shm.c: Add test for escaping directory.
23801 2013-10-31  Andreas Schwab  <schwab@suse.de>
23803         [BZ #15917]
23804         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23805         followed by 'x' as part of digit sequence.
23806         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23808 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23810         [BZ #16037]
23811         * configure.ac: allow GNU Make 4.0 and greater.
23812         * configure: Regenerated.
23814 2013-10-30  Will Newton  <will.newton@linaro.org>
23816         [BZ #16038]
23817         * malloc/hooks.c (memalign_check): Limit alignment to the
23818         maximum representable power of two.
23819         * malloc/malloc.c (__libc_memalign): Likewise.
23820         * malloc/tst-memalign.c (do_test): Add test for very
23821         large alignment values.
23822         * malloc/tst-posix_memalign.c (do_test): Likewise.
23824 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23826         [BZ #11087]
23827         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23828         (munmap_chunk): Likewise.
23829         (mremap_chunk): Likewise.
23831 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23833         [BZ #15799]
23834         * stdlib/div.c (div): Remove obsolete code.
23835         * stdlib/ldiv.c (ldiv): Likewise.
23836         * stdlib/lldiv.c (lldiv): Likewise.
23838 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23840         [BZ #16071]
23841         * nss/nss_files/files-XXX.c (get_contents_ret): New
23842         enumerator.
23843         (get_contents): New function.
23844         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23846 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23848         * configure.in: Moved to ...
23849         * configure.ac: ... here. Change reference to configure.in
23850         to configure.ac.
23851         * sysdeps/arm/preconfigure.ac: ... here.
23852         configure.in to configure.ac.
23853         * sysdeps/gnu/configure.in: Moved to ...
23854         * sysdeps/gnu/configure.ac: ... here.
23855         * sysdeps/i386/configure.in: Moved to ...
23856         * sysdeps/i386/configure.ac: ... here.
23857         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23858         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23859         * sysdeps/mach/configure.in: Moved to ...
23860         * sysdeps/mach/configure.ac: ... here.
23861         * sysdeps/mach/hurd/configure.in: Moved to ...
23862         * sysdeps/mach/hurd/configure.ac: ... here.
23863         * sysdeps/powerpc/configure.in: Moved to ...
23864         * sysdeps/powerpc/configure.ac: ... here.
23865         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23866         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23867         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23868         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23869         * sysdeps/s390/s390-32/configure.in: Moved to ...
23870         * sysdeps/s390/s390-32/configure.ac: ... here.
23871         * sysdeps/s390/s390-64/configure.in: Moved to ...
23872         * sysdeps/s390/s390-64/configure.ac: ... here.
23873         * sysdeps/sh/configure.in: Moved to ...
23874         * sysdeps/sh/configure.ac: ... here.
23875         * sysdeps/sparc/configure.in: Moved to ...
23876         * sysdeps/sparc/configure.ac: ... here.
23877         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23878         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23879         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23880         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23881         * sysdeps/x86_64/configure.in: Moved to ...
23882         * sysdeps/x86_64/configure.ac: ... here.
23883         * sysdeps/x86_64/preconfigure.in: Moved to ...
23884         * sysdeps/x86_64/preconfigure.ac: ... here.
23885         * aclocal.m4: Change reference to configure.in to configure.ac.
23886         * config.h.in: Likewise.
23887         * manual/install.texi: Likewise.
23888         * manual/maint.texi: Likewise.
23889         * Makefile: Likewise.
23890         * malloc/Makefile: Likewise.
23891         * nscd/Makefile: Likewise.
23892         * Makeconfig: Change reference to configure.in and
23893         preconfigure.in to configure.ac and preconfigure.ac
23894         respectively.
23895         * INSTALL: Regenerated.
23896         * configure: Likewise.
23897         * sysdeps/gnu/configure: Likewise.
23898         * sysdeps/i386/configure: Likewise.
23899         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23900         * sysdeps/mach/configure: Likewise.
23901         * sysdeps/mach/hurd/configure: Likewise.
23902         * sysdeps/powerpc/configure: Likewise.
23903         * sysdeps/powerpc/powerpc32/configure: Likewise.
23904         * sysdeps/powerpc/powerpc64/configure: Likewise.
23905         * sysdeps/s390/s390-32/configure: Likewise.
23906         * sysdeps/s390/s390-64/configure: Likewise.
23907         * sysdeps/sh/configure: Likewise.
23908         * sysdeps/sparc/configure: Likewise.
23909         * sysdeps/unix/sysv/linux/configure: Likewise.
23910         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23911         * sysdeps/x86_64/configure: Likewise.
23912         * sysdeps/x86_64/preconfigure: Likewise.
23914 2013-10-29  Andreas Schwab  <schwab@suse.de>
23916         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23918 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23920         * benchtests/pow-inputs: Add new inputs.
23922         * benchtests/exp-inputs: Add new inputs.
23924         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23925         conditional check for return value.
23926         (__cos32): Likewise.
23928 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23930         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23931         to provide a boost for large inputs with word alignment.
23932         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23933         implementation based on optimized PPC64 strcpy.
23934         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23935         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23936         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23937         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23939 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23941         [BZ #2801]
23942         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23944 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23946         [BZ #14876]
23947         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23948         * time/tst-strptime.c (day_tests): Add testcase.
23950 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23952         [BZ #14029]
23953         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23955 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23957         [BZ #16074]
23958         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23959         MAP_FAILED on error.
23961 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23963         [BZ #16072]
23964         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23965         heap for large requests.
23967 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23969         [BZ #9954]
23970         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23971         result if the result has no associated interface.
23972         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23973         interface for all 127.X.Y.Z addresses.
23975 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23977         * locale/iso-639.def: Add Ligurian (lij)
23979 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23981         [BZ #15825]
23982         * sunrpc/rpc_main.c: Document rpcgen -5.
23984 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23986         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23988 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23990         [BZ #10278]
23991         * posix/glob.c: Match only directories when trailing slash is present.
23992         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23993         (main): Add testcase.
23995 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23997         [BZ #15670]
23998         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
24000 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
24002         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
24003         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
24004         AUTH_DES and cindex for FIPS 140-2.
24005         (DES Encryption): Add cindex FIPS 46-3.
24007         * locale/locarchive.h (struct locarhandle): Add fname.
24008         * locale/programs/localedef.c (main): Pass ARGV[remaining]
24009         if an optional argument was specified to --list-archive,
24010         otherwise NULL.
24011         * locale/programs/locarchive.c (show_archive_content): Take new
24012         argument fname and pass it via ah.fname to open_archive.
24013         * locale/programs/localedef.h: Update decl.
24014         (open_archive): If AH->fname is non-null, open that file
24015         rather than the default file name, and don't ignore ENOENT.
24016         (create_archive): Set AH.fname to NULL.
24017         (delete_locales_from_archive): Likewise.
24018         (add_locales_to_archive): Likewise.
24019         * locale/programs/locfile.c (write_all_categories): Likewise.
24021 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
24022             Aldy Hernandez  <aldyh@redhat.com>
24024         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
24025         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
24026         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
24027         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
24028         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
24029         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
24030         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
24031         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
24032         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
24033         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
24034         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
24035         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
24036         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
24037         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
24038         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
24039         Likewise.
24040         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
24041         Likewise.
24042         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
24043         Likewise.
24044         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
24045         Likewise.
24046         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
24047         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
24048         Likewise.
24049         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
24050         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
24051         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
24052         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
24053         Likewise.
24054         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
24055         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
24056         * sysdeps/powerpc/preconfigure: Likewise.
24057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
24058         Likewise.
24059         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
24060         Replace contents of file by #include of <fenv_libc.h>.
24061         * sysdeps/powerpc/soft-fp/sfp-machine.h
24062         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
24063         and <sys/prctl.h>.
24064         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
24065         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
24066         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
24067         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
24068         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24069         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24070         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24071         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24072         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24073         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24074         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24075         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24077         Allow copysignl PLT reference to be missing.
24079 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
24080             Joseph Myers  <joseph@codesourcery.com
24082         [BZ #15948]
24083         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
24084         single character.
24085         (add_to_tablewc): Assert sequence of wide characters is nonempty.
24087 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24089         * elf/tst-tls-dlinfo.c: Don't include tls.h.
24090         * elf/tst-tls1.c: Likewise.
24091         * elf/tst-tls10.h: Likewise.
24092         * elf/tst-tls14.c: Likewise.
24093         * elf/tst-tls2.c: Likewise.
24094         * elf/tst-tls3.c: Likewise.
24095         * elf/tst-tls4.c: Likewise.
24096         * elf/tst-tls5.c: Likewise.
24097         * elf/tst-tls6.c: Likewise.
24098         * elf/tst-tls7.c: Likewise.
24099         * elf/tst-tls8.c: Likewise.
24100         * elf/tst-tls9.c: Likewise.
24101         * elf/tst-tlsmod1.c: Likewise.
24102         * elf/tst-tlsmod13.c: Likewise.
24103         * elf/tst-tlsmod13a.c: Likewise.
24104         * elf/tst-tlsmod14a.c: Likewise.
24105         * elf/tst-tlsmod16a.c: Likewise.
24106         * elf/tst-tlsmod16b.c: Likewise.
24107         * elf/tst-tlsmod2.c: Likewise.
24108         * elf/tst-tlsmod3.c: Likewise.
24109         * elf/tst-tlsmod4.c: Likewise.
24110         * elf/tst-tlsmod5.c: Likewise.
24111         * elf/tst-tlsmod6.c: Likewise.
24113 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
24115         [BZ #12486]
24116         * malloc/malloc.c: remove checks for statistics.
24118 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24120         [BZ #15277]
24121         * inet/inet_net.c (inet_network): Detect additional invalid strings.
24122         * inet/tst-network.c: Add testcase.
24124 2013-10-17  Andreas Schwab  <schwab@suse.de>
24126         [BZ #15218]
24127         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
24128         to determine canonical name.
24130 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24132         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
24133         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
24134         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
24135         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
24136         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
24137         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
24138         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
24139         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
24140         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
24141         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
24142         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24143         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
24144         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24145         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
24146         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
24147         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
24148         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
24149         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
24150         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
24151         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
24152         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
24153         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
24154         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24155         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
24156         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
24157         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
24158         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
24159         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
24160         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
24161         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
24162         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
24163         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
24164         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
24165         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
24166         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24167         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24168         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24169         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24170         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24171         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24172         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24173         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
24174         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
24175         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24176         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
24177         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24178         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24179         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
24180         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
24181         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24182         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24183         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24184         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24185         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24186         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24187         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24188         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24189         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24191 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
24193         [BZ #16041]
24194         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24195         make result into a quiet NaN.
24197 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
24199         * soft-fp/adddf3.c: Fix horizontal whitespace.
24200         * soft-fp/addsf3.c: Likewise.
24201         * soft-fp/addtf3.c: Likewise.
24202         * soft-fp/divdf3.c: Likewise.
24203         * soft-fp/divsf3.c: Likewise.
24204         * soft-fp/divtf3.c: Likewise.
24205         * soft-fp/double.h: Likewise.
24206         * soft-fp/eqdf2.c: Likewise.
24207         * soft-fp/eqsf2.c: Likewise.
24208         * soft-fp/eqtf2.c: Likewise.
24209         * soft-fp/extenddftf2.c: Likewise.
24210         * soft-fp/extended.h: Likewise.
24211         * soft-fp/extendsfdf2.c: Likewise.
24212         * soft-fp/extendsftf2.c: Likewise.
24213         * soft-fp/extendxftf2.c: Likewise.
24214         * soft-fp/fixdfdi.c: Likewise.
24215         * soft-fp/fixdfsi.c: Likewise.
24216         * soft-fp/fixdfti.c: Likewise.
24217         * soft-fp/fixsfdi.c: Likewise.
24218         * soft-fp/fixsfsi.c: Likewise.
24219         * soft-fp/fixsfti.c: Likewise.
24220         * soft-fp/fixtfdi.c: Likewise.
24221         * soft-fp/fixtfsi.c: Likewise.
24222         * soft-fp/fixtfti.c: Likewise.
24223         * soft-fp/fixunsdfdi.c: Likewise.
24224         * soft-fp/fixunsdfsi.c: Likewise.
24225         * soft-fp/fixunsdfti.c: Likewise.
24226         * soft-fp/fixunssfdi.c: Likewise.
24227         * soft-fp/fixunssfsi.c: Likewise.
24228         * soft-fp/fixunssfti.c: Likewise.
24229         * soft-fp/fixunstfdi.c: Likewise.
24230         * soft-fp/fixunstfsi.c: Likewise.
24231         * soft-fp/fixunstfti.c: Likewise.
24232         * soft-fp/floatdidf.c: Likewise.
24233         * soft-fp/floatdisf.c: Likewise.
24234         * soft-fp/floatditf.c: Likewise.
24235         * soft-fp/floatsidf.c: Likewise.
24236         * soft-fp/floatsisf.c: Likewise.
24237         * soft-fp/floatsitf.c: Likewise.
24238         * soft-fp/floattidf.c: Likewise.
24239         * soft-fp/floattisf.c: Likewise.
24240         * soft-fp/floattitf.c: Likewise.
24241         * soft-fp/floatundidf.c: Likewise.
24242         * soft-fp/floatundisf.c: Likewise.
24243         * soft-fp/floatunditf.c: Likewise.
24244         * soft-fp/floatunsidf.c: Likewise.
24245         * soft-fp/floatunsisf.c: Likewise.
24246         * soft-fp/floatunsitf.c: Likewise.
24247         * soft-fp/floatuntidf.c: Likewise.
24248         * soft-fp/floatuntisf.c: Likewise.
24249         * soft-fp/floatuntitf.c: Likewise.
24250         * soft-fp/fmadf4.c: Likewise.
24251         * soft-fp/fmasf4.c: Likewise.
24252         * soft-fp/fmatf4.c: Likewise.
24253         * soft-fp/gedf2.c: Likewise.
24254         * soft-fp/gesf2.c: Likewise.
24255         * soft-fp/getf2.c: Likewise.
24256         * soft-fp/ledf2.c: Likewise.
24257         * soft-fp/lesf2.c: Likewise.
24258         * soft-fp/letf2.c: Likewise.
24259         * soft-fp/muldf3.c: Likewise.
24260         * soft-fp/mulsf3.c: Likewise.
24261         * soft-fp/multf3.c: Likewise.
24262         * soft-fp/negdf2.c: Likewise.
24263         * soft-fp/negsf2.c: Likewise.
24264         * soft-fp/negtf2.c: Likewise.
24265         * soft-fp/op-1.h: Likewise.
24266         * soft-fp/op-2.h: Likewise.
24267         * soft-fp/op-4.h: Likewise.
24268         * soft-fp/op-8.h: Likewise.
24269         * soft-fp/op-common.h: Likewise.
24270         * soft-fp/quad.h: Likewise.
24271         * soft-fp/single.h: Likewise.
24272         * soft-fp/soft-fp.h: Likewise.
24273         * soft-fp/sqrtdf2.c: Likewise.
24274         * soft-fp/sqrtsf2.c: Likewise.
24275         * soft-fp/sqrttf2.c: Likewise.
24276         * soft-fp/subdf3.c: Likewise.
24277         * soft-fp/subsf3.c: Likewise.
24278         * soft-fp/subtf3.c: Likewise.
24279         * soft-fp/truncdfsf2.c: Likewise.
24280         * soft-fp/trunctfdf2.c: Likewise.
24281         * soft-fp/trunctfsf2.c: Likewise.
24282         * soft-fp/trunctfxf2.c: Likewise.
24283         * soft-fp/unorddf2.c: Likewise.
24284         * soft-fp/unordsf2.c: Likewise.
24285         * soft-fp/unordtf2.c: Likewise.
24287 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24289         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24290         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24292 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24294         * elf/dl-libc.c: Clear initfini list after freeing.
24296 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24298         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24299         * soft-fp/addsf3.c: Likewise.
24300         * soft-fp/addtf3.c: Likewise.
24301         * soft-fp/divdf3.c: Likewise.
24302         * soft-fp/divsf3.c: Likewise.
24303         * soft-fp/divtf3.c: Likewise.
24304         * soft-fp/double.h: Likewise.
24305         * soft-fp/eqdf2.c: Likewise.
24306         * soft-fp/eqsf2.c: Likewise.
24307         * soft-fp/eqtf2.c: Likewise.
24308         * soft-fp/extenddftf2.c: Likewise.
24309         * soft-fp/extended.h: Likewise.
24310         * soft-fp/extendsfdf2.c: Likewise.
24311         * soft-fp/extendsftf2.c: Likewise.
24312         * soft-fp/extendxftf2.c: Likewise.
24313         * soft-fp/fixdfdi.c: Likewise.
24314         * soft-fp/fixdfsi.c: Likewise.
24315         * soft-fp/fixdfti.c: Likewise.
24316         * soft-fp/fixsfdi.c: Likewise.
24317         * soft-fp/fixsfsi.c: Likewise.
24318         * soft-fp/fixsfti.c: Likewise.
24319         * soft-fp/fixtfdi.c: Likewise.
24320         * soft-fp/fixtfsi.c: Likewise.
24321         * soft-fp/fixtfti.c: Likewise.
24322         * soft-fp/fixunsdfdi.c: Likewise.
24323         * soft-fp/fixunsdfsi.c: Likewise.
24324         * soft-fp/fixunsdfti.c: Likewise.
24325         * soft-fp/fixunssfdi.c: Likewise.
24326         * soft-fp/fixunssfsi.c: Likewise.
24327         * soft-fp/fixunssfti.c: Likewise.
24328         * soft-fp/fixunstfdi.c: Likewise.
24329         * soft-fp/fixunstfsi.c: Likewise.
24330         * soft-fp/fixunstfti.c: Likewise.
24331         * soft-fp/floatdidf.c: Likewise.
24332         * soft-fp/floatdisf.c: Likewise.
24333         * soft-fp/floatditf.c: Likewise.
24334         * soft-fp/floatsidf.c: Likewise.
24335         * soft-fp/floatsisf.c: Likewise.
24336         * soft-fp/floatsitf.c: Likewise.
24337         * soft-fp/floattidf.c: Likewise.
24338         * soft-fp/floattisf.c: Likewise.
24339         * soft-fp/floattitf.c: Likewise.
24340         * soft-fp/floatundidf.c: Likewise.
24341         * soft-fp/floatundisf.c: Likewise.
24342         * soft-fp/floatunsidf.c: Likewise.
24343         * soft-fp/floatunsisf.c: Likewise.
24344         * soft-fp/floatuntidf.c: Likewise.
24345         * soft-fp/floatuntisf.c: Likewise.
24346         * soft-fp/floatuntitf.c: Likewise.
24347         * soft-fp/fmadf4.c: Likewise.
24348         * soft-fp/fmasf4.c: Likewise.
24349         * soft-fp/fmatf4.c: Likewise.
24350         * soft-fp/gedf2.c: Likewise.
24351         * soft-fp/gesf2.c: Likewise.
24352         * soft-fp/getf2.c: Likewise.
24353         * soft-fp/ledf2.c: Likewise.
24354         * soft-fp/lesf2.c: Likewise.
24355         * soft-fp/letf2.c: Likewise.
24356         * soft-fp/muldf3.c: Likewise.
24357         * soft-fp/mulsf3.c: Likewise.
24358         * soft-fp/multf3.c: Likewise.
24359         * soft-fp/negdf2.c: Likewise.
24360         * soft-fp/negsf2.c: Likewise.
24361         * soft-fp/negtf2.c: Likewise.
24362         * soft-fp/op-1.h: Likewise.
24363         * soft-fp/op-2.h: Likewise.
24364         * soft-fp/op-4.h: Likewise.
24365         * soft-fp/op-8.h: Likewise.
24366         * soft-fp/op-common.h: Likewise.
24367         * soft-fp/quad.h: Likewise.
24368         * soft-fp/single.h: Likewise.
24369         * soft-fp/soft-fp.h: Likewise.
24370         * soft-fp/sqrtdf2.c: Likewise.
24371         * soft-fp/sqrtsf2.c: Likewise.
24372         * soft-fp/sqrttf2.c: Likewise.
24373         * soft-fp/subdf3.c: Likewise.
24374         * soft-fp/subsf3.c: Likewise.
24375         * soft-fp/subtf3.c: Likewise.
24376         * soft-fp/truncdfsf2.c: Likewise.
24377         * soft-fp/trunctfdf2.c: Likewise.
24378         * soft-fp/trunctfsf2.c: Likewise.
24379         * soft-fp/trunctfxf2.c: Likewise.
24380         * soft-fp/unorddf2.c: Likewise.
24381         * soft-fp/unordsf2.c: Likewise.
24382         * soft-fp/unordtf2.c: Likewise.
24384 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24386         [BZ #15672]
24387         * misc/error.c (error_tail): Fix possible buffer overflow.
24389 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24391         [BZ #13028]
24392         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24393         address.
24395 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24397         [BZ #832]
24398         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24399         testing pipefail option.
24401 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24403         * soft-fp/double.h: Indent preprocessor directives inside #if.
24404         * soft-fp/extended.h: Likewise.
24405         * soft-fp/op-2.h: Likewise.
24406         * soft-fp/op-4.h: Likewise.
24407         * soft-fp/op-common.h: Likewise.
24408         * soft-fp/quad.h: Likewise.
24409         * soft-fp/single.h: Likewise.
24410         * soft-fp/soft-fp.h: Likewise.
24412 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24414         * iconv/iconv_prog.c: Fix typos.
24415         * stdio-common/psiginfo-data.h: Likewise.
24417 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24419         [BZ #15764]
24420         * locale/setlocale.c: Fix typo.
24422 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24424         [BZ #16036]
24425         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24426         signaling NaN arguments.
24427         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24428         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24430         [BZ #14910]
24431         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24432         unordered operands.
24433         * soft-fp/gesf2.c (__gesf2): Likewise.
24434         * soft-fp/getf2.c (__getf2): Likewise.
24435         * soft-fp/ledf2.c (__ledf2): Likewise.
24436         * soft-fp/lesf2.c (__lesf2): Likewise.
24437         * soft-fp/letf2.c (__letf2): Likewise.
24439         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24440         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24441         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24442         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24443         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24444         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24445         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24446         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24447         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24448         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24449         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24450         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24451         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24452         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24453         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24454         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24455         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24456         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24457         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24458         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24459         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24460         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24461         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24462         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24463         * soft-fp/floattidf.c (__floattidf): Likewise.
24464         * soft-fp/floattisf.c (__floattisf): Likewise.
24465         * soft-fp/floattitf.c (__floattitf): Likewise.
24466         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24467         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24468         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24469         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24470         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24471         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24472         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24473         * soft-fp/gesf2.c (__gesf2): Likewise.
24474         * soft-fp/getf2.c (__getf2): Likewise.
24475         * soft-fp/ledf2.c (__ledf2): Likewise.
24476         * soft-fp/lesf2.c (__lesf2): Likewise.
24477         * soft-fp/letf2.c (__letf2): Likewise.
24479         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24480         Undefine and redefine.
24481         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24482         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24483         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24484         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24485         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24486         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24487         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24488         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24489         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24490         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24491         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24492         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24493         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24494         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24495         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24497         [BZ #16032]
24498         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24499         without decrementing exponent if mantissa >= that for the
24500         denominator, not >.
24501         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24502         denominator, not >.  Decrement exponent in < case instead of
24503         incrementing in >= case.
24504         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24505         without decrementing exponent if mantissa >= that for the
24506         denominator, not >.
24508         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24509         computing saturated result for unsigned overflow.
24511 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24512             Jeff Law  <law@redhat.com>
24514         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24515         (atan2Mp): Add systemtap probe marker.
24516         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24517         (__ieee754_log): Add systemtap probe marker.
24518         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24519         (atanMp): Add systemtap probe marker.
24520         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24521         (tanMp): Add systemtap probe marker.
24522         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24523         (__slowexp): Add systemtap probe marker.
24524         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24525         (__slowpow): Add systemtap probe marker.
24526         * manual/probes.texi: Document probes.
24528 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24530         [BZ #15362]
24531         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24532         written.
24533         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24534         written.
24535         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24536         written to buffer but not flushed.
24537         * libio/iofwrite_u.c:  Likewise.
24538         * libio/iopadn.c:  Return bytes returned even if EOF was
24539         encountered.
24540         * libio/iowpadn.c:  Likewise.
24541         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24542         if _IO_padn does not write the whole buffer.
24543         [!COMPILE_WPRINTF] (PAD): Likewise.
24545 2013-10-10  David S. Miller  <davem@davemloft.net>
24547         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24548         directory block.
24550 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24552         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24553         instead of FSF address.
24554         * soft-fp/fixdfti.c: Likewise.
24555         * soft-fp/fixsfti.c: Likewise.
24556         * soft-fp/fixtfti.c: Likewise.
24557         * soft-fp/fixunsdfti.c: Likewise.
24558         * soft-fp/fixunssfti.c: Likewise.
24559         * soft-fp/fixunstfti.c: Likewise.
24560         * soft-fp/floattidf.c: Likewise.
24561         * soft-fp/floattisf.c: Likewise.
24562         * soft-fp/floattitf.c: Likewise.
24563         * soft-fp/floatuntidf.c: Likewise.
24564         * soft-fp/floatuntisf.c: Likewise.
24565         * soft-fp/floatuntitf.c: Likewise.
24566         * soft-fp/trunctfxf2.c: Likewise.
24568         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24569         * soft-fp/fixdfti.c: Likewise.
24570         * soft-fp/fixsfti.c: Likewise.
24571         * soft-fp/fixtfti.c: Likewise.
24572         * soft-fp/fixunsdfti.c: Likewise.
24573         * soft-fp/fixunssfti.c: Likewise.
24574         * soft-fp/fixunstfti.c: Likewise.
24575         * soft-fp/floattidf.c: Likewise.
24576         * soft-fp/floattisf.c: Likewise.
24577         * soft-fp/floattitf.c: Likewise.
24578         * soft-fp/floatuntidf.c: Likewise.
24579         * soft-fp/floatuntisf.c: Likewise.
24580         * soft-fp/floatuntitf.c: Likewise.
24581         * soft-fp/trunctfxf2.c: Likewise.
24583 2013-10-10  David S. Miller  <davem@davemloft.net>
24585         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24587 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24589         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24590         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24591         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24592         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24593         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24594         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24595         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24597         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24598         for NaNs before doing comparisons on argument.
24599         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24600         Likewise.
24602 2013-10-10  Will Newton  <will.newton@linaro.org>
24604         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24605         passed to _int_memalign does not overflow.
24607 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24609         * scripts/bench.pl: Add include-sources directive.
24610         * benchtests/README: Update documentation.
24612 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24614         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24615         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24616         instead of FP_INIT_ROUNDMODE.
24617         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24618         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24620         [BZ #16034]
24621         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24622         copy class of input value.
24623         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24624         not handle exceptions.
24625         * soft-fp/negsf2.c (__negsf2): Likewise.
24626         * soft-fp/negtf2.c (__negtf2): Likewise.
24627         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24629 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24631         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24632         semicolon.  From Linux kernel.
24634 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24636         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24638 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24640         [BZ #156]
24641         * manual/socket.texi: Added statement about buffer
24642         for gethostbyname2_r.
24644 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24646         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24647         Use .p2align directive instead, throughout.
24648         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24649         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24650         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24651         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24652         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24653         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24654         * sysdeps/x86_64/strchr.S: Likewise.
24655         * sysdeps/x86_64/strrchr.S: Likewise.
24657 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24659         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24661         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24663         * sysdeps/generic/math_private.h (__mpsin1): Remove
24664         declaration.
24665         (__mpcos1): Likewise.
24666         (__mpsin): New argument __range_reduce.
24667         (__mpcos): Likewise.
24668         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24669         (slow): Use __mpsin and __mpcos.
24670         (slow1): Likewise.
24671         (slow2): Likewise.
24672         (sloww): Likewise.
24673         (sloww1): Likewise.
24674         (sloww2): Likewise.
24675         (bsloww): Likewise.
24676         (bsloww1): Likewise.
24677         (bsloww2): Likewise.
24678         (cslow2): Likewise.
24679         (csloww): Likewise.
24680         (csloww1): Likewise.
24681         (csloww2): Likewise.
24682         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24683         range_reduce.  Merge in __mpsin1.
24684         (__mpcos): Likewise.
24685         (__mpsin1): Remove.
24686         (__mpcos1): Likewise.
24688 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24690         * locale/loadlocale.c (_nl_intern_locale_data): Use
24691         LOCFILE_ALIGNED_P.
24692         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24693         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24694         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24695         obstack data is appropriately aligned.
24696         (obstack_int32_grow_fast): Likewise.
24697         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24698         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24699         (add_locale_uint32_array): Likewise.
24701 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24703         * benchtests/Makefile: Remove ARGLIST and RET variables.
24704         ($(objpfx)bench-%.c): Pass only function name to the script.
24705         * benchtests/README: Update documentation.
24706         * benchtests/acos-inputs: Add new directives.
24707         * benchtests/acosh-inputs: Likewise.
24708         * benchtests/asin-inputs: Likewise.
24709         * benchtests/asinh-inputs: Likewise.
24710         * benchtests/atan-inputs: Likewise.
24711         * benchtests/atanh-inputs: Likewise.
24712         * benchtests/cos-inputs: Likewise.
24713         * benchtests/cosh-inputs: Likewise.
24714         * benchtests/exp-inputs: Likewise.
24715         * benchtests/log-inputs: Likewise.
24716         * benchtests/pow-inputs: Likewise.
24717         * benchtests/rint-inputs: Likewise.
24718         * benchtests/sin-inputs: Likewise.
24719         * benchtests/sinh-inputs: Likewise.
24720         * benchtests/tan-inputs: Likewise.
24721         * benchtests/tanh-inputs: Likewise.
24722         * scripts/bench.pl: Add support for new directives.
24724 2013-10-07  Alan Modra  <amodra@gmail.com>
24726         * README: Fix careless merge.
24728 2013-10-05  Alan Modra  <amodra@gmail.com>
24730         * NEWS: Mention powerpc64le support and bugs fixed.
24731         * README: Both big-endian and little-endian powerpc64 supported.
24733 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24735         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24736         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24737         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24738         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24740 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24742         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24743         match prototype.
24745 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24747         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24748         Move -mhard-float appending from
24749         ports/sysdeps/powerpc/powerpc32/Makefile.
24750         [$(with-fp) = yes] (ASFLAGS): Likewise.
24751         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24752         * sysdeps/powerpc/nofpu: Move directory from
24753         ports/sysdeps/powerpc/nofpu.
24754         * sysdeps/powerpc/soft-fp: Move directory from
24755         ports/sysdeps/powerpc/soft-fp.
24756         * sysdeps/powerpc/powerpc32/405: Move directory from
24757         ports/sysdeps/powerpc/powerpc32/405.
24758         * sysdeps/powerpc/powerpc32/440: Move directory from
24759         ports/sysdeps/powerpc/powerpc32/440.
24760         * sysdeps/powerpc/powerpc32/464: Move directory from
24761         ports/sysdeps/powerpc/powerpc32/464.
24762         * sysdeps/powerpc/powerpc32/476: Move directory from
24763         ports/sysdeps/powerpc/powerpc32/476.
24764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24765         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24767         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24769         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24771         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24773         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24774         * README: Update for powerpc-*-linux-gnu software floating point
24775         support in libc.
24777         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24778         case to powerpc/powerpc32*.
24779         * sysdeps/unix/sysv/linux/configure: Regenerated.
24781         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24782         (_FPU_MASK_OM): Define as 0x04.
24783         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24784         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24785         0x00c10080.
24786         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24787         0x0000003c.
24788         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24790         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24791         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24792         getcontext_e500.
24793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24794         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24795         setcontext_e500.
24796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24797         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24798         and setcontext_e500.
24800 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24802         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24804 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24806         * manual/threads.texi (Default Thread Attributes): Fix typo.
24808 2013-10-04  Will Newton  <will.newton@linaro.org>
24810         * malloc/Makefile: Add tst-memalign.
24811         * malloc/tst-memalign.c: New file.
24813         * malloc/tst-posix_memalign.c: Add comments.
24814         (do_test): Add comments and call free on all potentially
24815         allocated pointers. Add space after cast.
24817         * malloc/tst-pvalloc.c: Add comments.
24818         (do_test): Add comments and call free on all potentially
24819         allocated pointers. Remove duplicate check for NULL pointer.
24820         Add space after cast.
24822         * malloc/tst-valloc.c: Add comments.
24823         (do_test): Add comments and call free on all potentially
24824         allocated pointers. Remove duplicate check for NULL pointer.
24825         Add space after cast.
24827 2013-10-04  Alan Modra  <amodra@gmail.com>
24829         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24830         Use stdint types in rather than __attribute__((mode())).
24831         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24833 2013-10-04  Alan Modra  <amodra@gmail.com>
24835         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24836         Correct handling of unaligned relocs for little-endian.
24837         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24839 2013-10-04  Alan Modra  <amodra@gmail.com>
24841         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24842         * configure: Regenerate.
24843         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24844         * shlib-versions: Likewise.
24846 2013-10-04  Alan Modra  <amodra@gmail.com>
24848         * string/tester.c (test_memrchr): Increment reported test cycle.
24850 2013-10-04  Alan Modra  <amodra@gmail.com>
24852         * string/test-memcpy.c (do_one_test): When reporting errors, print
24853         string address and don't overrun end of string.
24855 2013-10-04  Alan Modra  <amodra@gmail.com>
24857         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24858         insrdi.  Make better use of reg selection to speed exit slightly.
24859         Schedule entry path a little better.  Remove useless "are we done"
24860         checks on entry to main loop.  Handle wrapping around zero address.
24861         Correct main loop count.  Handle single left-over word from main
24862         loop inline rather than by using loop_small.  Remove extra word
24863         case in loop_small caused by wrong loop count.  Add little-endian
24864         support.
24865         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24866         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24867         cache hint.
24868         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24869         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24870         support.  Avoid rlwimi.
24871         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24873 2013-10-04  Alan Modra  <amodra@gmail.com>
24875         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24876         insrdi.  Formatting.
24877         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24878         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24879         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24880         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24881         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24882         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24884 2013-10-04  Alan Modra  <amodra@gmail.com>
24886         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24887         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24888         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24889         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24890         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24891         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24892         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24893         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24894         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24895         use of regs.  Use power7 mtocrf.  Tidy function tails.
24897 2013-10-04  Alan Modra  <amodra@gmail.com>
24899         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24900         Formatting.  Consistently use rXXX register defines or rN defines.
24901         Use early exit labels that avoid restoring unused non-volatile regs.
24902         Make cr field use more consistent with rWORDn compares.  Rename
24903         regs used as shift registers for unaligned loop, using rN defines
24904         for short lifetime/multiple use regs.
24905         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24906         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24907         addi 1,1,64 to pop stack frame.  Simplify return value code.
24908         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24910 2013-10-04  Alan Modra  <amodra@gmail.com>
24912         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24913         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24914         rather than rlwimi.
24915         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24916         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24917         little-endian support.  Correct typos.
24918         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24919         rather than rlwimi.
24920         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24921         in loop and entry code to keep "and." results.
24922         (strchr): Add little-endian support.  Comment.  Move cntlzd
24923         earlier in tail.
24924         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24926 2013-10-04  Alan Modra  <amodra@gmail.com>
24928         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24929         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24930         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24931         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24933 2013-10-04  Alan Modra  <amodra@gmail.com>
24935         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24936         (rTMP): Define as r11.
24937         (strcmp): Add little-endian support.  Optimise tail.
24938         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24939         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24940         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24941         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24942         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24943         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24944         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24946 2013-10-04  Alan Modra  <amodra@gmail.com>
24948         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24949         little-endian support.  Remove unnecessary "are we done" tests.
24950         Handle "s" wrapping around zero and extremely large "size".
24951         Correct main loop count.  Handle single left-over word from main
24952         loop inline rather than by using small_loop.  Correct comments.
24953         Delete "zero" tail, use "end_max" instead.
24954         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24956 2013-10-04  Alan Modra  <amodra@gmail.com>
24958         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24959         support.  Don't branch over align.
24960         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24961         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24962         support.  Rearrange tmp reg use to suit.  Comment.
24963         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24965 2013-10-04  Alan Modra  <amodra@gmail.com>
24967         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24969 2013-10-04  Alan Modra  <amodra@gmail.com>
24971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24972         conditional form of branch and link when obtaining pc.
24973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24975 2013-10-04  Alan Modra  <amodra@gmail.com>
24977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24978         HIWORD/LOWORD.
24979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24982 2013-10-04  Alan Modra  <amodra@gmail.com>
24984         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24985         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24986         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24987         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24988         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24989         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24990         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24991         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24992         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24993         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24995 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24996             Alistair Popple <alistair@ozlabs.au.ibm.com>
24997             Alan Modra <amodra@gmail.com>
24999         [BZ #15723]
25000         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
25001         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
25002         _dl_hwcap access for little-endian.
25003         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
25004         destroy vmx regs when saving unaligned.
25005         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
25006         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
25007         destroy vmx regs when saving unaligned.
25009 2013-10-04  Alan Modra  <amodra@gmail.com>
25011         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
25012         Don't use a union to pack hi/low value.
25014 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25016         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
25017         for little-endian.
25018         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25019         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
25020         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25021         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25022         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25024 2013-10-04  Alan Modra  <amodra@gmail.com>
25026         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
25027         constants to usual value for .cst8 section, and remove redundant
25028         high address load.
25029         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
25030         constant for 0x1p52.  Load little-endian words of double from
25031         correct stack offsets.
25033 2013-10-04  Alan Modra  <amodra@gmail.com>
25035         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
25036         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
25037         words of double from correct stack offsets.
25038         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
25039         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
25040         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25041         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25042         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25043         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25044         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25045         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
25046         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
25047         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25048         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25049         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25050         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25051         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25052         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25053         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
25054         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
25056 2013-10-04  Alan Modra  <amodra@gmail.com>
25058         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
25059         64-bit int/double union.
25060         (_FPU_SETCW): Likewise.
25061         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
25062         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
25064 2013-10-04  Alan Modra  <amodra@gmail.com>
25066         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
25067         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25069 2013-10-04  Alan Modra  <amodra@gmail.com>
25071         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25072         use vector int constants.
25073         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25075 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25077         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25078         array with long long.
25079         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25080         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25081         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
25082         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
25083         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
25084         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
25085         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
25086         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
25087         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
25088         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
25089         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
25090         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
25091         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
25093 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25095         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
25096         (__signbit): Likewise.  Correct for little-endian.
25097         (__signbitl): Call __signbit.
25098         (lrint): Correct for little-endian.
25099         (lrintf): Call lrint.
25101 2013-10-04  Alan Modra  <amodra@gmail.com>
25103         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
25104         union 32-bit int array member with 64-bit int array.
25105         (t515, tm256): Double rather than long double.
25106         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
25108 2013-10-04  Alan Modra  <amodra@gmail.com>
25110         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
25111         Delete.
25112         (IEEE854_LONG_DOUBLE_BIAS): Delete.
25113         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
25114         version of math_ldbl.h.
25116 2013-10-04  Alan Modra  <amodra@gmail.com>
25118         [BZ #15734], [BZ #15735]
25119         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
25120         all uses of ieee875 long double macros and unions.  Simplify test
25121         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
25122         ldbl_extract_mantissa value for ix,iy exponents.  Properly
25123         normalize after ldbl_extract_mantissa, and don't add hidden bit
25124         already handled.  Don't treat low word of ieee854 mantissa like
25125         low word of IBM long double and mask off bit when testing for
25126         zero.
25127         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
25128         all uses of ieee875 long double macros and unions.  Simplify tests
25129         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
25130         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
25131         two1022, instead use their values.  Recognise that tests for large
25132         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
25133         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
25134         Rewrite all uses of ieee875 long double macros and unions.  Simplify
25135         test for 0.0L and nan.  Correct negation.
25136         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
25137         ieee875 long double macros and unions.  Correct output for large
25138         magnitude x.  Correct absolute value calculation.
25139         (__erfcl): Likewise.
25140         * math/libm-test.inc: Add tests for errors discovered in IBM long
25141         double versions of fmodl, remainderl, erfl and erfcl.
25143 2013-10-04  Alan Modra  <amodra@gmail.com>
25145         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
25146         all uses of ieee854 long double macros and unions.  Simplify tests
25147         for long doubles that are fully specified by the high double.
25148         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
25149         Likewise.
25150         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
25151         Remove dead code too.
25152         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
25153         (__ieee754_ynl): Likewise.
25154         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
25155         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
25156         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
25157         Remove dead code too.
25158         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
25159         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
25160         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
25161         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
25162         Simplify.
25163         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
25164         Simplify.
25165         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
25166         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
25167         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
25168         Comment on variable precision.
25169         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
25170         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25171         Likewise.
25172         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
25173         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
25174         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
25175         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25176         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
25178 2013-10-04  Alan Modra  <amodra@gmail.com>
25180         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
25181         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25182         all uses of ieee854 long double macros and unions.
25183         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25184         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25185         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25186         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25187         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25188         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25189         Likewise.
25190         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25191         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25192         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25193         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25194         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25195         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25196         Simplify sign and nan test too.
25197         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25198         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25199         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25200         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25201         Likewise.
25202         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25203         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25204         Likewise.
25205         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25206         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25207         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25208         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25209         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25210         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25212 2013-10-04  Alan Modra  <amodra@gmail.com>
25214         * stdio-common/printf_size.c (__printf_size): Don't use
25215         union ieee854_long_double in fpnum union.
25216         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
25217         signbit macro to retrieve sign from long double.
25218         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25219         retrieve sign from long double.
25220         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25221         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25222         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25223         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25224         * math/test-misc.c (main): Don't use union ieee854_long_double.
25226 2013-10-04  Alan Modra  <amodra@gmail.com>
25228         [BZ #15680]
25229         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25230         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25231         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25232         calculation.  Remove unnecessary test for denormal exponent.
25233         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25234         Correct handling of denormals.  Avoid undefined shift behaviour.
25235         Correct normalisation of low mantissa when low double is denormal.
25236         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25237         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
25238         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25239         Correct normalisation of low mantissa.  Test for overflow of high
25240         mantissa and normalise.
25241         (ldbl_nearbyint): Use more readable constant for two52.
25242         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25243         (__mpn_construct_long_double): Fix test for overflow of high
25244         mantissa and correct normalisation.  Avoid undefined shift.
25246 2013-10-04  Alan Modra  <amodra@gmail.com>
25248         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25249         (union ibm_extended_long_double): Define as an array of ieee754_double.
25250         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25251         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25252         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25253         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25254         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25255         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25256         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25257         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25258         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25259         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25260         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25262 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25264         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25265         page size instead of calling getpagesize.
25267         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25268         (LOCFILE_ALIGN_MASK): Likewise.
25269         (LOCFILE_ALIGN_UP): Likewise.
25270         (LOCFILE_ALIGNED_P): Likewise.
25271         * locale/programs/ld-collate.c (collate_output): Use the new
25272         macros instead of __alignof__ (int32_t).
25273         * locale/weight.h (findidx): Likewise.
25275 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25277         [BZ #431]
25278         * manual/string.texi: Fix strncat and wcsncat.
25280 2013-10-03  Brooks Moses  <bmoses@google.com>
25282         [BZ #15915]
25283         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25284         * Makerules: ...here, and adjust associated comments.
25286 2013-10-02  Will Newton  <will.newton@linaro.org>
25288         * malloc/Makefile: Add tst-pvalloc.
25289         * malloc/tst-pvalloc.c: New file.
25291 2013-10-02  Will Newton  <will.newton@linaro.org>
25293         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25294         improve test coverage.
25296 2013-10-02  Will Newton  <will.newton@linaro.org>
25298         * malloc/Makefile: Add tst-posix_memalign.
25299         * malloc/tst-posix_memalign.c: New file.
25301 2013-10-01  Eric Blake  <eblake@redhat.com>
25303         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25304         Use __THROWNL rather than __THROW on static functions.
25306 2013-09-30  Petr Machata  <pmachata@redhat.com>
25308         * elf/elf.h (R_AARCH64_ABS16): New macro.
25309         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25310         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25311         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25312         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25313         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25314         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25315         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25316         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25317         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25318         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25319         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25320         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25321         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25322         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25323         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25324         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25325         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25326         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25327         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25328         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25329         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25330         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25331         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25332         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25333         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25334         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25335         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25336         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25337         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25338         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25339         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25340         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25341         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25342         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25343         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25344         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25345         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25346         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25347         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25348         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25349         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25350         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25351         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25352         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25353         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25354         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25355         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25356         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25357         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25358         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25359         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25360         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25361         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25362         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25363         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25364         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25365         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25366         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25367         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25368         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25369         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25370         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25371         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25372         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25373         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25374         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25375         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25376         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25377         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25378         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25379         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25380         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25381         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25382         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25383         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25384         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25385         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25386         (R_AARCH64_TLSDESC_LDR): Likewise.
25387         (R_AARCH64_TLSDESC_ADD): Likewise.
25388         (R_AARCH64_TLSDESC_CALL): Likewise.
25390 2013-09-30  Andreas Schwab  <schwab@suse.de>
25392         [BZ #15048]
25393         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25394         the nss database lookup.
25395         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25396         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25398 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25400         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25402 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25404         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25405         ${Bash-specific parameter/pattern/string} parameter expansion.
25406         * sysdeps/unix/make-syscalls.sh: Likewise.
25408 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25410         * sysdeps/sh/stackguard-macros.h: New file.
25412 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25414         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25415         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25416         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25417         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25418         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25419         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25421 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25423         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25424         Fix thread ID register.
25426 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25428         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25429         [POSIX || UNIX98]: Require rather than permitting all symbols from
25430         <time.h>.
25431         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25432         element of struct sched_param.
25433         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25434         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25435         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25436         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25437         constant.
25439 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25441         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25442         argument calculation.
25444 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25446         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25447         Expect macro.
25448         [POSIX] (pthread_attr_t): Do not require type.
25449         [POSIX] (pthread_cond_t): Likewise.
25450         [POSIX] (pthread_condattr_t): Likewise.
25451         [POSIX] (pthread_key_t): Likewise.
25452         [POSIX] (pthread_mutex_t): Likewise.
25453         [POSIX] (pthread_mutexattr_t): Likewise.
25454         [POSIX] (pthread_once_t): Likewise.
25455         [POSIX] (pthread_t): Likewise.
25456         [POSIX-based standards] (pthread_atfork): Expect function.
25458 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25459             Richard Sandiford  <richard@codesourcery.com>
25461         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25462         (swap_endianness_p): New extern variable.
25463         (set_big_endian): New inline function.
25464         (maybe_swap_uint32): Likewise.
25465         (maybe_swap_uint32_array): Likewise.
25466         (maybe_swap_uint32_obstack): Likewise.
25467         * locale/programs/locfile.c: Include <stdbool.h>.
25468         (swap_endianness_p): New variable.
25469         (add_locale_uint32): Call maybe_swap_uint32.
25470         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25471         (write_locale_data): Call maybe_swap_uint32_array.
25472         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25473         maybe_swap_uint32.
25474         (obstack_int32_grow_fast): Likewise.
25475         (output_weightwc): Call maybe_swap_uint32_obstack.
25476         (collate_output): Likewise.
25477         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25478         (OPT_LITTLE_ENDIAN): Likewise.
25479         (options): Add --little-endian and --big-endian options.
25480         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25481         * locale/programs/locarchive.c: Include "locfile.h".
25482         (GET): New macro.
25483         (SET): Likewise.
25484         (INC): Likewise.
25485         (create_archive): Use the new macros to access fields of
25486         structures directly mapped from or written to locale archives.
25487         (oldlocrecentcmp): Likewise.
25488         (enlarge_archive): Likewise.
25489         (insert_name): Likewise.
25490         (add_alias): Likewise.
25491         (add_locale): Likewise.
25492         (delete_locales_from_archive): Likewise.
25493         (show_archive_content): Likewise.
25494         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25495         locale data.
25497 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25499         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25500         http://www.gnu.org/doc/freemanuals.texi.
25501         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25503 2013-09-24  Will Newton  <will.newton@linaro.org>
25505         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25506         macro.
25508 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25510         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25511         unsigned char.
25513 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25515         * manual/threads.texi (POSIX Threads): Fix a typo.
25517 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25519         [BZ #14547]
25520         * string/tst-strcoll-overflow.c: New test case.
25521         * string/Makefile (xtests): Add tst-strcoll-overflow.
25522         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25523         cache if string sizes may cause integer overflow.
25525         [BZ #14547]
25526         * string/strcoll_l.c (coll_seq): New members rule, idx,
25527         save_idx and back_us.
25528         (get_next_seq_nocache): New function.
25529         (do_compare_nocache): New function.
25530         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25531         when malloc fails.
25533 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25535         [BZ #15754]
25536         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25537         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25538         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25540         [BZ #15754]
25541         * elf/Makefile (tests): Add tst-ptrguard1.
25542         (tests-static): Add tst-ptrguard1-static.
25543         (tst-ptrguard1-ARGS): Define.
25544         (tst-ptrguard1-static-ARGS): Define.
25545         * elf/tst-ptrguard1.c: New file.
25546         * elf/tst-ptrguard1-static.c: New file.
25547         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25548         * sysdeps/i386/stackguard-macros.h: Likewise.
25549         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25550         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25551         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25552         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25553         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25554         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25556 2013-09-23  Hector Marco  <hecmargi@upv.es>
25557             Ismael Ripoll  <iripoll@disca.upv.es>
25558             Carlos O'Donell  <carlos@redhat.com>
25560         [BZ #15754]
25561         * sysdeps/generic/stackguard-macros.h: Define
25562         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25563         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25564         Define __pointer_chk_guard_local.
25565         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25566         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25568 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25570         [BZ #15859]
25571         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25573 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25575         * include/string.h (__ffs): Declare as hidden.
25576         * string/ffs.c (__ffs): Define as hidden.
25577         * sysdeps/i386/ffs.c (__ffs): Likewise.
25578         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25579         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25580         * sysdeps/s390/ffs.c (__ffs): Likewise.
25581         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25583 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25585         * NEWS: Mention malloc probes.
25587         * malloc/arena.c (new_heap): New memory_heap_new probe.
25588         (grow_heap): New memory_heap_more probe.
25589         (shrink_heap): New memory_heap_less probe.
25590         (heap_trim): New memory_heap_free probe.
25591         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25592         (systrim): New memory_sbrk_less probe.
25593         * manual/probes.texi: Document them.
25595         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25596         * manual/probes.texi: Document it.
25598         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25599         (__libc_realloc): Add memory_realloc_retry probe.
25600         (__libc_memalign): Add memory_memalign_retry probe.
25601         (__libc_valloc): Add memory_valloc_retry probe.
25602         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25603         (__libc_calloc): Add memory_calloc_retry probe.
25604         * manual/probes.texi: Document them.
25606         * malloc/arena.c (get_free_list): Add probe
25607         memory_arena_reuse_free_list.
25608         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25609         and memory_arena_reuse.
25610         (arena_get2) [!PER_THREAD]: Likewise.
25611         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25612         memory_arena_reuse_realloc.
25613         * manual/probes.texi: Document them.
25615         * malloc/malloc.c (__libc_free): Add
25616         memory_mallopt_free_dyn_thresholds probe.
25617         (__libc_mallopt): Add multiple memory_mallopt probes.
25618         * manual/probes.texi: Document them.
25620         * malloc/malloc.c: Include stap-probe.h.
25621         (__libc_mallopt): Add memory_mallopt probe.
25622         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25623         * manual/probes.texi: New.
25624         * manual/Makefile (chapters): Add probes.
25625         * manual/threads.texi: Set next node.
25627 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25629         [BZ #15963, #13985]
25630         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25631         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25632         Add `Chinese' to `nan' entry name.
25634 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25636         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25637         (POLYNOMIAL): Likewise.
25638         (TAYLOR_SINCOS): Likewise.
25639         (TAYLOR_SLOW): Likewise.
25640         (__sin): Use TAYLOR_SINCOS.
25641         (__cos): Likewise.
25642         (slow): Use TAYLOR_SLOW.
25643         (sloww): Likewise.
25644         (bsloww): Likewise.
25645         (csloww): Likewise.
25647 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25649         * stdlib/strtod_l.c: Fix buffer overrun.
25651 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25653         * benchtests/Makefile (bench): Add sincos.
25654         * benchtests/bench-sincos.c: New file.
25656         * math/libm-test.inc (cos_test_data): New test inputs.
25657         (sin_test_data): Likewise.
25659         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25660         macro.
25661         (__sin): Use it.
25662         (__cos): Likewise.
25663         (slow1): Likewise.
25664         (slow2): Likewise.
25665         (sloww1): Likewise.
25666         (sloww2): Likewise.
25667         (bsloww1): Likewise.
25668         (bsloww2): Likewise.
25669         (cslow2): Likewise.
25670         (csloww1): Likewise.
25671         (csloww2): Likewise.
25673         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25674         function.
25675         (__sin): Use it.
25676         (__cos): Likewise.
25678         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25679         gotos.
25680         (__cos): Likewise.
25682 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25684         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25685         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25686         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25687         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25688         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25689         * elf/cache.c (print_entry): Handle the new cache flags.
25691 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25692             Aldy Hernandez  <aldyh@redhat.com>
25694         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25695         Change condition to [_SOFT_FLOAT].
25696         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25697         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25698         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25699         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25700         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25701         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25702         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25703         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25704         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25705         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25706         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25707         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25708         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25709         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25710         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25711         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25712         declaration.
25714 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25716         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25717         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25718         (__longjmp): Use LOAD_GP to load saved GPRs.
25719         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25720         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25721         (__sigsetjmp): Use SAVE_GP to save GPRs.
25723         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25724         Do not append -msoft-float.
25725         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25727 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25729         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25731 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25733         [BZ #15966]
25734         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25735         (_FPU_GETCW): Use initial "__" on variable and field names but not
25736         on macro parameter name.
25737         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25738         parentheses around reference to macro parameter.
25740 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25742         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25743         prototype.
25744         (ctype_startup): Use uint32_t in cast and sizeof for
25745         ctype->charnames.
25747 2013-09-11  Jia Liu  <proljc@gmail.com>
25749         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25750         __daddr_t_defined.
25751         [__FreeBSD__]: Likewise.
25753 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25755         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25756         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25757         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25758         (strchr): Remove __strchr_sse42 ifunc selection.
25759         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25760         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25762 2013-09-11  Will Newton  <will.newton@linaro.org>
25764         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25765         parameter to RES. Remove hardcoded 1000 value.
25766         * benchtests/bench-skeleton.c (main): Pass RES parameter
25767         to TIMING_INIT and multiply result by 1000.
25769 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25771         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25773 2013-09-11  Andreas Schwab  <schwab@suse.de>
25775         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25776         if not defined.
25777         (O_TMPFILE) [__USE_GNU]: Define.
25778         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25779         Define.
25781 2013-09-11  Will Newton  <will.newton@linaro.org>
25783         [BZ #15857]
25784         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25785         does not overflow.
25787 2013-09-11  Will Newton  <will.newton@linaro.org>
25789         [BZ #15856]
25790         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25791         does not overflow.
25793 2013-09-11  Will Newton  <will.newton@linaro.org>
25795         [BZ #15855]
25796         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25797         does not overflow.
25799 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25801         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25802         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25803         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25804         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25805         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25807 2013-09-10  Allan McRae  <allan@archlinux.org>
25809         [BZ #15748]
25810         * manual/arith.texi (Parsing of Floats): Clarify
25811         cross-reference.
25813         [BZ #15849]
25814         * manual/install.texi (Running make install): Mention
25815         --enable-pt-chown.
25816         * INSTALL: Regenerated.
25818 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25820         * csu/init-first.c (_init): Remove the !SHARED condition around
25821         FPU control word initialization.
25822         * elf/dl-support.c (_dl_fpu_control): New variable.
25823         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25824         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25825         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25826         * math/test-fpucw-static.c: New file.
25827         * math/test-fpucw-ieee.c: New file.
25828         * math/test-fpucw-ieee-static.c: New file.
25829         * math/Makefile (tests): Add `test-fpucw-ieee' and
25830         `$(tests-static)'.
25831         (tests-static): New variable.
25832         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25833         dependency to...
25834         [($(build-shared),yes)]
25835         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25836         ... this.
25837         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25838         New dependency.
25840 2013-09-09  Allan McRae  <allan@archlinux.org>
25842         [BZ #15939]
25843         * manual/string.texi (Collation Functions): Fix typo in
25844         strcoll example.
25845         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25847         [BZ #15893]
25848         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25850         [BZ #15892]
25851         * libio/memstream.c (open_memstream): Fix memory leak.
25852         * libio/wmemstream.c (open_wmemstream): Likewise.
25854         [BZ #15895]
25855         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25857 2013-09-09  Will Newton  <will.newton@linaro.org>
25859         * malloc/Makefile: Add tst-realloc to tests.
25860         * malloc/tst-realloc.c: New file.
25862 2013-09-09  Allan McRae  <allan@archlinux.org>
25864         [BZ #15844]
25865         * COPYING: Update from GNU website to fix FSF address.
25866         * COPYING.LIB: Likewise.
25868 2013-09-06  David S. Miller  <davem@davemloft.net>
25870         * po/zh_TW.po: Update Chinese (traditional) translation from
25871         translation project.
25873 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25874             Joseph Myers  <joseph@codesourcery.com>
25876         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25877         "localeinfo.h".
25878         (obstack_chunk_alloc): New macro.
25879         (obstack_chunk_free): Likewise.
25880         (record_offset): New function.
25881         (init_locale_data): Likewise.
25882         (align_locale_data): Likewise.
25883         (add_locale_empty): Likewise.
25884         (add_locale_raw_data): Likewise.
25885         (add_locale_raw_obstack): Likewise.
25886         (add_locale_string): Likewise.
25887         (add_locale_wstring): Likewise.
25888         (add_locale_uint32): Likewise.
25889         (add_locale_uint32_array): Likewise.
25890         (add_locale_char): Likewise.
25891         (start_locale_structure): Likewise.
25892         (end_locale_structure): Likewise.
25893         (start_locale_prelude): Likewise.
25894         (end_locale_prelude): Likewise.
25895         (write_locale_data): Take locale_file structure rather than an
25896         iovec.
25897         * locale/programs/locfile.h: Include "obstack.h".
25898         (struct locale_file): Change to store locale file contents instead
25899         of header.
25900         (init_locale_data): New prototype.
25901         (align_locale_data): Likewise.
25902         (add_locale_empty): Likewise.
25903         (add_locale_raw_data): Likewise.
25904         (add_locale_raw_obstack): Likewise.
25905         (add_locale_string): Likewise.
25906         (add_locale_wstring): Likewise.
25907         (add_locale_uint32): Likewise.
25908         (add_locale_uint32_array): Likewise.
25909         (add_locale_char): Likewise.
25910         (start_locale_structure): Likewise.
25911         (end_locale_structure): Likewise.
25912         (start_locale_prelude): Likewise.
25913         (end_locale_prelude): Likewise.
25914         (write_locale_data): Update prototype.
25915         * locale/programs/3level.h (struct TABLE): Remove result field.
25916         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25917         Use new locale_file interface.
25918         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25919         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25920         * locale/programs/ld-address.c (address_output): Use new
25921         locale_file interface.
25922         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25923         NO_ADD_LOCALE.
25924         (collate_finish): Don't call collseq_table_finalize.
25925         (collate_output): Use new locale_file interface.
25926         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25927         in file.
25928         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25929         (TABLE): Move defines earlier in file.
25930         (ELEMENT): Likewise.
25931         (DEFAULT): Likewise.
25932         (wctrans_table_add): Move macro and inline function earlier in
25933         file.
25934         (struct wctype_table): Move type earlier in file.
25935         (add_locale_wctype_table): New static prototype.
25936         (struct locale_ctype_t): Use logical types instead of struct iovec
25937         pointers for members.
25938         (ctype_output): Use new locale_file interface.
25939         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25940         new locale_file interface.
25941         (allocate_arrays): Update for use of new locale_file interface.
25942         * locale/programs/ld-identification.c (identification_output): Use
25943         new locale_file interface.
25944         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25945         * locale/programs/ld-messages.c (messages_output): Likewise.
25946         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25947         * locale/programs/ld-name.c (name_output): Likewise.
25948         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25949         * locale/programs/ld-paper.c (paper_output): Likewise.
25950         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25951         * locale/programs/ld-time.c (time_output): Likewise.
25953 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25955         * benchtests/Makefile: Add memrchr benchmark.
25956         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25957         benchmark as memrchr.
25958         * benchtests/bench-memrchr-ifunc.c: New file.
25959         * benchtests/bench-memrchr.c: New file.
25961 2013-09-06   Will Newton  <will.newton@linaro.org>
25963         * benchtests/Makefile (string-bench): Add memcpy.
25965 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25966             Cong Wang  <amwang@redhat.com>
25968         [BZ #15850]
25969         * sysdeps/unix/sysv/linux/bits/in.h
25970         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25971         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25972         before __USE_KERNEL_IPV6_DEFS uses.
25973         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25974         IPPROTO_BEETPH.
25975         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25976         sockaddr_in6, or ipv6_mreq.
25978 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25980         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25981         memory access for final bytes in some large inputs.
25982         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25984 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25986         * string/test-memrchr.c: New file.
25987         * string/test-memrchr-ifunc.c: New file.
25988         * string/Makefile: Add new memrchr testcase.
25990 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25992         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25993         fanotify_init returns EPERM.
25995 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25997         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25998         errors.
25999         (top level): Treat second token from macro or constant entries for
26000         allowed headers as allowed.
26001         * include/complex.h: Condition internal declarations on
26002         [!_ISOMAC].
26003         * include/fenv.h: Condition include of <stdbool.h> and internal
26004         declarations on [!_ISOMAC].
26006 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
26008         [BZ #15923]
26009         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
26011 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26013         * configure.in (--enable-versioning): Remove configure option.
26014         (libc_cv_asm_symver_directive): Remove configure test.
26015         (libc_cv_ld_version_script_option): Likewise.
26016         (VERSIONING): Remove variable and AC_SUBST.
26017         (DO_VERSIONING): Remove AC_DEFINE.
26018         * configure: Regenerated.
26019         * config.h.in (DO_VERSIONING): Remove macro.
26020         * Makerules [$(versioning) = yes]: Change conditionals to
26021         [$(build-shared) = yes].
26022         * config.make.in (versioning): Remove variable.
26023         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
26024         [$(build-shared) = yes].
26025         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
26026         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
26027         * elf/Makefile [$(versioning) = yes]: Change conditionals to
26028         [$(build-shared) = yes].
26029         * extra-lib.mk [$(versioning) = yes]: Likewise.
26030         * hurd/Makefile [$(versioning) = yes]: Likewise.
26031         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
26032         [SHARED].
26033         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
26034         [SHARED].
26035         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26036         [SHARED && !NO_HIDDEN].
26037         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
26038         [SHARED].
26039         [SHARED && DO_VERSIONING]: Likewise..
26040         * libio/Makefile [$(versioning) = yes]: Change conditionals to
26041         [$(build-shared) = yes].
26042         * manual/install.texi (--disable-versioning): Remove
26043         documentation.
26044         * INSTALL: Regenerated.
26045         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
26046         to [SHARED].
26047         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
26048         [$(build-shared) = yes].
26049         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
26050         * sysdeps/i386/i686/multiarch/strstr-c.c
26051         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26052         [SHARED && !NO_HIDDEN].
26053         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
26054         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
26055         * sysdeps/powerpc/powerpc32/dl-machine.c
26056         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
26057         * sysdeps/powerpc/powerpc32/sysdep.h
26058         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
26059         to [SHARED && PIC && !NO_HIDDEN].
26060         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
26061         conditional to [SHARED].
26063 2013-09-04   Will Newton  <will.newton@linaro.org>
26065         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
26066         * benchtests/bench-string.h: Include bench-timing.h instead
26067         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
26068         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26069         call to HP_TIMING_DIFF_INIT.
26070         * benchtests/bench-memccpy.c: Use bench-timing.h macros
26071         instead of hp-timing.h macros.
26072         * benchtests/bench-memchr.c: Likewise.
26073         * benchtests/bench-memcmp.c: Likewise.
26074         * benchtests/bench-memcpy.c: Likewise.
26075         * benchtests/bench-memmem.c: Likewise.
26076         * benchtests/bench-memmove.c: Likewise.
26077         * benchtests/bench-memset.c: Likewise.
26078         * benchtests/bench-rawmemchr.c: Likewise.
26079         * benchtests/bench-strcasecmp.c: Likewise.
26080         * benchtests/bench-strcasestr.c: Likewise.
26081         * benchtests/bench-strcat.c: Likewise.
26082         * benchtests/bench-strchr.c: Likewise.
26083         * benchtests/bench-strcmp.c: Likewise.
26084         * benchtests/bench-strcpy.c: Likewise.
26085         * benchtests/bench-strcpy_chk.c: Likewise.
26086         * benchtests/bench-strlen.c: Likewise.
26087         * benchtests/bench-strncasecmp.c: Likewise.
26088         * benchtests/bench-strncat.c: Likewise.
26089         * benchtests/bench-strncmp.c: Likewise.
26090         * benchtests/bench-strncpy.c: Likewise.
26091         * benchtests/bench-strnlen.c: Likewise.
26092         * benchtests/bench-strpbrk.c: Likewise.
26093         * benchtests/bench-strrchr.c: Likewise.
26094         * benchtests/bench-strspn.c: Likewise.
26095         * benchtests/bench-strstr.c: Likewise.
26097 2013-09-04  Will Newton  <will.newton@linaro.org>
26099         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
26101 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
26103         [BZ #15427]
26104         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
26105         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
26106         * math/libm-test.inc (lgamma_test_data): Add more tests.
26107         * sysdeps/i386/fpu/libm-test-ulps: Update.
26108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26110 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
26112         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
26113         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26114         Add ifunc.
26115         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26116         Add strcmp-sse2-unaligned
26117         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
26119 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26121         * Versions.def (libc): Add GLIBC_2.19.
26123 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26125         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
26126         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
26128 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
26130         [BZ #14155]
26131         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
26132         intermediate calculations in recurrence.
26133         (__ieee754_ynf): Likewise.
26134         * math/libm-test.inc (jn_test_data): Do not allow spurious
26135         underflow exception.  Add more tests.
26136         (yn_test_data): Add more tests.
26137         * sysdeps/i386/fpu/libm-test-ulps: Update.
26138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26140 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
26142         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
26144 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26146         * csu/init-first.c: Fix then/than typos.
26147         * locale/programs/ld-collate.c: Likewise.
26148         * locale/programs/linereader.h: Likewise.
26149         * manual/charset.texi: Likewise.
26150         * manual/filesys.texi: Likewise.
26151         * manual/stdio.texi: Likewise.
26152         * manual/string.texi: Likewise.
26153         * stdlib/fmtmsg.c: Likewise.
26154         * sysdeps/i386/stpncpy.S: Likewise.
26155         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26156         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
26157         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26158         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
26160 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26162         * elf/dl-open.c: Fix typos.
26163         * iconvdata/gbbig5.c: Likewise.
26164         * iconvdata/iso-2022-jp.c: Likewise.
26165         * iconv/gconv_int.h: Likewise.
26166         * iconv/loop.c: Likewise.
26167         * nis/rpcsvc/nis.h: Likewise.
26168         * resolv/ns_name.c: Likewise.
26169         * stdio-common/vfscanf.c: Likewise.
26170         * streams/stropts.h: Likewise.
26171         * sunrpc/rpc_thread.c: Likewise.
26172         * sysdeps/i386/strpbrk.S: Likewise.
26173         * sysdeps/ieee754/k_standard.c: Likewise.
26174         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26175         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26176         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
26177         * sysdeps/mach/hurd/profil.c: Likewise.
26178         * sysdeps/s390/dl-procinfo.h: Likewise.
26179         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
26180         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
26181         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26182         * sysdeps/x86_64/dl-trampoline.S: Likewise.
26183         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26185 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
26187         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26188         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26190 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
26192         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26193         aix specific files.
26194         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26195         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26196         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26197         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26198         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26199         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26200         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26201         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26203 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26204             Roland McGrath  <roland@hack.frob.com>
26206         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26207         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26209 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26211         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26212         __executable_start symbol instead of _start.
26214 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26216         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26217         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26218         Move macros to...
26219         * sysdeps/gnu/ldsodefs.h: ... this new file.
26221         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26222         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26223         instead of ELFOSABI_LINUX.
26225         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26226         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26227         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26228         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26229         Likewise.
26230         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26231         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26232         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26233         Likewise.
26234         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26235         (ibm_extended_long_double): Add ieee_nan member.
26236         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26237         (do_test): New function.
26239         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26240         TEST_TRUNC.
26241         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26242         functions, renamed from truncdfsf_test, trunctfsf_test,
26243         trunctfdf_test.
26244         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26245         functions.
26246         (do_test): Run all these.
26248 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
26250         * argp/argp-help.c: Fix typos.
26251         * argp/argp-parse.c: Likewise.
26252         * debug/backtracesyms.c: Likewise.
26253         * elf/elf.h: Likewise.
26254         * malloc/malloc.c: Likewise.
26255         * nis/nis_print.c: Likewise.
26256         * resolv/res_comp.c: Likewise.
26257         * stdlib/stdlib.h: Likewise.
26258         * sunrpc/clnt_tcp.c: Likewise.
26259         * sunrpc/clnt_udp.c: Likewise.
26260         * sunrpc/clnt_unix.c: Likewise.
26261         * sysdeps/unix/bsd/ptsname.c: Likewise.
26262         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26263         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26265         Likewise.
26266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26267         Likewise.
26268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26269         Likewise.
26270         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26272 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26274         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26275         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26277 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26279         [BZ #15897]
26280         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26281         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26282         ($(objpfx)bug-dl-leaf): New rule.
26283         ($(objpfx)bug-dl-leaf.so): Likewise.
26284         ($(objpfx)bug-dl-leaf.out): Likewise.
26285         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26286         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26287         * dlfcn/bug-dl-leaf.c: New test.
26288         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26289         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26290         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26291         (dlclose): Likewise.
26292         (dlmopen): Likewise.
26294 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26296         * include/netdb.h [!_ISOMAC]:
26297         Don't include <tls.h>.
26298         (h_errno, __libc_h_errno): Move declaration and macros out of
26299         [_LIBC_REENTRANT].
26301         * include/resolv.h [_RESOLV_H_]:
26302         Don't include <tls.h>.
26303         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26304         * resolv/res_libc.c: Don't include <tls.h>.
26305         (_res): Use __attribute__ ((nocommon)) in place of
26306         __attribute__ ((section (".bss"))).
26308         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26309         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26311         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26313         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26314         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26316         * resolv/res_mkquery.c: Include <sys/time.h>.
26318         * inet/ifreq.c: Moved to ...
26319         * sysdeps/unix/ifreq.c: ... here.
26320         * inet/ifreq.c: New file, true stub version.
26322         * socket/sa_len.c: New file.
26323         * socket/Makefile (aux): Add it.
26324         * sysdeps/unix/sysv/linux/Makefile
26325         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26326         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26327         and #include <socket/sa_len.c>.
26328         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26329         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26331         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26332         * bits/socket.h: ... here.
26334         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26335         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26336         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26338 2013-08-27  Andreas Schwab  <schwab@suse.de>
26340         [BZ #15736]
26341         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26342         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26343         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26344         * string/test-strcasecmp.c (test_main): Run tests in several
26345         locales.
26346         * string/test-strncasecmp.c (test_main): Likewise.
26348         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26349         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26350         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26351         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26352         (__strncasecmp_ssse3) [PIC]: Likewise.
26354 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26356         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26358         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26359         instead of explicitly declaring xdecrypt.
26360         * nis/nss_nis/nis-publickey.c: Likewise.
26362 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26364         [BZ #15890]
26365         * nscd/aicache.c: Include res_hconf.h.
26366         (addhstaiX): Initialize res_hconf.
26368 2013-08-26  Andreas Schwab  <schwab@suse.de>
26370         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26371         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26373 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26375         * nscd/aicache.c (addhstaiX): Fix indentation.
26377 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26379         * configure.ac: Quote $build_pt_chown test.
26380         * configure: Regenerated.
26382 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26384         [BZ #15532]
26385         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26386         * math/s_cexpf.c (__cexpf): Likewise.
26387         * math/s_cexpl.c (__cexpl): Likewise.
26388         * math/libm-test.inc (cexp_test_data): Correct expected return
26389         value for NaN + i0.  Add another test.
26391 2013-08-22  David S. Miller  <davem@davemloft.net>
26393         * po/ca.po: Update Catalan translation from translation project.
26394         * po/uk.po: Add Ukrainian translations from translation project.
26396 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26398         [BZ #15797]
26399         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26400         is infinite, not alongside NaN test.
26401         * math/s_fdimf.c (__fdimf): Likewise.
26402         * math/s_fdiml.c (__fdiml): Likewise.
26403         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26404         errno is unchanged.
26406 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26408         * argp/argp-help.c: Fix typos.
26409         * crypt/speeds.c: Likewise.
26410         * csu/check_fds.c: Likewise.
26411         * elf/dl-load.c: Likewise.
26412         * elf/dl-open.c: Likewise.
26413         * elf/reldep3.c: Likewise.
26414         * elf/reldep.c: Likewise.
26415         * elf/sprof.c: Likewise.
26416         * iconv/iconv_charmap.c: Likewise.
26417         * iconv/skeleton.c: Likewise.
26418         * iconv/strtab.c: Likewise.
26419         * io/lockf64.c: Likewise.
26420         * libio/libioP.h: Likewise.
26421         * resolv/gai_notify.c: Likewise.
26422         * resolv/ns_name.c: Likewise.
26423         * resolv/ns_samedomain.c: Likewise.
26424         * resolv/res_send.c: Likewise.
26425         * stdlib/random.c: Likewise.
26426         * sunrpc/rpc/xdr.h: Likewise.
26427         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26428         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26429         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26430         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26431         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26432         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26433         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26434         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26435         * sysdeps/mach/hurd/check_fds.c: Likewise.
26436         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26437         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26438         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26439         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26440         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26441         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26442         * sysdeps/pthread/aio_notify.c: Likewise.
26443         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26444         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26445         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26446         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26447         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26449 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26451         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26452         version if bit_Slow_SSE4_2 is set.
26453         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26454         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26456 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26458         [BZ #15867]
26459         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26460         trampoline stack frame information.
26461         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26462         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26463         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26464         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26465         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26466         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26467         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26468         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26469         sa_flags value.
26470         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26471         interrupting a syscall and set with option SA_SIGINFO.
26473 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26475         [BZ #15531]
26476         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26477         argument is infinite.
26478         * math/s_cprojf.c (__cprojf): Likewise.
26479         * math/s_cprojl.c (__cprojl): Likewise.
26480         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26481         * math/libm-test.inc (cproj_test_data): Add more tests.
26483         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26485         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26486         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26487         size.  Use __ffs to determine corresponding shift.
26489 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26490             Roland McGrath  <roland@hack.frob.com>
26492         * Makefile (INSTALL): Remove trailing blank lines from output of
26493         makeinfo.
26495 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26497         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26498         Align 32 bit compat elf_greg to 8 bytes.
26500 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26502         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26504 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26506         * string/strcoll_l.c (coll_seq): New structure.
26507         (get_next_seq_cached): New function.
26508         (get_next_seq): New function.
26509         (do_compare): New function.
26510         (STRCOLL): Use GNU style definition.  Simplify implementation
26511         by using get_next_seq, get_next_seq_cached and do_compare.
26513 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26515         [BZ #14699]
26516         CVE-2013-4237
26517         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26518         member.
26519         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26520         member.
26521         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26522         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26523         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26524         conditional.
26525         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26526         GETDENTS_64BIT_ALIGNED.
26527         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26528         * manual/filesys.texi (Reading/Closing Directory): Document
26529         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26530         strongly.
26531         * manual/conf.texi (Limits for Files): Add portability note to
26532         NAME_MAX, PATH_MAX.
26533         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26535 2013-08-13  Andreas Schwab  <schwab@suse.de>
26537         [BZ #15749]
26538         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26539         of fabs.
26540         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26541         LDBL_MAX_EXP >= 16384]: Add tests for it.
26543 2013-08-12  David S. Miller  <davem@davemloft.net>
26545         * version.h (RELEASE): Set to "development".
26546         (VERSION): Set to "2.18.90".
26547         * NEWS: Add 2.19 section.
26549 2013-08-03  David S. Miller  <davem@davemloft.net>
26551         * po/ko.po: Update Korean translation from translation project.
26553 2013-08-01  David S. Miller  <davem@davemloft.net>
26555         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26556         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26557         Bilka.
26559 2013-07-30  David S. Miller  <davem@davemloft.net>
26561         * po/fr.po: Update French translation from translation project.
26563 2013-07-28  David S. Miller  <davem@davemloft.net>
26565         * po/cs.po: Update Czech translation from translation project.
26567         * po/sv.po: Update Swedish translation from translation project.
26569 2013-07-27  David S. Miller  <davem@davemloft.net>
26571         * po/eo.po: Update Esperanto translation from translation project.
26573         * po/vi.po: Update Vietnamese translation from translation project.
26575         * po/de.po: Update German translation from translation project.
26577 2013-07-26  David S. Miller  <davem@davemloft.net>
26579         * po/bg.po: Update Bulgarian translation from translation project.
26581         * po/nl.po: Update Dutch translation from translation project.
26582         * po/pl.po: Update Polish translation from translation project.
26583         * po/ru.po: Update Russian translation from translation project.
26585 2013-07-24  David S. Miller  <davem@davemloft.net>
26587         * po/libc.pot: Update.
26589 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26591         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26592         variable page size.
26593         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26594         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26595         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26597 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26599         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26601 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26602             Andreas Schwab  <schwab@suse.de>
26603             Roland McGrath  <roland@hack.frob.com>
26604             Joseph Myers  <joseph@codesourcery.com>
26605             Carlos O'Donell  <carlos@redhat.com>
26607         [BZ #15755]
26608         * config.h.in: Define HAVE_PT_CHOWN.
26609         * config.make.in (build-pt-chown): New variable.
26610         * configure.in (--enable-pt_chown): New configure option.
26611         * configure: Regenerate.
26612         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26613         build-pt-chown is enabled.
26614         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26615         pt_chown to fix pty ownership.
26616         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26617         CLOSE_ALL_FDS.
26618         * manual/install.texi (Configuring and compiling): Mention
26619         --enable-pt_chown. Add @findex for grantpt.
26620         * INSTALL: Regenerate.
26622 2013-07-20  David S. Miller  <davem@davemloft.net>
26624         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26625         difference between 32-bit and 64-bit.
26627 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26629         [BZ #15711]
26630         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26631         Avoid system header dependency with -ffreestanding.
26632         ($(objpfx)bits/syscall%d): Likewise.
26634 2013-07-13  David S. Miller  <davem@davemloft.net>
26636         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26637         underflows from atanl/atan2l due to bug 15319.
26638         (casinh_test_data): Likewise.
26640 2013-07-07  David S. Miller  <davem@davemloft.net>
26642         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26644 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26646         * sysdeps/i386/fpu/libm-test-ulps: Update.
26647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26649 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26651         * configure.in (--enable-lock-elision): Fix message text.
26652         * INSTALL: Regenerate.
26653         * configure: Regenerate.
26655 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26657         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26659 2013-07-03  Andreas Jaeger  <aj@suse.de>
26661         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26662         define.
26663         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26664         (ptrace_peeksiginfo_args): Add.
26665         (__ptrace_peeksiginfo_flags): Add.
26666         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26667         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26668         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26670 2013-07-03  Allan McRae  <allan@archlinux.org>
26672         * sysdeps/i386/fpu/libm-test-ulps: Update.
26674 2013-07-02  David S. Miller  <davem@davemloft.net>
26676         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26678 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26680         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26682 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26684         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26687 2013-07-02  Andi Kleen <ak@linux.intel.com>
26689         * config.h.in (ENABLE_LOCK_ELISION): Add.
26690         * configure.in (--enable-lock-elision): Add option.
26691         * manual/install.texi: Document --enable lock elision.
26692         * configure: Regenerate
26693         * INSTALL: Regenerate.
26695 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26697         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26698         SSE4.2 strcasecmp for libc.a.
26699         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26701 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26703         [BZ #13304]
26704         * soft-fp/op-common.h (_FP_FMA): New macro.
26705         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26706         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26707         (_FP_MUL_MEAT_1_imm): ... here.
26708         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26709         (_FP_MUL_MEAT_1_wide): ... here.
26710         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26711         (_FP_MUL_MEAT_1_hard): ... here.
26712         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26713         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26714         (_FP_MUL_MEAT_2_wide): ... here.
26715         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26716         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26717         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26718         (_FP_MUL_MEAT_2_gmp): ... here.
26719         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26720         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26721         (_FP_MUL_MEAT_4_wide): ... here.
26722         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26723         (_FP_MUL_MEAT_4_gmp): ... here.
26724         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26725         (_FP_WFRACBITS_DW_S): Likewise.
26726         (_FP_WFRACXBITS_DW_S): Likewise.
26727         (_FP_HIGHBIT_DW_S): Likewise.
26728         (FP_FMA_S): Likewise.
26729         (_FP_FRAC_HIGH_DW_S): Likewise.
26730         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26731         (_FP_WFRACBITS_DW_D): Likewise.
26732         (_FP_WFRACXBITS_DW_D): Likewise.
26733         (_FP_HIGHBIT_DW_D): Likewise.
26734         (FP_FMA_D): Likewise.
26735         (_FP_FRAC_HIGH_DW_D): Likewise.
26736         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26737         (_FP_WFRACBITS_DW_E): Likewise.
26738         (_FP_WFRACXBITS_DW_E): Likewise.
26739         (_FP_HIGHBIT_DW_E): Likewise.
26740         (FP_FMA_E): Likewise.
26741         (_FP_FRAC_HIGH_DW_E): Likewise.
26742         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26743         (_FP_WFRACBITS_DW_Q): Likewise.
26744         (_FP_WFRACXBITS_DW_Q): Likewise.
26745         (_FP_HIGHBIT_DW_Q): Likewise.
26746         (FP_FMA_Q): Likewise.
26747         (_FP_FRAC_HIGH_DW_Q): Likewise.
26748         * soft-fp/fmasf4.c: New file.
26749         * soft-fp/fmadf4.c: Likewise.
26750         * soft-fp/fmatf4.c: Likewise.
26752 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26754         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26755         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26756         Silvermont.
26757         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26758         macro.
26759         (index_Slow_SSE4_2): Likewise.
26760         (index_Prefer_PMINUB_for_stringop): Likewise.
26761         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26762         bit_Slow_SSE4_2 is set.
26763         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26764         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26766 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26768         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26769         rtld_global._dl_hwcap2.
26770         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26771         POWER8.
26772         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26773         POWER8 feature descriptions defined in _dl_hwcap2.
26774         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26775         string handling for POWER8 feature bits.
26776         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26777         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26778         _dl_powerpc_cap_flags.
26779         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26780         * sysdeps/powerpc/rtld-global-offsets.sym
26781         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26782         _dl_hwcap2 in the rtld_global_ro structure.
26784 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26786         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26787         hardware capabilities in support of AT_HWCAP2.
26788         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26789         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26790         GLRO(dl_hwcap2).
26791         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26792         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26793         explicitly the unknown a_type display mechanism is used.
26794         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26795         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26796         struct member.
26797         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26798         to macro prototype for AT_HWCAP2 support.
26799         * sysdeps/i386/dl-procinfo.h: Likewise.
26800         * sysdeps/s390/dl-procinfo.h: Likewise.
26801         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26802         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26803         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26804         return -1 for unknown a_type display fallback.
26805         * sysdeps/sparc/dl-procinfo.h: Likewise.
26806         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26807         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26809 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26811         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26812         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26814 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26816         [BZ #12492]
26817         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26818         mprotect making __stack_prot writable.
26820 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26821             Joseph Myers  <joseph@codesourcery.com>
26823         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26824         as being properly aligned.
26826 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26828         * dlfcn/modstatic5.c: New file.
26829         * dlfcn/tststatic5.c: New file.
26830         * dlfcn/Makefile (tests): Add tststatic5.
26831         (tests-static): Likewise.
26832         (modules-names): Add modstatic5.
26833         (tststatic5-ENV): New variable.
26834         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26836         [BZ #15022]
26837         * elf/dl-support.c (_dl_main_map): New variable.
26838         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26839         (_dl_nns, _dl_load_adds): Set to 1.
26840         (_dl_initial_searchlist): Refer to _dl_main_map.
26841         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26842         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26843         call to _dl_get_origin.
26844         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26845         around call_map.
26846         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26847         * dlfcn/modstatic3.c: New file.
26848         * dlfcn/tststatic3.c: New file.
26849         * dlfcn/tststatic4.c: New file.
26850         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26851         (tests-static): Likewise.
26852         (modules-names): Add modstatic3.
26853         (tststatic3-ENV, tststatic4-ENV): New variables.
26854         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26855         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26857 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26859         * configure.in (CC): Require GCC version 4.4 or later.
26860         * configure: Regenerated.
26861         * manual/install.texi (Tools for Compilation): Update GCC version
26862         requirement.
26863         * INSTALL: Regenerated.
26865 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26867         [BZ #15674]
26868         * string/test-memcmp.c (check2): New.
26869         (main): Call check2.
26871         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26873 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26875         [BZ #15022]
26876         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26877         over to...
26878         (dl_open_worker) [!SHARED]: ... here.
26880 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26882         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26884 2013-06-25  Richard Henderson  <rth@redhat.com>
26886         * locale/programs/locarchive.c: Include <libc-internal.h>
26888 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26890         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26891         trailing whitespace removed.
26893 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26895         [BZ #10283]
26896         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26897         * locale/programs/locarchive.c: Include libc-mmap.h.
26898         (prepare_address_space): Take two new outputs (the mmap base and len).
26899         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26900         values.
26901         (create_archive): Declare new mmap base and len values for
26902         prepare_address_space, and store the result in ah.
26903         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26904         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26905         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26906         Declare new mmap base and len values for
26907         prepare_address_space, and store the result in new_ah.
26908         (open_archive): Declare new mmap base and len values for
26909         prepare_address_space, and store the result in ah.
26910         (close_archive): If ah->mmap_base is not NULL, use that and
26911         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26912         * sysdeps/generic/libc-mmap.h: New file.
26914 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26916         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26917         (ALIGN_UP): Likewise.
26918         (PTR_ALIGN_DOWN): Likewise.
26919         (PTR_ALIGN_UP): Likewise.
26921 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26923         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26924         entry mapped to PPC_PLATFORM_POWER8.
26925         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26926         POWER8.
26927         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26928         (_dl_string_platform): Add case for exporting platform position for
26929         POWER8.
26930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26931         search path to sysdeps/powerpc/powerpc32/power8 directory.
26932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26933         search path to sysdeps/powerpc/powerpc64/power8 directory.
26934         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26935         power7 directories.
26936         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26937         power7 directories.
26939 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26941         * INSTALL: Regenerate.
26943         * nscd/connections.c (nscd_init): Fix comment.
26945 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26947         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26949         [BZ #15667]
26950         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26951         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26953 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26955         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26956         DL_DST_REQ_STATIC.
26957         (DL_DST_REQ_STATIC): Remove macro.
26959 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26961         [BZ #7006]
26962         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26963         with a shift of 0 bits.
26965 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26967         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26968         $(tststatic-ENV).
26970 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26972         [BZ #15655]
26973         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26975 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26977         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26978         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26979         accepts -fno-tree-loop-distribute-patterns.
26980         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26981         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26982         recursive call.
26983         * string/memset.c (memset): Likewise.
26984         * string/test-memmove.c (simple_memmove): Disable loop transformation
26985         to library calls.
26986         * string/test-memset.c (simple_memset): Likewise.
26987         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26988         * benchtests/bench-memset.c (simple_memset): Likewise.
26989         * configure: Regenerated.
26991 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26993         * math/test-misc.c (main): Ignore fesetround failure when failures
26994         of subsequent rounding tests would be ignored.
26996         [BZ #15654]
26997         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26998         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26999         * math/fegetenv.c (__fegetenv): Return 0.
27000         * math/fegetexcept.c (fegetexcept): Return 0.
27001         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
27002         FE_TONEAREST.
27003         * math/feholdexcpt.c (feholdexcept): Return 0.
27004         * math/fesetenv.c (__fesetenv): Return 0.
27005         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
27006         argument FE_TONEAREST.
27007         * math/feupdateenv.c (__feupdateenv): Return 0.
27008         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
27010 2013-06-18  Roland McGrath  <roland@hack.frob.com>
27012         * elf/rtld-Rules (rtld-compile-command.S): New variable.
27013         (rtld-compile-command.s, rtld-compile-command.c): New variables.
27014         ($(objpfx)rtld-%.os rules): Use them.
27016 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27018         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
27019         fields.
27021 2013-06-17  Roland McGrath  <roland@hack.frob.com>
27023         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
27024         length of target pattern, then descending length of dependency pattern.
27025         * configure.in (AWK): Require gawk 3.1.2 or newer.
27026         * manual/install.texi (Tools for Compilation): Say that we do.
27027         * configure: Regenerated.
27029         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
27030         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
27031         * scripts/sysd-rules.awk: ... this new script.
27032         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
27033         than a glob-style pattern.
27035 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
27037         * math/test-misc.c (main): Do not treat incorrectly rounded
27038         conversions as failure unless ROUNDING_TESTS passes.
27040 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
27042         [BZ #15631]
27043         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
27044         restore exception state around main square root computation, then
27045         check for inexactness explicitly.
27047         * math/libm-test.inc (fma_test_data): Add another test.
27049 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27051         * manual/threads.texi (Non-POSIX Extensions): New document
27052         node.  Document pthread_getattr_default_np and
27053         pthread_setattr_default_np.
27055         * Versions.def (libpthread): Add GLIBC_2.18.
27056         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
27057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
27058         Likewise.
27059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
27060         Likewise.
27061         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
27062         Likewise.
27063         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
27064         Likewise.
27065         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
27066         Likewise.
27067         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
27068         Likewise.
27069         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27070         Likewise.
27071         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27072         Likewise.
27073         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27074         Likewise.
27076 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27078         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27079         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27081 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27082             H.J. Lu  <hjl.tools@gmail.com>
27084         [BZ #15627]
27085         * sysdeps/x86_64/rtld-memset.c: Remove file.
27086         * sysdeps/x86_64/rtld-memset.S: New file.
27088 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
27090         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
27091         (test_in_one_mode): Take arguments for whether the rounding mode
27092         is supported for each floating-point type.
27093         (do_test): Pass new arguments to test_in_one_mode using
27094         ROUNDING_TESTS.
27096 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27098         * posix/tst-waitid.c (do_test): Distinguish different instances of
27099         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
27100         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
27101         before entering the kernel for waitpid.
27103 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27105         * NEWS: Fix note on clock function precision.  Text by Roland
27106         McGrath.
27108 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27110         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
27111         it into place only when and if the sanity check passes.
27113 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
27115         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
27116         output for whether conversion result is exact.  Take argument
27117         indicating whether type is IBM long double.
27118         (round_for_all): Change need_exact field to ibm_ld.
27119         * stdlib/tst-strtod-round.c (struct exactness): New type.
27120         (struct test): Change bool ld_ok field to struct exactness exact.
27121         (TEST): Update all definitions for change to field.
27122         (tests): Regenerate array contents.
27123         (test_in_one_mode): Take pointer to new field instead of old ld_ok
27124         field value.  Check for IBM long double here.
27125         (do_test): Update calls to test_in_one_mode.
27127 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27129         [BZ #12515]
27130         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
27131         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
27133 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27135         [BZ #15605]
27136         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
27137         generated by the compiler on loop optimizations.
27138         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
27139         general definitions.
27141 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
27143         * math/bug-nextafter.c: Include <math-tests.h>.
27144         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27145         the relevant type.
27146         * math/bug-nexttoward.c: Include <math-tests.h>.
27147         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27148         the relevant type.
27149         * math/test-misc.c: Include <math-tests.h>.
27150         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27151         the relevant type.
27153 2013-06-12  Andreas Jaeger  <aj@suse.de>
27155         * po/ia.po: Update Interlingua translation from translation
27156         project.
27158 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27160         * include/fenv.h: Include stdbool.h.
27161         (struct rm_ctx): New structure.
27162         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
27163         Define macro.
27164         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
27165         (SET_RESTORE_ROUNDF): Likewise.
27166         (SET_RESTORE_ROUNDL): Likewise.
27167         (SET_RESTORE_ROUND_NOEX): Likewise.
27168         (SET_RESTORE_ROUND_NOEXF): Likewise.
27169         (SET_RESTORE_ROUND_NOEXL): Likewise.
27170         (SET_RESTORE_ROUND_53BIT): Likewise.
27171         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
27172         (libc_feresetround_noexf_ctx): Likewise.
27173         (libc_feresetround_noexl_ctx): Likewise.
27174         (libc_feholdsetround_53bit_ctx): Likewise.
27175         (libc_feresetround_53bit_ctx): Likewise.
27176         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
27177         (libc_feholdexcept_setround_sse_ctx): New function.
27178         (libc_fesetenv_sse_ctx): Likewise.
27179         (libc_feupdateenv_sse_ctx): Likewise.
27180         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
27181         (libc_feholdexcept_setround_387_ctx): Likewise.
27182         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27183         (libc_feholdsetround_387_prec_ctx): Likewise.
27184         (libc_feholdsetround_387_ctx): Likewise.
27185         (libc_feholdsetround_387_53bit_ctx): Likewise.
27186         (libc_feholdsetround_sse_ctx): Likewise.
27187         (libc_feresetround_sse_ctx): Likewise.
27188         (libc_feresetround_387_ctx): Likewise.
27189         (libc_feupdateenv_387_ctx): Likewise.
27190         (libc_feholdexcept_setroundf_ctx): Define macro.
27191         (libc_fesetenvf_ctx): Likewise.
27192         (libc_feupdateenvf_ctx): Likewise.
27193         (libc_feholdsetroundf_ctx): Likewise.
27194         (libc_feresetroundf_ctx): Likewise.
27195         (libc_feholdexcept_setround_ctx): Likewise.
27196         (libc_fesetenv_ctx): Likewise.
27197         (libc_feupdateenv_ctx): Likewise.
27198         (libc_feholdsetround_ctx): Likewise.
27199         (libc_feresetround_ctx): Likewise.
27200         (libc_feholdexcept_setroundl_ctx): Likewise.
27201         (libc_feupdateenvl_ctx): Likewise.
27202         (libc_feholdsetroundl_ctx): Likewise.
27203         (libc_feresetroundl_ctx): Likewise.
27204         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27205         (libc_feresetround_53bit_ctx): Likewise.
27207 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27209         * locale/iso-639.def: Convert to UTF-8.
27211 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
27213         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27214         (EXCEPTION_TESTS_double): Likewise.
27215         (EXCEPTION_TESTS_long_double): Likewise.
27216         (EXCEPTION_TESTS): Likewise.
27217         * math/libm-test.inc (test_exceptions): Only test exceptions if
27218         EXCEPTION_TESTS (FLOAT).
27220 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27222         * benchtests/Makefile (string-bench): Add strcpy_chk and
27223         stpcpy_chk.
27224         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27225         * benchtests/bench-stpcpy_chk.c: New file.
27226         * benchtests/bench-strcpy_chk-ifunc.c: New file.
27227         * benchtests/bench-strcpy_chk.c: New file.
27228         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27229         code.
27230         (do_test): Likewise.
27232 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27234         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27235         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27236         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27237         with tabs where appropriate.
27238         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27239         dl-procinfo.h.
27240         [PPC_PLATFORM_PPC440]: Likewise.
27241         [PPC_PLATFORM_PPC464]: Likewise.
27242         [PPC_PLATFORM_PPC476]: Likewise.
27243         (_dl_string_platform): Add support for detecting ppc405, ppc440,
27244         ppc464, and ppc476 platform strings merging from ports/
27245         dl-procinfo.h.
27247 2013-06-11  Andreas Schwab  <schwab@suse.de>
27249         [BZ #14991]
27250         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27251         (from_ucs4_idx): Regenerate.
27252         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27253         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27254         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27255         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27256         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27257         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27258         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27259         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27260         from FROM_LOOP and TO_LOOP specific macros.
27261         (BODY): Handle combining characters.
27262         * iconvdata/BIG5HKSCS.irreversible: Update.
27263         * iconvdata/BIG5HKSCS.precomposed: New file.
27264         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27265         characters.
27266         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27268 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27270         * include/sys/time.h: Fix indentation and add copyright header.
27272         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27273         (do_test): Likewise.
27274         * string/test-memchr.c (do_one_test): Likewise.
27275         (do_test): Likewise.
27276         * string/test-memcmp.c (do_one_test): Likewise.
27277         (do_test): Likewise.
27278         * string/test-memcpy.c (do_one_test): Likewise.
27279         (do_test): Likewise.
27280         * string/test-memmem.c (do_one_test): Likewise.
27281         (do_test): Likewise.
27282         (do_random_tests): Likewise.
27283         * string/test-memmove.c (do_one_test): Likewise.
27284         (do_test): Likewise.
27285         * string/test-memset.c (do_one_test): Likewise.
27286         (do_test): Likewise.
27287         * string/test-rawmemchr.c (do_one_test): Likewise.
27288         (do_test): Likewise.
27289         * string/test-strcasecmp.c (do_one_test): Likewise.
27290         (do_test): Likewise.
27291         * string/test-strcasestr.c (do_one_test): Likewise.
27292         (do_test): Likewise.
27293         * string/test-strcat.c (do_one_test): Likewise.
27294         (do_test): Likewise.
27295         * string/test-strchr.c (do_one_test): Likewise.
27296         (do_test): Likewise.
27297         * string/test-strcmp.c (do_one_test): Likewise.
27298         (do_test): Likewise.
27299         * string/test-strcpy.c (do_one_test): Likewise.
27300         (do_test): Likewise.
27301         * string/test-string.h: Likewise.
27302         (test_init): Likewise.
27303         * string/test-strlen.c (do_one_test): Likewise.
27304         (do_test): Likewise.
27305         * string/test-strncasecmp.c (do_one_test): Likewise.
27306         (do_test): Likewise.
27307         * string/test-strncat.c (do_one_test): Likewise.
27308         (do_test): Likewise.
27309         * string/test-strncmp.c (do_one_test): Likewise.
27310         (do_test_limit): Likewise.
27311         (do_test): Likewise.
27312         * string/test-strncpy.c (do_one_test): Likewise.
27313         (do_test): Likewise.
27314         * string/test-strnlen.c (do_one_test): Likewise.
27315         (do_test): Likewise.
27316         * string/test-strpbrk.c (do_one_test): Likewise.
27317         (do_test): Likewise.
27318         * string/test-strrchr.c (do_one_test): Likewise.
27319         (do_test): Likewise.
27320         * string/test-strspn.c (do_one_test): Likewise.
27321         (do_test): Likewise.
27322         * string/test-strstr.c (do_one_test): Likewise.
27323         (do_test): Likewise.
27325         * benchtests/Makefile (string-bench): Add string benchmarks.
27326         * benchtests/bench-bcopy-ifunc.c: New file.
27327         * benchtests/bench-bcopy.c: New file.
27328         * benchtests/bench-bzero-ifunc.c: New file.
27329         * benchtests/bench-bzero.c: New file.
27330         * benchtests/bench-memccpy-ifunc.c: New file.
27331         * benchtests/bench-memccpy.c: New file.
27332         * benchtests/bench-memchr-ifunc.c: New file.
27333         * benchtests/bench-memchr.c: New file.
27334         * benchtests/bench-memcmp-ifunc.c: New file.
27335         * benchtests/bench-memcmp.c: New file.
27336         * benchtests/bench-memmem-ifunc.c: New file.
27337         * benchtests/bench-memmem.c: New file.
27338         * benchtests/bench-memmove-ifunc.c: New file.
27339         * benchtests/bench-memmove.c: New file.
27340         * benchtests/bench-mempcpy-ifunc.c: New file.
27341         * benchtests/bench-mempcpy.c: New file.
27342         * benchtests/bench-memset-ifunc.c: New file.
27343         * benchtests/bench-memset.c: New file.
27344         * benchtests/bench-rawmemchr-ifunc.c: New file.
27345         * benchtests/bench-rawmemchr.c: New file.
27346         * benchtests/bench-stpcpy-ifunc.c: New file.
27347         * benchtests/bench-stpcpy.c: New file.
27348         * benchtests/bench-stpncpy-ifunc.c: New file.
27349         * benchtests/bench-stpncpy.c: New file.
27350         * benchtests/bench-strcasecmp-ifunc.c: New file.
27351         * benchtests/bench-strcasecmp.c: New file.
27352         * benchtests/bench-strcasestr-ifunc.c: New file.
27353         * benchtests/bench-strcasestr.c: New file.
27354         * benchtests/bench-strcat-ifunc.c: New file.
27355         * benchtests/bench-strcat.c: New file.
27356         * benchtests/bench-strchr-ifunc.c: New file.
27357         * benchtests/bench-strchr.c: New file.
27358         * benchtests/bench-strchrnul-ifunc.c: New file.
27359         * benchtests/bench-strchrnul.c: New file.
27360         * benchtests/bench-strcmp-ifunc.c: New file.
27361         * benchtests/bench-strcmp.c: New file.
27362         * benchtests/bench-strcpy-ifunc.c: New file.
27363         * benchtests/bench-strcpy.c: New file.
27364         * benchtests/bench-strcspn-ifunc.c: New file.
27365         * benchtests/bench-strcspn.c: New file.
27366         * benchtests/bench-strlen-ifunc.c: New file.
27367         * benchtests/bench-strlen.c: New file.
27368         * benchtests/bench-strncasecmp-ifunc.c: New file.
27369         * benchtests/bench-strncasecmp.c: New file.
27370         * benchtests/bench-strncat-ifunc.c: New file.
27371         * benchtests/bench-strncat.c: New file.
27372         * benchtests/bench-strncmp-ifunc.c: New file.
27373         * benchtests/bench-strncmp.c: New file.
27374         * benchtests/bench-strncpy-ifunc.c: New file.
27375         * benchtests/bench-strncpy.c: New file.
27376         * benchtests/bench-strnlen-ifunc.c: New file.
27377         * benchtests/bench-strnlen.c: New file.
27378         * benchtests/bench-strpbrk-ifunc.c: New file.
27379         * benchtests/bench-strpbrk.c: New file.
27380         * benchtests/bench-strrchr-ifunc.c: New file.
27381         * benchtests/bench-strrchr.c: New file.
27382         * benchtests/bench-strspn-ifunc.c: New file.
27383         * benchtests/bench-strspn.c: New file.
27384         * benchtests/bench-strstr-ifunc.c: New file.
27385         * benchtests/bench-strstr.c: New file.
27387         * benchtests/Makefile: Disable parallel execution of targets.
27388         (string-bench): Add memcpy.
27389         (benchset): New variable to store a list of benchmark sets.
27390         (bench-func): Renamed from bench.
27391         (bench-set): New target.
27392         (bench): Depend on bench-func and bench-set.
27393         * benchtests/README: Add section on benchmark sets.
27394         * benchtests/bench-memcpy-ifunc.c: New file.
27395         * benchtests/bench-memcpy.c: New file.
27396         * benchtests/bench-string.h: New file.
27398 2013-06-11  Andreas Schwab  <schwab@suse.de>
27400         [BZ #15577]
27401         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27402         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27403         values in the triple.
27404         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27405         terminator in the group key.
27407 2013-06-11  Andreas Jaeger  <aj@suse.de>
27409         * po/zh_TW.po: Update Chinese (traditional) translation from
27410         translation project.
27412 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27414         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27415         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27416         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27417         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27418         (clock_getcpuclockid): Likewise.
27419         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27420         Add weak_alias and libc_hidden_def.
27421         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27422         * rt/clock_gettime.c (clock_gettime): Rename to
27423         __clock_gettime.  Add weak_alias and libc_hidden_def.
27424         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27425         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27426         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27427         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27428         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27429         Likewise.
27430         * rt/clock_settime.c (clock_settime): Rename to
27431         __clock_settime.  Add weak_alias and libc_hidden_def.
27432         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27434 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27436         * mach/err_boot.sub: Remove trailing whitespace.
27437         * mach/err_ipc.sub: Likewise.
27438         * mach/err_mach.sub: Likewise.
27440         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27441         (ROUNDING_TESTS_double): Likewise.
27442         (ROUNDING_TESTS_long_double): Likewise.
27443         (ROUNDING_TESTS): Likewise.
27444         * math/libm-test.inc: Include <math-tests.h>.
27445         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27446         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27447         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27448         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27450 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27452         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27453         of assigning.
27455 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27457         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27458         otherwise empty TRANS lines.
27459         * sysdeps/gnu/errlist.c: Regenerated.
27461         * catgets/gencat.c (error_print): Use (void) in function
27462         definition.
27463         * crypt/crypt_util.c (__init_des): Likewise.
27464         * crypt/speeds.c (Stop): Likewise.
27465         (main): Likewise.
27466         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27467         * inet/ruserpass.c (token): Likewise.
27468         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27469         * intl/localealias.c (extend_alias_table): Likewise.
27470         * intl/plural-exp.c (init_germanic_plural): Likewise.
27471         * libio/fcloseall.c (__fcloseall): Likewise.
27472         * libio/genops.c (_IO_flush_all): Likewise.
27473         (_IO_flush_all_linebuffered): Likewise.
27474         (_IO_cleanup): Likewise.
27475         (_IO_iter_begin): Likewise.
27476         (_IO_iter_end): Likewise.
27477         (_IO_list_lock): Likewise.
27478         (_IO_list_unlock): Likewise.
27479         (_IO_list_resetlock): Likewise.
27480         * libio/getchar.c (getchar): Likewise.
27481         * libio/getchar_u.c (getchar_unlocked): Likewise.
27482         * libio/getwchar.c (getwchar): Likewise.
27483         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27484         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27485         * login/getpt.c (__getpt): Likewise.
27486         * login/tst-utmp.c (main): Likewise.
27487         * malloc/hooks.c (__malloc_check_init): Likewise.
27488         * malloc/malloc.c (__malloc_stats): Likewise.
27489         * malloc/mtrace.c (tr_break): Likewise.
27490         (mtrace): Likewise.
27491         (muntrace): Likewise.
27492         * misc/fstab.c (endfsent): Likewise.
27493         * misc/getclktck.c (__getclktck): Likewise.
27494         * misc/getdtsz.c (__getdtablesize): Likewise.
27495         * misc/gethostid.c (gethostid): Likewise.
27496         * misc/getpagesize.c (__getpagesize): Likewise.
27497         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27498         (__get_nprocs): Likewise.
27499         (__get_phys_pages): Likewise.
27500         (__get_avphys_pages): Likewise.
27501         * misc/getttyent.c (getttyent): Likewise.
27502         (setttyent): Likewise.
27503         (endttyent): Likewise.
27504         * misc/getusershell.c (getusershell): Likewise.
27505         (endusershell): Likewise.
27506         (setusershell): Likewise.
27507         (initshells): Likewise.
27508         * misc/hsearch.c (__hdestroy): Likewise.
27509         * misc/sync.c (sync): Likewise.
27510         * misc/syslog.c (closelog_internal): Likewise.
27511         (closelog): Likewise.
27512         * misc/ttyslot.c (ttyslot): Likewise.
27513         * misc/vhangup.c (vhangup): Likewise.
27514         * posix/fork.c (__fork): Likewise.
27515         * posix/getegid.c (__getegid): Likewise.
27516         * posix/geteuid.c (__geteuid): Likewise.
27517         * posix/getgid.c (__getgid): Likewise.
27518         * posix/getpid.c (__getpid): Likewise.
27519         * posix/getppid.c (__getppid): Likewise.
27520         * posix/getuid.c (__getuid): Likewise.
27521         * posix/pause.c (pause): Likewise.
27522         * posix/setpgrp.c (setpgrp): Likewise.
27523         * posix/setsid.c (__setsid): Likewise.
27524         * posix/test-vfork.c (noop): Likewise.
27525         * resolv/gethnamaddr.c (_endhtent): Likewise.
27526         (_gethtent): Likewise.
27527         (ht_endhostent): Likewise.
27528         (gethostent): Likewise.
27529         (dns_service): Likewise.
27530         * stdlib/drand48.c (drand48): Likewise.
27531         * stdlib/lrand48.c (lrand48): Likewise.
27532         * stdlib/mrand48.c (mrand48): Likewise.
27533         * stdlib/rand.c (rand): Likewise.
27534         * stdlib/random.c (__random): Likewise.
27535         * stdlib/setenv.c (clearenv): Likewise.
27536         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27537         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27538         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27539         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27540         (__get_nprocs): Likewise.
27541         (__get_phys_pages): Likewise.
27542         (__get_avphys_pages): Likewise.
27543         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27544         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27545         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27546         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27547         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27548         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27549         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27550         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27551         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27552         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27553         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27554         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27555         * sysdeps/posix/clock.c (clock): Likewise.
27556         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27557         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27558         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27559         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27560         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27561         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27562         (__get_nprocs_conf): Likewise.
27563         (__get_phys_pages): Likewise.
27564         (__get_avphys_pages): Likewise.
27565         * time/clock.c (clock): Likewise.
27566         * time/tzset.c (__tzname_max): Likewise.
27568 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27570         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27571         (__bswap_32): Do not use "register".
27572         * crypt/crypt.c (_ufc_doit_r): Likewise.
27573         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27574         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27575         * gmon/gmon.c (__monstartup): Likewise.
27576         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27577         * hurd/hurdmalloc.c (more_memory): Likewise.
27578         (malloc): Likewise.
27579         (free): Likewise.
27580         (realloc): Likewise.
27581         (malloc_fork_prepare): Likewise.
27582         (malloc_fork_parent): Likewise.
27583         (malloc_fork_child): Likewise.
27584         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27585         (_svcauth_des): Likewise.
27586         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27587         * inet/inet_net.c (inet_network): Likewise.
27588         * inet/inet_netof.c (inet_netof): Likewise.
27589         * inet/rcmd.c (__validuser2_sa): Likewise.
27590         * io/fts.c (fts_open): Likewise.
27591         (fts_load): Likewise.
27592         (fts_close): Likewise.
27593         (fts_read): Likewise.
27594         (fts_children): Likewise.
27595         (fts_build): Likewise.
27596         (fts_stat): Likewise.
27597         (fts_sort): Likewise.
27598         (fts_alloc): Likewise.
27599         (fts_lfree): Likewise.
27600         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27601         (_IO_file_xsgetn): Likewise.
27602         (_IO_file_xsgetn_mmap): Likewise.
27603         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27604         (_IO_cookie_write): Likewise.
27605         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27606         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27607         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27608         * malloc/obstack.c (_obstack_begin): Likewise.
27609         (_obstack_begin_1): Likewise.
27610         (_obstack_newchunk): Likewise.
27611         (_obstack_allocated_p): Likewise.
27612         (obstack_free): Likewise.
27613         (_obstack_memory_used): Likewise.
27614         * misc/getttyent.c (getttynam): Likewise.
27615         (getttyent): Likewise.
27616         (skip): Likewise.
27617         (value): Likewise.
27618         * misc/getusershell.c (initshells): Likewise.
27619         * misc/syslog.c (__vsyslog_chk): Likewise.
27620         * misc/ttyslot.c (ttyslot): Likewise.
27621         * nis/nis_hash.c (__nis_hash): Likewise.
27622         * posix/fnmatch_loop.c (FCT): Likewise.
27623         * posix/getconf.c (print_all): Likewise.
27624         (main): Likewise.
27625         * posix/getopt.c (exchange): Likewise.
27626         * posix/glob.c (globfree): Likewise.
27627         (prefix_array): Likewise.
27628         (__glob_pattern_type): Likewise.
27629         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27630         (NS_GET32): Likewise.
27631         (NS_PUT16): Likewise.
27632         (NS_PUT32): Likewise.
27633         * resolv/gethnamaddr.c (getanswer): Likewise.
27634         (gethostbyname2): Likewise.
27635         (gethostbyaddr): Likewise.
27636         (_gethtent): Likewise.
27637         (_gethtbyname2): Likewise.
27638         (_gethtbyaddr): Likewise.
27639         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27640         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27641         * resolv/res_init.c (__res_vinit): Likewise.
27642         (net_mask): Likewise.
27643         * resolv/res_mkquery.c (outchar): Likewise.
27644         (PRINT): Likewise.
27645         * stdio-common/printf_fp.c (outchar): Likewise.
27646         (PRINT): Likewise.
27647         * stdio-common/printf_fphex.c (outchar): Likewise.
27648         (PRINT): Likewise.
27649         * stdio-common/printf_size.c (outchar): Likewise.
27650         (PRINT): Likewise.
27651         * stdio-common/test_rdwr.c (main): Likewise.
27652         * stdio-common/tfformat.c (matches): Likewise.
27653         * stdio-common/vfprintf.c (outchar): Likewise.
27654         (printf_unknown): Likewise.
27655         (buffered_vfprintf): Likewise.
27656         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27657         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27658         (ReadFile): Likewise.
27659         * stdlib/qsort.c (SWAP): Likewise.
27660         (_quicksort): Likewise.
27661         * stdlib/setenv.c (__add_to_environ): Likewise.
27662         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27663         * stdlib/strtol_l.c (__strtol_l): Likewise.
27664         * stdlib/tst-strtod.c (main): Likewise.
27665         * stdlib/tst-strtol.c (main): Likewise.
27666         * stdlib/tst-strtoll.c (main): Likewise.
27667         * string/bits/string2.h (__strcmp_cc): Likewise.
27668         (__strcmp_cg): Likewise.
27669         (__strcspn_c1): Likewise.
27670         (__strcspn_c2): Likewise.
27671         (__strcspn_c3): Likewise.
27672         (__strspn_c1): Likewise.
27673         (__strspn_c2): Likewise.
27674         (__strspn_c3): Likewise.
27675         (__strsep_1c): Likewise.
27676         (__strsep_2c): Likewise.
27677         (__strsep_3c): Likewise.
27678         * string/memccpy.c (__memccpy): Likewise.
27679         * string/stpcpy.c (__stpcpy): Likewise.
27680         * string/strcmp.c (strcmp): Likewise.
27681         * string/strrchr.c (strrchr): Likewise.
27682         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27683         Likewise.
27684         * sysdeps/mach/hurd/getcwd.c
27685         (_hurd_canonicalize_directory_name_internal): Likewise.
27686         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27687         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27688         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27689         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27690         Likewise, in both definitions.
27691         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27692         definitions.
27693         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27694         64] (__bswap_64): Likewise.
27695         * time/test_time.c (main): Likewise.
27696         * time/tzfile.c (__tzfile_read): Likewise.
27697         (__tzfile_compute): Likewise.
27698         * time/tzset.c (__tzset_parse_tz): Likewise.
27699         (tzset_internal): Likewise.
27700         (compute_change): Likewise.
27701         * wcsmbs/wcscat.c (__wcscat): Likewise.
27702         * wcsmbs/wcschr.c (wcschr): Likewise.
27703         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27704         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27705         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27706         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27707         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27708         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27709         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27710         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27711         * wcsmbs/wmemset.c (wmemset): Likewise.
27713 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27715         * scripts/config.guess: Update to version 2013-05-16.
27716         * scripts/config.sub: Update to version 2013-04-24.
27717         * scripts/install-sh: Update to version 2011-11-20.07.
27718         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27719         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27721 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27723         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27724         * elf/sln.c: Likewise.
27725         * hurd/hurd/ioctl.h: Likewise.
27726         * hurd/hurdmalloc.c: Likewise.
27727         * hurd/xattr.c: Likewise.
27728         * include/shlib-compat.h: Likewise.
27729         * inet/ruserpass.c: Likewise.
27730         * libio/iofgets_u.c: Likewise.
27731         * libio/iofgetws_u.c: Likewise.
27732         * locale/programs/ld-identification.c: Likewise.
27733         * locale/programs/ld-time.c: Likewise.
27734         * mach/msg-destroy.c: Likewise.
27735         * nss/nss_files/files-netgrp.c: Likewise.
27736         * resolv/res_data.c: Likewise.
27737         * soft-fp/op-1.h: Likewise.
27738         * soft-fp/op-2.h: Likewise.
27739         * soft-fp/op-4.h: Likewise.
27740         * soft-fp/op-common.h: Likewise.
27741         * stdio-common/printf_fphex.c: Likewise.
27742         * stdlib/strtod_l.c: Likewise.
27743         * sunrpc/rpc/clnt.h: Likewise.
27744         * sysdeps/generic/framestate.c: Likewise.
27745         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27746         * sysdeps/i386/bsd-setjmp.S: Likewise.
27747         * sysdeps/i386/__longjmp.S: Likewise.
27748         * sysdeps/i386/setjmp.S: Likewise.
27749         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27750         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27751         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27752         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27753         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27754         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27755         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27756         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27757         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27758         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27759         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27760         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27761         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27762         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27763         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27764         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27765         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27766         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27767         * sysdeps/ieee754/support.c: Likewise.
27768         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27769         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27770         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27771         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27772         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27773         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27774         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27775         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27776         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27777         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27778         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27779         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27780         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27781         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27782         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27783         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27784         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27787 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27789         * posix/transbug.c: Remove executable mode.
27791 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27793         * crypt/speeds.c: Remove trailing whitespace.
27794         * dlfcn/default.c: Likewise.
27795         * elf/ifuncdep2.c: Likewise.
27796         * elf/ifuncmain1.c: Likewise.
27797         * elf/ifuncmain1vis.c: Likewise.
27798         * elf/testobj.h: Likewise.
27799         * elf/tst-stackguard1.c: Likewise.
27800         * gmon/sys/gmon.h: Likewise.
27801         * hurd/hurdmsg.c: Likewise.
27802         * hurd/new-fd.c: Likewise.
27803         * hurd/ports-get.c: Likewise.
27804         * iconvdata/ibm1008_420.c: Likewise.
27805         * inet/tst-getni1.c: Likewise.
27806         * inet/tst-getni2.c: Likewise.
27807         * libio/ioungetc.c: Likewise.
27808         * libio/wfiledoalloc.c: Likewise.
27809         * manual/libm-err-tab.pl: Likewise.
27810         * math/w_dremf.c: Likewise.
27811         * misc/ftruncate.c: Likewise.
27812         * posix/bug-glob2.c: Likewise.
27813         * posix/tst-pcre.c: Likewise.
27814         * posix/wait4.c: Likewise.
27815         * resolv/README: Likewise.
27816         * resolv/res_debug.h: Likewise.
27817         * resolv/tst-inet_ntop.c: Likewise.
27818         * setjmp/bug269-setjmp.c: Likewise.
27819         * soft-fp/extended.h: Likewise.
27820         * soft-fp/op-1.h: Likewise.
27821         * soft-fp/op-2.h: Likewise.
27822         * soft-fp/op-4.h: Likewise.
27823         * soft-fp/op-8.h: Likewise.
27824         * soft-fp/testit.c: Likewise.
27825         * stdio-common/bug16.c: Likewise.
27826         * stdlib/random.c: Likewise.
27827         * sunrpc/rpcsvc/rquota.x: Likewise.
27828         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27829         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27830         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27831         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27832         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27833         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27834         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27835         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27836         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27837         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27838         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27839         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27840         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27841         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27842         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27843         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27844         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27845         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27846         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27847         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27848         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27849         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27850         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27851         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27852         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27853         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27854         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27855         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27856         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27857         * sysdeps/ieee754/s_lib_version.c: Likewise.
27858         * sysdeps/mach/hurd/check_fds.c: Likewise.
27859         * sysdeps/mach/hurd/getsockname.c: Likewise.
27860         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27861         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27862         * sysdeps/powerpc/bits/link.h: Likewise.
27863         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27864         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27865         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27866         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27867         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27868         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27869         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27870         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27871         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27872         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27873         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27874         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27875         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27876         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27877         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27878         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27879         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27880         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27881         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27882         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27883         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27884         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27885         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27886         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27887         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27888         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27889         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27890         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27891         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27892         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27893         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27894         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27895         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27896         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27897         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27898         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27899         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27900         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27901         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27902         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27903         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27904         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27905         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27906         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27907         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27908         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27909         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27910         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27911         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27912         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27913         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27914         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27915         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27916         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27917         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27918         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27919         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27920         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27921         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27922         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27923         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27924         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27925         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27926         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27927         * sysdeps/powerpc/sysdep.h: Likewise.
27928         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27929         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27930         * sysdeps/sh/dl-trampoline.S: Likewise.
27931         * sysdeps/sh/memset.S: Likewise.
27932         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27933         * sysdeps/sh/strlen.S: Likewise.
27934         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27935         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27936         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27937         * sysdeps/sparc/sparc32/rem.S: Likewise.
27938         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27939         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27940         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27941         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27942         * sysdeps/sparc/sparc32/urem.S: Likewise.
27943         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27944         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27945         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27946         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27947         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27948         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27949         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27950         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27951         * sysdeps/unix/bsd/times.c: Likewise.
27952         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27953         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27957         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27958         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27959         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27960         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27961         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27962         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27963         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27964         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27965         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27966         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27967         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27968         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27969         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27970         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27971         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27972         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27973         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27974         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27975         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27976         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27977         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27978         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27979         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27980         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27981         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27982         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27983         * sysdeps/x86_64/strcspn.S: Likewise.
27985 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27987         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27988         generated file.  Regenerate properly from gen-translit.pl.
27989         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27990         locale/C-translit.h.
27992 2013-06-05  Andreas Schwab  <schwab@suse.de>
27994         [BZ #15100]
27995         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27996         week as 6 instead of -1.
27997         * time/tst-strptime.c (day_tests): Add test case.
27999 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
28001         * sysdeps/generic/math_private.h
28002         (libc_feholdexcept_setround_53bit): Replace with
28003         libc_feholdsetround_53bit.
28004         (libc_feupdateenv_53bit): Replace with
28005         libc_feresetround_53bit.
28006         (SET_RESTORE_ROUND_53BIT): Adjust.
28008 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28010         * string/test-strchrnul.c: Add copyright header.
28012         * posix/tst-getaddrinfo4.c: Increase test timeout.
28014 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
28016         [BZ #15536]
28017         * math/libm-test.inc (MAX_EXP): Remove
28018         (MIN_EXP): Define.
28019         (ulp): Use MIN_EXP - MANT_DIG.
28020         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
28022 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
28024         * po/be.po: Revert last change.
28025         * po/zh_CN.po: Likewise.
28026         * po/header.pot: Likewise.
28028 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
28030         * Makefile ($(common-objpfx)linkobj/libc.so): Define
28031         link-libc-deps to empty as target-specific variable.
28032         * Makerules (link-libc-args): New variable.
28033         (libc-for-link): Likewise.
28034         (link-libc-deps): Likewise.
28035         (lib%.so): Depend on $(link-libc-deps).  Link with
28036         $(link-libc-args).
28037         (build-module): Link with $(link-libc-args).
28038         (build-module-asneeded): Likewise.
28039         (build-module-helper-objlist): Filter out $(link-libc-deps) from
28040         list of objects.
28041         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
28042         target-specific variable.
28043         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
28044         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
28045         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
28046         libc.
28047         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
28048         libc and ld.so.
28049         ($(objpfx)libpcprofile.so): Likewise.
28050         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
28051         libc_nonshared.a.
28052         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
28053         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
28054         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
28055         $(link-libc-deps).
28056         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
28057         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
28058         * login/Makefile ($(objpfx)libutil.so): Likewise.
28059         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
28060         * math/Makefile ($(objpfx)libm.so): Likewise.
28061         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
28062         $(objpfx)libnsl.so): Define libc-for-link as target-specific
28063         variable instead of depending directly on libc.
28064         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
28065         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
28066         $(link-libc-deps).
28067         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
28068         libc.
28069         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28070         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28071         ($(objpfx)libanl.so): Likewise.
28072         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28073         ld.so.
28074         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28075         $(link-libc-deps).
28076         * sysdeps/i386/fpu/Makefile: Remove file.
28077         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28078         ($(objpfx)libm.so): Remove dependency on ld.so.
28080 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
28082         [BZ # 15553]
28083         * nis/yp_xdr.c (XDRMAXNAME): Define.
28084         (XDRMAXRECORD): Define.
28085         (xdr_domainname): Use XDRMAXNAME.
28086         (xdr_mapname): Likewise.
28087         (xdr_peername): Likewise.
28088         (xdr_keydat): Use XDRMAXRECORD.
28089         (xdr_valdat): Likewise.
28091 2013-05-30  Jeff Law  <law@redhat.com>
28093         [BZ #14256]
28094         * manual/errno.texi (ESTALE): Update to account for more than
28095         just NFS file systems.
28096         * sysdeps/gnu/errlist.c: Regenerated.
28098 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28100         [BZ #15465]
28101         * elf/Makefile (tests): Add tst-null-argv.
28102         (modules-names):  Add tst-null-argv-lib.
28103         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
28104         (tst-null-argv-ENV): Set environment for tst-null-argv.
28105         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
28106         (RTLD_PROGNAME): New macro.
28107         * elf/tst-null-argv.c: New test case.
28108         * elf/tst-null-argv-lib.c: Library for test case.
28109         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
28110         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
28111         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
28112         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
28113         * elf/dl-init.c (call_init): Likewise.
28114         (_dl_init): Likewise.
28115         * elf/dl-load.c (print_search_path): Likewise.
28116         (_dl_map_object): Likewise.
28117         * elf/dl-lookup.c (do_lookup_x): Likewise.
28118         (add_dependency): Likewise.
28119         (_dl_lookup_symbol_x): Likewise.
28120         (_dl_debug_bindings): Likewise.
28121         * elf/dl-open.c (_dl_show_scope): Likewise.
28122         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
28123         * elf/dl-version.c (match_symbol): Likewise.
28124         (_dl_check_map_versions): Likewise.
28125         * elf/rtld.c (dl_main): Likewise.
28126         (print_unresolved): Use RTLD_PROGNAME.
28127         (print_missing_version): Likewise.
28128         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
28129         (elf_machine_rela): Likewise.
28130         * sysdeps/powerpc/powerpc32/dl-machine.c
28131         (__process_machine_rela): Likewise.
28132         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
28133         Likewise.
28134         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
28135         Likewise.
28136         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
28137         Likewise.
28138         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
28139         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
28140         Likewise.
28141         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
28142         Likewise.
28143         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
28145 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
28147         * po/be.po: Add descriptive title.
28148         * po/zh_CN.po: Likewise.
28149         * po/header.pot: Likewise.
28151 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
28153         * locale/programs/locarchive.c (create_archive): Inlucde fname in
28154         error message.
28155         (enlarge_archive): Likewise.
28157 2013-05-28  Ben North  <ben@redfrontdoor.org>
28159         * manual/arith.texi (frexp): It is the magnitude of the return
28160         value which lies in [0.5, 1), not the return value itself.
28162 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28164         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28166 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
28168         * stdio-common/bug26.c (main): Correct fscanf template.
28170         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
28171         declare _dl_skip_args.
28173         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
28174         Don't declare.
28176         * manual/platform.texi: Add missing @end deftypefun.
28178 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28180         [BZ #15529]
28181         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28182         bit of mantissa of 2^16382.
28183         * math/libm-test.inc (hypot_test_data): Add more tests.
28185         * math/libm-test.inc: Add drem and pow10 to list of tested
28186         functions.
28187         (pow10_test): New function.
28188         (drem_test): Likewise.
28189         (drem_test_tonearest): Likewise.
28190         (drem_test_towardzero): Likewise.
28191         (drem_test_downward): Likewise.
28192         (drem_test_upward): Likewise.
28193         (main): Call the new functions.
28195         * math/libm-test.inc (finite_test_data): Remove.
28196         (finite_test): Run tests from isfinite_test_data.
28197         (gamma_test_data): Remove.
28198         (gamma_test): Run tests from lgamma_test_data.
28199         * sysdeps/i386/fpu/libm-test-ulps: Update.
28200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28202 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28204         * manual/platform.texi: Add PowerPC PPR function set documentation.
28205         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28206         implementation.
28208 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
28210         * math/libm-test.inc (MAX_EXP): Define.
28211         (ULPDIFF): Define.
28212         (ulp): New function.
28213         (check_float_internal): Use ULPDIFF.
28214         (cpow_test): Disable failing test.
28215         (check_ulp): Test ulp() implemetnation.
28216         (main): Call check_ulp before starting tests.
28218 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28220         * math/gen-libm-test.pl (generate_testfile): Do not handle
28221         START_DATA and END_DATA.
28222         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28223         END_DATA.
28224         (acos_tonearest_test_data): Likewise.
28225         (acos_towardzero_test_data): Likewise.
28226         (acos_downward_test_data): Likewise.
28227         (acos_upward_test_data): Likewise.
28228         (acosh_test_data): Likewise.
28229         (asin_test_data): Likewise.
28230         (asin_tonearest_test_data): Likewise.
28231         (asin_towardzero_test_data): Likewise.
28232         (asin_downward_test_data): Likewise.
28233         (asin_upward_test_data): Likewise.
28234         (asinh_test_data): Likewise.
28235         (atan_test_data): Likewise.
28236         (atanh_test_data): Likewise.
28237         (atan2_test_data): Likewise.
28238         (cabs_test_data): Likewise.
28239         (cacos_test_data): Likewise.
28240         (cacosh_test_data): Likewise.
28241         (carg_test_data): Likewise.
28242         (casin_test_data): Likewise.
28243         (casinh_test_data): Likewise.
28244         (catan_test_data): Likewise.
28245         (catanh_test_data): Likewise.
28246         (cbrt_test_data): Likewise.
28247         (ccos_test_data): Likewise.
28248         (ccosh_test_data): Likewise.
28249         (ceil_test_data): Likewise.
28250         (cexp_test_data): Likewise.
28251         (cimag_test_data): Likewise.
28252         (clog_test_data): Likewise.
28253         (clog10_test_data): Likewise.
28254         (conj_test_data): Likewise.
28255         (copysign_test_data): Likewise.
28256         (cos_test_data): Likewise.
28257         (cos_tonearest_test_data): Likewise.
28258         (cos_towardzero_test_data): Likewise.
28259         (cos_downward_test_data): Likewise.
28260         (cos_upward_test_data): Likewise.
28261         (cosh_test_data): Likewise.
28262         (cosh_tonearest_test_data): Likewise.
28263         (cosh_towardzero_test_data): Likewise.
28264         (cosh_downward_test_data): Likewise.
28265         (cosh_upward_test_data): Likewise.
28266         (cpow_test_data): Likewise.
28267         (cproj_test_data): Likewise.
28268         (creal_test_data): Likewise.
28269         (csin_test_data): Likewise.
28270         (csinh_test_data): Likewise.
28271         (csqrt_test_data): Likewise.
28272         (ctan_test_data): Likewise.
28273         (ctan_tonearest_test_data): Likewise.
28274         (ctan_towardzero_test_data): Likewise.
28275         (ctan_downward_test_data): Likewise.
28276         (ctan_upward_test_data): Likewise.
28277         (ctanh_test_data): Likewise.
28278         (ctanh_tonearest_test_data): Likewise.
28279         (ctanh_towardzero_test_data): Likewise.
28280         (ctanh_downward_test_data): Likewise.
28281         (ctanh_upward_test_data): Likewise.
28282         (erf_test_data): Likewise.
28283         (erfc_test_data): Likewise.
28284         (exp_test_data): Likewise.
28285         (exp_tonearest_test_data): Likewise.
28286         (exp_towardzero_test_data): Likewise.
28287         (exp_downward_test_data): Likewise.
28288         (exp_upward_test_data): Likewise.
28289         (exp10_test_data): Likewise.
28290         (exp2_test_data): Likewise.
28291         (expm1_test_data): Likewise.
28292         (fabs_test_data): Likewise.
28293         (fdim_test_data): Likewise.
28294         (finite_test_data): Likewise.
28295         (floor_test_data): Likewise.
28296         (fma_test_data): Likewise.
28297         (fma_towardzero_test_data): Likewise.
28298         (fma_downward_test_data): Likewise.
28299         (fma_upward_test_data): Likewise.
28300         (fmax_test_data): Likewise.
28301         (fmin_test_data): Likewise.
28302         (fmod_test_data): Likewise.
28303         (fpclassify_test_data): Likewise.
28304         (frexp_test_data): Likewise.
28305         (gamma_test_data): Likewise.
28306         (hypot_test_data): Likewise.
28307         (ilogb_test_data): Likewise.
28308         (isfinite_test_data): Likewise.
28309         (isgreater_test_data): Likewise.
28310         (isgreaterequal_test_data): Likewise.
28311         (isinf_test_data): Likewise.
28312         (isless_test_data): Likewise.
28313         (islessequal_test_data): Likewise.
28314         (islessgreater_test_data): Likewise.
28315         (isnan_test_data): Likewise.
28316         (isnormal_test_data): Likewise.
28317         (issignaling_test_data): Likewise.
28318         (isunordered_test_data): Likewise.
28319         (j0_test_data): Likewise.
28320         (j1_test_data): Likewise.
28321         (jn_test_data): Likewise.
28322         (ldexp_test_data): Likewise.
28323         (lgamma_test_data): Likewise.
28324         (lrint_test_data): Likewise.
28325         (lrint_tonearest_test_data): Likewise.
28326         (lrint_towardzero_test_data): Likewise.
28327         (lrint_downward_test_data): Likewise.
28328         (lrint_upward_test_data): Likewise.
28329         (llrint_test_data): Likewise.
28330         (llrint_tonearest_test_data): Likewise.
28331         (llrint_towardzero_test_data): Likewise.
28332         (llrint_downward_test_data): Likewise.
28333         (llrint_upward_test_data): Likewise.
28334         (log_test_data): Likewise.
28335         (log10_test_data): Likewise.
28336         (log1p_test_data): Likewise.
28337         (log2_test_data): Likewise.
28338         (logb_test_data): Likewise.
28339         (logb_downward_test_data): Likewise.
28340         (lround_test_data): Likewise.
28341         (llround_test_data): Likewise.
28342         (modf_test_data): Likewise.
28343         (nearbyint_test_data): Likewise.
28344         (nextafter_test_data): Likewise.
28345         (nexttoward_test_data): Likewise.
28346         (pow_test_data): Likewise.
28347         (pow_tonearest_test_data): Likewise.
28348         (pow_towardzero_test_data): Likewise.
28349         (pow_downward_test_data): Likewise.
28350         (pow_upward_test_data): Likewise.
28351         (remainder_test_data): Likewise.
28352         (remainder_tonearest_test_data): Likewise.
28353         (remainder_towardzero_test_data): Likewise.
28354         (remainder_downward_test_data): Likewise.
28355         (remainder_upward_test_data): Likewise.
28356         (remquo_test_data): Likewise.
28357         (rint_test_data): Likewise.
28358         (rint_tonearest_test_data): Likewise.
28359         (rint_towardzero_test_data): Likewise.
28360         (rint_downward_test_data): Likewise.
28361         (rint_upward_test_data): Likewise.
28362         (round_test_data): Likewise.
28363         (scalb_test_data): Likewise.
28364         (scalbn_test_data): Likewise.
28365         (scalbln_test_data): Likewise.
28366         (signbit_test_data): Likewise.
28367         (sin_test_data): Likewise.
28368         (sin_tonearest_test_data): Likewise.
28369         (sin_towardzero_test_data): Likewise.
28370         (sin_downward_test_data): Likewise.
28371         (sin_upward_test_data): Likewise.
28372         (sincos_test_data): Likewise.
28373         (sinh_test_data): Likewise.
28374         (sinh_tonearest_test_data): Likewise.
28375         (sinh_towardzero_test_data): Likewise.
28376         (sinh_downward_test_data): Likewise.
28377         (sinh_upward_test_data): Likewise.
28378         (sqrt_test_data): Likewise.
28379         (tan_test_data): Likewise.
28380         (tan_tonearest_test_data): Likewise.
28381         (tan_towardzero_test_data): Likewise.
28382         (tan_downward_test_data): Likewise.
28383         (tan_upward_test_data): Likewise.
28384         (tanh_test_data): Likewise.
28385         (tgamma_test_data): Likewise.
28386         (trunc_test_data): Likewise.
28387         (y0_test_data): Likewise.
28388         (y1_test_data): Likewise.
28389         (yn_test_data): Likewise.
28390         (significand_test_data): Likewise.
28392         * math/gen-libm-test.pl (@functions): Remove variable.
28393         (generate_testfile): Don't handle START and END lines.
28394         * math/libm-test.inc (START): New macro.
28395         (END): Likewise.
28396         (END_COMPLEX): Likewise.
28397         (acos_test): Use END macro without arguments.
28398         (acos_test_tonearest): Likewise.
28399         (acos_test_towardzero): Likewise.
28400         (acos_test_downward): Likewise.
28401         (acos_test_upward): Likewise.
28402         (acosh_test): Likewise.
28403         (asin_test): Likewise.
28404         (asin_test_tonearest): Likewise.
28405         (asin_test_towardzero): Likewise.
28406         (asin_test_downward): Likewise.
28407         (asin_test_upward): Likewise.
28408         (asinh_test): Likewise.
28409         (atan_test): Likewise.
28410         (atanh_test): Likewise.
28411         (atan2_test): Likewise.
28412         (cabs_test): Likewise.
28413         (cacos_test): Use END_COMPLEX macro without arguments.
28414         (cacosh_test): Likewise.
28415         (carg_test): Use END macro without arguments.
28416         (casin_test): Use END_COMPLEX macro without arguments.
28417         (casinh_test): Likewise.
28418         (catan_test): Likewise.
28419         (catanh_test): Likewise.
28420         (cbrt_test): Use END macro without arguments.
28421         (ccos_test): Use END_COMPLEX macro without arguments.
28422         (ccosh_test): Likewise.
28423         (ceil_test): Use END macro without arguments.
28424         (cexp_test): Use END_COMPLEX macro without arguments.
28425         (cimag_test): Use END macro without arguments.
28426         (clog_test): Use END_COMPLEX macro without arguments.
28427         (clog10_test): Likewise.
28428         (conj_test): Likewise.
28429         (copysign_test): Use END macro without arguments.
28430         (cos_test): Likewise.
28431         (cos_test_tonearest): Likewise.
28432         (cos_test_towardzero): Likewise.
28433         (cos_test_downward): Likewise.
28434         (cos_test_upward): Likewise.
28435         (cosh_test): Likewise.
28436         (cosh_test_tonearest): Likewise.
28437         (cosh_test_towardzero): Likewise.
28438         (cosh_test_downward): Likewise.
28439         (cosh_test_upward): Likewise.
28440         (cpow_test): Use END_COMPLEX macro without arguments.
28441         (cproj_test): Likewise.
28442         (creal_test): Use END macro without arguments.
28443         (csin_test): Use END_COMPLEX macro without arguments.
28444         (csinh_test): Likewise.
28445         (csqrt_test): Likewise.
28446         (ctan_test): Likewise.
28447         (ctan_test_tonearest): Likewise.
28448         (ctan_test_towardzero): Likewise.
28449         (ctan_test_downward): Likewise.
28450         (ctan_test_upward): Likewise.
28451         (ctanh_test): Likewise.
28452         (ctanh_test_tonearest): Likewise.
28453         (ctanh_test_towardzero): Likewise.
28454         (ctanh_test_downward): Likewise.
28455         (ctanh_test_upward): Likewise.
28456         (erf_test): Use END macro without arguments.
28457         (erfc_test): Likewise.
28458         (exp_test): Likewise.
28459         (exp_test_tonearest): Likewise.
28460         (exp_test_towardzero): Likewise.
28461         (exp_test_downward): Likewise.
28462         (exp_test_upward): Likewise.
28463         (exp10_test): Likewise.
28464         (exp2_test): Likewise.
28465         (expm1_test): Likewise.
28466         (fabs_test): Likewise.
28467         (fdim_test): Likewise.
28468         (finite_test): Likewise.
28469         (floor_test): Likewise.
28470         (fma_test): Likewise.
28471         (fma_test_towardzero): Likewise.
28472         (fma_test_downward): Likewise.
28473         (fma_test_upward): Likewise.
28474         (fmax_test): Likewise.
28475         (fmin_test): Likewise.
28476         (fmod_test): Likewise.
28477         (fpclassify_test): Likewise.
28478         (frexp_test): Likewise.
28479         (gamma_test): Likewise.
28480         (hypot_test): Likewise.
28481         (ilogb_test): Likewise.
28482         (isfinite_test): Likewise.
28483         (isgreater_test): Likewise.
28484         (isgreaterequal_test): Likewise.
28485         (isinf_test): Likewise.
28486         (isless_test): Likewise.
28487         (islessequal_test): Likewise.
28488         (islessgreater_test): Likewise.
28489         (isnan_test): Likewise.
28490         (isnormal_test): Likewise.
28491         (issignaling_test): Likewise.
28492         (isunordered_test): Likewise.
28493         (j0_test): Likewise.
28494         (j1_test): Likewise.
28495         (jn_test): Likewise.
28496         (ldexp_test): Likewise.
28497         (lgamma_test): Likewise.
28498         (lrint_test): Likewise.
28499         (lrint_test_tonearest): Likewise.
28500         (lrint_test_towardzero): Likewise.
28501         (lrint_test_downward): Likewise.
28502         (lrint_test_upward): Likewise.
28503         (llrint_test): Likewise.
28504         (llrint_test_tonearest): Likewise.
28505         (llrint_test_towardzero): Likewise.
28506         (llrint_test_downward): Likewise.
28507         (llrint_test_upward): Likewise.
28508         (log_test): Likewise.
28509         (log10_test): Likewise.
28510         (log1p_test): Likewise.
28511         (log2_test): Likewise.
28512         (logb_test): Likewise.
28513         (logb_test_downward): Likewise.
28514         (lround_test): Likewise.
28515         (llround_test): Likewise.
28516         (modf_test): Likewise.
28517         (nearbyint_test): Likewise.
28518         (nextafter_test): Likewise.
28519         (nexttoward_test): Likewise.
28520         (pow_test): Likewise.
28521         (pow_test_tonearest): Likewise.
28522         (pow_test_towardzero): Likewise.
28523         (pow_test_downward): Likewise.
28524         (pow_test_upward): Likewise.
28525         (remainder_test): Likewise.
28526         (remainder_test_tonearest): Likewise.
28527         (remainder_test_towardzero): Likewise.
28528         (remainder_test_downward): Likewise.
28529         (remainder_test_upward): Likewise.
28530         (remquo_test): Likewise.
28531         (rint_test): Likewise.
28532         (rint_test_tonearest): Likewise.
28533         (rint_test_towardzero): Likewise.
28534         (rint_test_downward): Likewise.
28535         (rint_test_upward): Likewise.
28536         (round_test): Likewise.
28537         (scalb_test): Likewise.
28538         (scalbn_test): Likewise.
28539         (scalbln_test): Likewise.
28540         (signbit_test): Likewise.
28541         (sin_test): Likewise.
28542         (sin_test_tonearest): Likewise.
28543         (sin_test_towardzero): Likewise.
28544         (sin_test_downward): Likewise.
28545         (sin_test_upward): Likewise.
28546         (sincos_test): Likewise.
28547         (sinh_test): Likewise.
28548         (sinh_test_tonearest): Likewise.
28549         (sinh_test_towardzero): Likewise.
28550         (sinh_test_downward): Likewise.
28551         (sinh_test_upward): Likewise.
28552         (sqrt_test): Likewise.
28553         (tan_test): Likewise.
28554         (tan_test_tonearest): Likewise.
28555         (tan_test_towardzero): Likewise.
28556         (tan_test_downward): Likewise.
28557         (tan_test_upward): Likewise.
28558         (tanh_test): Likewise.
28559         (tgamma_test): Likewise.
28560         (trunc_test): Likewise.
28561         (y0_test): Likewise.
28562         (y1_test): Likewise.
28563         (yn_test): Likewise.
28564         (significand_test): Likewise.
28566 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28568         [BZ #15381]
28569         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28571 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28573         [BZ #14894]
28574         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28575         __ppc_mdoio and __ppc_mdoom.
28576         * manual/platform.texi: Document new functions __ppc_yield,
28577         __ppc_mdoio and __ppc_mdoom.
28579 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28581         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28582         (main): Mention "tls" pseudo-hwcap is legacy.
28583         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28585 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28587         * math/gen-libm-test.pl (parse_args): Output only string of
28588         arguments as text for test name, not full call or descriptions of
28589         tests for extra outputs.
28590         (generate_testfile): Do not pass function name to parse_args.
28591         Generate this_func variable from START.
28592         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28593         field to arg_str.
28594         (struct test_ff_f_data): Likewise.
28595         (test_ff_f_data_nexttoward): Likewise.
28596         (struct test_fi_f_data): Likewise.
28597         (struct test_fl_f_data): Likewise.
28598         (struct test_if_f_data): Likewise.
28599         (struct test_fff_f_data): Likewise.
28600         (struct test_c_f_data): Likewise.
28601         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28602         (struct test_fF_f1_data): Likewise.
28603         (struct test_ffI_f1_data): Likewise.
28604         (struct test_c_c_data): Rename test_name field to arg_str.
28605         (struct test_cc_c_data): Likewise.
28606         (struct test_f_i_data): Likewise.
28607         (struct test_ff_i_data): Likewise.
28608         (struct test_f_l_data): Likewise.
28609         (struct test_f_L_data): Likewise.
28610         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28611         and extra2_name.
28612         (COMMON_TEST_SETUP): New macro.
28613         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28614         (COMMON_TEST_CLEANUP): Likewise.
28615         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28616         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28617         macros.
28618         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28619         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28620         macros.
28621         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28622         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28623         cleanup macros.
28624         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28625         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28626         macros.
28627         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28628         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28629         macros.
28630         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28631         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28632         cleanup macros.
28633         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28634         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28635         cleanup macros.
28636         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28637         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28638         cleanup macros.
28639         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28640         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28641         macros.
28642         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28643         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28644         macros.
28645         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28646         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28647         macros.
28648         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28649         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28650         cleanup macros.
28651         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28652         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28653         cleanup macros.
28654         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28655         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28656         macros.
28657         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28658         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28659         cleanup macros.
28660         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28661         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28662         macros.
28663         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28664         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28665         macros.
28666         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28667         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28668         cleanup macros.
28669         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28671 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28673         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28674         to _sifields.sigfault.
28675         (si_addr_lsb): Define new macro.
28676         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28677         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28678         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28680 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28682         [BZ #15441]
28683         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28684         returns -1.
28685         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28686         null return -1.
28687         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28688         loading the domain.
28690 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28692         * math/gen-libm-test.pl (parse_args): Do not include expected
28693         result in test name.
28694         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28695         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28696         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28697         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28698         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28701 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28703         * benchtests/Makefile: Sort function entries.
28705         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28706         tanh, asinh, acosh, atanh.
28707         * benchtests/acos-inputs: New file.
28708         * benchtests/acosh-inputs: New file.
28709         * benchtests/asin-inputs: New file.
28710         * benchtests/asinh-inputs: New file.
28711         * benchtests/atanh-inputs: New file.
28712         * benchtests/cosh-inputs: New file.
28713         * benchtests/log-inputs: New file.
28714         * benchtests/sinh-inputs: New file.
28715         * benchtests/tanh-inputs: New file.
28717 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28719         [BZ #15339]
28720         * posix/tst-getaddrinfo4.c: New test.
28721         * posix/Makefile (tests): Add it.
28723 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28725         [BZ #15339]
28726         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28727         when no services were used.
28728         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28729         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28731 2013-05-21  Andreas Schwab  <schwab@suse.de>
28733         [BZ #15014]
28734         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28735         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28736         successful.
28737         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28738         redundant variable declarations and reallocation of buffer when
28739         parsing as IPv6 address.  Always set NSS status when called from
28740         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28741         buffer too small.  Correct computation of needed size.
28742         * nss/Makefile (tests): Add test-digits-dots.
28743         * nss/test-digits-dots.c: New test.
28745 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28747         * benchtests/Makefile: Remove instructions for adding
28748         benchmark tests.
28749         * benchtests/README: New file to explain how to execute and
28750         enhance the benchmark tests.
28752 2013-05-21  Andreas Schwab  <schwab@suse.de>
28754         [BZ #15493]
28755         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28756         * setjmp/tst-sigsetjmp.c: New test.
28758 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28760         * sysdeps/x86_64/memset.S (memset): New implementation.
28761         (__bzero): Likewise.
28762         (__memset_tail): New function.
28764 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28766         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28767         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28768         __memcpy_sse2_unaligned ifunc selection.
28769         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28770         Add memcpy-sse2-unaligned.S.
28771         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28772         Add: __memcpy_sse2_unaligned.
28774 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28776         [BZ #15490]
28777         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28778         math_force_eval before restoring floating-point envrionment.
28779         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28780         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28781         Likewise.
28782         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28783         <math_private.h>.
28784         (__nearbyintl): Use math_force_eval before restoring
28785         floating-point environment.
28786         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28788         * math/gen-libm-test.pl (special_functions): Remove.
28789         (parse_args): Don't handle TEST_extra.  Handle functions with no
28790         return value.
28791         * math/libm-test.inc (struct test_sincos_data): Replace with
28792         struct test_fFF_11_data.
28793         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28794         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28795         (sincos_test_data): Change element type to struct
28796         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28797         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28798         RUN_TEST_LOOP_sincos.
28799         * math/README.libm-test: Don't mention special handling of
28800         individual functions.
28801         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28802         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28803         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28804         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28805         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28808         * math/gen-libm-test.pl (get_variable): Remove function.
28809         (parse_args): Don't show pointer parameters to call in test
28810         names.  Use "extra output N" in test names for extra outputs
28811         rather than naming variables.
28813 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28815         [BZ #15488]
28816         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28817         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28818         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28819         double tests.
28820         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28821         disable.
28822         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28823         check_long_double.
28825         * math/gen-libm-test.pl (@tests): Remove variable.
28826         ($count): Likewise.
28827         (new_test): Remove function.
28828         (show_exceptions): New function.
28829         (special_functions): Use show_exceptions instead of new_test.
28830         (parse_args): Likewise.
28831         (generate_testfile): Pass only function name in generated call to
28832         print_max_error or print_complex_max_error.
28833         (get_ulps): Do not handle complex tests specially.
28834         (output_test): Rename to ...
28835         (get_all_ulps_for_test): ... this.  Return a string rather than
28836         printing to a file.  Require ulps to be present.
28837         (output_ulps): Generate arrays rather than #defines.
28838         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28839         (struct ulp_data): New type.
28840         (BUILD_COMPLEX_ULP): Remove macro.
28841         (compare_ulp_data): New function.
28842         (find_ulps): Likewise.
28843         (find_test_ulps): Likewise.
28844         (find_function_ulps): Likewise.
28845         (find_complex_function_ulps): Likewise.
28846         (print_max_error): Determine allowed ulps using
28847         find_function_ulps.
28848         (print_complex_max_error): Determine allowed ulps using
28849         find_complex_function_ulps.
28850         (check_float_internal): Determine max ulps using find_test_ulps.
28851         (check_float): Do not take max_ulp parameter.  Update call to
28852         check_float_internal.
28853         (check_complex): Likewise.
28854         (check_int): Do not take max_ulp parameter.
28855         (check_long): Likewise.
28856         (check_bool): Likewise.
28857         (check_longlong): Likewise.
28858         (struct test_f_f_data): Remove max_ulp field.
28859         (struct test_ff_f_data): Likewise.
28860         (struct test_ff_f_data_nexttoward): Likewise.
28861         (struct test_fi_f_data): Likewise.
28862         (struct test_fl_f_data): Likewise.
28863         (struct test_if_f_data): Likewise.
28864         (struct test_fff_f_data): Likewise.
28865         (struct test_c_f_data): Likewise.
28866         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28867         (struct test_fF_f1_data): Likewise.
28868         (struct test_ffI_f1_data): Likewise.
28869         (struct test_c_c_data): Remove max_ulp field.
28870         (struct test_cc_c_data): Likewise.
28871         (struct test_f_i_data): Likewise.
28872         (struct test_ff_i_data): Likewise.
28873         (struct test_f_l_data): Likewise.
28874         (struct test_f_L_data): Likewise.
28875         (struct test_sincos_data): Likewise.
28876         (RUN_TEST_f_f): Do not handle ulps.
28877         (RUN_TEST_LOOP_f_f): Likewise.
28878         (RUN_TEST_2_f): Likewise.
28879         (RUN_TEST_LOOP_2_f): Likewise.
28880         (RUN_TEST_fff_f): Likewise.
28881         (RUN_TEST_LOOP_fff_f): Likewise.
28882         (RUN_TEST_c_f): Likewise.
28883         (RUN_TEST_LOOP_c_f): Likewise.
28884         (RUN_TEST_f_f1): Likewise.
28885         (RUN_TEST_LOOP_f_f1): Likewise.
28886         (RUN_TEST_fF_f1): Likewise.
28887         (RUN_TEST_LOOP_fF_f1): Likewise.
28888         (RUN_TEST_fI_f1): Likewise.
28889         (RUN_TEST_LOOP_fI_f1): Likewise.
28890         (RUN_TEST_ffI_f1): Likewise.
28891         (RUN_TEST_LOOP_ffI_f1): Likewise.
28892         (RUN_TEST_c_c): Likewise.
28893         (RUN_TEST_LOOP_c_c): Likewise.
28894         (RUN_TEST_cc_c): Likewise.
28895         (RUN_TEST_LOOP_cc_c): Likewise.
28896         (RUN_TEST_f_i): Likewise.
28897         (RUN_TEST_LOOP_f_i): Likewise.
28898         (RUN_TEST_f_i_tg): Likewise.
28899         (RUN_TEST_LOOP_f_i_tg): Likewise.
28900         (RUN_TEST_ff_i_tg): Likewise.
28901         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28902         (RUN_TEST_f_b): Likewise.
28903         (RUN_TEST_LOOP_f_b): Likewise.
28904         (RUN_TEST_f_b_tg): Likewise.
28905         (RUN_TEST_LOOP_f_b_tg): Likewise.
28906         (RUN_TEST_f_l): Likewise.
28907         (RUN_TEST_LOOP_f_l): Likewise.
28908         (RUN_TEST_f_L): Likewise.
28909         (RUN_TEST_LOOP_f_L): Likewise.
28910         (RUN_TEST_sincos): Likewise.
28911         (RUN_TEST_LOOP_sincos): Likewise.
28913 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28915         [BZ #15480]
28916         [BZ #15485]
28917         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28918         main case of finite arguments, set rounding mode to FE_TONEAREST
28919         and discard exceptions.
28920         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28921         exceptions.
28922         (remainder_tonearest_test_data): New variable.
28923         (remainder_test_tonearest): New function.
28924         (remainder_towardzero_test_data): New variable.
28925         (remainder_test_towardzero): New function.
28926         (remainder_downward_test_data): New variable.
28927         (remainder_test_downward): New function.
28928         (remainder_upward_test_data): New variable.
28929         (remainder_test_upward): New function.
28930         (main): Call the new test functions.
28932         * math/libm-test.inc (struct test_f_f1_data): Remove field
28933         extra_init.
28934         (struct test_fF_f1_data): Likewise.
28935         (struct test_ffI_f1_data): Likewise.
28936         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28937         based on value of EXTRA_EXPECTED.
28938         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28939         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28940         EXTRA_VAR based on value of EXTRA_EXPECTED.
28941         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28942         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28943         EXTRA_VAR based on value of EXTRA_EXPECTED.
28944         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28945         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28946         EXTRA_VAR based on value of EXTRA_EXPECTED.
28947         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28948         * math/gen-libm-test.pl (parse_args): Don't output initializers
28949         for extra output values.
28951         * math/libm-test.inc (check_int): Expect result to be exactly
28952         equal to expected value and do not handle ulps.
28953         (check_long): Likewise.
28954         (check_longlong): Likewise.
28956         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28957         exceptions.
28958         (cimag_test_data): Likewise.
28959         (conj_test_data): Likewise.
28960         (copysign_test_data): Likewise.
28961         (cproj_test_data): Likewise.
28962         (creal_test_data): Likewise.
28963         (fabs_test_data): Likewise.
28964         (fdim_test_data): Likewise.
28965         (finite_test_data): Likewise.
28966         (floor_test_data): Likewise.
28967         (fmax_test_data): Likewise.
28968         (fmin_test_data): Likewise.
28969         (fmod_test_data): Likewise.
28970         (fpclassify_test_data): Likewise.
28971         (frexp_test_data): Likewise.
28972         (ilogb_test_data): Likewise.
28973         (isfinite_test_data): Likewise.
28974         (isgreater_test_data): Likewise.
28975         (isgreaterequal_test_data): Likewise.
28976         (isinf_test_data): Likewise.
28977         (isless_test_data): Likewise.
28978         (islessequal_test_data): Likewise.
28979         (islessgreater_test_data): Likewise.
28980         (isnan_test_data): Likewise.
28981         (isnormal_test_data): Likewise.
28982         (issignaling_test_data): Likewise.
28983         (isunordered_test_data): Likewise.
28984         (ldexp_test_data): Likewise.
28985         (lrint_test_data): Likewise.
28986         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28987         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28988         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28989         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28990         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28991         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28992         test input.
28993         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28994         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28995         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28996         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28997         that test input.
28998         (lrint_downward_test_data): Test for "inexact" exceptions.
28999         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29000         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
29001         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29002         test input.
29003         (lrint_upward_test_data): Test for "inexact" exceptions.
29004         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
29005         test input.
29006         (llrint_test_data): Test for "inexact" exceptions.
29007         (llrint_test_data) [TEST_FLOAT]: Disable one test.
29008         (llrint_tonearest_test_data): Test for "inexact" exceptions.
29009         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29010         (llrint_towardzero_test_data): Test for "inexact" exceptions.
29011         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29012         (llrint_downward_test_data): Test for "inexact" exceptions.
29013         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29014         (llrint_upward_test_data): Test for "inexact" exceptions.
29015         (logb_test_data): Likewise.
29016         (logb_downward_test_data): Likewise.
29017         (nextafter_test_data): Likewise.
29018         (nexttoward_test_data): Likewise.
29019         (remainder_test_data): Likewise.
29020         (remquo_test_data): Likewise.
29021         (scalbn_test_data): Likewise.
29022         (scalbln_test_data): Likewise.
29023         (signbit_test_data): Likewise.
29024         (sqrt_test_data): Likewise.
29025         (significand_test_data): Likewise.
29027 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29029         [BZ #15424]
29030         * benchtests/bench-modf.c (struct args): Mark arg0 as
29031         volatile.
29032         * scripts/bench.pl: Mark members of struct args as volatile.
29034 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29036         [BZ # 15497]
29037         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
29038         negative infinity on POWER6 or lower.
29039         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
29041 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
29043         [BZ #15442]
29044         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
29045         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
29046         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
29047         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
29048         (_FP_SETQNAN): New macro.
29049         (_FP_SETQNAN_SEMIRAW): Likewise.
29050         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
29051         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
29052         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
29053         (FP_EXTEND): Use _FP_FRAC_SNANP.
29054         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
29055         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
29056         into account.
29057         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29058         New macro.
29059         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29060         Likewise.
29062 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29064         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
29065         with DIVIDE_BY_ZERO_EXCEPTION.
29066         (gamma_test_data): Likewise.
29067         (lgamma_test_data): Likewise.
29068         (log_test_data): Likewise.
29069         (log10_test_data): Likewise.
29070         (log2_test_data): Likewise.
29071         (tgamma_test_data): Likewise.
29073         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29074         (acos_test_tonearest): Likewise.
29075         (acos_test_towardzero): Likewise.
29076         (acos_test_downward): Likewise.
29077         (acos_test_upward): Likewise.
29078         (acosh_test): Likewise.
29079         (asin_test): Likewise.
29080         (asin_test_tonearest): Likewise.
29081         (asin_test_towardzero): Likewise.
29082         (asin_test_downward): Likewise.
29083         (asin_test_upward): Likewise.
29084         (asinh_test): Likewise.
29085         (atan_test): Likewise.
29086         (atanh_test): Likewise.
29087         (atan2_test): Likewise.
29088         (cabs_test): Likewise.
29089         (cacos_test): Likewise.
29090         (cacosh_test): Likewise.
29091         (casin_test): Likewise.
29092         (casinh_test): Likewise.
29093         (catan_test): Likewise.
29094         (catanh_test): Likewise.
29095         (cbrt_test): Likewise.
29096         (ccos_test): Likewise.
29097         (ccosh_test): Likewise.
29098         (cexp_test): Likewise.
29099         (clog_test): Likewise.
29100         (clog10_test): Likewise.
29101         (cos_test): Likewise.
29102         (cos_test_tonearest): Likewise.
29103         (cos_test_towardzero): Likewise.
29104         (cos_test_downward): Likewise.
29105         (cos_test_upward): Likewise.
29106         (cosh_test): Likewise.
29107         (cosh_test_tonearest): Likewise.
29108         (cosh_test_towardzero): Likewise.
29109         (cosh_test_downward): Likewise.
29110         (cosh_test_upward): Likewise.
29111         (cpow_test): Likewise.
29112         (csin_test): Likewise.
29113         (csinh_test): Likewise.
29114         (csqrt_test): Likewise.
29115         (ctan_test): Likewise.
29116         (ctan_test_tonearest): Likewise.
29117         (ctan_test_towardzero): Likewise.
29118         (ctan_test_downward): Likewise.
29119         (ctan_test_upward): Likewise.
29120         (ctanh_test): Likewise.
29121         (ctanh_test_tonearest): Likewise.
29122         (ctanh_test_towardzero): Likewise.
29123         (ctanh_test_downward): Likewise.
29124         (ctanh_test_upward): Likewise.
29125         (erf_test): Likewise.
29126         (erfc_test): Likewise.
29127         (exp_test): Likewise.
29128         (exp_test_tonearest): Likewise.
29129         (exp_test_towardzero): Likewise.
29130         (exp_test_downward): Likewise.
29131         (exp_test_upward): Likewise.
29132         (exp10_test): Likewise.
29133         (exp2_test): Likewise.
29134         (expm1_test): Likewise.
29135         (fmod_test): Likewise.
29136         (gamma_test): Likewise.
29137         (hypot_test): Likewise.
29138         (j0_test): Likewise.
29139         (j1_test): Likewise.
29140         (jn_test): Likewise.
29141         (lgamma_test): Likewise.
29142         (log_test): Likewise.
29143         (log10_test): Likewise.
29144         (log1p_test): Likewise.
29145         (log2_test): Likewise.
29146         (logb_test_downward): Likewise.
29147         (pow_test): Likewise.
29148         (pow_test_tonearest): Likewise.
29149         (pow_test_towardzero): Likewise.
29150         (pow_test_downward): Likewise.
29151         (pow_test_upward): Likewise.
29152         (remainder_test): Likewise.
29153         (remquo_test): Likewise.
29154         (sin_test): Likewise.
29155         (sin_test_tonearest): Likewise.
29156         (sin_test_towardzero): Likewise.
29157         (sin_test_downward): Likewise.
29158         (sin_test_upward): Likewise.
29159         (sincos_test): Likewise.
29160         (sinh_test): Likewise.
29161         (sinh_test_tonearest): Likewise.
29162         (sinh_test_towardzero): Likewise.
29163         (sinh_test_downward): Likewise.
29164         (sinh_test_upward): Likewise.
29165         (sqrt_test): Likewise.
29166         (tan_test): Likewise.
29167         (tan_test_tonearest): Likewise.
29168         (tan_test_towardzero): Likewise.
29169         (tan_test_downward): Likewise.
29170         (tan_test_upward): Likewise.
29171         (tanh_test): Likewise.
29172         (tgamma_test): Likewise.
29173         (y0_test): Likewise.
29174         (y1_test): Likewise.
29175         (yn_test): Likewise.
29177         * math/gen-libm-test.pl (adjust_arg): Remove function.
29178         (special_function): Remove argument $in_func.  Only handle
29179         generating output for tables of tests, not inside functions.
29180         (parse_args): Likewise.
29181         (generate_testfile): Remove variable $in_func.  Update call to
29182         parse_args.
29183         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29184         (MINUS_ZERO_INIT): Rename macro to minus_zero.
29185         (PLUS_INFTY_INIT): Rename macro to plus_infty.
29186         (MINUS_INFTY_INIT): Rename macro to minus_infty.
29187         (QNAN_VALUE_INIT): Rename macro to qnan_value.
29188         (MAX_VALUE_INIT): Rename macro to max_value.
29189         (MIN_VALUE_INIT): Rename macro to min_value.
29190         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29191         (plus_zero): Remove variable.
29192         (minus_zero): Likewise.
29193         (plus_infty): Likewise.
29194         (minus_infty): Likewise.
29195         (qnan_value): Likewise.
29196         (max_value): Likewise.
29197         (min_value): Likewise.
29198         (min_subnorm_value): Likewise.
29200 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29202         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29203         uint64_t or uint32_t usage.
29204         * crypt/sha256-block.c: Likewise.
29205         * crypt/sha256-crypt.c: Likewise.
29206         * crypt/sha256.c: Likewise.
29207         * crypt/sha512-block.c: Likewise.
29208         * crypt/sha512-crypt.c: Likewise.
29209         * crypt/sha512.c: Likewise.
29210         * debug/backtrace-tst.c: Likewise.
29211         * debug/pcprofiledump.c: Likewise.
29212         * elf/cache.c: Likewise.
29213         * elf/dl-cache.c: Likewise.
29214         * elf/dl-misc.c: Likewise.
29215         * elf/dl-profile.c: Likewise.
29216         * elf/dl-support.c: Likewise.
29217         * elf/ldconfig.c: Likewise.
29218         * elf/sprof.c: Likewise.
29219         * iconv/dummy-repertoire.c: Likewise.
29220         * iconv/iconv_charmap.c: Likewise.
29221         * iconv/skeleton.c: Likewise.
29222         * iconvdata/8bit-generic.c: Likewise.
29223         * iconvdata/cp737.h: Likewise.
29224         * iconvdata/cp775.h: Likewise.
29225         * iconvdata/ibm1008.h: Likewise.
29226         * iconvdata/ibm1025.h: Likewise.
29227         * iconvdata/ibm1046.h: Likewise.
29228         * iconvdata/ibm1097.h: Likewise.
29229         * iconvdata/ibm1112.h: Likewise.
29230         * iconvdata/ibm1122.h: Likewise.
29231         * iconvdata/ibm1123.h: Likewise.
29232         * iconvdata/ibm1124.h: Likewise.
29233         * iconvdata/ibm1129.h: Likewise.
29234         * iconvdata/ibm1130.h: Likewise.
29235         * iconvdata/ibm1132.h: Likewise.
29236         * iconvdata/ibm1133.h: Likewise.
29237         * iconvdata/ibm1137.h: Likewise.
29238         * iconvdata/ibm1140.h: Likewise.
29239         * iconvdata/ibm1141.h: Likewise.
29240         * iconvdata/ibm1142.h: Likewise.
29241         * iconvdata/ibm1143.h: Likewise.
29242         * iconvdata/ibm1144.h: Likewise.
29243         * iconvdata/ibm1145.h: Likewise.
29244         * iconvdata/ibm1146.h: Likewise.
29245         * iconvdata/ibm1147.h: Likewise.
29246         * iconvdata/ibm1148.h: Likewise.
29247         * iconvdata/ibm1149.h: Likewise.
29248         * iconvdata/ibm1153.h: Likewise.
29249         * iconvdata/ibm1154.h: Likewise.
29250         * iconvdata/ibm1155.h: Likewise.
29251         * iconvdata/ibm1156.h: Likewise.
29252         * iconvdata/ibm1157.h: Likewise.
29253         * iconvdata/ibm1158.h: Likewise.
29254         * iconvdata/ibm1160.h: Likewise.
29255         * iconvdata/ibm1161.h: Likewise.
29256         * iconvdata/ibm1162.h: Likewise.
29257         * iconvdata/ibm1163.h: Likewise.
29258         * iconvdata/ibm1164.h: Likewise.
29259         * iconvdata/ibm1166.h: Likewise.
29260         * iconvdata/ibm1167.h: Likewise.
29261         * iconvdata/ibm12712.h: Likewise.
29262         * iconvdata/ibm1390.h: Likewise.
29263         * iconvdata/ibm1399.h: Likewise.
29264         * iconvdata/ibm16804.h: Likewise.
29265         * iconvdata/ibm4517.h: Likewise.
29266         * iconvdata/ibm4899.h: Likewise.
29267         * iconvdata/ibm4909.h: Likewise.
29268         * iconvdata/ibm4971.h: Likewise.
29269         * iconvdata/ibm5347.h: Likewise.
29270         * iconvdata/ibm803.h: Likewise.
29271         * iconvdata/ibm856.h: Likewise.
29272         * iconvdata/ibm901.h: Likewise.
29273         * iconvdata/ibm902.h: Likewise.
29274         * iconvdata/ibm9030.h: Likewise.
29275         * iconvdata/ibm9066.h: Likewise.
29276         * iconvdata/ibm921.h: Likewise.
29277         * iconvdata/ibm922.h: Likewise.
29278         * iconvdata/ibm9448.h: Likewise.
29279         * iconvdata/isiri-3342.h: Likewise.
29280         * iconvdata/jis0201.h: Likewise.
29281         * include/link.h: Likewise.
29282         * include/netdb.h: Likewise.
29283         * inet/check_native.c: Likewise.
29284         * inet/check_pf.c: Likewise.
29285         * inet/getipv4sourcefilter.c: Likewise.
29286         * inet/getnameinfo.c: Likewise.
29287         * inet/getsourcefilter.c: Likewise.
29288         * inet/htonl.c: Likewise.
29289         * inet/setipv4sourcefilter.c: Likewise.
29290         * inet/setsourcefilter.c: Likewise.
29291         * inet/test-inet6_opt.c: Likewise.
29292         * inet/tst-network.c: Likewise.
29293         * locale/C-collate.c: Likewise.
29294         * locale/C-ctype.c: Likewise.
29295         * locale/C-time.c: Likewise.
29296         * locale/C-translit.h: Likewise.
29297         * locale/loadarchive.c: Likewise.
29298         * locale/programs/3level.h: Likewise.
29299         * locale/programs/charmap.c: Likewise.
29300         * locale/programs/charmap.h: Likewise.
29301         * locale/programs/ld-address.c: Likewise.
29302         * locale/programs/ld-collate.c: Likewise.
29303         * locale/programs/ld-ctype.c: Likewise.
29304         * locale/programs/ld-identification.c: Likewise.
29305         * locale/programs/ld-measurement.c: Likewise.
29306         * locale/programs/ld-messages.c: Likewise.
29307         * locale/programs/ld-monetary.c: Likewise.
29308         * locale/programs/ld-name.c: Likewise.
29309         * locale/programs/ld-numeric.c: Likewise.
29310         * locale/programs/ld-paper.c: Likewise.
29311         * locale/programs/ld-telephone.c: Likewise.
29312         * locale/programs/ld-time.c: Likewise.
29313         * locale/programs/linereader.c: Likewise.
29314         * locale/programs/locale.c: Likewise.
29315         * locale/programs/locarchive.c: Likewise.
29316         * locale/programs/locfile.h: Likewise.
29317         * locale/programs/repertoire.c: Likewise.
29318         * locale/programs/simple-hash.c: Likewise.
29319         * locale/programs/simple-hash.h: Likewise.
29320         * malloc/memusage.c: Likewise.
29321         * malloc/memusagestat.c: Likewise.
29322         * nis/nis_defaults.c: Likewise.
29323         * nis/nis_hash.c: Likewise.
29324         * nis/nis_print.c: Likewise.
29325         * nis/nis_xdr.c: Likewise.
29326         * nscd/connections.c: Likewise.
29327         * nscd/hstcache.c: Likewise.
29328         * nscd/nscd_gethst_r.c: Likewise.
29329         * nscd/nscd_getserv_r.c: Likewise.
29330         * nscd/nscd_helper.c: Likewise.
29331         * nscd/servicescache.c: Likewise.
29332         * nss/makedb.c: Likewise.
29333         * nss/nss_db/db-XXX.c: Likewise.
29334         * nss/nss_db/db-initgroups.c: Likewise.
29335         * nss/nss_db/db-netgrp.c: Likewise.
29336         * nss/nss_files/files-network.c: Likewise.
29337         * nss/nss_files/files-parse.c: Likewise.
29338         * posix/bug-regex5.c: Likewise.
29339         * posix/fnmatch_loop.c: Likewise.
29340         * posix/regcomp.c: Likewise.
29341         * posix/regexec.c: Likewise.
29342         * posix/tst-rfc3484-2.c: Likewise.
29343         * posix/tst-rfc3484-3.c: Likewise.
29344         * posix/tst-rfc3484.c: Likewise.
29345         * resolv/nss_dns/dns-canon.c: Likewise.
29346         * resolv/nss_dns/dns-network.c: Likewise.
29347         * resolv/res_init.c: Likewise.
29348         * resolv/res_mkquery.c: Likewise.
29349         * resolv/tst-aton.c: Likewise.
29350         * stdlib/cxa_atexit.c: Likewise.
29351         * stdlib/cxa_finalize.c: Likewise.
29352         * stdlib/gen-fpioconst.c: Likewise.
29353         * stdlib/strtol_l.c: Likewise.
29354         * string/tst-endian.c: Likewise.
29355         * sunrpc/auth_des.c: Likewise.
29356         * sunrpc/clnt_udp.c: Likewise.
29357         * sunrpc/rtime.c: Likewise.
29358         * sunrpc/svcauth_des.c: Likewise.
29359         * sunrpc/xdr.c: Likewise.
29360         * sunrpc/xdr_intXX_t.c: Likewise.
29361         * sunrpc/xdr_rec.c: Likewise.
29362         * sysdeps/generic/ldconfig.h: Likewise.
29363         * sysdeps/generic/ldsodefs.h: Likewise.
29364         * sysdeps/generic/memusage.h: Likewise.
29365         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29366         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29367         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29368         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29369         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29370         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29371         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29372         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29373         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29374         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29375         * sysdeps/posix/getaddrinfo.c: Likewise.
29376         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29377         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29378         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29379         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29380         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29381         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29382         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29383         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29384         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29385         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29386         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29387         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29388         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29389         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29390         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29391         * sysdeps/x86_64/dl-tls.h: Likewise.
29392         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29393         * time/alt_digit.c: Likewise.
29394         * time/era.c: Likewise.
29395         * wcsmbs/tst-c16c32-1.c: Likewise.
29397 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29399         * math/libm-test.inc (struct test_sincos_data): New type.
29400         (RUN_TEST_LOOP_sincos): New macro.
29401         (sincos_test_data): New variable.
29402         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29404 2013-05-16  Richard Henderson  <rth@redhat.com>
29406         * math/atest-exp2.c (LIMB64): New macro.
29407         (CONSTSZ): New macro.
29408         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29409         (hexdig): Move ...
29410         (print_mpn_fp): ... to function scope.
29411         (read_mpn_hex): Remove.
29412         (get_log2): Remove.
29413         (exp2_mpn): Use mp_log2.
29414         (main): Use mp_exp1.
29416 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29418         * math/libm-test.inc: Remove comment about not testing "inexact"
29419         exceptions.
29420         (INEXACT_EXCEPTION): New macro.
29421         (NO_INEXACT_EXCEPTION): Likewise.
29422         (INVALID_EXCEPTION_OK): Update value.
29423         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29424         (OVERFLOW_EXCEPTION_OK): Likewise.
29425         (UNDERFLOW_EXCEPTION_OK): Likewise.
29426         (IGNORE_ZERO_INF_SIGN): Likewise.
29427         (ERRNO_UNCHANGED): Likewise.
29428         (ERRNO_EDOM): Likewise.
29429         (ERRNO_ERANGE): Likewise.
29430         (test_exceptions): Handle testing "inexact" exceptions.
29431         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29432         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29433         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29434         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29435         INEXACT_EXCEPTION.
29436         (rint_towardzero_test_data): Likewise.
29437         (rint_downward_test_data): Likewise.
29438         (rint_upward_test_data): Likewise.
29440         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29441         with OVERFLOW_EXCEPTION.
29442         (exp10_test_data): Likewise.
29443         (exp2_test_data): Likewise.
29444         (expm1_test_data): Likewise.
29445         (lgamma_test_data): Likewise.
29446         (pow_test_data): Likewise.
29447         (tgamma_test_data): Likewise.
29448         (yn_test_data): Remove duplicate test of overflow.
29450         * math/libm-test.inc (struct test_cc_c_data): New type.
29451         (RUN_TEST_LOOP_cc_c): New macro.
29452         (cpow_test_data): New variable.
29453         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29455         * math/libm-test.inc (struct test_f_L_data): New type.
29456         (RUN_TEST_LOOP_f_L): New macro.
29457         (llrint_test_data): New variable.
29458         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29459         (llrint_tonearest_test_data): New variable.
29460         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29461         (llrint_towardzero_test_data): New variable.
29462         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29463         (llrint_downward_test_data): New variable.
29464         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29465         (llrint_upward_test_data): New variable.
29466         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29467         (llround_test_data): New variable.
29468         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29470 2013-05-13  Peter Collingbourne  <pcc@google.com>
29472         * math/atest-exp2.c (get_log2): Remove const attribute.
29474 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29476         * math/libm-test.inc (struct test_f_l_data): New type.
29477         (RUN_TEST_LOOP_f_l): New macro.
29478         (lrint_test_data): New variable.
29479         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29480         (lrint_tonearest_test_data): New variable.
29481         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29482         (lrint_towardzero_test_data): New variable.
29483         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29484         (lrint_downward_test_data): New variable.
29485         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29486         (lrint_upward_test_data): New variable.
29487         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29488         (lround_test_data): New variable.
29489         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29491 2013-05-15  Peter Collingbourne  <pcc@google.com>
29493         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29494         (EXTRACT_WORDS64) Use where appropriate.
29495         (INSERT_WORDS64) Likewise.
29497         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29498         constraints with x constraints.
29499         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29501         * malloc/obstack.c (_obstack_compat): Add initializer.
29503 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29505         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29506         si_trapno and add si_addr_lsb to _sifields.sigfault.
29507         (si_trapno): Remove macro.
29508         (si_addr_lsb): Define new macro.
29509         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29511 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29513         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29514         instead of TEST_f_l.
29515         (llrint_test_tonearest): Likewise.
29516         (llrint_test_towardzero): Likewise.
29517         (llrint_test_downward): Likewise.
29518         (llrint_test_upward): Likewise.
29519         (llround_test): Likewise.
29521         * math/libm-test.inc (struct test_f_i_data): Add comment.
29522         (RUN_TEST_LOOP_f_b): New macro.
29523         (RUN_TEST_LOOP_f_b_tg): Likewise.
29524         (finite_test_data): New variable.
29525         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29526         (isfinite_test_data): New variable.
29527         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29528         (isinf_test_data): New variable.
29529         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29530         (isnan_test_data): New variable.
29531         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29532         (isnormal_test_data): New variable.
29533         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29534         (issignaling_test_data): New variable.
29535         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29536         (signbit_test_data): New variable.
29537         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29539         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29540         with INVALID_EXCEPTION.
29541         (acosh_test_data): Likewise.
29542         (asin_test_data): Likewise.
29543         (atanh_test_data): Likewise.
29544         (fmod_test_data): Likewise.
29545         (log_test_data): Likewise.
29546         (log10_test_data): Likewise.
29547         (log2_test_data): Likewise.
29548         (pow_test_data): Likewise.
29549         (sqrt_test_data): Likewise.
29550         (y0_test_data): Likewise.
29551         (y1_test_data): Likewise.
29552         (yn_test_data): Likewise.
29554         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29555         function contents.
29557         * math/libm-test.inc (struct test_ff_i_data): New type.
29558         (RUN_TEST_LOOP_ff_i_tg): New macro.
29559         (isgreater_test_data): New variable.
29560         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29561         (isgreaterequal_test_data): New variable.
29562         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29563         (isless_test_data): New variable.
29564         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29565         (islessequal_test_data): New variable.
29566         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29567         (islessgreater_test_data): New variable.
29568         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29569         (isunordered_test_data): New variable.
29570         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29572 2013-05-14  David S. Miller  <davem@davemloft.net>
29574         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29576 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29578         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29580         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29581         extra_test to int.
29582         (struct test_f_i_data): Change type of max_ulp to int.
29584         * math/libm-test.inc (test_ffI_f1_data): New type.
29585         (RUN_TEST_LOOP_ffI_f1): New macro.
29586         (remquo_test_data): New variable.
29587         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29589         * setjmp/tst-setjmp-fp.c: New file.
29590         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29591         (link-libm): New variable.
29592         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29594         * math/libm-test.inc (struct test_f_i_data): New type.
29595         (RUN_TEST_LOOP_f_i): New macro.
29596         (RUN_TEST_LOOP_f_i_tg): Likewise.
29597         (fpclassify_test_data): New variable.
29598         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29599         (ilogb_test_data): New variable.
29600         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29602         * math/libm-test.inc (scalbln_test): Correct function name in END
29603         call.
29605         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29606         (RUN_TEST_LOOP_fI_f1): New macro.
29607         (frexp_test_data): New variable.
29608         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29610         * math/libm-test.inc (struct test_fF_f1_data): New type.
29611         (RUN_TEST_LOOP_fF_f1): New macro.
29612         (modf_test_data): New variable.
29613         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29615         * math/libm-test.inc (struct test_f_f1_data): New type.
29616         (RUN_TEST_LOOP_f_f1): New macro.
29617         (gamma_test_data): New variable.
29618         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29619         (lgamma_test_data): New variable.
29620         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29622 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29624         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29625         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29626         (main): Comment "tls" pseudo-hwcap.
29628 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29630         * math/libm-test.inc (struct test_fl_f_data): New type.
29631         (RUN_TEST_LOOP_fl_f): New variable.
29632         (scalbln_test_data): New variable.
29633         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29635         * math/libm-test.inc (struct test_fi_f_data): New type.
29636         (RUN_TEST_LOOP_fi_f): New macro.
29637         (ldexp_test_data): New variable.
29638         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29639         (scalbn_test_data): New variable.
29640         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29642         * math/libm-test.inc (struct test_c_f_data): New type.
29643         (RUN_TEST_LOOP_c_f): New macro.
29644         (cabs_test_data): New variable.
29645         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29646         (carg_test_data): New variable.
29647         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29648         (cimag_test_data): New variable.
29649         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29650         (creal_test_data): New variable.
29651         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29653         * math/libm-test.inc (struct test_if_f_data): New type.
29654         (RUN_TEST_LOOP_if_f): New macro.
29655         (jn_test_data): New variable.
29656         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29657         (yn_test_data): New variable.
29658         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29660         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29662 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29664         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29665         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29667 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29669         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29670         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29671         (bench-deps): Add bench-timing.h.
29672         * benchtests-bench-skeleton.c: Include bench-timing.h.
29673         (main): Use TIMING_* macros instead of clock_gettime.
29674         * benchtests/bench-timing.h: New file.
29676         [BZ #14582]
29677         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29678         Renamed from _LIB_VERSION.
29679         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29681 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29683         * math/libm-test.inc (struct test_fff_f_data): New type.
29684         (RUN_TEST_LOOP_fff_f): New macro.
29685         (fma_test_data): New variable.
29686         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29687         (fma_towardzero_test_data): New variable.
29688         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29689         (fma_downward_test_data): New variable.
29690         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29691         (fma_upward_test_data): New variable.
29692         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29694         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29695         (struct test_c_c_data): New type.
29696         (RUN_TEST_LOOP_c_c): New macro.
29697         (cacos_test_data): New variable.
29698         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29699         (cacosh_test_data): New variable.
29700         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29701         (casin_test_data): New variable.
29702         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29703         (casinh_test_data): New variable.
29704         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29705         (catan_test_data): New variable.
29706         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29707         (catanh_test_data): New variable.
29708         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29709         (ccos_test_data): New variable.
29710         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29711         (ccosh_test_data): New variable.
29712         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29713         (cexp_test_data): New variable.
29714         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29715         (clog_test_data): New variable.
29716         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29717         (clog10_test_data): New variable.
29718         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29719         (conj_test_data): New variable.
29720         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29721         (cproj_test_data): New variable.
29722         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29723         (csin_test_data): New variable.
29724         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29725         (csinh_test_data): New variable.
29726         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29727         (csqrt_test_data): New variable.
29728         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29729         (ctan_test_data): New variable.
29730         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29731         (ctan_tonearest_test_data): New variable.
29732         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29733         (ctan_towardzero_test_data): New variable.
29734         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29735         (ctan_downward_test_data): New variable.
29736         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29737         (ctan_upward_test_data): New variable.
29738         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29739         (ctanh_test_data): New variable.
29740         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29741         (ctanh_tonearest_test_data): New variable.
29742         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29743         (ctanh_towardzero_test_data): New variable.
29744         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29745         (ctanh_downward_test_data): New variable.
29746         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29747         (ctanh_upward_test_data): New variable.
29748         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29749         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29750         of BUILD_COMPLEX.
29752         * math/libm-test.inc (struct test_ff_f_data): New type.
29753         (struct test_ff_f_data_nexttoward): Likewise.
29754         (RUN_TEST_LOOP_2_f): New macro.
29755         (RUN_TEST_LOOP_ff_f): Likewise.
29756         (atan2_test_data): New variable.
29757         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29758         (copysign_test_data): New variable.
29759         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29760         (fdim_test_data): New variable.
29761         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29762         (fmax_test_data): New variable.
29763         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29764         (fmin_test_data): New variable.
29765         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29766         (fmod_test_data): New variable.
29767         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29768         (hypot_test_data): New variable.
29769         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29770         (nextafter_test_data): New variable.
29771         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29772         (nexttoward_test_data): New variable.
29773         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29774         (pow_test_data): New variable.
29775         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29776         (pow_tonearest_test_data): New variable.
29777         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29778         (pow_towardzero_test_data): New variable.
29779         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29780         (pow_downward_test_data): New variable.
29781         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29782         (pow_upward_test_data): New variable.
29783         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29784         (remainder_test_data): New variable.
29785         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29786         (scalb_test_data): New variable.
29787         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29788         * sysdeps/i386/fpu/libm-test-ulps: Update.
29790 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29792         * math/libm-test.inc (fma_test): Use max_value instead of local
29793         variable fltmax.
29794         (nextafter_test): Likewise.
29796         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29797         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29798         (acos_downward_test_data): New variable.
29799         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29800         (acos_upward_test_data): New variable.
29801         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29802         (acosh_test_data): New variable.
29803         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29804         (asin_test_data): New variable.
29805         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29806         (asin_tonearest_test_data): New variable.
29807         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29808         (asin_towardzero_test_data): New variable.
29809         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29810         (asin_downward_test_data): New variable.
29811         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29812         (asin_upward_test_data): New variable.
29813         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29814         (asinh_test_data): New variable.
29815         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29816         (atan_test_data): New variable.
29817         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29818         (atanh_test_data): New variable.
29819         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29820         (cbrt_test_data): New variable.
29821         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29822         (ceil_test_data): New variable.
29823         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29824         (cos_test_data): New variable.
29825         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29826         (cos_tonearest_test_data): New variable.
29827         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29828         (cos_towardzero_test_data): New variable.
29829         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29830         (cos_downward_test_data): New variable.
29831         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29832         (cos_upward_test_data): New variable.
29833         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29834         (cosh_test_data): New variable.
29835         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29836         (cosh_tonearest_test_data): New variable.
29837         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29838         (cosh_towardzero_test_data): New variable.
29839         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29840         (cosh_downward_test_data): New variable.
29841         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29842         (cosh_upward_test_data): New variable.
29843         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29844         (erf_test_data): New variable.
29845         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29846         (erfc_test_data): New variable.
29847         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29848         (exp_test_data): New variable.
29849         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29850         (exp_tonearest_test_data): New variable.
29851         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29852         (exp_towardzero_test_data): New variable.
29853         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29854         (exp_downward_test_data): New variable.
29855         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29856         (exp_upward_test_data): New variable.
29857         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29858         (exp10_test_data): New variable.
29859         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29860         (exp2_test_data): New variable.
29861         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29862         (expm1_test_data): New variable.
29863         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29864         (fabs_test_data): New variable.
29865         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29866         (floor_test_data): New variable.
29867         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29868         (j0_test_data): New variable.
29869         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29870         (j1_test_data): New variable.
29871         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29872         (log_test_data): New variable.
29873         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29874         (log10_test_data): New variable.
29875         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29876         (log1p_test_data): New variable.
29877         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29878         (log2_test_data): New variable.
29879         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29880         (logb_test_data): New variable.
29881         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29882         (logb_downward_test_data): New variable.
29883         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29884         (nearbyint_test_data): New variable.
29885         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29886         (rint_test_data): New variable.
29887         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29888         (rint_tonearest_test_data): New variable.
29889         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29890         (rint_towardzero_test_data): New variable.
29891         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29892         (rint_downward_test_data): New variable.
29893         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29894         (rint_upward_test_data): New variable.
29895         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29896         (round_test_data): New variable.
29897         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29898         (sin_test_data): New variable.
29899         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29900         (sin_tonearest_test_data): New variable.
29901         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29902         (sin_towardzero_test_data): New variable.
29903         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29904         (sin_downward_test_data): New variable.
29905         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29906         (sin_upward_test_data): New variable.
29907         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29908         (sinh_test_data): New variable.
29909         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29910         (sinh_tonearest_test_data): New variable.
29911         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29912         (sinh_towardzero_test_data): New variable.
29913         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29914         (sinh_downward_test_data): New variable.
29915         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29916         (sinh_upward_test_data): New variable.
29917         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29918         (sqrt_test_data): New variable.
29919         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29920         (tan_test_data): New variable.
29921         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29922         (tan_tonearest_test_data): New variable.
29923         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29924         (tan_towardzero_test_data): New variable.
29925         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29926         (tan_downward_test_data): New variable.
29927         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29928         (tan_upward_test_data): New variable.
29929         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29930         (tanh_test_data): New variable.
29931         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29932         (tgamma_test_data): New variable.
29933         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29934         (trunc_test_data): New variable.
29935         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29936         (y0_test_data): New variable.
29937         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29938         (y1_test_data): New variable.
29939         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29940         (significand_test_data): New variable.
29941         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29943 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29945         [BZ #12387]
29946         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29948 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29950         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29952 2013-05-10  Andreas Jaeger  <aj@suse.de>
29954         [BZ #15448]
29955         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29956         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29958 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29960         * math/gen-libm-test.pl (adjust_arg): New function.
29961         (special_functions): Handle generating output in both functions
29962         and arrays.
29963         (parse_args): Likewise.
29964         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29965         $in_func argument to parse_args.
29966         * math/libm-test.inc (struct test_f_f_data): New type.
29967         (IF_ROUND_INIT_): New macro.
29968         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29969         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29970         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29971         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29972         (ROUND_RESTORE_): Likewise.
29973         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29974         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29975         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29976         (ROUND_RESTORE_FE_UPWARD): Likewise.
29977         (RUN_TEST_LOOP_f_f): New macro.
29978         (acos_test_data): New variable.
29979         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29980         (acos_tonearest_test_data): New variable.
29981         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29983 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29985         * benchtests/bench-skeleton.c (startup): Fix coding style.
29987 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29989         [BZ #6809]
29990         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29991         negative infinity argument.
29992         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29993         negative infinity argument.
29994         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29995         negative infinity argument.
29996         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29997         domain errors.
29999 2013-05-10  Florian Weimer  <fweimer@redhat.com>
30001         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
30002         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
30003         * iconv/iconv_prog.c (main): Likewise.
30004         * locale/programs/charmap-dir.c (charmap_readdir)
30005         (fopen_uncompressed): Likewise.
30006         * locale/programs/locfile.c (siblings_uncached)
30007         (write_locale_data): Use lstat64 instead of lstat.
30008         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
30009         stat.
30011 2013-05-10  Andreas Jaeger  <aj@suse.de>
30013         [BZ #15395]
30014         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
30015         localization.
30016         Include <locale.h>.
30018 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
30020         * elf/dl-close.c (_dl_close_worker): Add comments.
30022 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
30024         [BZ #15359]
30025         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
30026         high part of pi/2.
30027         (__ieee754_rem_pio2l): Update comments.
30029         [BZ #15429]
30030         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
30031         high part of pi/2.
30032         (__ieee754_rem_pio2l): Update comments.
30034         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
30035         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
30037         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
30038         M_PI_4l.
30040         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
30041         (M_PI_34_LOG10El): Likewise.
30042         (M_PI2_LOG10El): Likewise.
30043         (M_PI4_LOG10El): Likewise.
30044         (M_PI_LOG10El): Likewise.
30046 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30048         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30050 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
30052         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
30053         (MINUS_ZERO_INIT): Likewise.
30054         (PLUS_INFTY_INIT): Likewise.
30055         (MINUS_INFTY_INIT): Likewise.
30056         (QNAN_VALUE_INIT): Likewise.
30057         (MAX_VALUE_INIT): Likewise.
30058         (MIN_VALUE_INIT): Likewise.
30059         (MIN_SUBNORM_VALUE_INIT): Likewise.
30060         (plus_zero): Initialize with PLUS_ZERO_INIT.
30061         (minus_zero): Initialize with MINUS_ZERO_INIT.
30062         (plus_infty): Initialize with PLUS_INFTY_INIT.
30063         (minus_infty): Initialize with MINUS_INFTY_INIT.
30064         (qnan_value): Initialize with QNAN_VALUE_INIT.
30065         (max_value): Initialize with MAX_VALUE_INIT.
30066         (min_value): Initialize with MIN_VALUE_INIT.
30067         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30069         * math/libm-test.inc (RUN_TEST_if_f): New macro.
30070         (jn_test): Use TEST_if_f instead of TEST_ff_f.
30071         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30072         (yn_test): Use TEST_if_f instead of TEST_ff_f.
30074         * math/libm-test.inc (RUN_TEST_f_f): New macro.
30075         (RUN_TEST_2_f): Likewise.
30076         (RUN_TEST_ff_f): Likewise.
30077         (RUN_TEST_fi_f): Likewise.
30078         (RUN_TEST_fl_f): Likewise.
30079         (RUN_TEST_fff_f): Likewise.
30080         (RUN_TEST_c_f): Likewise.
30081         (RUN_TEST_f_f1): Likewise.
30082         (RUN_TEST_fF_f1): Likewise.
30083         (RUN_TEST_fI_f1): Likewise.
30084         (RUN_TEST_ffI_f1): Likewise.
30085         (RUN_TEST_c_c): Likewise.
30086         (RUN_TEST_cc_c): Likewise.
30087         (RUN_TEST_f_i): Likewise.
30088         (RUN_TEST_f_i_tg): Likewise.
30089         (RUN_TEST_ff_i_tg): Likewise.
30090         (RUN_TEST_f_b): Likewise.
30091         (RUN_TEST_f_b_tg): Likewise.
30092         (RUN_TEST_f_l): Likewise.
30093         (RUN_TEST_f_L): Likewise.
30094         (RUN_TEST_sincos): Likewise.
30095         * math/gen-libm-test.pl (new_test): Take new argument to indicate
30096         whether to show exceptions.  Do not include ");\n" in return
30097         value.
30098         (special_functions): Output call to RUN_TEST_sincos instead of
30099         check_float calls.  Update calls to new_test.
30100         (parse_args): Output call to single RUN_TEST_* macro instead of
30101         check_* calls and other assignments.  Update calls to new_test.
30103         [BZ #2546]
30104         [BZ #2560]
30105         [BZ #5159]
30106         [BZ #15426]
30107         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
30108         input to result for tgamma overflow.
30109         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
30110         (gamma_coeff): New variable.
30111         (NCOEFF): New macro.
30112         (gamma_positive): New function.
30113         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
30114         underflow here.  Use gamma_positive instead of exp (lgamma) for
30115         other arguments.
30116         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
30117         (gamma_coeff): New variable.
30118         (NCOEFF): New macro.
30119         (gammaf_positive): New function.
30120         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
30121         underflow here.  Use gamma_positive instead of exp (lgamma) for
30122         other arguments.
30123         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
30124         (gamma_coeff): New variable.
30125         (NCOEFF): New macro.
30126         (gammal_positive): New function.
30127         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
30128         underflow here.  Use gamma_positive instead of exp (lgamma) for
30129         other arguments.
30130         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
30131         (gamma_coeff): New variable.
30132         (NCOEFF): New macro.
30133         (gammal_positive): New function.
30134         (__ieee754_gammal_r): Handle positive infinity, overflow and
30135         underflow here.  Handle NaN the same as positive infinity.  Remove
30136         check x < 0xffffffff for negative integers.  Use gamma_positive
30137         instead of exp (lgamma) for other arguments.
30138         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
30139         (gamma_coeff): New variable.
30140         (NCOEFF): New macro.
30141         (gammal_positive): New function.
30142         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
30143         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
30144         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
30145         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
30146         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
30147         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
30148         * sysdeps/generic/math_private.h (__gamma_productf): New
30149         prototype.
30150         (__gamma_product): Likewise.
30151         (__gamma_productl): Likewise.
30152         * math/Makefile (libm-calls): Add gamma_product.
30153         * math/libm-test.inc (tgamma_test): Add more tests.
30154         * sysdeps/i386/fpu/libm-test-ulps: Update.
30155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30157 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
30159         * benchtests/bench-skeleton.c (main): Preheat CPU.
30161 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
30163         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
30165 2013-05-07  Roland McGrath  <roland@hack.frob.com>
30167         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
30168         and _dl_skip_args_internal.
30170 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
30172         * manual/message.texi (Message Translation): Talk about users.
30173         Message to key mapping impacts design.
30175 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30177         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
30179         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
30181         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30182         * sysdeps/wordsize-64/glob64.c: ... here.
30184         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30185         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30186         New macros.
30188         * debug/getlogin_r_chk.c: Moved to ...
30189         * login/getlogin_r_chk.c: ... here.
30190         * debug/Makefile (routines): Move getlogin_r_chk to ...
30191         * login/Makefile (routines): ... here.
30192         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30193         * login/Versions (libc: GLIBC_2.4): ... here.
30195         * io/poll.c (__poll): Renamed from poll.
30196         Add libc_hidden_def.
30197         (poll): Define as weak alias.
30199         * debug/ptsname_r_chk.c: Moved to ...
30200         * login/ptsname_r_chk.c: ... here.
30201         * debug/Makefile (routines): Move ptsname_r_chk to ...
30202         * login/Makefile (routines): ... here.
30203         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30204         * login/Versions (libc: GLIBC_2.4): ... here.
30206         * posix/getlogin.c: Moved to ...
30207         * login/getlogin.c: ... here.
30208         * posix/getlogin_r.c: Moved to ...
30209         * login/getlogin_r.c: ... here.
30210         * posix/getlogin_r.c: Moved to ...
30211         * login/getlogin_r.c: ... here.
30212         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30213         * login/Makefile (routines): ... here.
30214         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30215         * login/Versions (libc: GLIBC_2.0): ... here.
30217         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30218         (setrlimit): Define as weak alias.
30220         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30221         Call __ names for open, ftruncate, and close.
30222         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30223         (truncate): Define as weak alias.
30225 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
30227         * math/gen-libm-test.pl (parse_args): Initialize x before each
30228         test of frexp, modf and remquo.
30230         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30231         test signgam value.
30233 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30235         [BZ #15418]
30236         [BZ #15419]
30237         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30238         internal tests.
30239         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30241 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30243         * elf/dl-writev.h: New file.
30244         * elf/dl-misc.c: Include it.
30245         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30246         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30248 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
30250         * math/libm-test.inc (noXFails): Remove variable.
30251         (noXPasses): Likewise.
30252         (BUILD_COMPLEX_INT): Remove macro.
30253         (print_screen): Remove xfail argument.
30254         (print_screen_max_error): Likewise.
30255         (update_stats): Likewise.
30256         (print_max_error): Likewise.  Update calls to other affected
30257         functions.
30258         (print_complex_max_error): Likewise.
30259         (test_single_exception): Update calls to print_screen.
30260         (test_single_errno): Likewise.
30261         (check_float_internal): Remove xfail argument.  Update calls to
30262         other affected functions.
30263         (check_float): Likewise.
30264         (check_complex): Likewise.
30265         (check_int): Likewise.
30266         (check_long): Likewise.
30267         (check_bool): Likewise.
30268         (check_longlong): Likewise.
30269         (main): Don't print noXFails and noXPasses.
30270         * math/gen-libm-test.pl (top level): Don't mention expected
30271         failure handling in comment.
30272         (new_test): Don't handle expected failures.
30273         (parse_args): Don't mention expected failure handling in comment.
30274         (generate_testfile): Don't handle expected failures.
30275         (parse_ulps): Likewise.
30276         (print_ulps_file): Likewise.
30277         (get_failure): Remove function.
30278         (output_test): Don't handle expected failures.
30279         * make/README.libm-test: Don't mention expected failure handling.
30281         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30282         (minus_zero): Likewise.
30283         (plus_infty): Likewise.
30284         (minus_infty): Likewise.
30285         (qnan_value): Likewise.
30286         (max_value): Likewise.
30287         (min_value): Likewise.
30288         (min_subnorm_value): Likewise.
30289         (initialize): Do not initialize those variables dynamically.
30291 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30293         * io/open.c (__open_2): Moved to ...
30294         * io/open_2.c: ... this new file.
30295         * io/open64.c (__open64_2): Moved to ...
30296         * io/open64_2.c: ... this new file.
30297         * io/openat.c (__openat_2): Moved to ...
30298         * io/openat_2.c: ... this new file.
30299         * io/openat64.c (__openat64_2): Moved to ...
30300         * io/openat64_2.c: ... this new file.
30301         * io/Makefile (routines): Add them.
30302         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30303         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30304         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30305         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30306         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30307         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30308         (__openat64): Add hidden_ver.
30309         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30310         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30312         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30313         Separately conditionalize setting of GLRO(dl_sysinfo) so
30314         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30315         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30317 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30319         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30320         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30321         definition.
30322         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30323         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30324         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30325         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30326         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30328 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30330         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30331         test signgam value.
30333         * math/libm-test.inc (hypot_test): Do not use
30334         IGNORE_ZERO_INF_SIGN.
30336 2013-05-03  Andreas Jaeger  <aj@suse.de>
30338         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30339         Linux 3.9.
30340         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30341         (PF_MAX): Adjust for VSOCK change.
30343 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30345         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30347 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30349         [BZ #15264]
30350         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30351         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30352         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30354 2013-05-02  David S. Miller  <davem@davemloft.net>
30356         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30358 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30360         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30362 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30364         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30366 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30368         [BZ #14952]
30369         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30370         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30371         Use __attribute__ ((__gnu_inline__)).
30372         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30373         Don't use __attribute__ ((__gnu_inline__)).
30375 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30377         [BZ #15423]
30378         * math/s_catan.c (__catan): Handle small real or imaginary part of
30379         input specially to avoid spurious underflow.
30380         * math/s_catanf.c (__catanf): Likewise.
30381         * math/s_catanh.c (__catanh): Likewise.
30382         * math/s_catanhf.c (__catanhf): Likewise.
30383         * math/s_catanhl.c (__catanhl): Likewise.
30384         * math/s_catanl.c (__catanl): Likewise.
30385         * math/libm-test.inc (catan_test): Add more tests.
30386         (catanh_test): Likewise.
30387         * sysdeps/i386/fpu/libm-test-ulps: Update.
30388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30390 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30392         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30394 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30396         [BZ #15416]
30397         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30398         accurately for denominator in atan2.
30399         * math/s_catanf.c (__catanf): Likewise.
30400         * math/s_catanh.c (__catanh): Likewise.
30401         * math/s_catanhf.c (__catanhf): Likewise.
30402         * math/s_catanhl.c (__catanhl): Likewise.
30403         * math/s_catanl.c (__catanl): Likewise.
30404         * math/libm-test.inc (catan_test): Add more tests.
30405         (catanh_test): Likewise.
30406         * sysdeps/i386/fpu/libm-test-ulps: Update.
30407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30409 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30411         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30413         * benchtests/Makefile (bench): Remove slow benchmarks.
30414         * benchtests/atan-inputs: Add slow benchmark inputs.
30415         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30416         (BENCH_FUNC): Accept variant offset.
30417         (VARIANT): Define.
30418         * benchtests/bench-skeleton.c (main): Run benchmark for each
30419         variant.
30420         * benchtests/cos-inputs: Add slow benchmark inputs.
30421         * benchtests/exp-inputs: Likewise.
30422         * benchtests/pow-inputs: Likewise.
30423         * benchtests/sin-inputs: Likewise.
30424         * benchtests/slowatan-inputs: Remove.
30425         * benchtests/slowatan.c: Remove.
30426         * benchtests/slowcos-inputs: Remove.
30427         * benchtests/slowcos.c: Remove.
30428         * benchtests/slowexp-inputs: Remove.
30429         * benchtests/slowexp.c: Remove.
30430         * benchtests/slowpow-inputs: Remove.
30431         * benchtests/slowpow.c: Remove.
30432         * benchtests/slowsin-inputs: Remove.
30433         * benchtests/slowsin.c: Remove.
30434         * benchtests/slowtan-inputs: Remove.
30435         * benchtests/slowtan.c: Remove.
30436         * benchtests/tan-inputs: Add slow benchmark inputs.
30437         * scripts/bench.pl: Parse comments and directives.
30439         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30440         in CPPFLAGS.
30441         ($(objpfx)bench-%.c): Remove *-ITER.
30442         * benchtests/bench-modf.c: Remove definition of ITER.
30443         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30444         (main): Loop for DURATION seconds instead of fixed number of
30445         iterations.
30446         * scripts/bench.pl: Don't expect iterations in parameters.
30448 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30450         * io/fchdir.c (__fchdir): Renamed from fchdir.
30451         (fchdir): Define as weak alias.
30453 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30455         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30456         (ERRNO_EDOM): Likewise.
30457         (ERRNO_ERANGE): Likewise.
30458         (noErrnoTests): New variable.
30459         (init_max_error): Set errno to 0.
30460         (test_single_errno): New function.
30461         (test_errno): Likewise.
30462         (check_float_internal): Call test_errno.  Set errno to 0.
30463         (check_complex): Refer to errno tests in comment.
30464         (check_int): Call test_errno.  Set errno to 0.
30465         (check_long): Likewise.
30466         (check_bool): Likewise.
30467         (check_longlong): Likewise.
30468         (cos_test): Use ERRNO_* flags for errno tests instead of
30469         check_int.
30470         (expm1_test): Likewise.
30471         (fmod_test): Likewise.
30472         (ilogb_test): Likewise.
30473         (lgamma_test): Likewise.
30474         (pow_test): Likewise.
30475         (remainder_test): Likewise.
30476         (sin_test): Likewise.
30477         (tan_test): Likewise.
30478         (yn_test): Likewise.
30479         (initialize): Set errno to 0.
30480         (main): Print number of errno tests.
30481         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30483 2013-04-29  Andreas Jaeger  <aj@suse.de>
30485         [BZ #15084]
30486         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30487         and RES_USEVC.
30489         [BZ #15085]
30490         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30491         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30492         unimplemented.
30494         [BZ #15380]
30495         * stdlib/random.c (__initstate): Return NULL if
30496         __initstate fails.
30498         [BZ #15086]
30499         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30500         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30501         RES_SNGLKUPREOP.
30503 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30505         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30507 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30509         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30510         of individual tests.
30511         (casin_test): Likewise.
30512         (casinh_test): Likewise.
30514 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30516         [BZ #15409]
30517         * math/s_catan.c (__catan): Handle arguments with large real or
30518         imaginary part separately without squaring.
30519         * math/s_catanf.c (__catanf): Likewise.
30520         * math/s_catanh.c (__catanh): Likewise.
30521         * math/s_catanhf.c (__catanhf): Likewise.
30522         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30523         and redefine.
30524         (__catanhl): Handle arguments with large real or imaginary part
30525         separately without squaring.
30526         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30527         and redefine.
30528         (__catanl): Handle arguments with large real or imaginary part
30529         separately without squaring.
30530         * math/libm-test.inc (catan_test): Add more tests.
30531         (catanh_test): Likewise.
30532         * sysdeps/i386/fpu/libm-test-ulps: Update.
30533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30535 2013-04-27  Andreas Jaeger  <aj@suse.de>
30537         [BZ #15007]
30538         * stdlib/stdlib.h: Update guards for qecvt.
30539         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30540         <stdlib.h>.
30542 2013-04-27  Allan McRae  <allan@archlinux.org>
30544         * sysdeps/i386/fpu/libm-test-ulps: Update.
30546 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30548         [BZ #15406]
30549         * math/s_catan.c: Include <float.h>.
30550         (__catan): Ensure underflow exception occurs for underflowed
30551         result.
30552         * math/s_catanf.c: Include <float.h>.
30553         (__catanf): Ensure underflow exception occurs for underflowed
30554         result.
30555         * math/s_catanh.c: Include <float.h>.
30556         (__catanh): Ensure underflow exception occurs for underflowed
30557         result.
30558         * math/s_catanhf.c: Include <float.h>.
30559         (__catanhf): Ensure underflow exception occurs for underflowed
30560         result.
30561         * math/s_catanhl.c: Include <float.h>.
30562         (__catanhl): Ensure underflow exception occurs for underflowed
30563         result.
30564         * math/s_catanl.c: Include <float.h>.
30565         (__catanl): Ensure underflow exception occurs for underflowed
30566         result.
30567         * math/libm-test.inc (catan_test): Add more tests.
30568         (catanh_test): Likewise.
30570         [BZ #15405]
30571         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30572         underflowed result.
30573         * math/s_ccoshf.c (__ccoshf): Likewise.
30574         * math/s_ccoshl.c (__ccoshl): Likewise.
30575         * math/s_csin.c (__csin): Likewise.
30576         * math/s_csinf.c (__csinf): Likewise.
30577         * math/s_csinh.c (__csinh): Likewise.
30578         * math/s_csinhf.c (__csinhf): Likewise.
30579         * math/s_csinhl.c (__csinhl): Likewise.
30580         * math/s_csinl.c (__csinl): Likewise.
30581         * math/libm-test.inc (ccos_test): Add more tests.
30582         (ccosh_test): Likewise.
30583         (csin_test): Likewise.
30584         (csinh_test): Likewise.
30586 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30588         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30589         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30590         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30591         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30592         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30593         powerpc/power5+/fpu folders.
30594         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30597 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30599         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30601 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30603         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30604         additions to variable.
30605         [$(config-machine) = x86_64] (modules-names): Likewise.
30606         ($(objpfx)tst-audit3): Remove dependency.
30607         ($(objpfx)tst-audit3.out): Likewise.
30608         ($(objpfx)tst-audit4): Likewise.
30609         ($(objpfx)tst-audit4.out): Likewise.
30610         ($(objpfx)tst-audit5): Likewise.
30611         ($(objpfx)tst-audit5.out): Likewise.
30612         ($(objpfx)tst-audit6): Likewise.
30613         ($(objpfx)tst-audit6.out): Likewise.
30614         ($(objpfx)tst-audit7): Likewise.
30615         ($(objpfx)tst-audit7.out): Likewise.
30616         (tst-audit3-ENV): Remove variable.
30617         (tst-audit4-ENV): Likewise.
30618         (tst-audit5-ENV): Likewise.
30619         (tst-audit6-ENV): Likewise.
30620         (tst-audit7-ENV): Likewise.
30621         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30622         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30623         addition to variable.
30624         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30625         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30626         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30627         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30628         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30629         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30630         tst-audit3, tst-audit4 and tst-audit5.
30631         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30632         tst-audit6 and tst-audit7.
30633         [$(subdir) = elf] (modules-names): Add audit modules for those
30634         tests.
30635         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30636         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30637         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30638         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30639         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30640         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30641         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30642         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30643         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30644         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30645         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30646         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30647         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30648         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30649         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30650         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30651         Likewise.
30652         [$(subdir) = elf && $(config-cflags-avx) = yes]
30653         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30654         [$(subdir) = elf && $(config-cflags-avx) = yes]
30655         (CFLAGS-tst-auditmod4a.c): Likewise.
30656         [$(subdir) = elf && $(config-cflags-avx) = yes]
30657         (CFLAGS-tst-auditmod4b.c): Likewise.
30658         [$(subdir) = elf && $(config-cflags-avx) = yes]
30659         (CFLAGS-tst-auditmod6b.c): Likewise.
30660         [$(subdir) = elf && $(config-cflags-avx) = yes]
30661         (CFLAGS-tst-auditmod6c.c): Likewise.
30662         [$(subdir) = elf && $(config-cflags-avx) = yes]
30663         (CFLAGS-tst-auditmod7b.c): Likewise.
30664         * elf/tst-audit3.c: Move to ...
30665         * sysdeps/x86_64/tst-audit3.c: ... here.
30666         * elf/tst-audit4.c: Move to ...
30667         * sysdeps/x86_64/tst-audit4.c: ... here.
30668         * elf/tst-audit5.c: Move to ...
30669         * sysdeps/x86_64/tst-audit5.c: ... here.
30670         * elf/tst-audit6.c: Move to ...
30671         * sysdeps/x86_64/tst-audit6.c: ... here.
30672         * elf/tst-audit7.c: Move to ...
30673         * sysdeps/x86_64/tst-audit7.c: ... here.
30674         * elf/tst-auditmod3a.c: Move to ...
30675         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30676         * elf/tst-auditmod3b.c: Move to ...
30677         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30678         * elf/tst-auditmod4a.c: Move to ...
30679         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30680         * elf/tst-auditmod4b.c: Move to ...
30681         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30682         * elf/tst-auditmod5a.c: Move to ...
30683         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30684         * elf/tst-auditmod5b.c: Move to ...
30685         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30686         * elf/tst-auditmod6a.c: Move to ...
30687         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30688         * elf/tst-auditmod6b.c: Move to ...
30689         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30690         * elf/tst-auditmod6c.c: Move to ...
30691         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30692         * elf/tst-auditmod7a.c: Move to ...
30693         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30694         * elf/tst-auditmod7b.c: Move to ...
30695         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30697 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30699         [BZ #15366]
30700         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30701         define unconditionally.
30702         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30703         define unconditionally.
30704         (INT8_C, INT16_C, etc.): Likewise.
30706 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30708         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30709         __ehdr_start with hidden visibility.
30711         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30713 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30715         * math/libm-test.inc (cos_test): Use accurate hex constants.
30716         (sincost_test): Likewise.
30718 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30720         * math/libm-test.inc (catan_test): Add more tests.
30721         (catanh_test): Likewise.
30723         * math/s_catanf.c (__catanf): Use suffixed floating-point
30724         constants.
30725         * math/s_catanhf.c (__catanhf): Likewise.
30726         * math/s_catanhl.c (__catanhl): Likewise.
30727         * math/s_catanl.c (__catanl): Likewise.
30729         [BZ #15394]
30730         * math/s_catan.c (__catan): Calculate imaginary part of result
30731         with log1p not log unless computing log of number close to 0.
30732         * math/s_catanf.c (__catanf): Likewise.
30733         * math/s_catanl.c (__catanl): Likewise.
30734         * math/s_catanh.c (__catanh): Calculate real part of result with
30735         log1p not log unless computing log of number close to 0.
30736         * math/s_catanhf.c (__catanhf): Likewise.
30737         * math/s_catanhl.c (__catanhl): Likewise.
30738         * math/libm-test.inc (catan_test): Add more tests.
30739         (catanh_test): Likewise.
30740         * sysdeps/i386/fpu/libm-test-ulps: Update.
30741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30743 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30745         * benchtests/Makefile: Mention files in which fast and slow
30746         paths of math functions are implemented.
30748 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30750         * sysdeps/posix/timespec_get.c: New file.
30752 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30754         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30755         POWER.
30756         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30757         for POWER.
30758         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30759         powerpc/power5/fpu folders.
30760         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30761         * benchtests/Makefile: Add modf testcase.
30762         * benchtests/bench-modf.c: New file: Benchmark test for mo
30764 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30766         [BZ #14888]
30767         * time/Makefile (tests): Add tst-strptime-whitespace.
30768         * time/strptime_l.c (get_number): Use ISSPACE.
30769         (__strptime_internal): Likewise.
30770         * time/tst-strptime-whitespace.c: New test case.
30772 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30774         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30775         member.
30776         (_nss_files_init): Set it here.
30778 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30780         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30781         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30782         unsigned.
30784 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30786         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30788 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30790         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30791         size just once.
30793 2013-04-21  David S. Miller  <davem@davemloft.net>
30795         * po/ru.po: Update Russion translation from translation project.
30797 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30799         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30800         and setfsgid.
30802 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30804         * configure.in: Remove i386 configure warning. Remove i386 case.
30805         * configure: Regenerate.
30806         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30807         Add example to error message.
30808         * sysdeps/i386/configure: Regenerate.
30810 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30812         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30813         slowtan.
30814         * benchtests/cos-inputs: New file.
30815         * benchtests/slowcos-inputs: New file.
30816         * benchtests/slowcos.c: New file.
30817         * benchtests/slowtan-inputs: New file.
30818         * benchtests/slowtan.c: New file.
30819         * benchtests/tan-inputs: New file.
30821 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30823         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30824         considered kosher.
30826 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30828         * benchtests/Makefile: Include cppflags-iterator.mk to add
30829         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30831         * Makefile.in (bench-clean): New target.
30832         * benchtests/Makefile (bench-clean): Likewise.
30834 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30836         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30838 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30840         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30842 2013-04-15  Andreas Schwab  <schwab@suse.de>
30844         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30845         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30846         * nscd/pwdcache.c (cache_addpw): Likewise.
30847         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30848         more than recsize.
30850 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30852         * benchtests/Makefile (bench): Write all output to
30853         bench-out.tmp together.
30855 2013-04-15  Andreas Schwab  <schwab@suse.de>
30857         * nscd/nscd.c (main): Don't fork again after closing files.
30859 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30861         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30863         * benchtests/Rules (bench-deps): Collect dependencies into a
30864         single variable.  Add Makefile to dependencies.
30865         ($(objpfx)bench-%.c): Depend on bench-deps.
30867 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30868             Xavier Roche  <roche+kml2@exalead.com>
30870         [BZ #15361]
30871         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30872         just that it's a file descriptor.
30873         * manual/llio.texi (Synchronizing AIO Operations): Update description
30874         for EBADF error from aio_fsync.
30876 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30878         * Rules (bench): Move target definition...
30879         * benchtests/Makefile: ... here.
30881 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30883         * math/libm-test.inc (cos_test): Fix PI/2 test.
30884         (sincos_test): Likewise.
30885         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30886         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30888 2013-04-11  Andreas Schwab  <schwab@suse.de>
30890         [BZ #13988]
30891         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30892         accept exponent character only when digits were seen.
30893         * stdio-common/Makefile (tests): Add bug26.
30894         * stdio-common/bug26.c: New file.
30896         [BZ #14293]
30897         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30898         non-freeable.
30900 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30902         * Makeconfig (rtld-prefix): Define built linker prefix.
30903         * Rules (run-bench): Use it.
30904         * math/Makefile (run-regen-ulps): Likewise.
30906         * Rules (bench): Remove eval.
30908 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30909             Roland McGrath  <roland@hack.frob.com>
30910             Ondrej Bilka  <neleai@seznam.cz>
30912         [BZ #15346]
30913         * time/getdate.c: Include ctype.h and alloca.h.
30914         (__getdate_r): Trim leading and trailing spaces of input.
30915         * time/tst-getdate.c (tests): Add tests with leading and
30916         trailing spaces.
30918 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30920         [BZ #14280]
30921         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30922         when computing value.
30924 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30926         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30927         Use testrun.sh to run libm tests.
30929         [BZ #15309]
30930         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30932 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30934         [BZ #15264]
30935         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30937 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30939         * Makefile.in (regen-ulps): New target.
30940         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30941         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30942         [ifneq (no,$(PERL)] (regen-ulps): New target.
30943         [ifeq (no,$(PERL)] (regen-ulps): New target.
30944         * math/libm-test.inc (ulps_file_name): Define.
30945         (output_dir): New variable.
30946         (options): Add "output-dir" option.
30947         (parse_opt): Handle 'o' case.
30948         (main): If output_dir is non-NULL use it as a prefix
30949         otherwise use "".
30950         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30952 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30954         [BZ #10060, #10062]
30955         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30956         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30957         fail configure if __sync_val_compare_and_swap is not inlined.
30958         * sysdeps/i386/configure: Regenerate.
30959         * configure.in: Build for i686 when configured for i386.
30960         * configure: Regenerate.
30961         * README: Remove i386 reference.
30963 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30965         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30966         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30968 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30970         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30971         (lmsnanval): New variables.
30972         (F): Add conversion tests.
30973         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30974         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30976         * stdio-common/tstdiomisc.c (F): Properly collect individual
30977         tests' results.
30979         [BZ #14686, #15336]
30980         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30981         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30982         Instead, use input NaN values or generate a qNaN by arithmetic
30983         operation.  Also fix bugs to comply with the standard.
30984         * math/libm-test.inc (remainder_test): Add more tests.
30986         [BZ #15335, #15342]
30987         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30988         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30989         input NaN values or generate a qNaN by arithmetic operation.
30991         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30992         unreachable code.
30994         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30995         definitions.
30997 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30999         [BZ #14478]
31000         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
31001         underflowed result.
31002         * math/s_cexpf.c (__cexpf): Likewise.
31003         * math/s_cexpl.c (__cexpl): Likewise.
31004         * math/libm-test.inc (cexp_test): Add more tests.
31006 2013-04-03  Andreas Schwab  <schwab@suse.de>
31008         [BZ #15330]
31009         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
31010         order arrays from heap if bigger than alloca cutoff.
31012 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
31014         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
31015         (SNAN_TESTS_double): Refer to GCC PR56831.
31016         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
31017         GCC PR56828.
31019 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31021         * Rules (bench): Move bench.out after the run is complete.
31023         * Rules (bench): Echo currently running benchmark.
31025         * benchtests/Makefile (bench): Add atan and slowatan.
31026         * benchtests/atan-inputs: New file.
31027         * benchtests/slowatan-inputs: New file.
31028         * benchtests/slowatan.c: New file.
31030         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
31031         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
31032         its value.
31034         [BZ #15305]
31035         * sysdeps/unix/sysv/linux/kernel-features.h
31036         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
31037         __ASSUME_XFS_RESTRICTED_CHOWN.
31038         * sysdeps/unix/sysv/linux/pathconf.c
31039         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
31040         Save and restore errno.
31042 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
31044         [BZ #15327]
31045         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
31046         arguments using __kernel_casinh.
31047         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
31048         arguments using __kernel_casinhf.
31049         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
31050         arguments using __kernel_casinhl.
31051         * math/libm-test.inc (cacosh_test): Add more tests.
31052         * sysdeps/i386/fpu/libm-test-ulps: Update.
31053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31055 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31057         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
31058         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
31060         * bench/Makefile (bench): Add sin and slowsin.
31061         * benchtests/sin-inputs: New file.
31062         * benchtests/slowsin-inputs: New file.
31063         * benchtests/slowsin.c: New file.
31065         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
31066         (bench): Add slowexp and slowpow.
31067         (exp-ITER): Increase iterations.
31068         (pow-ITER): Likewise.
31069         * benchtests/exp-inputs: Change input.
31070         * benchtests/pow-inputs: Likewise.
31071         * benchtests/slowexp-inputs: New file.
31072         * benchtests/slowexp.c: New file.
31073         * benchtests/slowpow-inputs: New file.
31074         * benchtests/slowpow.c: New file.
31076 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31078         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31079         instructions.
31080         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31081         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
31082         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
31083         * benchtests/Makefile: Add rint benchtest.
31084         * benchtests/rint-inputs: Input for rint benchtest.
31086 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
31088         * Versions.def (libm): Add GLIBC_2.18.
31089         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
31090         hidden libm prototypes.
31091         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
31092         * math/Makefile (libm-calls): Add s_issignaling.
31093         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
31094         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
31095         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
31096         declaration.
31097         * math/math.h [__USE_GNU] (issignaling): New macro.
31098         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
31099         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
31100         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
31101         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
31102         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
31103         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
31104         * manual/arith.texi (issignaling): New section.
31105         * manual/libm-err-tab.pl (@all_functions): Update comment.
31106         * math/gen-libm-test.pl (parse_args): Apply special handling for
31107         issignaling.
31108         * math/libm-test.inc (print_float, issignaling_test): New
31109         functions.
31110         (check_float_internal): Add issignaling checks.
31111         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
31112         default definition.
31113         * sysdeps/powerpc/math-tests.h: New file.
31114         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
31115         tests.
31116         * math/test-snan.c (TEST_FUNC): Likewise.
31118 2013-03-30  David S. Miller  <davem@davemloft.net>
31120         * po/de.po: Update from translation team.
31122 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
31124         [BZ #10357]
31125         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31126         imaginary part less than 1.0 and real part less than 0.5
31127         specially.
31128         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31129         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31130         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
31131         (cacos_test): Add more tests.
31132         (casin_test): Likewise.
31133         (casinh_test): Likewise.
31134         * sysdeps/i386/fpu/libm-test-ulps: Update.
31135         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31137 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31139         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
31140         ONE with its value.
31142         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
31143         (__pow_mp): Replace ONE and MONE with their values.
31144         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31145         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
31146         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31147         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
31148         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31149         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31151         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
31153         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
31154         (__pow_mp): Replace ZERO and MZERO with their values.
31155         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31156         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31157         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31158         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31159         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31160         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
31161         (__sqr): Likewise.
31163         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
31165         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
31167 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31169         * include/stdlib.h [!SHARED] (__call_tls_dtors):
31170         Declare with __attribute__ ((weak)).
31171         * stdlib/exit.c (__libc_atexit) [!SHARED]:
31172         Call __call_tls_dtors only if it's not NULL.
31174 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31176         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
31177         didn't do it already, then set _dl_phdr and _dl_phnum based on the
31178         magic __ehdr_start linker symbol if it's defined.
31179         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
31180         them up here if it was already done.
31182         * elf/dl-support.c (_dl_phdr): Make pointer to const.
31183         (_dl_aux_init): Use const in cast when setting it.
31184         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31185         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31186         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31188         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31189         Declare them here.
31190         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31191         * csu/libc-tls.c: Nor here.
31192         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31194         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31195         (__libc_message): Never call vsyslog.
31197 2013-03-28  Alan Modra  <amodra@gmail.com>
31199         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31200         Define as empty.
31201         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31202         Likewise.
31204 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31206         [BZ #15214]
31207         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31208         underflow.
31209         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31211 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31213         [BZ #15304]
31214         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31215         Don't add gid passed as argument.
31217         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31219 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
31221         [BZ #15307]
31222         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31223         imaginary part between 1.0 and 1.5 and real part less than 0.5
31224         specially.
31225         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31226         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31227         * math/libm-test.inc (cacos_test): Add more tests.
31228         (casin_test): Likewise.
31229         (casinh_test): Likewise.
31230         * sysdeps/i386/fpu/libm-test-ulps: Update.
31231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31233 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31235         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31236         constants.
31237         (norm): Likewise.
31238         (denorm): Likewise.
31239         (__dbl_mp): Likewise.
31240         (add_magnitudes): Likewise.
31241         (sub_magnitudes): Likewise.
31242         (__add): Likewise.
31243         (__sub): Likewise.
31244         (__mul): Likewise.
31245         (__sqr): Likewise.
31246         (__inv): Likewise.
31247         (__dvd): Likewise.
31249         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31250         commented code.
31251         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31252         (__dubcos): Likewise.
31253         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31254         (__ieee754_acos): Likewise.
31255         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31256         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31257         (__exp1): Likewise.
31258         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31259         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31260         (log1): Likewise.
31261         (my_log2): Likewise.
31262         (checkint): Likewise.
31263         * sysdeps/ieee754/dbl-64/e_remainder.c
31264         (__ieee754_remainder): Likewise.
31265         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31266         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31267         (bsloww): Likewise.
31268         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31270         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31271         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31272         MANTISSA_STORE_T to store computations on mantissa.  Use
31273         macros for rounding and division.
31274         (denorm): Likewise.
31275         (__dbl_mp): Likewise.
31276         (add_magnitudes): Likewise.
31277         (sub_magnitudes): Likewise.
31278         (__mul): Likewise.
31279         (__sqr): Likewise.
31280         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31281         powers of two in terms of TWOPOW macro.
31282         (mp_no): Make type of mantissa as MANTISSA_T.
31283         [!RADIXI]: Define RADIXI.
31284         [!TWO52]: Define TWO52.
31285         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31287 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31289         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31290         llroundl symbol when building for PPC32.
31292 2013-03-24  Mark H Weaver  <mhw@netris.org>
31294         * manual/arith.texi (Normalization Functions): Fix prototypes for
31295         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31297 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31299         [BZ #13889]
31300         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31301         high value to check if expl overflow.
31302         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31303         to check for underflow and overflow.
31304         * math/libm-test.inc: Add exp test.
31306 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31308         [BZ #11120]
31309         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31310         with NOT_IN_libc.
31312 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31314         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31315         symbol.
31317 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31319         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31320         wrap blocks consisting of several statements.
31322         * sysdeps/generic/math-tests.h: New file.
31323         * sysdeps/i386/fpu/math-tests.h: Likewise.
31324         * math/test-snan.c: Include it.
31325         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31327 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31329         [BZ #15285]
31330         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31331         (__ieee754_j0l): Do not improve calculations using cos of twice
31332         input for inputs above LDBL_MAX / 2.0L.
31333         (__ieee754_y0l): Likewise.
31334         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31335         (__ieee754_j1l): Do not improve calculations using cos of twice
31336         input for inputs above LDBL_MAX / 2.0L.
31337         (__ieee754_y1l): Likewise.
31338         * math/libm-test.inc (j0_test): Add another test.
31339         (j1_test): Likewise.
31340         (y0_test): Likewise.
31341         (y1_test): Likewise.
31342         * sysdeps/i386/fpu/libm-test-ulps: Update.
31344 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31346         * Rules ($(objpfx)bench-%.c): Include code from a C source
31347         file.
31349 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31351         [BZ #15287]
31352         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31353         imaginary part 1.0 and real part less than 0.5 specially.
31354         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31355         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31356         * math/libm-test.inc (cacos_test): Add more tests.
31357         (casin_test): Likewise.
31358         (casinh_test): Likewise.
31359         * sysdeps/i386/fpu/libm-test-ulps: Update.
31360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31362 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31364         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31365         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31367 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31369         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31370         * config.make.in (config-cflags-sse4): Remove variable.
31371         (config-cflags-avx): Likewise.
31372         (config-cflags-sse2avx): Likewise.
31373         (config-cflags-novzeroupper): Likewise.
31374         (config-asflags-i686): Likewise.
31375         (have-mfma4): Likewise.
31376         (have-as-vis3): Likewise.
31377         (MIG): Likewise.
31378         * configure.in (MIG): Do not AC_SUBST.
31379         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31380         (libc_cv_cc_sse4): Do not AC_SUBST.
31381         (libc_cv_cc_avx): Likewise.
31382         (libc_cv_cc_sse2avx): Likewise.
31383         (libc_cv_cc_novzeroupper): Likewise.
31384         (libc_cv_cc_fma4): Likewise.
31385         (libc_cv_as_i686): Likewise.
31386         (libc_cv_sparc_as_vis3): Likewise.
31387         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31388         LIBC_CONFIG_VAR.
31389         (config-asflags-i686): Likewise.
31390         (config-cflags-avx): Likewise.
31391         (config-cflags-sse2avx): Likewise.
31392         (have-mfma4): Likewise.
31393         (config-cflags-novzeroupper): Likewise.
31394         * sysdeps/mach/configure.in (MIG): Likewise.
31395         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31396         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31397         LIBC_CONFIG_VAR.
31398         (config-cflags-avx): Likewise.
31399         (config-cflags-sse2avx): Likewise.
31400         (have-mfma4): Likewise.
31401         (config-cflags-novzeroupper): Likewise.
31402         * configure: Regenerated.
31403         * sysdeps/i386/configure: Likewise.
31404         * sysdeps/mach/configure: Likewise.
31405         * sysdeps/sparc/configure: Likewise.
31406         * sysdeps/x86_64/configure: Likewise.
31408 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31410         [BZ #14812]
31411         * locale/programs/localedef.c (options): Put N_ translation marker
31412         on argument names, not just descriptions.
31414 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31416         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31418 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31420         [BZ #14176]
31421         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31423 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31425         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31426         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31427         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31428         [!BEFORE_ABORT] (before_abort): New function.
31429         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31430         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31431         (writev_for_fatal): New function.
31432         (WRITEV_FOR_FATAL): New macro; call that.
31433         (backtrace_and_maps): New function.
31434         (BEFORE_ABORT): New macro; call that.
31435         (struct str_list): Type removed.
31436         (__libc_message, __libc_fatal): Functions removed.
31437         Include <sysdeps/posix/libc_fatal.c> instead.
31439 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31441         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31442         constants.
31443         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31444         double constants.
31446 2013-03-19  Andreas Schwab  <schwab@suse.de>
31448         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31449         * sysdeps/gnu/configure: Regenerate.
31451         * configure.in: Substitute libc_cv_rtlddir.
31452         * configure: Regenerate.
31453         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31454         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31455         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31456         * elf/Makefile (install-others, CFLAGS-interp.c)
31457         (ldso_install, common-ldd-rewrite): Likewise.
31458         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31459         $(inst_slibdir)/$(rtld-installed-name).
31460         * scripts/rellns-sh: Add -p option.
31461         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31462         for source.
31464 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31466         * manual/nptl.texi: Renamed to ...
31467         * manual/threads.texi: ... this.
31468         * manual/Makefile (chapters): Update.
31470 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31472         [BZ #14812]
31473         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31474         on argument names, not just descriptions.
31475         * malloc/memusagestat.c (options): Likewise.
31476         * nss/getent.c (options): Likewise.
31478 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31480         [BZ #14812]
31481         * iconv/iconv_prog.c (options): Put N_ translation marker
31482         on argument names, not just descriptions.
31483         * iconv/iconvconfig.c (options): Likewise.
31485 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31487         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31488         implementation which is faster on all x86_64 architectures.
31489         Tested on AMD, Intel Nehalem, SNB, IVB.
31490         * sysdeps/x86_64/strnlen.S: Likewise.
31492         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31493         Remove all multiarch strlen and strnlen versions.
31494         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31495         Remove strlen and strnlen related parts.
31497         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31498         Inline strlen part.
31499         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31501         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31502         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31503         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31504         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31505         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31506         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31508 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31510         * manual/memory.texi (Malloc Tunable Parameters):
31511         Sort parameters alphabetically. Add comments for missing entries.
31513 2013-03-17  David S. Miller  <davem@davemloft.net>
31515         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31517 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31519         [BZ #15283]
31520         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31521         for arguments at most half maximum finite value.
31522         * math/libm-test.inc (j0_test): Add more tests.
31523         (j1_test): Likewise.
31524         (y0_test): Likewise.
31525         (y1_test): Likewise.
31526         * sysdeps/i386/fpu/libm-test-ulps: Update.
31527         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31529         [BZ #14155]
31530         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31531         1 / x and functions P and Q for arguments above 0x1p256L.
31532         (__ieee754_y0l): Likewise.
31533         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31534         (__ieee754_y1l): Likewise.
31535         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31536         (j1_test): Likewise.
31537         (y0_test): Likewise.
31538         (y1_test): Likewise.
31540 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31542         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31543         variable.
31545 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31547         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31548         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31549         zero since it's initialized to EXEC_PAGESIZE.
31551         * sysdeps/unix/sysv/linux/ldsodefs.h
31552         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31553         * sysdeps/generic/ldsodefs.h: ... here.
31555 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31557         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31559         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31560         math/test-snan.c.
31561         * math/test-snan.c: Renamed from
31562         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31563         * math/Makefile (tests): Add test-snan.
31564         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31565         test-powerpc-snan.
31567         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31568         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31569         functions.
31570         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31571         __builtin_nan family of functions.
31572         * math/libm-test.inc (initialize): Initialize qnan_value with
31573         __builtin_nan family of functions.
31574         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31575         Remove variables.
31576         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31577         Remove functions.
31578         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31579         storage class.  Initialize qNaN_var and sNaN_var with
31580         __builtin_nan and __builtin_nans families of functions,
31581         respectively.
31583         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31584         (sqrt_test): Remove duplicate test with qNaN input.
31585         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31586         (round_test, signbit_test, significand_test): Note missing +/-Inf
31587         as well as qNaN tests.
31589         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31590         qNaN_var.  Fix a few strings, too.
31591         * math/libm-test.inc (nan_value): Rename to qnan_value.
31592         * math/gen-libm-test.pl (%beautify): Adjust to that.
31593         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31594         * math/test-misc.c (main): Likewise.
31595         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31596         to __qnan_bytes, and __qnan_union, respectively.
31597         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31598         Likewise.
31599         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31600         and lqnanval, respectively.
31601         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31602         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31603         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31604         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31606         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31607         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31608         doubles.
31610         * math/test-misc.c (main): Fix copy'n'pastos.
31611         * misc/tst-efgcvt.c (special): Likewise.
31613         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31614         Remove declarations.
31616 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31618         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31619         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31620         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31621         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31623 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31625         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31626         macro to return vdso values correctly in IFUNC implementations.
31627         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31628         Optimization by using IFUNC.
31630 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31631             Richard Henderson  <rth@redhat.com>
31632             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31634         * Makefile.in (bench): New target.
31635         * NEWS: Mention the benchmark framework.
31636         * Rules (bench): Likewise.
31637         (binaries-bench): Generate binaries for functions to
31638         benchmark.
31639         * benchtests/Makefile: New makefile for benchmark tests.
31640         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31641         programs.
31642         * benchtests/exp-inputs: New input file for EXP function.
31643         * benchtests/pow-inputs: New input file for POW function.
31644         * scripts/bench.pl: New script to generate source files for
31645         benchmark programs.
31647 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31649         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31650         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31651         computations on mantissa.  Use macros for rounding and
31652         division.
31653         (denorm): Likewise.
31654         (__dbl_mp): Likewise.
31655         (add_magnitudes): Likewise.
31656         (sub_magnitudes): Likewise.
31657         (__mul): Likewise.
31658         (__sqr): Likewise.
31659         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31660         powers of two in terms of TWOPOW macro.
31661         (mp_no): Make type of mantissa as MANTISSA_T.
31662         [!RADIXI]: Define RADIXI.
31663         [!TWO52]: Define TWO52.
31664         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31666         * manual/nptl.texi (cindex): Modify threads to pthreads.
31668 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31670         * sysdeps/x86_64/preconfigure: Regenerated.
31672 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31674         [BZ #14155]
31675         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31676         0x1p28 and above.
31677         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31678         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31679         0x1p28 and above.
31680         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31681         * math/libm-test.inc (j0_test): Do not allow one spurious
31682         underflow exception.
31683         (y1_test): Likewise.
31685 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31687         * manual/Makefile (chapters): Add nptl.
31688         * manual/debug.texi (Debugging Support): Add link to Threads
31689         chapter.
31690         * manual/nptl.texi: New file.
31692         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31694 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31696         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31697         for non-NULL pointer before the memory validity test. Pointed
31698         out by Holger Brunck <holger.brunck@keymile.com>.
31700 2013-03-13  Andreas Schwab  <schwab@suse.de>
31702         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31703         instead of .os.
31705 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31707         * timezone/zic.c: Update from tzcode 2013b.
31709 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31711         * manual/install.texi (Configuring and compiling):
31712         Mention i686 and i586.
31713         * INSTALL: Regenerate.
31715 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31717         * sysdeps/init_array/elf-init.c: New file.
31718         * csu/elf-init.c
31719         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31720         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31722         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31723         __gmon_start__ as global, but as static with a .preinit_array pointer.
31724         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31725         * sysdeps/init_array/crti.S: New file, empty except for comments.
31726         * sysdeps/init_array/crtn.S: Likewise.
31728 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31730         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31731         definining bcopy.
31732         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31733         Remove Prefer_SSE_for_memop.
31734         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31735         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31736         HAS_PREFER_SSE_FOR_MEMOP.
31737         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31738         memset-x86-64.
31739         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31740         Remove bzero, memset ifunc support.
31741         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31742         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31743         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31744         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31746 2013-03-11  Andreas Schwab  <schwab@suse.de>
31748         [BZ #15234]
31749         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31750         by SHLIB_COMPAT.
31751         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31752         (GLIBC_2.16): Remove pthread_atfork.
31754 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31756         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31757         (ptestcases.h): Likewise.
31759 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31761         * Makeconfig ($(common-objpfx)config.status): Depend on
31762         sysdeps/*/preconfigure{,.in} too.
31764 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31766         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31767         (__free_hook): Use void * instead of __malloc_ptr_t.
31768         (__malloc_hook): Likewise.
31769         (__realloc_hook): Likewise.
31770         (__memalign_hook): Likewise.
31771         (__after_morecore_hook): Likewise.
31772         * malloc/arena.c (save_malloc_hook): Likewise.
31773         (save_free_hook): Likewise.
31774         * malloc/hooks.c (malloc_hook_ini): Likewise.
31775         (realloc_hook_ini): Likewise.
31776         (memalign_hook_ini): Likewise.
31777         * malloc/malloc.c (malloc_hook_ini): Likewise.
31778         (realloc_hook_ini): Likewise.
31779         (memalign_hook_ini): Likewise.
31780         (__free_hook): Likewise.
31781         (__malloc_hook): Likewise.
31782         (__realloc_hook): Likewise.
31783         (__memalign_hook): Likewise.
31784         (__libc_malloc): Likewise.
31785         (__libc_free): Likewise.
31786         (__libc_realloc): Likewise.
31787         (__libc_memalign): Likewise.
31788         (__libc_valloc): Likewise.
31789         (__libc_pvalloc): Likewise.
31790         (__libc_calloc): Likewise.
31791         (__posix_memalign): Likewise.
31792         * malloc/morecore.c (__sbrk): Likewise.
31793         (__default_morecore): Likewise.
31795         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31797         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31798         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31799         __malloc_ptrdiff_t.
31801         * malloc/malloc.h (__malloc_size_t): Remove macro.
31802         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31803         __malloc_size_t.
31804         (old_memalign_hook): Likewise.
31805         (old_realloc_hook): Likewise.
31806         (struct hdr): Likewise.
31807         (flood): Likewise.
31808         (mallochook): Likewise.
31809         (memalignhook): Likewise.
31810         (reallochook): Likewise.
31811         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31812         (tr_old_realloc_hook): Likewise.
31813         (tr_old_memalign_hook): Likewise.
31814         (tr_mallochook): Likewise.
31815         (tr_reallochook): Likewise.
31816         (tr_memalignhook): Likewise.
31818 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31820         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31821         default_ldbl_pack and using as default implementation.
31822         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31823         implementation.
31824         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31825         redundant definition.
31826         (ldbl_insert_mantissa): Likewise.
31827         (ldbl_canonicalize): Likewise.
31828         (ldbl_nearbyint): Likewise.
31829         (ldbl_pack): Rename to ldbl_pack_ppc.
31830         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31831         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31832         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31834 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31836         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31837         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31838         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31839         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31840         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31841         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31842         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31843         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31845 2013-03-07  Andreas Jaeger  <aj@suse.de>
31847         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31848         bits/mman-linux.h.
31850 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31852         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31853         Include mpa.h and declare __MPEXP.
31854         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31855         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31856         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31857         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31858         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31859         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31860         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31862         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31863         (__slowpow): Use long double EXPL and LOGL functions to
31864         compute POW.
31865         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31866         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31867         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31868         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31869         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31870         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31872         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31873         intermediate variable to calculate exponent.
31874         (__sqr): Likewise.
31875         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31876         Likewise.
31877         (__sqr): Likewise.
31879         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31880         [!NO__SQR]: Define __sqr.
31881         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31882         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31883         sysdeps/ieee754/dbl-64/mpa.c.
31884         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31886         [BZ #12723]
31887         * posix/Makefile (tests): Add tst-pathconf.
31888         * posix/tst-pathconf.c: New test case.
31889         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31890         _PC_PIPE_BUF.
31891         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31893 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31895         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31897 2013-03-06  Andreas Jaeger  <aj@suse.de>
31899         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31900         definition via __MAP_ANONYMOUS.
31902         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31903         it's not part of Linux headers.
31905         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31906         (MAP_HUGE_MASK): Define.
31908         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31909         Define.
31910         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31911         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31912         Define.
31913         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31914         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31915         Define.
31916         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31917         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31918         Define.
31919         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31921         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31922         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31923         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31924         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31925         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31926         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31928         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31929         Handle f2fs.
31931         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31932         Handle f2fs and efivarfs.
31934         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31935         f2fs.
31937         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31938         (EFIVARFS_MAGIC): Add.
31939         (F2FS_LINK_MAX): Add.
31941 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31943         * stdio-common/vfprintf.c: Replace __builtin_expect with
31944         __glibc_unlikely.
31946 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31948         [BZ #13550]
31949         * sysdeps/generic/bp-sym.h: Remove file.
31950         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31951         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31952         <bp-sym.h> and <bp-asm.h>.
31953         (__longjmp): Don't use BP_SYM.
31954         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31955         and <bp-asm.h>.
31956         (memcpy): Don't use BP_SYM.
31957         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31958         <bp-sym.h> and <bp-asm.h>.
31959         (memcpy): Don't use BP_SYM.
31960         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31961         <bp-asm.h>.
31962         (memcpy): Don't use BP_SYM.
31963         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31964         <bp-asm.h>.
31965         (memset): Don't use BP_SYM.
31966         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31967         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31968         (__bzero): Don't use BP_SYM.
31969         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31970         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31971         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31972         <bp-sym.h> and <bp-asm.h>.
31973         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31974         pointers.
31975         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31976         <bp-sym.h> and <bp-asm.h>.
31977         (memcpy): Don't use BP_SYM.
31978         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31979         <bp-sym.h> and <bp-asm.h>.
31980         (memset): Don't use BP_SYM.
31981         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31982         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31983         (__bzero): Don't use BP_SYM.
31984         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31985         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31986         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31987         <bp-sym.h> and <bp-asm.h>.
31988         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31989         pointers.
31990         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31991         <bp-sym.h> and <bp-asm.h>.
31992         (memcpy): Don't use BP_SYM.
31993         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31994         <bp-sym.h> and <bp-asm.h>.
31995         (memset): Don't use BP_SYM.
31996         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31997         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31998         (__bzero): Don't use BP_SYM.
31999         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32000         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32001         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
32002         <bp-sym.h> and <bp-asm.h>.
32003         (__memchr): Don't use BP_SYM.
32004         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
32005         <bp-sym.h> and <bp-asm.h>.
32006         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32007         pointers.
32008         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
32009         <bp-sym.h> and <bp-asm.h>.
32010         (memcpy): Don't use BP_SYM.
32011         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
32012         <bp-sym.h> and <bp-asm.h>.
32013         (__mempcpy): Don't use BP_SYM.
32014         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
32015         <bp-sym.h> and <bp-asm.h>.
32016         (__memrchr): Don't use BP_SYM.
32017         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
32018         <bp-sym.h> and <bp-asm.h>.
32019         (memset): Don't use BP_SYM.
32020         (__bzero): Likewise.
32021         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
32022         <bp-sym.h> and <bp-asm.h>.
32023         (__rawmemchr): Don't use BP_SYM.
32024         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
32025         <bp-sym.h> and <bp-asm.h>.
32026         (__STRCMP): Don't use BP_SYM.
32027         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
32028         <bp-sym.h> and <bp-asm.h>.
32029         (strchr): Don't use BP_SYM.
32030         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
32031         <bp-sym.h> and <bp-asm.h>.
32032         (__strchrnul): Don't use BP_SYM.
32033         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
32034         <bp-sym.h> and <bp-asm.h>.
32035         (strlen): Don't use BP_SYM.
32036         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
32037         <bp-sym.h> and <bp-asm.h>.
32038         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32039         pointers.
32040         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
32041         <bp-sym.h> and <bp-asm.h>.
32042         (__strnlen): Don't use BP_SYM.
32043         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
32044         <bp-sym.h> and <bp-asm.h>.
32045         (__GI__setjmp): Don't use BP_SYM.
32046         (_setjmp): Likewise.
32047         (__sigsetjmp): Likewise.
32048         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
32049         (L(start_addresses)): Don't use BP_SYM.
32050         (_start): Likewise.
32051         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
32052         <bp-asm.h>.
32053         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
32054         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
32055         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32056         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32057         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
32058         <bp-asm.h>.
32059         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
32060         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
32061         about bounded pointers.
32062         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32063         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32064         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
32065         <bp-asm.h>.
32066         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32067         about bounded pointers.  Remove GKM FIXME comments.
32068         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32069         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32070         <bp-asm.h>.
32071         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32072         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
32073         Remove GKM FIXME comments.
32074         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32075         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32076         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32077         <bp-asm.h>.
32078         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32079         about bounded pointers.  Remove GKM FIXME comment.
32080         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32081         and <bp-asm.h>.
32082         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32083         pointers.
32084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
32085         <bp-sym.h> and <bp-asm.h>.
32086         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
32088         <bp-sym.h> and <bp-asm.h>.
32089         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32090         comment.
32092 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
32094         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
32095         call free(NULL).
32097 2013-03-05  David S. Miller  <davem@davemloft.net>
32099         * po/es.po: Update from translation team.
32101 2013-03-05  Andreas Jaeger  <aj@suse.de>
32103         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
32104         <bits/mman-linux.h>.
32105         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32106         is fine.
32107         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
32108         <bits/mman-linux.h> to end of file.
32109         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32110         is fine.
32111         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
32112         <bits/mman-linux.h> to end of file.
32113         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32114         is fine.
32115         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
32116         <bits/mman-linux.h> to end of file.
32118         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
32119         (MCL_CURRENT, MCL_FUTURE): Define here.
32121 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32123         [BZ #15232]
32124         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
32125         attribute_hidden.
32126         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32128 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32130         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
32131         fourth parameter needed for rt_sigprocmask syscall.
32132         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
32133         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
32134         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
32135         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
32136         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
32137         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
32139 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
32141         [BZ #13550]
32142         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
32143         comment about bounded pointers.
32144         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
32145         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
32147 2013-03-04  Andreas Jaeger  <aj@suse.de>
32149         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
32150         common definitions.
32152         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
32153         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
32154         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
32155         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
32156         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
32157         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
32159 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32161         [BZ #15055]
32162         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
32163         __ieee754_sqrl instead of __sqrl.
32165 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
32167         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
32168         * sysdeps/powerpc/fpu_control.h: ... here.
32169         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
32170         * sysdeps/powerpc/bits/fenvinline.h: ... here.
32171         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
32172         * sysdeps/powerpc/bits/mathinline.h: ... here.
32174 2013-03-01  Roland McGrath  <roland@hack.frob.com>
32176         * elf/dl-hwcaps.c (_dl_important_hwcaps):
32177         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
32178         to just [NEED_DL_SYSINFO_DSO].
32179         * elf/dl-support.c: Likewise.
32180         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
32181         * elf/rtld.c (dl_main): Likewise.
32182         * elf/setup-vdso.h (setup_vdso): Likewise.
32183         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32184         * sysdeps/unix/sysv/linux/dl-sysdep.c
32185         (_dl_discover_osversion): Likewise.
32187 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
32189         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32190         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32192 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32194         * NEWS: Mention libm performance improvements and non-x86 PI
32195         futex support.
32197         * csu/libc-start.c (__pthread_initialize_minimal): Change
32198         function arguments.
32199         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32201 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
32203         [BZ #13550]
32204         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32205         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32206         <bp-sym.h> and <bp-asm.h>.
32207         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32208         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32209         and <bp-asm.h>.
32210         (memcpy): Don't use BP_SYM.
32211         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32212         <bp-asm.h>.
32213         (__mpn_add_n): Don't use BP_SYM.
32214         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32215         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32216         and <bp-asm.h>.
32217         (__mpn_addmul_1): Don't use BP_SYM.
32218         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32219         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32220         <bp-sym.h>.
32221         (_setjmp): Don't use BP_SYM.
32222         (__novmx_setjmp): Likewise.
32223         (__GI__setjmp): Likewise.
32224         (__vmx_setjmp): Likewise.
32225         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32226         <bp-sym.h>.
32227         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32228         (__bzero): Don't use BP_SYM.
32229         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32230         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32231         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32232         <bp-sym.h> and <bp-asm.h>.
32233         (memcpy): Don't use BP_SYM.
32234         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32235         <bp-sym.h> and <bp-asm.h>.
32236         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32237         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32238         <bp-sym.h> and <bp-asm.h>.
32239         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32240         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32241         <bp-asm.h>.
32242         (__mpn_lshift): Don't use BP_SYM.
32243         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32244         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32245         <bp-asm.h>.
32246         (memset): Don't use BP_SYM.
32247         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32248         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32249         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32250         <bp-asm.h>.
32251         (__mpn_mul_1): Don't use BP_SYM.
32252         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32253         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32254         <bp-sym.h> and <bp-asm.h>.
32255         (memcmp): Don't use BP_SYM.
32256         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32257         <bp-sym.h> and <bp-asm.h>.
32258         (memcpy): Don't use BP_SYM.
32259         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32260         <bp-sym.h> and <bp-asm.h>.
32261         (memset): Don't use BP_SYM.
32262         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32263         <bp-sym.h> and <bp-asm.h>.
32264         (strncmp): Don't use BP_SYM.
32265         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32266         <bp-sym.h> and <bp-asm.h>.
32267         (memcpy): Don't use BP_SYM.
32268         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32269         <bp-sym.h> and <bp-asm.h>.
32270         (memset): Don't use BP_SYM.
32271         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32272         <bp-sym.h> and <bp-asm.h>.
32273         (__memchr): Don't use BP_SYM.
32274         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32275         <bp-sym.h> and <bp-asm.h>.
32276         (memcmp): Don't use BP_SYM.
32277         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32278         <bp-sym.h> and <bp-asm.h>.
32279         (memcpy): Don't use BP_SYM.
32280         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32281         <bp-sym.h> and <bp-asm.h>.
32282         (__mempcpy): Don't use BP_SYM.
32283         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32284         <bp-sym.h> and <bp-asm.h>.
32285         (__memrchr): Don't use BP_SYM.
32286         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32287         <bp-sym.h> and <bp-asm.h>.
32288         (memset): Don't use BP_SYM.
32289         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32290         <bp-sym.h> and <bp-asm.h>.
32291         (__rawmemchr): Don't use BP_SYM.
32292         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32293         <bp-sym.h> and <bp-asm.h>.
32294         (__STRCMP): Don't use BP_SYM.
32295         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32296         <bp-sym.h> and <bp-asm.h>.
32297         (strchr): Don't use BP_SYM.
32298         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32299         <bp-sym.h> and <bp-asm.h>.
32300         (__strchrnul): Don't use BP_SYM.
32301         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32302         <bp-sym.h> and <bp-asm.h>.
32303         (strlen): Don't use BP_SYM.
32304         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32305         <bp-sym.h> and <bp-asm.h>.
32306         (strncmp): Don't use BP_SYM.
32307         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32308         <bp-sym.h> and <bp-asm.h>.
32309         (__strnlen): Don't use BP_SYM.
32310         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32311         <bp-asm.h>.
32312         (__mpn_rshift): Don't use BP_SYM.
32313         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32314         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32315         <bp-sym.h> and <bp-asm.h>.
32316         (__sigsetjmp): Don't use BP_SYM.
32317         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32318         (L(start_addresses)): Don't use BP_SYM.
32319         (_start): Likewise.
32320         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32321         <bp-asm.h>.
32322         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32323         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32324         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32325         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32326         <bp-asm.h>.
32327         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32328         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32329         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32330         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32331         <bp-asm.h>.
32332         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32333         comments.
32334         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32335         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32336         <bp-asm.h>.
32337         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32338         FIXME comments.
32339         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32340         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32341         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32342         <bp-asm.h>.
32343         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32344         comment.
32345         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32346         and <bp-asm.h>.
32347         (strncmp): Don't use BP_SYM,
32348         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32349         <bp-asm.h>.
32350         (__mpn_sub_n): Don't use BP_SYM.
32351         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32352         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32353         and <bp-asm.h>.
32354         (__mpn_submul_1): Don't use BP_SYM.
32355         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32357         <bp-sym.h> and <bp-asm.h>.
32358         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32360         <bp-sym.h> and <bp-asm.h>.
32361         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32362         comment.
32364 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32366         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32367         Use ZK to minimize writes to Z.
32368         (sub_magnitudes): Simplify code a bit.
32369         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32370         Use ZK to minimize writes to Z.
32371         (sub_magnitudes): Simplify code a bit.
32373 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32375         * csu/gmon-start.c: Add special exception to license text.
32377 2013-02-27  Richard Henderson  <rth@redhat.com>
32379         * scripts/config.guess: Update from config.git.
32380         * scripts/config.sub: Likewise.
32382 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32384         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32386         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32388         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32390         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32392         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32394 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32396         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32397         [$(build-shared = yes].
32399 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32401         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32402         (__mul): Reduce iterations for calculating mantissa.
32404         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32405         MPTWO.
32406         (__mpranred): Likewise.
32408         [BZ #15160]
32409         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32410         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32412 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32414         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32415         Define __attribute__.
32417 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32419         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32420         unused.
32421         * posix/regex_internal.h (__attribute): Remove.
32422         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32423         (re_string_context_at): Likewise.
32424         (bitset_not): Use __attribute__ and mark function as possibly
32425         unused.
32426         (bitset_merge): Likewise.
32427         (bitset_mask): Likewise.
32428         (re_string_char_size_at): Likewise.
32429         (re_string_wchar_at): Likewise.
32430         (re_string_elem_size_at): Likewise.
32432 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32434         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32435         code.
32436         (cc32): Likewise.
32438         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32439         (__acr): Likewise.
32440         (__cpy): Likewise.
32441         (norm): Likewise.
32442         (denorm): Likewise.
32443         (__dbl_mp): Likewise.
32444         (add_magnitudes): Likewise.
32445         (sub_magnitudes): Likewise.
32446         (__mul): Likewise.
32447         (__inv): Likewise.
32449         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32450         style.
32452         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32453         style.
32455         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32456         code.
32458         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32459         up changes with default code.
32460         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32461         Likewise.
32463 2013-02-24  Allan McRae  <allan@archlinux.org>
32465         * manual/socket.texi (The Internet Namespace): Order menu items
32466         to match that in the file.
32468         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32469         node listing of the info page menu.
32471 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32473         [BZ #13550]
32474         * sysdeps/i386/bp-asm.h: Remove file.
32475         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32476         (PARMS): Do not use macros from bp-asm.h.
32477         (S1): Likewise.
32478         (S2): Likewise.
32479         (SIZE): Likewise.
32480         (__mpn_add_n): Do not use BP_SYM
32481         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32482         "bp-asm.h".
32483         (PARMS): Do not use macros from bp-asm.h.
32484         (S1): Likewise.
32485         (SIZE): Likewise.
32486         (__mpn_addmul_1): Do not use BP_SYM
32487         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32488         "bp-asm.h".
32489         (PARMS): Do not use macros from bp-asm.h.
32490         (SIGMSK): Likewise.
32491         (_setjmp): Likewise.  Do not use BP_SYM.
32492         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32493         "bp-asm.h".
32494         (PARMS): Do not use macros from bp-asm.h.
32495         (SIGMSK): Likewise.
32496         (setjmp): Likewise.  Do not use BP_SYM.
32497         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32498         "bp-asm.h".
32499         (PARMS): Do not use macros from bp-asm.h.
32500         (__frexp): Do not use BP_SYM.
32501         (frexp): Likewise.
32502         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32503         "bp-asm.h".
32504         (PARMS): Do not use macros from bp-asm.h.
32505         (__frexpf): Do not use BP_SYM.
32506         (frexpf): Likewise.
32507         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32508         "bp-asm.h".
32509         (PARMS): Do not use macros from bp-asm.h.
32510         (__frexpl): Do not use BP_SYM.
32511         (frexpl): Likewise.
32512         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32513         "bp-asm.h".
32514         (PARMS): Do not use macros from bp-asm.h.
32515         (__remquo): Do not use BP_SYM.
32516         (remquo): Likewise.
32517         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32518         "bp-asm.h".
32519         (PARMS): Do not use macros from bp-asm.h.
32520         (__remquof): Do not use BP_SYM.
32521         (remquof): Likewise.
32522         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32523         "bp-asm.h".
32524         (PARMS): Do not use macros from bp-asm.h.
32525         (__remquol): Do not use BP_SYM.
32526         (remquol): Likewise.
32527         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32528         "bp-asm.h".
32529         (PARMS): Do not use macros from bp-asm.h.
32530         (DEST): Likewise.
32531         (SRC): Likewise.
32532         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32533         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32534         "bp-asm.h".
32535         (PARMS): Do not use macros from bp-asm.h.
32536         (strlen): Do not use BP_SYM.
32537         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32538         "bp-asm.h".
32539         (PARMS): Do not use macros from bp-asm.h.
32540         (S1): Likewise.
32541         (S2): Likewise.
32542         (SIZE): Likewise.
32543         (__mpn_add_n): Do not use BP_SYM.
32544         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32545         "bp-asm.h".
32546         (PARMS): Do not use macros from bp-asm.h.
32547         (S1): Likewise.
32548         (SIZE): Likewise.
32549         (__mpn_addmul_1): Do not use BP_SYM.
32550         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32551         weak_alias.
32552         (bzero): Likewise.
32553         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32554         "bp-asm.h".
32555         (PARMS): Do not use macros from bp-asm.h.
32556         (S): Likewise.
32557         (SIZE): Likewise.
32558         (__mpn_lshift): Do not use BP_SYM.
32559         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32560         "bp-asm.h".
32561         (PARMS): Do not use macros from bp-asm.h.
32562         (DEST): Likewise.
32563         (SRC): Likewise.
32564         (LEN): Likewise.
32565         (memcpy): Likewise.  Do not use BP_SYM.
32566         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32567         libc_hidden_def and weak_alias.
32568         (mempcpy): Do not use BP_SYM in weak_alias.
32569         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32570         "bp-asm.h".
32571         (PARMS): Do not use macros from bp-asm.h.
32572         (DEST): Likewise.
32573         (LEN): Likewise.
32574         [!BZERO_P] (CHR): Likewise.
32575         (memset): Likewise.  Do not use BP_SYM.
32576         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32577         "bp-asm.h".
32578         (PARMS): Do not use macros from bp-asm.h.
32579         (S1): Likewise.
32580         (SIZE): Likewise.
32581         (__mpn_mul_1): Do not use BP_SYM.
32582         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32583         "bp-asm.h".
32584         (PARMS): Do not use macros from bp-asm.h.
32585         (S): Likewise.
32586         (SIZE): Likewise.
32587         (__mpn_rshift): Do not use BP_SYM.
32588         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32589         "bp-asm.h".
32590         (PARMS): Do not use macros from bp-asm.h.
32591         (STR): Likewise.
32592         (CHR): Likewise.
32593         (strchr): Likewise.  Do not use BP_SYM.
32594         (index): Do not use BP_SYM in weak_alias.
32595         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32596         "bp-asm.h".
32597         (PARMS): Do not use macros from bp-asm.h.
32598         (DEST): Likewise.
32599         (SRC): Likewise.
32600         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32601         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32602         "bp-asm.h".
32603         (PARMS): Do not use macros from bp-asm.h.
32604         (strlen): Do not use BP_SYM.
32605         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32606         "bp-asm.h".
32607         (PARMS): Do not use macros from bp-asm.h.
32608         (S1): Likewise.
32609         (S2): Likewise.
32610         (SIZE): Likewise.
32611         (__mpn_sub_n): Do not use BP_SYM.
32612         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32613         "bp-asm.h".
32614         (PARMS): Do not use macros from bp-asm.h.
32615         (S1): Likewise.
32616         (SIZE): Likewise.
32617         (__mpn_submul_1): Do not use BP_SYM.
32618         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32619         "bp-asm.h".
32620         (PARMS): Do not use macros from bp-asm.h.
32621         (S1): Likewise.
32622         (S2): Likewise.
32623         (SIZE): Likewise.
32624         (__mpn_add_n): Do not use BP_SYM.
32625         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32626         weak_alias.
32627         (bzero): Likewise.
32628         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32629         "bp-asm.h".
32630         (PARMS): Do not use macros from bp-asm.h.
32631         (BLK2): Likewise.
32632         (LEN): Likewise.
32633         (memcmp): Do not use BP_SYM.
32634         (bcmp): Do not use BP_SYM in weak_alias.
32635         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32636         "bp-asm.h".
32637         (PARMS): Do not use macros from bp-asm.h.
32638         (DEST): Likewise.
32639         (SRC): Likewise.
32640         (LEN): Likewise.
32641         (memcpy): Likewise.  Do not use BP_SYM.
32642         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32643         "bp-asm.h".
32644         (PARMS): Do not use macros from bp-asm.h.
32645         (DEST): Likewise.
32646         (SRC): Likewise.
32647         (LEN): Likewise.
32648         (memmove): Likewise.  Do not use BP_SYM.
32649         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32650         "bp-asm.h".
32651         (PARMS): Do not use macros from bp-asm.h.
32652         (DEST): Likewise.
32653         (SRC): Likewise.
32654         (LEN): Likewise.
32655         (__mempcpy): Likewise.  Do not use BP_SYM.
32656         (mempcpy): Do not use BP_SYM in weak_alias.
32657         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32658         "bp-asm.h".
32659         (PARMS): Do not use macros from bp-asm.h.
32660         (DEST): Likewise.
32661         (LEN): Likewise.
32662         [!BZERO_P] (CHR): Likewise.
32663         (memset): Likewise.  Do not use BP_SYM.
32664         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32665         "bp-asm.h".
32666         (PARMS): Do not use macros from bp-asm.h.
32667         (STR2): Likewise.
32668         (strcmp): Do not use BP_SYM.
32669         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32670         "bp-asm.h".
32671         (PARMS): Do not use macros from bp-asm.h.
32672         (STR): Likewise.
32673         (DELIM): Likewise.
32674         [USE_AS_STRTOK_R] (SAVE): Likewise.
32675         (FUNCTION): Likewise.  Do not use BP_SYM.
32676         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32677         aliases.
32678         (strtok_r): Likewise.
32679         (__GI___strtok_r): Likewise.
32680         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32681         (PARMS): Do not use macros from bp-asm.h.
32682         (S): Likewise.
32683         (SIZE): Likewise.
32684         (__mpn_lshift): Do not use BP_SYM.
32685         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32686         (PARMS): Do not use macros from bp-asm.h.
32687         (STR): Likewise.
32688         (CHR): Likewise.
32689         (__memchr): Do not use BP_SYM.
32690         (memchr): Do not use BP_SYM in weak_alias.
32691         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32692         (PARMS): Do not use macros from bp-asm.h.
32693         (BLK2): Likewise.
32694         (LEN): Likewise.
32695         (memcmp): Do not use BP_SYM.
32696         (bcmp): Do not use BP_SYM in weak_alias.
32697         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32698         (PARMS): Do not use macros from bp-asm.h.
32699         (S1): Likewise.
32700         (SIZE): Likewise.
32701         (__mpn_mul_1): Do not use BP_SYM.
32702         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32703         "bp-asm.h".
32704         (PARMS): Do not use macros from bp-asm.h.
32705         (STR): Likewise.
32706         (CHR): Likewise.
32707         (__rawmemchr): Do not use BP_SYM.
32708         (rawmemchr): Do not use BP_SYM in weak_alias.
32709         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32710         (PARMS): Do not use macros from bp-asm.h.
32711         (S): Likewise.
32712         (SIZE): Likewise.
32713         (__mpn_rshift): Do not use BP_SYM.
32714         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32715         (PARMS): Do not use macros from bp-asm.h.
32716         (SIGMSK): Likewise.
32717         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32718         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32719         (_start): Do not use BP_SYM.
32720         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32721         (PARMS): Do not use macros from bp-asm.h.
32722         (DEST): Likewise.
32723         (SRC): Likewise.
32724         (__stpcpy): Likewise.  Do not use BP_SYM.
32725         (stpcpy): Do not use BP_SYM in weak_alias.
32726         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32727         "bp-asm.h".
32728         (PARMS): Do not use macros from bp-asm.h.
32729         (DEST): Likewise.
32730         (SRC): Likewise.
32731         (LEN): Likewise.
32732         (__stpncpy): Likewise.  Do not use BP_SYM.
32733         (stpncpy): Do not use BP_SYM in weak_alias.
32734         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32735         (PARMS): Do not use macros from bp-asm.h.
32736         (STR): Likewise.
32737         (CHR): Likewise.
32738         (strchr): Likewise.  Do not use BP_SYM.
32739         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32740         "bp-asm.h".
32741         (PARMS): Do not use macros from bp-asm.h.
32742         (STR): Likewise.
32743         (CHR): Likewise.
32744         (__strchrnul): Likewise.  Do not use BP_SYM.
32745         (strchrnul): Do not use BP_SYM in weak_alias.
32746         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32747         "bp-asm.h".
32748         (PARMS): Do not use macros from bp-asm.h.
32749         (STOP): Likewise.
32750         (strcspn): Do not use BP_SYM.
32751         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32752         "bp-asm.h".
32753         (PARMS): Do not use macros from bp-asm.h.
32754         (STR): Likewise.
32755         (STOP): Likewise.
32756         (strpbrk): Likewise.  Do not use BP_SYM.
32757         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32758         "bp-asm.h".
32759         (PARMS): Do not use macros from bp-asm.h.
32760         (STR): Likewise.
32761         (CHR): Likewise.
32762         (strrchr): Likewise.  Do not use BP_SYM.
32763         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32764         (PARMS): Do not use macros from bp-asm.h.
32765         (SKIP): Likewise.
32766         (strspn): Do not use BP_SYM.
32767         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32768         (PARMS): Do not use macros from bp-asm.h.
32769         (STR): Likewise.
32770         (DELIM): Likewise.
32771         (SAVE): Likewise.
32772         (FUNCTION): Likewise.  Do not use BP_SYM.
32773         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32774         aliases.
32775         (strtok_r): Likewise.
32776         (__GI___strtok_r): Likewise.
32777         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32778         (PARMS): Do not use macros from bp-asm.h.
32779         (S1): Likewise.
32780         (S2): Likewise.
32781         (SIZE): Likewise.
32782         (__mpn_sub_n): Do not use BP_SYM.
32783         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32784         "bp-asm.h".
32785         (PARMS): Do not use macros from bp-asm.h.
32786         (S1): Likewise.
32787         (SIZE): Likewise.
32788         (__mpn_submul_1): Do not use BP_SYM.
32789         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32790         <bp-sym.h>.
32791         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32792         and <bp-asm.h>.
32793         (PARMS): Do not use macros from bp-asm.h.
32794         (FLAGS): Likewise.
32795         (PTID): Likewise.
32796         (TLS): Likewise.
32797         (CTID): Likewise.
32798         (__clone): Do not use BP_SYM.
32799         (clone): Do not use BP_SYM in weak_alias.
32800         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32801         and <bp-asm.h>.
32802         (PARMS): Do not use macros from bp-asm.h.
32803         (LEN): Likewise.
32804         (__mmap64): Do not use BP_SYM.
32805         (mmap64): Do not use BP_SYM in weak_alias.
32806         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32807         <bp-sym.h> and <bp-asm.h>.
32808         (PARMS): Do not use macros from bp-asm.h.
32809         (__posix_fadvise64_l64): Do not use BP_SYM.
32810         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32811         (PARMS): Do not use macros from bp-asm.h.
32812         (NSOPS): Likewise.
32813         (semtimedop): Do not use BP_SYM.
32814         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32815         and <bp-asm.h>.
32817 2013-02-21  Allan McRae  <allan@archlinux.org>
32819         * manual/message.texi (Charset conversion in gettext):
32820         Move @end statement to beginning of line.
32822 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32824         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32825         static.
32826         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32827         Likewise.
32829         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32830         (denorm): Likewise.
32831         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32832         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32834 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32836         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32837         tail-call to the resolved function if pltexit isn't needed.
32839 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32841         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32842         or Y being zero as being unlikely.
32843         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32844         Likewise.
32846 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32848         * manual/nss.texi (System Databases and Name Service Switch):
32849         Remove frobnicate @pxref.
32851 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32853         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32854         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32856 2013-02-20  Petr Machata  <pmachata@redhat.com>
32858         * elf/elf.h (R_ARM_TARGET1): New macro.
32859         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32860         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32861         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32862         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32863         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32864         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32865         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32866         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32867         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32868         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32869         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32870         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32871         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32872         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32873         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32874         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32875         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32876         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32877         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32878         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32879         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32880         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32881         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32882         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32883         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32884         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32885         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32886         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32887         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32888         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32889         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32890         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32891         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32892         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32893         (R_ARM_THM_GOT_BREL12): Likewise.
32894         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32895         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32896         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32897         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32898         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32899         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32900         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32901         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32902         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32904 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32906         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32907         __attribute_used__ to __attribute__ ((unused)).
32909 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32911         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32912         powerpc mpa.c.
32913         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32914         comment formatting.
32915         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32917 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32919         [BZ #13550]
32920         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32921         Remove macro.
32922         (ENTER): Remove both macro definitions.
32923         (LEAVE): Likewise.
32924         (CHECK_BOUNDS_LOW): Likewise.
32925         (CHECK_BOUNDS_HIGH): Likewise.
32926         (CHECK_BOUNDS_BOTH): Likewise.
32927         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32928         (RETURN_BOUNDED_POINTER): Likewise.
32929         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32930         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32931         (POP_ERRNO_LOCATION_RETURN): Likewise.
32932         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32933         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32934         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32935         macros.
32936         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32937         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32938         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32939         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32940         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32941         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32942         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32943         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32944         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32945         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32946         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32947         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32948         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32949         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32950         removed macros.
32951         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32952         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32953         macros.
32954         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32955         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32956         * sysdeps/i386/i586/memset.S (memset): Likewise.
32957         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32958         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32959         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32960         macros.
32961         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32962         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32963         Change uses of L(2) to L(out).
32964         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32965         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32966         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32967         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32968         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32969         removed macros.
32970         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32971         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32972         macros.
32973         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32974         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32975         (RETURN): Do not use macro LEAVE.
32976         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32977         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32978         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32979         * sysdeps/i386/i686/memset.S (memset): Likewise.
32980         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32981         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32982         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32983         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32984         Likewise.
32985         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32986         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32987         L(1_2) and L(1_3) into L(1).
32988         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32989         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32990         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32991         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32992         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32993         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32994         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32995         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32996         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32997         macros.
32998         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32999         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33000         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
33001         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
33002         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
33003         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33004         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
33005         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
33006         * sysdeps/i386/strcspn.S (strcspn): Likewise.
33007         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
33008         * sysdeps/i386/strrchr.S (strrchr): Likewise.
33009         * sysdeps/i386/strspn.S (strspn): Likewise.
33010         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
33011         conditional code.
33012         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33013         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
33014         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33015         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
33016         L(1_3) into L(1_1).
33017         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
33018         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33019         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
33020         macros.
33021         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33023 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
33025         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
33026         macro.
33028 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33030         * math/atest-exp.c (exp_mpn): Remove ROUND.
33031         * math/atest-exp2.c (exp_mpn): Likewise.
33032         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
33034         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
33035         * stdlib/tst-tls-atexit-lib.c: Likewise.
33036         * stdlib/tst-tls-atexit.c: Likewise.
33038 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33040         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
33041         and __attribute_alloc_size__.
33043 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33045         * include/programs/xmalloc.h: Change __attribute_alloc_size to
33046         __attribute_alloc_size__.
33047         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
33048         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
33050 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33052         * include/programs/xmalloc.h: New file.
33053         * catgets/gencat.c: Include it.
33054         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
33055         * elf/pldd.c: Likewise.
33056         * iconv/iconv_charmap.c: Likewise.
33057         * iconv/iconvconfig.c: Likewise.
33058         * iconv/strtab.c: Likewise.
33059         * locale/programs/locale.c: Likewise.
33060         * locale/programs/localedef.h: Likewise.
33061         * locale/programs/simple-hash.c: Likewise.
33062         * nscd/nscd.h: Likewise.
33063         * nss/makedb.c: Likewise.
33064         * sysdeps/generic/ldconfig.h: Likewise.
33066 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33068         * Versions.def: Add GLIBC_2.18.
33069         * include/link.h (struct link_map): New member l_tls_dtor_count.
33070         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33071         (__call_tls_dtors): Likewise.
33072         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33073         __cxa_thread_atexit_impl.
33074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33075         Likewise.
33076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33077         Likewise.
33078         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33079         Likewise.
33080         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33081         Likewise.
33082         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
33084         Likewise.
33085         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
33086         Likewise.
33087         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33088         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33089         Likewise.
33090         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
33091         (tests): Add test case tst-tls-atexit.
33092         (modules-names): Add shared library for tst-tls-atexit.
33093         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
33094         (GLIBC_PRIVATE): Add __call_tls_dtors.
33095         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
33096         for libstdc++.
33097         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
33098         * stdlib/tst-tls-atexit.c: New test case.
33099         * stdlib/tst-tls-atexit-lib.c: New test case.
33101         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
33103         * elf/Versions (ld): Add _dl_find_dso_for_object.
33104         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
33105         * elf/dl-open.c (_dl_find_dso_for_object): New function.
33106         (dl_open_worker): Use _dl_find_dso_for_object.
33107         * elf/dl-sym.c (do_sym): Likewise.
33108         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
33110 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33112         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
33113         Syntactic changes only.
33114         (_dl_runtime_profile): Do a tail-call to the resolved function.
33116 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
33118         [BZ #13550]
33119         * sysdeps/x86_64/bp-asm.h: Remove file.
33120         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
33121         <bp-sym.h> and <bp-asm.h>.
33122         (__clone): Do not use BP_SYM.
33123         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
33124         <bp-sym.h> and <bp-asm.h>.
33125         * sysdeps/unix/x86_64/sysdep.S: Likewise.
33126         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
33127         "bp-asm.h".
33128         (_setjmp): Do not use BP_SYM.
33129         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
33130         "bp-asm.h".
33131         (setjmp): Do not use BP_SYM.
33132         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
33133         libc_hidden_def.
33134         (mempcpy): Do not use BP_SYM in weak_alias.
33135         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
33136         "bp-asm.h".
33137         (strchr): Do not use BP_SYM.
33138         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
33139         "bp-asm.h".
33140         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
33141         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
33142         (_start): Do not use BP_SYM.
33143         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
33144         "bp-asm.h".
33145         (strcat): Do not use BP_SYM.
33146         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
33147         "bp-asm.h".
33148         (STRCMP): Do not use BP_SYM.
33149         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
33150         "bp-asm.h".
33151         (STRCPY): Do not use BP_SYM.
33152         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
33153         "bp-asm.h".
33154         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
33155         "bp-asm.h".
33156         (FUNCTION): Do not use BP_SYM.
33157         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
33158         weak_alias.
33159         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
33161 2013-02-17  Andreas Jaeger  <aj@suse.de>
33163         * time/Versions: Sort entries.
33164         * string/Versions: Likewise.
33165         * resolv/Versions: Likewise.
33166         * posix/Versions: Likewise.
33167         * iconv/Versions: Likewise.
33168         * elf/Versions: Likewise.
33169         * wcsmbs/Versions: Likewise.
33171 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33173         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
33174         loop termination condition.
33176         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
33177         variable to calculate EZ.
33178         (__sqr): Likewise.
33180         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
33181         the lower precision input.
33183 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
33185         [BZ #13550]
33186         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33187         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33188         (run-via-rtld-prefix): Do not handle %-bp tests.
33189         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33190         (all-object-suffixes): Remove .ob.
33191         (bppfx): Remove variable.
33192         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33193         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33194         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33195         [$(build-bounded) = yes] (libtype.ob): Likewise.
33196         * Makerules (elide-routines.ob): Remove variable.
33197         (do-tests-clean): Do not handle *-bp.out.
33198         (common-mostlyclean): Do not handle *-bp and *-bp.out.
33199         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33200         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33201         (tests): Do not include $(tests-bp.out).
33202         (xtests): Do not include $(xtests-bp.out).
33203         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33204         [$(build-bounded) = yes] ($(addprefix
33205         $(objpfx),$(binaries-bounded))): Remove rule.
33206         ($(objpfx)%-bp.out): Remove rule.
33207         * config.make.in (build-bounded): Remove variable.
33208         * crypt/Makefile [$(build-bounded) = yes]
33209         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33210         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33211         append to variable.
33212         [$(build-bounded) = yes] (install-lib): Likewise.
33213         [$(build-bounded) = yes] (generated): Likewise.
33214         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33215         Remove rule.
33216         * intl/Makefile [$(build-bounded) = yes]
33217         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33218         * math/Makefile [$(build-bounded) = yes]
33219         ($(tests:%=$(objpfx)%-bp): Likewise.
33220         * misc/Makefile [$(build-bounded) = yes]
33221         ($(objpfx)tst-tsearch-bp): Likewise.
33222         * nptl/Makeconfig (bounded-thread-library): Remove variable.
33223         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33224         Remove dependency.
33225         * string/Makefile (o-objects.ob): Remove variable.
33226         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33227         (CFLAGS-.ob): Remove variable.
33228         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33229         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33230         both definitions of variable.
33231         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33232         (ASFLAGS-.ob): Remove variable.
33234 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
33236         [BZ #13550]
33237         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33238         Remove __BOUNDED_POINTERS__ from condition.
33239         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33240         * string/bits/string2.h [!__NO_STRING_INLINES &&
33241         !__BOUNDED_POINTERS__]: Likewise.
33242         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33243         Likewise.
33244         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33245         Remove conditional code.
33246         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33247         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33248         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33249         condition.
33251         [BZ #13550]
33252         * csu/libc-start.c: Do not include <bp-sym.h>.
33253         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33254         * elf/dl-open.c: Do not include <bp-sym.h>.
33255         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33256         * math/fegetenv.c: Do not include <bp-sym.h>.
33257         (fegetenv): Do not use BP_SYM in versioned symbols.
33258         * nptl/sysdeps/pthread/bits/libc-lockP.h
33259         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33260         <bp-sym.h>.
33261         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33262         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33263         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33264         (__pthread_mutex_destroy): Likewise.
33265         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33266         (__pthread_mutex_lock): Likewise.
33267         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33268         (__pthread_mutex_trylock): Likewise.
33269         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33270         (__pthread_mutex_unlock): Likewise.
33271         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33272         (__pthread_mutexattr_init): Likewise.
33273         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33274         (__pthread_mutexattr_destroy): Likewise.
33275         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33276         (__pthread_mutexattr_settype): Likewise.
33277         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33278         (__pthread_rwlock_init): Likewise.
33279         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33280         (__pthread_rwlock_destroy): Likewise.
33281         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33282         (__pthread_rwlock_rdlock): Likewise.
33283         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33284         (__pthread_rwlock_tryrdlock): Likewise.
33285         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33286         (__pthread_rwlock_wrlock): Likewise.
33287         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33288         (__pthread_rwlock_trywrlock): Likewise.
33289         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33290         (__pthread_rwlock_unlock): Likewise.
33291         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33292         (__pthread_key_create): Likewise.
33293         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33294         (__pthread_setspecific): Likewise.
33295         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33296         (__pthread_getspecific): Likewise.
33297         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33298         Likewise.
33299         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33300         (_pthread_cleanup_push_defer): Likewise.
33301         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33302         (_pthread_cleanup_pop_restore): Likewise.
33303         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33304         (pthread_setcancelstate): Likewise.
33305         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33306         <bp-sym.h>.
33307         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33308         (memchr): Do not use BP_SYM in weak_alias.
33309         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33310         (fegetenv): Do not use BP_SYM in versioned symbols.
33311         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33312         (fesetenv): Do not use BP_SYM in versioned symbols.
33313         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33314         (feupdateenv): Do not use BP_SYM in versioned symbols.
33315         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33316         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33317         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33318         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33319         (open64): Do not use BP_SYM in weak_alias.
33320         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33321         (fegetenv): Do not use BP_SYM in versioned symbols.
33322         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33323         (fesetenv): Do not use BP_SYM in versioned symbols.
33324         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33325         (feupdateenv): Do not use BP_SYM in versioned symbols.
33326         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33327         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33328         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33329         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33330         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33331         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33332         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33333         <bp-sym.h>.
33334         (__libc_start_main): Do not use BP_SYM.
33336 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33338         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33339         redundant return line.
33340         (norm): Likewise.
33341         (denorm): Likewise.
33342         (dbl_mp): Likewise.
33343         (sub_magnitudes): Likewise.
33344         (__add): Likewise.
33345         (__sub): Likewise.
33346         (__mul): Likewise.
33347         (__inv): Likewise.
33348         (__dvd): Likewise.
33349         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33350         (norm): Likewise.
33351         (denorm): Likewise.
33352         (dbl_mp): Likewise.
33353         (sub_magnitudes): Likewise.
33354         (__add): Likewise.
33355         (__sub): Likewise.
33356         (__mul): Likewise.
33357         (__inv): Likewise.
33358         (__dvd): Likewise.
33360         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33361         instead of __mul.
33362         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33363         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33364         (cc32): Likewise.
33366         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33367         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33368         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33369         of __mul for squares.
33370         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33371         function
33372         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33373         Likewise.
33374         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33375         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33377 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33379         [BZ #13550]
33380         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33381         code.
33382         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33383         prototype or function definition.  Rename ubp_* variables and
33384         parameters.  Remove argv definitions conditional on
33385         [__BOUNDED_POINTERS__].
33386         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33387         * elf/dl-runtime.c (_dl_fixup): Likewise.
33388         * include/set-hooks.h (RUN_HOOK): Likewise.
33389         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33390         definition.
33391         * string/strcpy.c (strcpy): Do not use __unbounded.
33392         * sysdeps/generic/frame.h (struct layout): Likewise.
33393         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33394         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33395         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33396         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33397         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33398         (__backtrace): Likewise.
33399         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33400         use __ptrvalue.
33401         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33402         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33403         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33404         Likewise.
33405         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33406         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33407         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33408         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33409         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33410         Do not use __unbounded.
33411         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33412         Rename __unboundedrlimits parameter to rlimits in prototype.
33413         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33414         Do not use __unbounded.
33415         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33416         not use __ptrvalue.
33417         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33418         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33419         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33420         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33421         __ptrvalue or __unbounded.
33422         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33423         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33424         use __unbounded.
33425         (__new_msgctl): Do not use __ptrvalue.
33426         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33427         __unbounded.
33428         (__libc_msgrcv): Do not use __ptrvalue.
33429         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33430         startup_info): Do not use __unbounded.
33431         (__libc_start_main): Likewise.  Rename ubp_* variables and
33432         parameters.  Remove argv definitions conditional on
33433         [__BOUNDED_POINTERS__].
33434         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33435         __ptrvalue.
33436         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33437         use __unbounded.
33438         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33439         or __ptrvalue.
33440         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33441         use __unbounded.
33442         (__new_shmctl): Do not use __ptrvalue.
33443         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33444         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33445         Likewise.
33446         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33447         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33448         (__libc_sigaction): Likewise.
33449         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33450         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33451         Likewise.
33452         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33454 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33456         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33458         * string/mempcpy.c: Implement by calling memcpy.
33460 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33462         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33464         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33465         evaluation.
33467         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33468         values in the mantissa.
33470         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33471         minimize writes to Z.
33472         (sub_magnitudes): Simplify code a bit.
33474 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33476         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33477         from the message.  The linker prefixes all warnings with that already.
33479 2013-02-12  Andreas Schwab  <schwab@suse.de>
33481         [BZ #15078]
33482         * posix/regexec.c (extend_buffers): Add parameter min_len.
33483         (check_matching): Pass minimum needed length.
33484         (clean_state_log_if_needed): Likewise.
33485         (get_subexp): Likewise.
33486         * posix/Makefile (tests): Add bug-regex34.
33487         (bug-regex34-ENV): Define.
33488         * posix/bug-regex34.c: New file.
33490         [BZ #11561]
33491         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33492         elements compare against the byte sequence of it, not its name.
33493         * posix/Makefile (tests): Add bug-regex35.
33494         (bug-regex35-ENV): Define.
33495         * posix/bug-regex35.c: New file.
33497 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33499         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33500         comment.
33501         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33502         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33503         (CHECK_EOL): Add undef.
33505 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33507         * bits/stdlib-bsearch.h: New file.
33508         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33509         * stdlib/stdlib.h: Likewise.
33511 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33513         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33514         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33515         declaration.
33516         * manual/search.texi (Array Search Function): Add missing const in
33517         lfind prototype.
33518         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33519         declaration to use rlim_t.
33520         (Basic Scheduling Functions): Remove erroneous const from
33521         sched_getparam prototype.  Remove erroneous * from
33522         sched_get_priority_max and sched_get_priority_min prototypes.
33523         (Resource Usage): Fix summary @comment on vtimes to refer to
33524         sys/vtimes.h rather than vtimes.h.
33525         Add missing *s in vtimes prototype.
33526         (Limits on Resources): Fix ulimit prototype to return long int.
33527         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33528         prototypes to use long int rather than double.
33529         (BSD Random): Fix initstate and setstate to use char *, not void *.
33530         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33531         prototype to make second argument 'struct aiocb64 *const[]'.
33532         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33533         (Status of AIO Operations): Remove erroneous const in aio_return and
33534         aio_return64 prototypes.
33535         (Synchronizing I/O): Fix sync prototype to return void.
33536         * manual/startup.texi (Suboptions): Remove an erroneous const in
33537         getsubopt prototype.
33538         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33539         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33540         use size_t rather than int.
33541         (Scanning All Users): Likewise for getpwent_r.
33542         (Setting Groups): Add missing const to setgroups prototype.
33543         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33544         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33545         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33546         'const void *' rather than 'const char *'.
33547         (Host Address Functions): Likewise for inet_ntop.
33548         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33549         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33550         ssize_t for return value.
33551         (Sending Data): Likewise for send, sendto, sendmsg.
33552         (Socket Option Functions): Add a missing const in setsockopt prototype.
33553         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33554         use wchar_t for the argument.
33555         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33556         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33557         take no arguments.
33558         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33559         double/float/long double for second argument.
33560         Fix return types of significand, significandf, significandl.
33561         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33562         argument in fchmod prototype.
33563         (File Owner): Use uid_t and gid_t in fchown prototype.
33564         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33565         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33566         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33567         use 'const struct dirent **' as argument types to CMP function pointer
33568         argument.
33569         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33570         (File Times): Fix summary magic @comment for struct utimbuf and utime
33571         to refer to utime.h, not time.h.
33572         * manual/string.texi (Argz Functions): Add missing const in
33573         argz_extract and argz_next prototypes.
33574         (Finding Tokens in a String): Likewise for basename.
33575         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33576         (Copying and Concatenation): Fix typo in wmemmove prototype.
33577         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33578         (Signal Stack): Remove erroneous const in sigstack prototype.
33579         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33580         prototype.
33581         (Simple Calendar Time): Likewise for stime.
33582         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33583         prototype.
33584         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33585         say sys/sysctl.h instead.
33586         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33587         and vsyslog prototypes.
33589 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33591         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33592         Remove.
33594 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33596         * misc/sys/mman.h: Fix typo in mremap comment.
33598 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33600         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33601         the '\0' terminator.
33603 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33605         [BZ #13550]
33606         * debug/segfault.c: Don't include <bp-checks.h>.
33607         * sysdeps/generic/bp-checks.h: Remove file.
33608         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33609         (__GETDENTS): Don't use CHECK_N.
33610         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33611         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33612         (__getgroups): Don't use CHECK_N.
33613         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33614         (setgroups): Don't use CHECK_N.
33615         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33616         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33617         (__libc_msgrcv): Don't use CHECK_N.
33618         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33619         (__libc_msgsnd): Don't use CHECK_N.
33620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33621         <bp-checks.h>.
33622         (__libc_pread): Don't use CHECK_N.
33623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33624         include <bp-checks.h>.
33625         (__libc_pread64): Don't use CHECK_N.
33626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33627         include <bp-checks.h>.
33628         (__libc_pwrite): Don't use CHECK_N.
33629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33630         include <bp-checks.h>.
33631         (__libc_pwrite64): Don't use CHECK_N.
33632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33633         <bp-checks.h>.
33634         (__libc_pread): Don't use CHECK_N.
33635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33636         include <bp-checks.h>.
33637         (__libc_pread64): Don't use CHECK_N.
33638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33639         include <bp-checks.h>.
33640         (__libc_pwrite): Don't use CHECK_N.
33641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33642         include <bp-checks.h>.
33643         (__libc_pwrite64): Don't use CHECK_N.
33644         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33645         (do_pread): Don't use CHECK_N.
33646         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33647         (do_pread64): Don't use CHECK_N.
33648         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33649         (do_pwrite): Don't use CHECK_N.
33650         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33651         (do_pwrite64): Don't use CHECK_N.
33652         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33653         (__libc_readv): Don't use CHECK_N.
33654         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33655         (semop): Don't use CHECK_N.
33656         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33657         <bp-checks.h>.
33658         (semtimedop): Don't use CHECK_N.
33659         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33660         (__libc_pread): Don't use CHECK_N.
33661         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33662         <bp-checks.h>.
33663         (__libc_pread64): Don't use CHECK_N.
33664         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33665         <bp-checks.h>.
33666         (__libc_pwrite): Don't use CHECK_N.
33667         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33668         <bp-checks.h>.
33669         (__libc_pwrite64): Don't use CHECK_N.
33670         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33671         <bp-checks.h>.
33672         (__libc_msgrcv): Don't use CHECK_N.
33673         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33674         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33675         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33676         (__libc_writev): Don't use CHECK_N.
33678 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33680         * string/strcpy.c: Removed unused variable.
33682         * Makeconfig (+sysdep-includes): Define with := rather than =.
33683         Use an existing include/ subdir of each sysdeps dir before it.
33685 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33687         * nscd/connection.c (register_traced_file): Comment function.
33688         [HAVE_INOTIFY] (union __inev): Define.
33689         [HAVE_INOTIFY] (inotify_check_files): New function.
33690         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33691         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33692         clear_db_cache.
33693         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33695 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33697         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33698         loaded if not already and that a failure is permanent.
33700 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33702         [BZ #15006]
33703         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33704         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33706 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33708         [BZ #13550]
33709         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33710         (CHECK_1_NULL_OK): Likewise.
33711         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33712         (__fxstat): Do not use CHECK_1.
33713         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33714         <bp-checks.h>.
33715         (___fxstat64): Do not use CHECK_1.
33716         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33717         <bp-checks.h>.
33718         (__fxstatat): Do not use CHECK_1.
33719         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33720         <bp-checks.h>.
33721         (__fxstatat64): Do not use CHECK_1.
33722         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33723         <bp-checks.h>.
33724         (__fxstat): Do not use CHECK_1.
33725         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33726         <bp-checks.h>.
33727         (__fxstatat): Do not use CHECK_1.
33728         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33729         <bp-checks.h>.
33730         (__getresgid): Do not use CHECK_1.
33731         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33732         <bp-checks.h>.
33733         (__getresuid): Do not use CHECK_1.
33734         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33735         <bp-checks.h>.
33736         (__lxstat): Do not use CHECK_1.
33737         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33738         <bp-checks.h>.
33739         (__old_msgctl): Do not use CHECK_1.
33740         (__new_msgctl): Likewise.
33741         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33742         <bp-checks.h>.
33743         (__new_setrlimit): Do not use CHECK_1.
33744         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33745         <bp-checks.h>.
33746         (__old_shmctl): Do not use CHECK_1.
33747         (__new_shmctl): Likewise.
33748         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33749         <bp-checks.h>.
33750         (__xstat): Do not use CHECK_1.
33751         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33752         (__lxstat): Do not use CHECK_1.
33753         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33754         <bp-checks.h>.
33755         (___lxstat64): Do not use CHECK_1.
33756         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33757         (__old_msgctl): Do not use CHECK_1.
33758         (__new_msgctl): Likewise.
33759         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33760         <bp-checks.h>.
33761         (__gettimeofday): Do not use CHECK_1.
33762         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33763         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33764         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33765         <bp-checks.h>.
33766         (__gettimeofday): Do not use CHECK_1.
33767         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33768         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33769         (__new_shmctl): Do not use CHECK_1.
33770         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33771         <bp-checks.h>.
33772         (do_sigtimedwait): Do not use CHECK_1.
33773         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33774         <bp-checks.h>.
33775         (do_sigwaitinfo): Do not use CHECK_1.
33776         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33777         <bp-checks.h>.
33778         (msgctl): Do not use CHECK_1.
33779         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33780         <bp-checks.h>.
33781         (shmctl): Do not use CHECK_1.
33782         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33783         (ustat): Do not use CHECK_1.
33784         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33785         <bp-checks.h>.
33786         (__fxstat): Do not use CHECK_1.
33787         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33788         <bp-checks.h>.
33789         (__fxstatat): Do not use CHECK_1.
33790         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33791         <bp-checks.h>.
33792         (__lxstat): Do not use CHECK_1.
33793         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33794         <bp-checks.h>.
33795         (__xstat): Do not use CHECK_1.
33796         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33797         (__xstat): Do not use CHECK_1.
33798         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33799         (___xstat64): Do not use CHECK_1.
33801         [BZ #13550]
33802         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33803         definitions.
33804         (CHECK_BOUNDS_HIGH): Likewise.
33805         * string/strcpy.c: Do not include <bp-checks.h>.
33806         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33808 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33810         * nscd/nscd-client.h (__nscd_drop_map_ref):
33811         Add __attribute__ ((unused)).
33812         * nis/nss-nisplus.h (niserr2nss): Likewise.
33814         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33815         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33817         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33818         Remove inline keyword.
33819         * include/rounding-mode.h (round_away): Likewise.
33820         * libio/wfileops.c (adjust_wide_data): Likewise.
33821         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33822         (__m128i_strloadu_tolower): Likewise.
33823         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33824         (__m128i_strloadu_tolower): Likewise.
33825         * time/mktime.c (ydhms_diff): Likewise.
33826         * locale/elem-hash.h (elem_hash): Likewise.
33827         * locale/setlocale.c (setdata): Likewise.
33828         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33829         (re_string_wchar_at): Likewise.
33830         (bitset_not, bitset_merge, bitset_mask): Likewise.
33831         [!(__GNUC__ > 3)] (inline): Remove macro.
33832         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33833         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33834         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33835         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33836         * string/memcmp.c (memcmp_bytes): Likewise.
33837         * locale/programs/locarchive.c (compute_hashval): Likewise.
33838         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33839         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33840         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33841         * nss/getent.c (print_rpc, print_protocols): Likewise.
33842         (print_passwd, print_group, print_aliases): Likewise.
33843         * nis/nss-nisplus.h (niserr2nss): Likewise.
33844         * nscd/connections.c (restart_p): Likewise.
33845         Change return type to bool.
33847 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33849         * Makeconfig (all-Depend-files): Add existing
33850         $(sorted-subdirs:=/Depend) files.
33851         (all-subdirs): Remove nss.
33852         * sysdeps/unix/inet/Subdirs: Add it here instead.
33853         * hesiod/Depend: New file.
33855         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33856         instead of calling alloca.
33858         * io/lseek.c (__lseek): Rename to __libc_lseek.
33859         Define __lseek as an alias.
33861         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33863 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33865         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33866         else clause and remove check for non-standard endianness.
33868 2013-02-04  David S. Miller  <davem@davemloft.net>
33870         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33872 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33874         [BZ #13550]
33875         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33876         (__ubp_memchr): Remove prototype.
33877         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33878         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33879         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33880         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33881         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33882         Remove alias.
33883         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33884         (__ubp_memchr): Likewise.
33885         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33886         (__ubp_memchr): Likewise.
33887         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33888         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33889         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33890         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33891         CHECK_STRING.
33892         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33893         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33894         (__getcwd): Do not use CHECK_STRING.
33895         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33896         <bp-checks.h>.
33897         (__real_chown): Do not use CHECK_STRING.
33898         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33899         <bp-checks.h>.
33900         (fchownat): Do not use CHECK_STRING.
33901         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33902         CHECK_STRING.
33903         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33904         <bp-checks.h>.
33905         (__lchown): Do not use CHECK_STRING.
33906         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33907         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33908         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33909         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33911         include <bp-checks.h>.
33912         (truncate64): Do not use CHECK_STRING.
33913         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33914         <bp-checks.h>.
33915         (__real_chown): Do not use CHECK_STRING.
33916         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33917         <bp-checks.h>.
33918         (__lchown): Do not use CHECK_STRING.
33919         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33920         <bp-checks.h>.
33921         (__chown): Do not use CHECK_STRING.
33922         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33923         <bp-checks.h>.
33924         (truncate64): Do not use CHECK_STRING.
33925         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33926         Likewise.
33927         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33928         (__xmknod): Do not use CHECK_STRING.
33929         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33930         <bp-checks.h>.
33931         (__xmknodat): Do not use CHECK_STRING.
33932         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33933         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33935 2013-02-04  Andreas Schwab  <schwab@suse.de>
33937         [BZ #14142]
33938         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33939         * include/netdb.h: Likewise for h_errno.
33940         * elf/tst-stackguard1.c: Include <tls.h>.
33942 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33944         * elf/link.h (struct link_map): Extend the l_addr comment.
33945         * include/link.h (struct link_map): Likewise.
33947 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33949         [BZ #13550]
33950         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33951         (BOUNDED_1): Remove macro.
33952         * debug/backtrace.c: Don't include <bp-checks.h>.
33953         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33954         (__backtrace): Likewise.
33955         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33956         <bp-checks.h>.
33957         (__backtrace): Don't use BOUNDED_1.
33958         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33959         <bp-checks.h>.
33960         (__backtrace): Don't use BOUNDED_1.
33961         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33962         (__backtrace): Don't use BOUNDED_1.
33963         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33964         (shmat): Don't use BOUNDED_N.
33966 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33968         [BZ #13550]
33969         * sysdeps/generic/bp-start.h: Remove file.
33970         * csu/libc-start.c: Don't include <bp-start.h>.
33971         (LIBC_START_MAIN): Set up __environ directly instead of using
33972         INIT_ARGV_and_ENVIRON.
33973         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33974         <bp-start.h>.
33976         [BZ #13550]
33977         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33978         definitions.
33979         (CHECK_FCNTL): Likewise.
33980         (CHECK_N_PAGES): Likewise.
33982         [BZ #13550]
33983         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33984         definitions.
33985         (CHECK_SIGSET_NULL_OK): Likewise.
33986         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33987         <bp-checks.h>.
33988         (sigpending): Don't use CHECK_SIGSET.
33989         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33990         <bp-checks.h>.
33991         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33992         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33993         <bp-checks.h>.
33994         (do_sigsuspend): Don't use CHECK_SIGSET.
33995         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33996         use CHECK_SIGSET.
33997         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33998         (do_sigwait): Don't use CHECK_SIGSET.
33999         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
34000         use CHECK_SIGSET.
34001         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
34002         include <bp-checks.h>.
34003         (sigpending): Don't use CHECK_SIGSET.
34004         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
34005         include <bp-checks.h>.
34006         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34007         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
34008         <bp-checks.h>.
34009         (sigpending): Don't use CHECK_SIGSET.
34010         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
34011         <bp-checks.h>.
34012         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34014         [BZ #13550]
34015         * sysdeps/generic/bp-semctl.h: Remove file.
34016         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
34017         <bp-checks.h> and <bp-semctl.h>.
34018         (__old_semctl): Don't use CHECK_SEMCTL.
34019         (__new_semctl): Likewise.
34020         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
34021         and <bp-semctl.h>.
34022         (__old_semctl): Don't use CHECK_SEMCTL.
34023         (__new_semctl): Likewise.
34024         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
34025         <bp-checks.h> and <bp-semctl.h>.
34026         (__old_semctl): Don't use CHECK_SEMCTL.
34027         (__new_semctl): Likewise.
34028         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
34029         <bp-checks.h> and <bp-semctl.h>.
34030         (semctl): Don't use CHECK_SEMCTL.
34032         [BZ #13550]
34033         * Makerules (elide-bp-thunks): Remove variable.
34034         (elide-routines.oS): Don't use $(elide-bp-thunks).
34035         (elide-routines.os): Likewise.
34036         (elide-routines.o): Likewise.
34037         (elide-routines.op): Likewise.
34038         (elide-routines.og): Likewise.
34039         (objects): Don't use $(bp-thunks).
34040         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
34041         include.
34042         (common-generated): Do not add s-proto-bp.d.
34043         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
34044         (int): Likewise.
34045         (typ): Likewise.
34046         Do not generate makefile rules for bounded-pointer thunks.
34047         * sysdeps/generic/bp-thunks.h: Remove file.
34048         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
34049         * sysdeps/unix/s-proto-bp.S: Likewise.
34051         [BZ #15062]
34052         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
34053         parts of result separately when argument is not close to line from
34054         -i to i and one part of argument is small.
34055         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34056         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34057         * math/libm-test.inc (cacos_test): Add more tests.
34058         (casin_test): Likewise.
34059         (casinh_test): Likewise.
34060         * sysdeps/i386/fpu/libm-test-ulps: Update.
34061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34063 2013-01-31  David S. Miller  <davem@davemloft.net>
34065         * po/de.po: Update from translation team.
34067 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
34069         * time/tzfile.c: Include stdint.h for SIZE_MAX.
34071 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
34073         * configure.in (_AC_PROG_CC_C89): New definition.
34074         * configure: Regenerate.
34076         * configure.in (AC_PROG_CPP): New definition.
34077         * configure: Regenerate.
34079 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34081         * debug/tst-backtrace.h: New file.
34082         * debug/tst-backtrace2.c: Include tst-backtrace.h.
34083         (ret): Remove variable.
34084         (x): Likewise.
34085         (FAIL): Remove macro.
34086         (NO_INLINE): Likewise.
34087         (fn1): Use match function instead of strstr.
34088         * debug/tst-backtrace3.c: Include tst-backtrace.h.
34089         (ret): Remove variable.
34090         (x): Likewise.
34091         (FAIL): Remove macro.
34092         (NO_INLINE): Likewise.
34093         (fn): Use match function instead of strstr.
34094         * debug/tst-backtrace4.c: Include tst-backtrace.h.
34095         (ret): Remove variable.
34096         (x): Likewise.
34097         (FAIL): Remove macro.
34098         (NO_INLINE): Likewise.
34099         (handle_signal): Use match function instead of strstr.
34100         * debug/tst-backtrace5.c: Include tst-backtrace.h.
34101         (ret): Remove variable.
34102         (x): Likewise.
34103         (FAIL): Remove macro.
34104         (NO_INLINE): Likewise.
34105         (handle_signal): Use match function instead of strstr.
34107 2013-01-23  Roland McGrath  <roland@hack.frob.com>
34109         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
34111 2013-01-23  David S. Miller  <davem@davemloft.net>
34113         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
34114         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
34115         argument of CAS if possible.
34116         * sysdeps/sparc/sparc64/bits/atomic.h
34117         (__arch_compare_and_exchange_val_32_acq): Likewise.
34118         (__arch_compare_and_exchange_val_64_acq): Likewise.
34120 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
34122         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
34123         * sysdeps/posix/ulimit.c: ... this.
34124         Include <limits.h>.
34125         * sysdeps/unix/bsd/ulimit.c: Remove file.
34127 2013-01-23  Adam Conrad  <adconrad@0c3.net>
34129         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
34130         (LDFLAGS-tst-array5): Likewise.
34132 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34134         [BZ #15036]
34135         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
34136         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
34137         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
34138         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
34140 2013-01-21  David S. Miller  <davem@davemloft.net>
34142         * sysdeps/sparc/backtrace.c: New file.
34143         * sysdeps/sparc/sparc32/backtrace.h: New file.
34144         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
34145         * sysdeps/sparc/sparc64/backtrace.h: New file.
34146         * sysdeps/sparc/sparc64/backtrace.c: Delete.
34147         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
34148         -funwind-tables.
34150 2013-01-21  Andreas Schwab  <schwab@suse.de>
34152         [BZ #15020]
34153         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
34154         closed its stdout.
34156 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
34158         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
34159         "mpa2.h".
34160         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34162 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
34163             Mark Mitchell  <mark@codesourcery.com>
34164             Tom de Vries  <tom@codesourcery.com>
34165             Paul Pluzhnikov  <ppluzhnikov@google.com>
34167         * debug/tst-backtrace2.c: New file.
34168         * debug/tst-backtrace3.c: Likewise.
34169         * debug/tst-backtrace4.c: Likewise.
34170         * debug/tst-backtrace5.c: Likewise.
34171         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
34172         (CFLAGS-tst-backtrace3.c): Likewise.
34173         (CFLAGS-tst-backtrace4.c): Likewise.
34174         (CFLAGS-tst-backtrace5.c): Likewise.
34175         (LDFLAGS-tst-backtrace2): Likewise.
34176         (LDFLAGS-tst-backtrace3): Likewise.
34177         (LDFLAGS-tst-backtrace4): Likewise.
34178         (LDFLAGS-tst-backtrace5): Likewise.
34179         (tests): Add new tests tst-backtrace2, tst-backtrace3,
34180         tst-backtrace4 and tst-backtrace5.
34182 2013-01-18  Anton Blanchard  <anton@samba.org>
34183             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
34185         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34186         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34187         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34188         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34190         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34191         "+r" and remove output regs list as redundant.  Add explicit inline
34192         asm to specify register of return val to work around compiler codegen
34193         bug.  Remove (int) cast on return value.  Add return type parameter to
34194         use in macro so that this macro does not truncate return value for
34195         64-bit values.
34196         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34197         pass to INTERNAL_VSYSCALL_NCS.
34198         (INLINE_VSYSCALL): Add 'long int' as return type to
34199         INTERNAL_VSYSCALL_NCS macro invocation.
34200         (INTERNAL_VSYSCALL): Add 'long int' as return type to
34201         INTERNAL_VSYSCALL_NCS macro invocation.
34202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34204 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34206         [BZ #14496]
34207         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34208         Fix application of SIMD FP exception mask.
34210         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34211         mp_no from a power of two.
34212         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34213         __mpexp_twomm1.  Use __pow_mp.
34215         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34216         multiplication.
34218 2013-01-17  David S. Miller  <davem@davemloft.net>
34220         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34222 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34224         [BZ #15023]
34225         * include/complex.h: Condition contents on [!_COMPLEX_H].
34226         (__kernel_casinhf): New prototype.
34227         (__kernel_casinh): Likewise.
34228         (__kernel_casinhl): Likewise.
34229         * math/Makefile (libm_calls): Add k_casinh.
34230         * math/k_casinh.c: New file.
34231         * math/k_casinhf.c: Likewise.
34232         * math/k_casinhl.c: Likewise.
34233         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34234         finite nonzero arguments.
34235         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34236         finite nonzero arguments.
34237         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34238         finite nonzero arguments.
34239         * math/s_casinh.c: Do not include <float.h>.
34240         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34241         * math/s_casinhf.c: Do not include <float.h>.
34242         (__casinhf): Move code for finite nonzero arguments to
34243         k_casinhf.c.
34244         * math/s_casinhl.c: Do not include <float.h>.
34245         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34246         redefine.
34247         (__casinhl): Move code for finite nonzero arguments to
34248         k_casinhl.c.
34249         * math/libm-test.inc (cacos_test): Add more tests.
34250         * sysdeps/i386/fpu/libm-test-ulps: Update.
34251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34253 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
34255         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34256         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34257         [!HAVE_MREMAP]: Remove [defined linux] case.
34258         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34260 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34262         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34264 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34266         * elf/elf.h (R_386_SIZE32): New relocation.
34267         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34268         R_386_SIZE32.
34269         (elf_machine_rela): Likewise.
34270         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34271         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34273 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34275         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34276         (FP_FAST_FMA): Do not define.
34277         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34278         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34279         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34280         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34281         !_SOFT_FLOAT]: Likewise.
34282         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34283         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34284         value.
34285         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34286         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34287         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34288         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34289         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34290         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34291         file.
34293 2013-01-16  Andreas Schwab  <schwab@suse.de>
34295         [BZ #14327]
34296         * include/stdlib.h (__mktemp): Add declaration.
34297         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34298         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34300 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34302         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34303         definitions.
34304         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34305         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34306         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34307         definitions here.
34308         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34309         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34310         definitions.
34311         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34312         and ONE.
34313         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34314         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34315         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34316         definitions.
34317         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34318         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34319         definitions.
34320         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34322         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34324 2013-01-15  David S. Miller  <davem@davemloft.net>
34326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34327         trunc{,f} to libm-sysdep_routes.
34328         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34330         file.
34331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34333         file.
34334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34335         file.
34336         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34337         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34338         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34339         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34340         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34341         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34342         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34343         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34346         nearbyint{,f} to libm-sysdep_routes.
34347         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34349         New file.
34350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34351         file.
34352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34353         New file.
34354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34355         file.
34356         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34358         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34359         file.
34360         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34361         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34362         file.
34363         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34364         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34365         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34367         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34368         libc_feholdexcept and libc_fesetenv.
34370 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34372         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34374 2013-01-14  David S. Miller  <davem@davemloft.net>
34376         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34377         (SPARC_ASM_VIS2_IFUNC): Likewise.
34378         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34380         use of 'siam' instruction.
34381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34382         Likewise.
34383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34384         Likewise.
34385         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34386         Likewise.
34387         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34388         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34389         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34390         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34391         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34392         file.
34393         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34394         file.
34395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34396         file.
34397         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34398         file.
34399         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34400         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34401         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34402         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34403         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34404         new VIS2 routines.
34405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34408         Likewise.
34409         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34410         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34411         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34412         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34413         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34414         routines to libm-sysdep_routines.
34415         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34418         fdim/fdimf to libm-sysdep_routines.
34419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34420         file.
34421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34423         file.
34424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34425         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34426         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34427         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34428         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34429         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34430         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34432 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34434         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34435         to optimize copies.
34437         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34438         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34439         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34441         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34442         local variable MPTWO.
34443         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34444         Likewise.
34446 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34448         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34449         GLOB_NOESCAPE.
34451 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34453         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34455 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34457         * manual/pattern.texi (glob_t): Document gl_flags.
34458         (glob64_t): Likewise.
34460 2013-01-11  David S. Miller  <davem@davemloft.net>
34462         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34463         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34464         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34465         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34466         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34467         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34468         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34469         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34470         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34471         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34472         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34473         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34474         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34476         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34477         sparc V9 rather than using V8 code.
34478         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34479         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34481         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34482         Move to...
34483         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34484         Here.
34486 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34488         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34489         not in the main loop.
34490         * configure: Regenerated.
34492 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34494         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34495         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34496         to just #else.
34497         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34498         [!__GLIBC_HAVE_LONG_LONG] case.
34499         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34500         condition to just #else.
34501         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34502         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34503         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34504         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34505         unconditional.
34506         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34507         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34508         #elif condition to just #else.
34509         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34510         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34511         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34512         #elif condition to just #else.
34514 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34516         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34517         (EF_MIPS_ARCH_64): Fix value.
34518         (EF_MIPS_ARCH_32R2): New.
34519         (EF_MIPS_ARCH_64R2): New.
34521 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34523         * Makeconfig (+link-pie-before-libc): New.
34524         (+link-pie-after-libc): Likewise.
34525         (+link-pie-tests): Likewise.
34526         (+link-pie): Rewritten.
34527         (link-before-libc): Remove $(config-LDFLAGS).
34528         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34529         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34530         (config-LDFLAGS): Renamed to ...
34531         (rtld-LDFLAGS): This.
34532         (rtld-tests-LDFLAGS): New macro.
34533         (link-libc-rpath-link): Likewise.
34534         (link-libc-tests-rpath-link): Likewise.
34535         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34536         (link-libc): Prepand $(link-libc-rpath-link).
34537         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34538         (test-program-prefix): New macro.
34539         (test-via-rtld-prefix): Likewise.
34540         (test-program-cmd): Likewise.
34541         (host-test-program-cmd): Likewise.
34542         * Makefile ($(common-objpfx)testrun.sh): Replace
34543         $(run-program-prefix) with $(test-program-prefix).
34544         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34545         $(rtld-LDFLAGS).
34546         ($(common-objpfx)shlib.lds): Likewise.
34547         (build-module-helper): Likewise.
34548         ($(common-objpfx)format.lds): Likewise.
34549         * Rules (binaries-pie-tests): New.
34550         (binaries-pie-notests): Likewise.
34551         (binaries-pie): Rewritten.
34552         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34553         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34554         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34555         (make-test-out): Replace $(host-built-program-cmd) with
34556         $(host-test-program-cmd).
34557         * config.make.in (build-hardcoded-path-in-tests): New variable.
34558         * configure.in (--enable-hardcoded-path-in-tests): New configure
34559         option.
34560         (hardcoded_path_in_tests): New AC_SUBST.
34561         * configure: Regenerated.
34562         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34563         $(built-program-cmd) with $(test-program-cmd).
34564         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34565         (test_program_cmd): This.
34566         * elf/Makefile ($(objpfx)order.out): Run test with
34567         $(test-program-prefix).
34568         ($(objpfx)order2.out): Likewise.
34569         ($(objpfx)tst-initorder.out): Likewise.
34570         ($(objpfx)tst-initorder2.out): Likewise.
34571         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34572         $(test-program-cmd).
34573         ($(objpfx)tst-array1-static.out): Likewise.
34574         ($(objpfx)tst-array2.out): Likewise.
34575         ($(objpfx)tst-array3.out): Likewise.
34576         ($(objpfx)tst-array4.out): Likewise.
34577         ($(objpfx)tst-array5.out): Likewise.
34578         ($(objpfx)tst-array5-static.out): Likewise.
34579         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34580         $(test-program-cmd).
34581         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34582         $(run-program-prefix) with $(test-program-prefix).
34583         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34584         (test_program_prefix): This.
34585         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34586         $(run-program-prefix) with $(test-program-prefix).
34587         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34588         (test_program_prefix): This.
34589         * iconvdata/tst-tables.sh: Likewise.
34590         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34591         $(run-program-prefix) with $(test-program-prefix).
34592         ($(objpfx)tst-translit.out): Likewise.
34593         ($(objpfx)tst-gettext2.out): Likewise.
34594         ($(objpfx)tst-gettext4.out): Likewise.
34595         ($(objpfx)tst-gettext6.out): Likewise.
34596         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34597         (test_program_prefix): This.
34598         * intl/tst-gettext2.sh: Likewise.
34599         * intl/tst-gettext4.sh  Likewise.
34600         * intl/tst-gettext6.sh: Likewise.
34601         * intl/tst-translit.sh: Likewise.
34602         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34603         with $(test-program-cmd).
34604         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34605         $(run-program-prefix) with $(test-program-prefix).
34606         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34607         (test_program_prefix): This.
34608         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34609         $(run-program-prefix) with $(test-program-prefix).
34610         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34611         (test_program_prefix): This.
34612         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34613         * posix/Makefile ($(objpfx)globtest.out): Replace
34614         $(run-via-rtld-prefix) and $(test-wrapper) with
34615         $(test-program-prefix) and $(test-via-rtld-prefix).
34616         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34617         $(test-program-prefix).
34618         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34619         $(host-test-program-cmd).
34620         (tst-spawn-ARGS): Likewise.
34621         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34622         $(test-program-prefix).
34623         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34624         (test_via_rtld_prefix): This.
34625         (test_wrapper): Renamed to ...
34626         (test_program_prefix): This.
34627         (run_program_prefix): Replaced by test_program_prefix.
34628         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34629         (test_program_prefix): This.
34630         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34631         with $(host-test-program-cmd).
34632         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34633         $(run-program-prefix) with $(test-program-prefix).
34634         ($(objpfx)tst-printf.out): Likewise.
34635         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34636         $(test-program-cmd).
34637         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34638         (test_program_prefix): This.
34639         * stdio-common/tst-unbputc.sh: Likewise.
34640         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34641         $(run-program-prefix) with $(test-program-prefix).
34642         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34643         (test_program_prefix): This.
34644         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34645         $(built-program-cmd) with $(test-program-cmd).
34647 2013-01-11  Andreas Jaeger  <aj@suse.de>
34649         [BZ #15003]
34650         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34651         value. Sync with Linux 3.7.
34653 2013-01-10  David S. Miller  <davem@davemloft.net>
34655         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34656         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34657         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34659 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34661         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34662         never set.
34663         * configure: Regenerated.
34665 2013-01-10  David S. Miller  <davem@davemloft.net>
34667         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34668         sparc V9 rather than using V8 code.
34669         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34670         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34672 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34674         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34675         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34676         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34677         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34678         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34679         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34680         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34681         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34682         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34683         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34684         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34685         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34686         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34687         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34688         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34689         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34690         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34691         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34692         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34693         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34694         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34695         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34696         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34697         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34698         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34699         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34700         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34702 2013-01-10  David S. Miller  <davem@davemloft.net>
34704         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34706 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34708         * posix/Makefile (tests-static): New variable.
34709         (tests): Add $(tests-static).
34710         (tst-exec-static-ARGS): New variable.
34711         (tst-spawn-static-ARGS): Likewise.
34712         * posix/tst-exec-static.c: New file.
34713         * posix/tst-spawn-static.c: Likewise.
34714         * posix/tst-exec.c: Support run directly.
34715         * posix/tst-spawn.c: Likewise.
34717 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34719         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34720         long.
34721         * math/bits/mathcalls.h (llrint): Likewise.
34722         (llround): Likewise.
34723         * stdlib/stdlib.h (struct drand48_data): Likewise.
34724         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34725         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34726         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34727         Likewise.
34728         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34729         Likewise.
34730         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34731         (elf_greg_t): Likewise.
34732         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34733         (__jmp_buf): Likewise.
34734         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34735         definitions.
34736         (llrint): Likewise, for all definitions.
34737         (llrintl): Likewise.
34739         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34740         Remove [__GNUC__] condition.
34741         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34742         condition to just [__USE_ISOC99].
34743         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34745 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34747         [BZ #14200]
34748         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34749         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34750         defined.
34751         (_POSIX_V6_ILP32_OFF32): Likewise.
34752         (_XBS5_ILP32_OFF32): Likewise.
34753         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34754         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34756 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34758         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34760         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34761         doubles __mpexp_twomm1.  Adjust usage.
34762         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34763         Remove.
34765 2013-01-10  Andreas Schwab  <schwab@suse.de>
34767         [BZ #14964]
34768         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34769         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34771 2013-01-09  David S. Miller  <davem@davemloft.net>
34773         [BZ #15003]
34774         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34775         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34776         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34777         (TCP_FASTOPEN): Define.
34778         (tcp_repair_opt): New structure.
34779         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34780         enum values.
34781         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34782         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34783         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34784         (tcp_cookie_transactions): New structure.
34786 2013-01-09  Anton Blanchard  <anton@samba.org>
34788         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34789         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34790         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34791         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34793 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34795         * include/features.h (__USE_ANSI): Remove.
34797 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34799         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34801         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34803 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34805         * sysdeps/s390/fpu/libm-test-ulps: Update.
34807         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34809         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34810         (__acr): Likewise.
34811         (__cpy): Likewise.
34812         (norm): Likewise.
34813         (denorm): Likewise.
34814         (__mp_dbl): Likewise.
34815         (__dbl_mp): Likewise.
34816         (add_magnitudes): Likewise.
34817         (sub_magnitudes): Likewise.
34818         (__add): Likewise.
34819         (__sub): Likewise.
34820         (__mul): Likewise.
34821         (__inv): Likewise.
34822         (__dvd): Likewise.
34823         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34824         (__acr): Likewise.
34825         (__cpy): Likewise.
34826         (norm): Likewise.
34827         (denorm): Likewise.
34828         (__mp_dbl): Likewise.
34829         (__dbl_mp): Likewise.
34830         (add_magnitudes): Likewise.
34831         (sub_magnitudes): Likewise.
34832         (__add): Likewise.
34833         (__sub): Likewise.
34834         (__mul): Likewise.
34835         (__inv): Likewise.
34836         (__dvd): Likewise.
34837         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34838         (__acr): Likewise.
34839         (__cpy): Likewise.
34840         (norm): Likewise.
34841         (denorm): Likewise.
34842         (__mp_dbl): Likewise.
34843         (__dbl_mp): Likewise.
34844         (add_magnitudes): Likewise.
34845         (sub_magnitudes): Likewise.
34846         (__add): Likewise.
34847         (__sub): Likewise.
34848         (__mul): Likewise.
34849         (__inv): Likewise.
34850         (__dvd): Likewise.
34852 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34854         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34855         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34856         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34857         2 && __USE_EXTERN_INLINES]: Likewise.
34859 2013-01-08  Andreas Jaeger  <aj@suse.de>
34861         [BZ# 14985]
34862         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34863         Remove.
34864         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34865         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34867 2013-01-07  Anton Blanchard  <anton@samba.org>
34869         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34870         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34871         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34872         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34873         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34874         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34875         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34876         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34877         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34878         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34879         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34880         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34881         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34882         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34883         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34884         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34885         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34886         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34887         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34888         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34889         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34890         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34891         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34892         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34893         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34894         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34895         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34896         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34897         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34898         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34899         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34900         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34901         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34902         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34903         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34904         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34905         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34906         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34907         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34908         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34909         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34910         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34911         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34913 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34915         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34916         (__MALLOC_PMT): Likewise.
34917         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34918         [__GNUC__], only on [_LIBC].
34919         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34920         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34921         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34922         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34923         forward declaration.
34924         (realloc_hook_ini): Likewise.
34925         (memalign_hook_ini): Likewise.
34926         (__libc_memalign): Do not use __MALLOC_PMT in variable
34927         declaration.
34928         (__libc_valloc): Likewise.
34929         (__libc_pvalloc): Likewise.
34930         (__libc_calloc): Likewise.
34931         (__posix_memalign): Likewise.
34933         [BZ #14996]
34934         * math/s_casinh.c: Include <float.h>.
34935         (__casinh): Do not do computation with squaring and square root
34936         for large arguments.
34937         * math/s_casinhf.c: Include <float.h>.
34938         (__casinhf): Do not do computation with squaring and square root
34939         for large arguments.
34940         * math/s_casinhl.c: Include <float.h>.
34941         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34942         (__casinhl): Do not do computation with squaring and square root
34943         for large arguments.
34944         * math/libm-test.inc (casin_test): Add more tests.
34945         (casinh_test): Likewise.
34946         * sysdeps/i386/fpu/libm-test-ulps: Update.
34947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34949 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34951         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34952         (__x86_64_raw_data_cache_size): Likewise.
34953         (__x86_64_data_cache_size_half): Likewise.
34954         (__x86_64_raw_data_cache_size_half): Likewise.
34955         (__x86_64_shared_cache_size): Likewise.
34956         (__x86_64_raw_shared_cache_size): Likewise.
34957         (__x86_64_shared_cache_size_half): Likewise.
34958         (__x86_64_raw_shared_cache_size_half): Likewise.
34959         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34960         to ...
34961         (__x86_data_cache_size): This.
34962         (__x86_64_raw_data_cache_size): Renamed to ...
34963         (__x86_raw_data_cache_size): This.
34964         (__x86_64_data_cache_size_half): Renamed to ...
34965         (__x86_data_cache_size_half): This.
34966         (__x86_64_raw_data_cache_size_half): Renamed to ...
34967         (__x86_raw_data_cache_size_half): This.
34968         (__x86_64_shared_cache_size): Renamed to ...
34969         (__x86_shared_cache_size): This.
34970         (__x86_64_raw_shared_cache_size): Renamed to ...
34971         (__x86_raw_shared_cache_size): This.
34972         (__x86_64_shared_cache_size_half): Renamed to ...
34973         (__x86_shared_cache_size_half): This.
34974         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34975         (__x86_raw_shared_cache_size_half): This.
34976         * sysdeps/x86_64/memcpy.S: Updated.
34977         * sysdeps/x86_64/memset.S: Likewise.
34978         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34979         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34980         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34982 2013-01-04  David S. Miller  <davem@davemloft.net>
34984         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34986 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34988         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34989         1 to avoid redefinition warning.
34990         (__USE_GNU): Don't define.
34991         (init_signaling_nan): Protoize.
34993         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34995 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34997         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34998         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34999         (__cpymn): Likewise.
35000         (norm): Remove commented code.
35001         (denorm): Likewise.
35002         (__mp_dbl): Likewise.
35003         (__inv): Likewise.
35004         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
35005         (__cpymn): Likewise.
35006         (norm): Remove commented code.
35007         (denorm): Likewise.
35008         (__mp_dbl): Likewise.
35009         (__inv): Likewise.
35011         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
35012         mp_no value for 1.0 and 2.0.
35013         (norm): Use RADIXI instead of radixi.d.
35014         (denorm): Likewise.
35015         (__mul): Use 0.0 instead of zero.d.
35016         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
35017         mp_no value for 1.0 and 2.0.
35018         (norm): Use RADIXI instead of radixi.d.
35019         (denorm): Likewise.
35020         (__mul): Use 0.0 instead of zero.d.
35022 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
35024         [BZ #14994]
35025         * math/s_casinh.c (__casinh): Reduce finite argument to first
35026         quadrant then set signs of results at the end.
35027         * math/s_casinhf.c (__casinhf): Likewise.
35028         * math/s_casinhl.c (__casinhl): Likewise.
35029         * math/libm-test.inc (casin_test): Add more tests.
35030         (casinh_test): Likewise.
35031         * sysdeps/i386/fpu/libm-test-ulps: Update.
35032         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35034 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35036         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
35038         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
35040         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
35041         declarations.
35042         (denorm): Likewise.
35043         (__mp_dbl): Likewise.
35044         (__inv): Likewise.
35046         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
35047         and adjust the header comment.
35049         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
35050         variable name from declaration.
35052 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
35054         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35055         Initialize COMMON_CPUID_INDEX_7 element.
35056         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
35057         (CPUID_RTM): Likewise.
35058         (HAS_RTM): Likewise.
35059         (COMMON_CPUID_INDEX_7): New enum.
35061 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
35063         [BZ #14981]
35064         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
35065         size is zero, record memory as freed.
35067 2013-01-03  Andreas Jaeger  <aj@suse.de>
35069         * po/ia.po: Add new Interlingua translation.
35071 2012-01-03  Allan McRae  <allan@archlinux.org>
35073         * locale/programs/localedef.c: Fix description of '--posix' flag.
35075 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
35077         * NEWS: Update dates in second copyright notice.
35078         * README: Update copyright dates in example.
35079         * manual/libc.texinfo: Update copyright dates.
35080         * scripts/test-installation.pl: Update copyright date in --version
35081         output.
35083         * hurd/ctty-input.c: Fix copyright notice formatting.
35084         * hurd/ctty-output.c: Likewise.
35085         * hurd/dtable.c: Likewise.
35086         * hurd/hurd-raise.c: Likewise.
35087         * hurd/hurdprio.c: Likewise.
35088         * hurd/msgportdemux.c: Likewise.
35089         * misc/sys/file.h: Likewise.
35090         * misc/sys/ioctl.h: Likewise.
35091         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
35092         * sysdeps/mach/hurd/chdir.c: Likewise.
35093         * sysdeps/mach/hurd/fchdir.c: Likewise.
35094         * sysdeps/mach/hurd/rename.c: Likewise.
35095         * sysdeps/mach/hurd/rmdir.c: Likewise.
35096         * sysdeps/mach/hurd/seekdir.c: Likewise.
35097         * sysdeps/mach/hurd/setsid.c: Likewise.
35098         * sysdeps/posix/wait3.c: Likewise.
35100         * All files with FSF copyright notices: Update copyright dates
35101         using scripts/update-copyrights.
35102         * intl/plural.c: Regenerated.
35103         * locale/programs/charmap-kw.h: Likewise.
35104         * locale/programs/locfile-kw.h: Likewise.
35106 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
35108         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
35109         four values.
35111         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
35112         calculation loop and add branch prediction.
35114         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
35115         check access beyond bounds of m1np.
35117         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35118         MPTWO.
35119         (__inv): Remove local variable MPTWO to use the global
35120         constant.
35121         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
35122         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35123         variable MPTWO.
35124         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
35125         MP3HALFS static const.
35127 2013-01-01  David S. Miller  <davem@davemloft.net>
35129         * po/ca.po: Update from translation team.
35131 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
35133         * scripts/update-copyrights: New file.
35134         * Makeconfig: Reformat copyright notice.
35135         * ctype/ctype.h: Likewise.
35136         * debug/swprintf_chk.c: Likewise.
35137         * elf/dl-cache.c: Likewise.
35138         * elf/dl-debug.c: Likewise.
35139         * elf/dl-object.c: Likewise.
35140         * grp/initgroups.c: Likewise.
35141         * hurd/Makefile: Likewise.
35142         * hurd/hurd/signal.h: Likewise.
35143         * hurd/hurdfault.c: Likewise.
35144         * hurd/hurdioctl.c: Likewise.
35145         * hurd/hurdlookup.c: Likewise.
35146         * hurd/intr-msg.c: Likewise.
35147         * iconv/gconv_open.c: Likewise.
35148         * libio/swprintf.c: Likewise.
35149         * locale/lc-ctype.c: Likewise.
35150         * locale/nl_langinfo.c: Likewise.
35151         * mach/Machrules: Likewise.
35152         * mach/Makefile: Likewise.
35153         * malloc/obstack.h: Likewise.
35154         * manual/Makefile: Likewise.
35155         * manual/tsort.awk: Likewise.
35156         * misc/bits/stab.def: Likewise.
35157         * nis/nis_print_group_entry.c: Likewise.
35158         * nis/nis_table.c: Likewise.
35159         * nis/nss_compat/compat-pwd.c: Likewise.
35160         * nis/nss_compat/compat-spwd.c: Likewise.
35161         * po/Makefile: Likewise.
35162         * posix/fnmatch.c: Likewise.
35163         * posix/regex.h: Likewise.
35164         * resolv/Makefile: Likewise.
35165         * resolv/nss_dns/dns-network.c: Likewise.
35166         * resolv/res_hconf.c: Likewise.
35167         * scripts/gen-sorted.awk: Likewise.
35168         * soft-fp/soft-fp.h: Likewise.
35169         * stdio-common/printf.h: Likewise.
35170         * stdlib/monetary.h: Likewise.
35171         * stdlib/random.c: Likewise.
35172         * stdlib/random_r.c: Likewise.
35173         * sysdeps/generic/Makefile: Likewise.
35174         * sysdeps/gnu/Makefile: Likewise.
35175         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35176         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35177         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35178         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35179         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35180         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35181         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35182         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35183         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35184         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35185         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35186         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35187         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35188         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35189         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35190         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35191         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35192         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35193         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35194         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35195         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35196         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35197         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35198         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35199         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35200         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35201         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35202         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35203         * sysdeps/mach/hurd/errnos.awk: Likewise.
35204         * sysdeps/mach/hurd/fork.c: Likewise.
35205         * sysdeps/mach/hurd/getcwd.c: Likewise.
35206         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35207         * sysdeps/mach/hurd/mmap.c: Likewise.
35208         * sysdeps/mach/hurd/utimes.c: Likewise.
35209         * sysdeps/mach/hurd/xmknod.c: Likewise.
35210         * sysdeps/posix/profil.c: Likewise.
35211         * sysdeps/posix/readdir_r.c: Likewise.
35212         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35213         * sysdeps/powerpc/bits/setjmp.h: Likewise.
35214         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35215         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35216         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35217         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35218         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35219         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35220         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35221         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35222         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35223         * sysdeps/pthread/lio_listio.c: Likewise.
35224         * sysdeps/sparc/dl-procinfo.h: Likewise.
35225         * sysdeps/unix/i386/sysdep.S: Likewise.
35226         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35227         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35228         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35229         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35231         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35232         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35233         * sysdeps/unix/sysv/linux/speed.c: Likewise.
35234         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35235         * sysdeps/wordsize-32/divdi3.c: Likewise.
35236         * time/sys/time.h: Likewise.
35237         * wcsmbs/Makefile: Likewise.
35239 2013-01-01  David S. Miller  <davem@davemloft.net>
35241         * po/fr.po: Update from translation team.
35243         * catgets/gencat.c: Update copyright year.
35244         * csu/version.c: Likewise.
35245         * debug/catchsegv.sh: Likewise.
35246         * debug/pcprofiledump.c: Likewise.
35247         * debug/xtrace.sh: Likewise.
35248         * elf/ldconfig.c: Likewise.
35249         * elf/ldd.bash.in: Likewise.
35250         * elf/pldd.c: Likewise.
35251         * elf/sotruss.ksh: Likewise.
35252         * elf/sprof.c: Likewise.
35253         * iconv/iconv_prog.c: Likewise.
35254         * iconv/iconvconfig.c: Likewise.
35255         * locale/programs/locale.c: Likewise.
35256         * locale/programs/localedef.c: Likewise.
35257         * login/programs/pt_chown.c: Likewise.
35258         * malloc/memusage.sh: Likewise.
35259         * malloc/memusagestat.c: Likewise.
35260         * malloc/mtrace.pl: Likewise.
35261         * nscd/nscd.c: Likewise.
35262         * nss/getent.c: Likewise.
35263         * nss/makedb.c: Likewise.
35264         * posix/getconf.c: Likewise.
35266 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35268         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35269         numbers.
35271 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35273         * math/bits/mathcalls.h (modf): Use __nonnull.
35275 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35277         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35278         (split): Use macro CN instead of the bare value.
35279         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35280         could be used.
35281         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35282         instead of the bare value.
35283         (power1): Likewise.
35285 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35287         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35288         __ATAN_TWOM.
35289         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35291         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35292         their values.
35293         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35294         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35295         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35296         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35298 2012-12-28  Andreas Jaeger  <aj@suse.de>
35300         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35301         values are from Linux 3.7.
35303         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35304         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35306 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35308         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35309         TRUE case.
35311         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35312         (norm): Likewise.
35313         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35314         variables with preprocessor constants.
35315         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35316         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35317         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35319 2012-12-27  Bruno Haible  <bruno@clisp.org>
35321         [BZ #14317]
35322         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35323         only if needed.
35325 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35327         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35328         and use variable directly.
35329         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35331         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35332         MPONE.
35333         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35334         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35335         variable MPONE.
35336         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35337         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35338         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35339         include directive.  Remove local variable MPONE.
35340         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35341         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35342         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35344 2012-12-25  David S. Miller  <davem@davemloft.net>
35346         * version.h (RELEASE): Set to "development".
35347         (VERSION): Set to "2.17.90".
35348         * NEWS: Add 2.18 section.
35350 2012-12-21  David S. Miller  <davem@davemloft.net>
35352         * po/hr.po: Update from translation team.
35354 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35356         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35358 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35360         * NEWS:  Mention new memcpy for MIPS.
35362 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35364         * manual/contrib.texi (Contributors): Spelling correction.
35366 2012-12-15  David S. Miller  <davem@davemloft.net>
35368         * po/ru.po: Update from translation team.
35370 2012-12-13  David S. Miller  <davem@davemloft.net>
35372         * NEWS: Mention IFUNC testsuite enhancements.
35374         * po/pl.po: Update from translation team.
35375         * po/bg.po: Likewise.
35377         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35378         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35380 2012-12-11  David S. Miller  <davem@davemloft.net>
35382         * po/sv.po: Update from translation team.
35384         * po/vi.po: Update from translation team.
35386         * po/cs.po: Update from translation team.
35388         * po/de.po: Update from translation team.
35389         * po/eo.po: Likewise.
35390         * po/nl.po: Likewise.
35392 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35394         [BZ #14246]
35395         * manual/argp.texi (Argp Helper Functions): Move node to follow
35396         Argp Parsing State.
35398         [BZ #14872]
35399         * manual/conf.texi (Limits on File System Capacity): Mention if
35400         terminating null is included in the max size.
35402 2012-12-10  Andreas Jaeger  <aj@suse.de>
35404         * po/cs.po: Update from translation team.
35406 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35408         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35409         void pointer and cast to uintptr_t.
35410         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35411         path.
35412         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35413         * sysdeps/s390/s390-64/memset.S: Likewise.
35415 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35417         [BZ #14833]
35418         * menual/message.texi (Message Translation): Fix typos.
35419         (Helper programs for gettext): Likewise.
35421 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35423         [BZ #14898]
35424         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35425         Change to -1.
35427 2012-12-07  David S. Miller  <davem@davemloft.net>
35429         * po/libc.pot: Update.
35431 2012-12-07  Richard Henderson  <rth@redhat.com>
35433         [BZ #10114]
35434         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35435         normal/normal case to before the switch.
35436         (_FP_DIV): Likewise.
35438 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35439             Mike Frysinger  <vapier@gentoo.org>
35441         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35442         check for __NR_fadvise64_64.
35444 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35446         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35447         0, not just to plain "0" as a statement.
35448         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35449         with cw.
35451 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35453         * NEWS: Use sourceware.org in Bugzilla URL.
35455 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35458         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35460         * stdio-common/tst-put-error.c (do_test): Add newline to the
35461         padded test to ensure flush.
35463 2012-12-05  Jeff Law  <law@redhat.com>
35465         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35467 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35469         * README: Don't refer to ports add-on as distributed separately.
35470         Mention AArch64 in list of systems supported in the ports add-on.
35472         * LICENSES: Add more non-FSF copyright and license notices.
35474         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35475         ((unused)).
35477         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35479         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35480         10000 as width of padded output.
35482 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35484         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35486         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35487         variable LX with __attribute__ ((unused)).
35488         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35489         Likewise.
35490         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35491         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35492         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35493         with __attribute__ ((unused)).
35495 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35497         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35499 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35501         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35502         (CFLAGS-nldbl-acos.c): New variable.
35503         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35504         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35505         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35506         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35507         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35508         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35509         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35510         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35511         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35512         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35513         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35514         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35515         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35516         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35517         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35518         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35519         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35520         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35521         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35522         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35523         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35524         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35525         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35526         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35527         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35528         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35529         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35530         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35531         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35532         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35533         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35534         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35535         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35536         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35537         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35538         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35539         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35540         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35541         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35542         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35543         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35544         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35545         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35546         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35547         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35548         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35549         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35550         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35551         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35552         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35553         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35554         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35555         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35556         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35557         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35558         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35559         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35560         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35561         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35562         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35563         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35564         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35565         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35566         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35567         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35568         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35569         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35570         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35571         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35572         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35573         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35574         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35575         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35576         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35577         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35578         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35579         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35580         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35581         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35582         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35583         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35584         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35585         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35586         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35587         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35588         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35589         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35590         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35591         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35592         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35593         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35594         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35595         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35596         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35597         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35598         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35599         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35602         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35604         [BZ #14914]
35605         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35606         whole low double instead of just low 47 bits when splitting values
35607         into two parts.
35609 2012-12-03  Allan McRae  <allan@archlinux.org>
35611         * manual/stdio.texi (Predefined Printf Handlers): Remove
35612         @hsep and @vsep usage.
35614 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35616         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35617         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35619 2012-12-03  Jeff Law  <law@redhat.com>
35621         * time/sys/time.h (settimeofday): Do not mark TV argument
35622         as __nonnull.
35624 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35626         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35627         when currently writing and seek to current position when not.
35628         * libio/Makefile (tests): Remove bug-fclose1.
35629         * libio/bug-fclose1.c: Delete.
35631 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35633         * manual/arith.texi (feenableexcept): Fix typo.
35634         (fedisableexcept): Likewise.
35636 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35638         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35639         second, differently-typed declaration, rather than a cast.
35641 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35643         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35644         * include/rpc/svc.h: ... here.
35646 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35648         [BZ #13013]
35649         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35650         depending n and resplen2 to catch cases where answer
35651         equals answerp2.
35653 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35655         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35656         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35658 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35660         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35662 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35664         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35666 2012-11-28  Jeff Law  <law@redhat.com>
35668         [BZ #13761]
35669         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35670         dataset_temporary.  Track alloca usage into alloca_used.
35671         If dataset is large allocate and release it via malloc/free.
35673 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35675         [BZ #14197]
35676         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35678 2012-11-28  David S. Miller  <davem@davemloft.net>
35680         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35682 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35684         [BZ #14803]
35685         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35686         of pi/2 rounded to nearest to 64 bits.
35687         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35688         nearest to 64 bits.
35689         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35690         bits.
35692 2012-11-28  Jeff Law <law@redhat.com>
35693             Martin Osvald <mosvald@redhat.com>
35695         [BZ #14889]
35696         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35697         * sunrpc/svc.c: Include time.h.
35698         (__svc_accept_failed): New function.
35699         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35700         any reason other than EINTR, call __svc_accept_failed.
35701         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35702         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35704 2012-11-28  Andreas Schwab  <schwab@suse.de>
35706         * scripts/abilist.awk: Also handle indirect functions in .opd
35707         section.
35709 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35711         [BZ #13881]
35712         * sysdeps/x86/fpu/powl_helper.c: New file.
35713         * sysdeps/x86/fpu/Makefile: Likewise.
35714         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35715         (p3): New object.
35716         (__ieee754_powl): Use __powl_helper for finite arguments except
35717         integer exponents below 8.
35718         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35719         (p3): New object.
35720         (__ieee754_powl): Use __powl_helper for finite arguments except
35721         integer exponents below 8.
35722         * math/libm-test.inc (pow_test): Add more tests and enable some
35723         previously disabled tests.
35724         * sysdeps/i386/fpu/libm-test-ulps: Update.
35725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35727 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35728             Carlos O'Donell  <carlos_odonell@mentor.com>
35730         * nss/makedb.c (is_prime): Assert that input is odd and greater
35731         than 4.  Note that fact in a comment too.
35732         (next_prime): Add 4 to input.
35734 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35736         [BZ #11741]
35737         * libio/Makefile (tests): Add test case tst-fwrite-error.
35738         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35739         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35740         * libio/tst-fwrite-error.c: New test case.
35742 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35744         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35745         before casting to void *.
35746         * include/libc-internal.h (__pointer_type): New macro.
35747         (__integer_if_pointer_type_sub): Likewise.
35748         (__integer_if_pointer_type): Likewise.
35749         (cast_to_integer): Likewise.
35750         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35751         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35752         before casting to atomic64_t.
35753         (atomic_exchange_acq): Likewise.
35754         (__arch_exchange_and_add_body): Likewise.
35755         (__arch_add_body): Likewise.
35756         (atomic_add_negative): Likewise.
35757         (atomic_add_zero): Likewise.
35759 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35761         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35762         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35763         (add_fdes): Likewise.
35764         (linear_search_fdes): Likewise.
35765         (binary_search_unencoded_fdes): Likewise.
35767 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35769         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35771 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35773         * configure.in: Autodetect C++ header directories.
35774         * configure: Regenerated.
35776 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35778         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35780 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35782         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35784 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35786         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35787         LDBL_MANT_DIG == 106]: Disable some tests.
35788         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35789         Likewise.
35790         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35791         Likewise.
35793         [BZ #14871]
35794         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35795         input for small inputs.  Return +/- pi/2 for large inputs.
35796         * math/libm-test.inc (atan_test): Add more tests.
35798         * sysdeps/generic/unwind-dw2-fde-glibc.c
35799         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35800         __attribute__ ((unused)).
35802         [BZ #14645]
35803         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35804         x * y if x and y are nonzero and z is zero.
35806         [BZ #14811]
35807         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35808         nonzero exponents with absolute value below 0x1p-117 to +/-
35809         0x1p-117.
35811         [BZ #14869]
35812         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35813         up arguments below 2**-450, not just those below 2**-500.
35814         * math/libm-test.inc (hypot_test): Add another test.
35816         [BZ #14868]
35817         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35818         Return a+b for ratio over 2**120, not 2**60.
35819         * math/libm-test.inc (hypot_test): Add another test.
35821         * math/libm-test.inc (clog_test): Use
35822         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35823         (clog10_test): Likewise.
35825         [BZ #6778]
35826         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35828 2012-11-22  Andreas Schwab  <schwab@suse.de>
35830         * sysdeps/i386/fpu/libm-test-ulps: Update.
35832 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35834         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35835         printf output with newline.
35837 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35839         [BZ #14865]
35840         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35841         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35842         -z nodlopen, -z initfirst and -z execstack support.
35843         * configure: Regenerated.
35845         * elf/elf.h (DF_1_NODIRECT): New macro.
35846         (DF_1_IGNMULDEF): Likewise.
35847         (DF_1_NOKSYMS): Likewise.
35848         (DF_1_NOHDR): Likewise.
35849         (DF_1_EDITED): Likewise.
35850         (DF_1_NORELOC): Likewise.
35851         (DF_1_SYMINTPOSE): Likewise.
35852         (DF_1_GLOBAUDIT): Likewise.
35853         (DF_1_SINGLETON): Likewise.
35854         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35855         DT_1_SUPPORTED_MASK bits.
35856         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35858 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35860         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35862 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35864         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35865         macro.
35867         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35868         (sendmmsg): Move declarations...
35869         * socket/sys/socket.h: ... here.
35870         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35871         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35872         include it from...
35873         * socket/recvmmsg.c: ... this new file.
35874         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35875         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35876         definition of __sendmmsg hidden.
35877         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35878         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35879         Move ENOSYS stub into and include it from...
35880         * socket/sendmmsg.c: ... this new file.
35881         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35882         (sysdep_routines): Move recvmmsg and sendmmsg...
35883         * socket/Makefile (routines): ... here.
35884         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35885         (GLIBC_PRIVATE): Add __sendmmsg.
35886         * include/sys/socket.h (__sendmmsg): Add declarations.
35887         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35888         sendmmsg.
35890 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35892         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35893         variable I1 with __attribute__ ((unused)).
35894         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35896 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35898         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35899         DUMMY variables with __attribute__ ((unused)).
35901         * bits/byteswap.h: Include <bits/types.h>.
35902         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35904 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35906         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35907         string_t.  Do not manually set errno.
35908         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35909         length with __strnlen.  Make sure to both set errno and return it on
35910         failure.
35912 2012-11-19  David S. Miller  <davem@davemloft.net>
35914         With help from Joseph Myers.
35915         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35916         very large arguments properly.
35917         * math/libm-test.inc (atan_test): New tests.
35918         (atan2_test): New tests.
35919         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35920         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35922 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35924         [BZ #14856]
35925         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35926         Define to 3.
35928         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35929         [POSIX] (EADDRNOTAVAIL): Likewise.
35930         [POSIX] (EAFNOSUPPORT): Likewise.
35931         [POSIX] (EALREADY): Likewise.
35932         [POSIX] (ECONNABORTED): Likewise.
35933         [POSIX] (ECONNREFUSED): Likewise.
35934         [POSIX] (ECONNRESET): Likewise.
35935         [POSIX] (EDESTADDRREQ): Likewise.
35936         [POSIX] (EDQUOT): Likewise.
35937         [POSIX] (EHOSTUNREACH): Likewise.
35938         [POSIX] (EIDRM): Likewise.
35939         [POSIX] (EISCONN): Likewise.
35940         [POSIX] (ELOOP): Likewise.
35941         [POSIX] (EMULTIHOP): Likewise.
35942         [POSIX] (ENETDOWN): Likewise.
35943         [POSIX] (ENETUNREACH): Likewise.
35944         [POSIX] (ENOBUFS): Likewise.
35945         [POSIX] (ENODATA): Likewise.
35946         [POSIX] (ENOLINK): Likewise.
35947         [POSIX] (ENOMSG): Likewise.
35948         [POSIX] (ENOPROTOOPT): Likewise.
35949         [POSIX] (ENOSR): Likewise.
35950         [POSIX] (ENOSTR): Likewise.
35951         [POSIX] (ENOTCONN): Likewise.
35952         [POSIX] (ENOTSOCK): Likewise.
35953         [POSIX] (EOPNOTSUPP): Likewise.
35954         [POSIX] (EOVERFLOW): Likewise.
35955         [POSIX] (EPROTO): Likewise.
35956         [POSIX] (EPROTONOSUPPORT): Likewise.
35957         [POSIX] (EPROTOTYPE): Likewise.
35958         [POSIX] (ESTALE): Likewise.
35959         [POSIX] (ETIME): Likewise.
35960         [POSIX] (ETXTBSY): Likewise.
35961         [POSIX] (EWOULDBLOCK): Likewise.
35962         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35963         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35964         [POSIX] (SEEK_CUR): Likewise.
35965         [POSIX] (SEEK_END): Likewise.
35966         [POSIX || UNIX98] (mode_t): Do not require.
35967         [POSIX] (off_t): Likewise.
35968         [POSIX] (pid_t): Likewise.
35969         [POSIX] (sys/stat.h): Do not allow header.
35970         [POSIX] (unistd.h): Likewise.
35971         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35972         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35973         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35974         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35975         require.
35976         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35977         sigevent): Specify elements.
35978         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35979         entry.
35980         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35981         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35983         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35984         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35985         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35986         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35987         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35988         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35989         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35990         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35991         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35992         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35993         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35994         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35995         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35996         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35997         Likewise.
35998         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35999         Likewise.
36000         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
36001         Likewise.
36002         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
36003         Likewise.
36004         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
36005         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
36006         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
36007         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
36008         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
36009         Specify lower bound on value.
36010         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
36011         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
36012         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
36013         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
36014         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
36015         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
36016         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
36017         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
36018         value.
36019         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
36020         as optional.
36021         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
36022         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
36023         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
36024         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
36025         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
36026         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
36027         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
36028         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
36029         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
36030         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
36031         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
36032         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
36033         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
36034         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
36035         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
36036         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
36037         entry.
36038         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
36039         optional.
36040         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
36041         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
36042         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
36043         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
36044         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
36045         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
36046         Likewise.
36047         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
36048         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
36049         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
36050         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
36051         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
36052         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
36053         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
36054         as optional.
36055         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
36056         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
36057         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
36058         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
36059         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
36060         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
36061         specify as optional.
36062         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
36063         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
36064         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
36065         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
36066         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
36067         [XPG3] (NL_LANGMAX): Likewise.
36068         [POSIX || XPG3] (NL_MSGMAX): Likewise.
36069         [POSIX || XPG3] (NL_NMAX): Likewise.
36070         [POSIX || XPG3] (NL_SETMAX): Likewise.
36071         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36072         [XPG3] (NZERO): Likewise.
36073         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36074         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36075         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36076         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36077         (REG_ERANGE): Expect.
36078         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36079         optional-constant.
36080         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36081         Use (void) in prototype.
36082         [POSIX] (*_t): Allow.
36083         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
36084         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
36085         (WRDE_BADVAL): Expect.
36087         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
36088         expect.
36089         [XPG3 || XPG4] (O_RSYNC): Likewise.
36090         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
36091         Likewise.
36092         [XPG3 || XPG4] (pthread_sigmask): Likewise.
36093         [XPG3 || XPG4] (sigqueue): Likewise.
36094         [XPG3 || XPG4] (sigtimedwait): Likewise.
36095         [XPG3 || XPG4] (sigwaitinfo): Likewise.
36096         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
36097         [XPG3 || XPG4] (vsnprintf): Likewise.
36098         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
36099         Likewise.
36100         [XPG3 || XPG4] (blksize_t): Likewise.
36101         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
36102         Likewise.
36103         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
36104         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
36105         [XPG3 || XPG4] (struct itimerspec): Likewise.
36106         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
36107         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
36108         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
36109         [XPG3 || XPG4] (clockid_t): Likewise.
36110         [XPG3 || XPG4] (timer_t): Likewise.
36111         [XPG3 || XPG4] (clock_getres): Likewise.
36112         [XPG3 || XPG4] (clock_gettime): Likewise.
36113         [XPG3 || XPG4] (clock_settime): Likewise.
36114         [XPG3 || XPG4] (nanosleep): Likewise.
36115         [XPG3 || XPG4] (timer_create): Likewise.
36116         [XPG3 || XPG4] (timer_delete): Likewise.
36117         [XPG3 || XPG4] (timer_gettime): Likewise.
36118         [XPG3 || XPG4] (timer_getoverrun): Likewise.
36119         [XPG3 || XPG4] (timer_settime): Likewise.
36120         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
36121         [XPG3 || XPG4] (getlogin_r): Likewise.
36122         [XPG3 || XPG4] (pread): Likewise.
36123         [XPG3 || XPG4] (pthread_atfork): Likewise.
36124         [XPG3 || XPG4] (pwrite): Likewise.
36126         [BZ #14835]
36127         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
36128         <bits/siginfo.h>.
36130 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36132         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
36133         finalizing MALLSTREAM.
36135         * sysdeps/mach/hurd/syncfs.c: New file.
36137 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36139         [BZ #14719]
36140         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
36141         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
36142         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
36143         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
36144         (_nss_dns_gethostbyname4_r): Likewise.
36145         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
36146         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
36148 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
36150         [BZ #13763]
36151         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
36153 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
36155         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
36156         * elf/cache.c (print_entry): Print ",AArch64" for
36157         FLAG_AARCH64_LIB64
36159         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
36160         * elf/cache.c (print_entry): Print ",hard-float" for
36161         FLAG_ARM_LIBHF.
36163 2012-11-18  David S. Miller  <davem@davemloft.net>
36165         With help from Joseph Myers.
36166         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
36167         cutoff to 2**-13.
36168         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
36169         cutoff to 2**-25.
36170         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
36171         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
36172         small.
36173         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
36174         * math/libm-test.inc (y0_test): New tests.
36175         (y1_test): New tests.
36176         * sysdeps/i386/fpu/libm-test-ulps: Update.
36177         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36178         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36180 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
36182         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36183         64-bit targets.
36184         * configure: Regenerated.
36186 2012-11-17  David S. Miller  <davem@davemloft.net>
36188         [BZ #14811]
36189         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36190         nonzero exponents with absolute value below 0x1p-128 to +/-
36191         0x1p-128.
36193 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
36195         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36197         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36199         * posix/getconf-speclist.c: New file.
36200         * posix/posix-envs.def: Likewise.
36201         * posix/confstr.c (START_ENV_GROUP): New macro.
36202         (END_ENV_GROUP): Likewise.
36203         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36204         (KNOWN_PRESENT_ENV_STRING): Likewise.
36205         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36206         (UNKNOWN_ENVIRONMENT): Likewise.
36207         (confstr): Include posix-envs.def instead of handling
36208         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36209         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36210         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36211         (END_ENV_GROUP): Likewise.
36212         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36213         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36214         (UNKNOWN_ENVIRONMENT): Likewise.
36215         (__sysconf): Include posix-envs.def instead of handling associated
36216         cases directly here.
36217         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36218         preprocessing getconf-speclist.c rather than running getconf or
36219         generating empty file.
36221 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
36223         * scripts/check-local-headers.sh: Ignore 'mach' headers.
36225 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
36227         [BZ #14672]
36228         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36230 2012-11-16  David S. Miller  <davem@davemloft.net>
36232         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36233         smaller than LDBL_EPSILON/2.0L, just return xm1.
36235 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
36237         * elf/tst-array1.c (init): Set constructor priority to 1000.
36238         (fini): Set destructor priority to 1000.
36239         * elf/tst-array2dep.c: Likewise.
36241 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36243         [BZ #11741]
36244         * libio/fileops.c (_IO_new_file_write): Correctly return error.
36245         (_IO_new_file_xsputn): Also return EOF if none of the input
36246         data was written when overflow failed.
36247         * libio/iopadn.c (_IO_padn): Likewise.
36248         * libio/iowpadn.c (_IO_wpadn): Likewise.
36249         * stdio-common/tst-put-error.c: Add copyright notice.
36250         (do_test): Add case for printing padded string.
36251         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36252         _IO_padn returned error.
36253         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36254         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36255         return EOF.
36257 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36259         * libio/libioP.h: Add comment note that the references to C++
36260         bits are now obsolete.
36262 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36264         * math/libm-test.inc (check_complex): Use asprintf.
36266 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36268         * debug/pcprofiledump.c (print_version): Update copyright year.
36269         * malloc/memusagestat.c (print_version): Likewise.
36271 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36273         [BZ #14831]
36274         * elf/Makefile (tests): Add tst-audit8.
36275         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36276         ($(objpfx)tst-audit8.out): New target.
36277         (tst-audit8-ENV): New variable.
36278         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36279         audit if l_reloc_result is NULL.
36280         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36281         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36282         * elf/tst-audit8.c: New file.
36284 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36286         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36287         * misc/Makefile (CFLAGS-select.c): Define.
36288         * posix/Makefile (CFLAGS-pause.c): Define.
36290 2012-11-13  David S. Miller  <davem@davemloft.net>
36292         * crypt/Makefile: Move test targets after toplevel Rules
36293         inclusion.  Grab any necessary sysdep routines when linking.
36294         * crypt/md5.c (md5_process_block): Remove define, we will always
36295         name it __md5_process_block.
36296         (md5_finish_ctx): Update md5_process_block call.
36297         (md5_stream): Likewise.
36298         (md5_process_bytes): Likewise.
36299         (md5_process_block): Rename to __md5_process_block and move to ...
36300         * crypt/md5-block.c: ... here.
36301         * crypt/sha256.c (sha256_process_block): Move to ...
36302         * crypt/sha256-block.c: ... here.
36303         * crypt/sha512.c (sha512_process_block): Move to ...
36304         * crypt/sha512-block.c: ... here.
36305         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36306         path.
36307         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36308         * sysdeps/sparc/sparc64/multiarch/Makefile
36309         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36310         crypt subdir.
36311         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36312         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36313         multiarch changes.
36314         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36315         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36316         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36317         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36318         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36319         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36320         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36321         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36322         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36323         file.
36324         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36325         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36326         file.
36327         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36329 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36331         * timezone/tzselect.ksh: Update from tzcode git revision
36332         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36333         * timezone/zdump.c: Likewise.
36334         * timezone/zic.c: Likewise.
36335         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36336         in TZVERSION setting, not $(PKGVERSION).
36337         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36338         REPORT_BUGS_TO settings.
36340         [BZ #14838]
36341         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36342         macro.
36344 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36346         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36347         detection to immediately after _FP_ROUND().
36348         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36349         bits are 0.
36351 2012-11-11  David S. Miller  <davem@davemloft.net>
36353         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36354         inttypes.h
36355         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36356         __close rather than their public counterparts.
36358 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36360         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36361         file.
36362         [UNIX98] (sem_timedwait): Do not expect.
36363         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36364         [XPG4 || UNIX98] (sockatmark): Do not expect.
36365         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36366         (clock_getcpuclockid): Do not expect.
36367         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36368         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36369         Do not expect.
36370         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36371         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36372         [UNIX98] (vwscanf): Likewise.
36373         [UNIX98] (vswscanf): Likewise.
36375 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36377         * timezone/version.h: Remove file.
36378         * timezone/README: Do not refer to version.h.
36379         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36380         $(objpfx)version.h.
36381         ($(objpfx)zdump.o): Likewise.
36382         ($(objpfx)version.h): New target.
36384         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36385         2012i.
36386         * timezone/README: Don't mention modification to tzselect.ksh.
36387         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36388         work on unmodified tzselect.ksh.  Substitute version numbers in
36389         tzselect.ksh.
36391         * Makefile (format-me): Remove.
36392         (INSTALL): Adjust indentation.  Use commands directly instead of
36393         using $(format-me).
36395         * aclocal.m4 (ACX_PKGVERSION): New macro.
36396         (ACX_BUGURL): Likewise.
36397         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36398         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36399         (REPORT_BUGS_TO): Likewise.
36400         * configure: Regenerated.
36401         * config.h.in (PKGVERSION): New macro.
36402         (REPORT_BUGS_TO): Likewise.
36403         * config.make.in (PKGVERSION): New variable.
36404         (PKGVERSION_TEXI): Likewise.
36405         (REPORT_BUGS_TO): Likewise.
36406         (REPORT_BUGS_TEXI): Likewise.
36407         * Makefile (format-me): Use -I$(common-objpfx)manual.
36408         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36409         ($(common-objpfx)manual/%): New target.
36410         (manual/%): Remove target.
36411         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36412         (print_version): Use PKGVERSION.
36413         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36414         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36415         and REPORT_BUGS_TO.
36416         ($(objpfx)xtrace): Likewise.
36417         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36418         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36419         (print_version): Use PKGVERSION.
36420         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36421         (do_version): Use PKGVERSION.
36422         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36423         REPORT_BUGS_TO.
36424         (common-ldd-rewrite): Likewise.
36425         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36426         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36427         (print_version): Use PKGVERSION.
36428         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36429         * elf/pldd.c (argp_program_bug_address): Remove variable.
36430         (more_help): New function.
36431         (argp): Use more_help.
36432         (print_version): Use PKGVERSION.
36433         * elf/sln.c (main): Use PKGVERSION.
36434         (usage): Use REPORT_BUGS_TO.
36435         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36436         (top level): Use PKGVERSION.
36437         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36438         (print_version): Use PKGVERSION.
36439         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36440         (print_version): Use PKGVERSION.
36441         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36442         (print_version): Use PKGVERSION.
36443         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36444         (print_version): Use PKGVERSION.
36445         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36446         (print_version): Use PKGVERSION.
36447         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36448         (print_version): Use PKGVERSION.
36449         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36450         and BUGURL.
36451         ($(objpfx)memusage): Likewise.
36452         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36453         (do_version): Use PKGVERSION.
36454         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36455         (print_version): Use PKGVERSION.
36456         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36457         ($PKGVERSION): New variable.
36458         ($REPORT_BUGS_TO): Likewise.
36459         (usage): Use $REPORT_BUGS_TO.
36460         (top level): Use $PKGVERSION.
36461         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36462         ($(objpfx)pkgvers.texi): New rule.
36463         ($(objpfx)stamp-pkgvers): Likewise.
36464         * manual/install.texi: Include pkgvers.texi.
36465         (--with-pkgversion): Document new configure option.
36466         (--with-bugurl): Likewise.
36467         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36468         than necessarily for this particular distribution.  Use
36469         REPORT_BUGS_TO for where to report bugs.
36470         * INSTALL: Regenerated.
36471         * manual/libc.texinfo: Include pkgvers.texi.
36472         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36473         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36474         (print_version): Use PKGVERSION.
36475         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36476         (print_version): Use PKGVERSION.
36477         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36478         (print_version): Use PKGVERSION.
36479         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36480         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36481         macro.
36482         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36483         (print_version): Use PKGVERSION.
36484         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36485         (print_version): Use PKGVERSION.
36486         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36487         and PKGVERSION.
36489         * timezone/checktab.awk: Update from tzcode 2012i.
36490         * timezone/ialloc.c: Likewise.
36491         * timezone/private.h: Likewise.
36492         * timezone/scheck.c: Likewise.
36493         * timezone/tzfile.h: Likewise.
36494         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36495         (TZVERSION): Hardcode tzcode version number.
36496         * timezone/zdump.c: Update from tzcode 2012i.
36497         * timezone/zic.c: Likewise.
36498         * timezone/version.h: New file.
36499         * timezone/README: Describe version.h.  Update upstream location.
36501         [BZ #14824]
36502         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36503         (mktemp): Enable declaration.
36504         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36505         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36506         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36507         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36508         Likewise.
36509         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36510         Likewise.
36511         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36512         Likewise.
36513         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36514         Likewise.
36515         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36516         Likewise.
36517         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36518         Likewise.
36520         [BZ #14821]
36521         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36522         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36523         for copies of such integer values.
36524         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36525         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36527 2012-11-09  Andreas Jaeger  <aj@suse.de>
36529         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36530         definitions and declarations that are provided by
36531         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36533 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36535         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36536         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36537         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36538         definition.
36540 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36542         * elf/elf.h: Update comment before AArch64 relocations.
36544 2012-11-07  David S. Miller  <davem@davemloft.net>
36546         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36547         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36548         (__start_context): Declare.
36549         (__makecontext_ret): Delete.
36550         (__makecontext): Hook up __start_context instead of
36551         __makecontext_ret.
36552         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36553         (sysdep_routines): Add __start_context when in stdlib.
36555 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36557         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36558         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36559         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36560         hardcoded "nm".
36561         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36562         (READELF): New variable.  Use it instead of hardcoded "readelf".
36564 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36566         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36567         * sysdeps/x86/Makefile: Here.
36568         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36569         * sysdeps/x86/tst-xmmymm.sh: This.
36571 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36573         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36574         expectations.
36575         [UNIX98] (pthread_barrier_t): Do not expect.
36576         [UNIX98] (pthread_barrierattr_t): Likewise.
36577         [UNIX98] (pthread_spinlock_t): Likewise.
36578         [UNIX98] (pthread_barrier_destroy): Likewise.
36579         [UNIX98] (pthread_barrier_init): Likewise.
36580         [UNIX98] (pthread_barrier_wait): Likewise.
36581         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36582         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36583         [UNIX98] (pthread_barrierattr_init): Likewise.
36584         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36585         [UNIX98] (pthread_getcpuclockid): Likewise.
36586         [UNIX98] (pthread_mutex_timedlock): Likewise.
36587         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36588         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36589         [UNIX98] (pthread_sigmask): Likewise.
36590         [UNIX98] (pthread_spin_destroy): Likewise.
36591         [UNIX98] (pthread_spin_init): Likewise.
36592         [UNIX98] (pthread_spin_lock): Likewise.
36593         [UNIX98] (pthread_spin_trylock): Likewise.
36594         [UNIX98] (pthread_spin_unlock): Likewise.
36595         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36596         Do not expect.
36597         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36598         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36599         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36600         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36601         [XPG3 || XPG4] (pthread_key_t): Likewise.
36602         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36603         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36604         [XPG3 || XPG4] (pthread_once_t): Likewise.
36605         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36606         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36607         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36608         [XPG3 || XPG4] (pthread_t): Likewise.
36610         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36611         not expect.
36612         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36614         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36615         Change function return type to int.
36617         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36618         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36619         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36620         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36621         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36622         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36623         [!POSIX] (posix_madvise): Likewise.
36624         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36625         && !UNIX98].
36626         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36627         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36628         (mode_t): Likewise.
36629         (posix_mem_offset): Likewise.
36630         (posix_typed_mem_get_info): Likewise.
36631         (posix_typed_mem_open): Likewise.
36633         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36634         Change condition to [XOPEN2K8].
36636         * conform/conformtest.pl: Preprocess allow-header data with -x c
36637         instead of from stdin.
36638         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36639         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36640         [C99-based standards] (cerfc): Likewise.
36641         [C99-based standards] (cexp2): Likewise.
36642         [C99-based standards] (cexpm1): Likewise.
36643         [C99-based standards] (clog10): Likewise.
36644         [C99-based standards] (clog1p): Likewise.
36645         [C99-based standards] (clog2): Likewise.
36646         [C99-based standards] (clgamma): Likewise.
36647         [C99-based standards] (ctgamma): Likewise.
36648         [C99-based standards] (cerff): Likewise.
36649         [C99-based standards] (cerfcf): Likewise.
36650         [C99-based standards] (cexp2f): Likewise.
36651         [C99-based standards] (cexpm1f): Likewise.
36652         [C99-based standards] (clog10f): Likewise.
36653         [C99-based standards] (clog1pf): Likewise.
36654         [C99-based standards] (clog2f): Likewise.
36655         [C99-based standards] (clgammaf): Likewise.
36656         [C99-based standards] (ctgammaf): Likewise.
36657         [C99-based standards] (cerfl): Likewise.
36658         [C99-based standards] (cerfcl): Likewise.
36659         [C99-based standards] (cexp2l): Likewise.
36660         [C99-based standards] (cexpm1l): Likewise.
36661         [C99-based standards] (clog10l): Likewise.
36662         [C99-based standards] (clog1pl): Likewise.
36663         [C99-based standards] (clog2l): Likewise.
36664         [C99-based standards] (clgammal): Likewise.
36665         [C99-based standards] (ctgammal): Likewise.
36666         * conform/data/inttypes.h-data [C99-based standards]: Include
36667         stdint.h-data.  Remove all expectations for stdint.h contents.
36668         [C99-based standards] (PRI*): Do not allow.
36669         [C99-based standards] (SCN*): Likewise.
36670         [C99-based standards] (*_t): Likewise.
36671         [C99-based-standards] (PRId8): Expect macro.
36672         [C99-based-standards] (PRIi8): Likewise.
36673         [C99-based-standards] (PRIo8): Likewise.
36674         [C99-based-standards] (PRIu8): Likewise.
36675         [C99-based-standards] (PRIx8): Likewise.
36676         [C99-based-standards] (PRIX8): Likewise.
36677         [C99-based-standards] (SCNd8): Likewise.
36678         [C99-based-standards] (SCNi8): Likewise.
36679         [C99-based-standards] (SCNo8): Likewise.
36680         [C99-based-standards] (SCNu8): Likewise.
36681         [C99-based-standards] (SCNx8): Likewise.
36682         [C99-based-standards] (PRIdLEAST8): Likewise.
36683         [C99-based-standards] (PRIiLEAST8): Likewise.
36684         [C99-based-standards] (PRIoLEAST8): Likewise.
36685         [C99-based-standards] (PRIuLEAST8): Likewise.
36686         [C99-based-standards] (PRIxLEAST8): Likewise.
36687         [C99-based-standards] (PRIXLEAST8): Likewise.
36688         [C99-based-standards] (SCNdLEAST8): Likewise.
36689         [C99-based-standards] (SCNiLEAST8): Likewise.
36690         [C99-based-standards] (SCNoLEAST8): Likewise.
36691         [C99-based-standards] (SCNuLEAST8): Likewise.
36692         [C99-based-standards] (SCNxLEAST8): Likewise.
36693         [C99-based-standards] (PRIdFAST8): Likewise.
36694         [C99-based-standards] (PRIiFAST8): Likewise.
36695         [C99-based-standards] (PRIoFAST8): Likewise.
36696         [C99-based-standards] (PRIuFAST8): Likewise.
36697         [C99-based-standards] (PRIxFAST8): Likewise.
36698         [C99-based-standards] (PRIXFAST8): Likewise.
36699         [C99-based-standards] (SCNdFAST8): Likewise.
36700         [C99-based-standards] (SCNiFAST8): Likewise.
36701         [C99-based-standards] (SCNoFAST8): Likewise.
36702         [C99-based-standards] (SCNuFAST8): Likewise.
36703         [C99-based-standards] (SCNxFAST8): Likewise.
36704         [C99-based-standards] (PRId16): Likewise.
36705         [C99-based-standards] (PRIi16): Likewise.
36706         [C99-based-standards] (PRIo16): Likewise.
36707         [C99-based-standards] (PRIu16): Likewise.
36708         [C99-based-standards] (PRIx16): Likewise.
36709         [C99-based-standards] (PRIX16): Likewise.
36710         [C99-based-standards] (SCNd16): Likewise.
36711         [C99-based-standards] (SCNi16): Likewise.
36712         [C99-based-standards] (SCNo16): Likewise.
36713         [C99-based-standards] (SCNu16): Likewise.
36714         [C99-based-standards] (SCNx16): Likewise.
36715         [C99-based-standards] (PRIdLEAST16): Likewise.
36716         [C99-based-standards] (PRIiLEAST16): Likewise.
36717         [C99-based-standards] (PRIoLEAST16): Likewise.
36718         [C99-based-standards] (PRIuLEAST16): Likewise.
36719         [C99-based-standards] (PRIxLEAST16): Likewise.
36720         [C99-based-standards] (PRIXLEAST16): Likewise.
36721         [C99-based-standards] (SCNdLEAST16): Likewise.
36722         [C99-based-standards] (SCNiLEAST16): Likewise.
36723         [C99-based-standards] (SCNoLEAST16): Likewise.
36724         [C99-based-standards] (SCNuLEAST16): Likewise.
36725         [C99-based-standards] (SCNxLEAST16): Likewise.
36726         [C99-based-standards] (PRIdFAST16): Likewise.
36727         [C99-based-standards] (PRIiFAST16): Likewise.
36728         [C99-based-standards] (PRIoFAST16): Likewise.
36729         [C99-based-standards] (PRIuFAST16): Likewise.
36730         [C99-based-standards] (PRIxFAST16): Likewise.
36731         [C99-based-standards] (PRIXFAST16): Likewise.
36732         [C99-based-standards] (SCNdFAST16): Likewise.
36733         [C99-based-standards] (SCNiFAST16): Likewise.
36734         [C99-based-standards] (SCNoFAST16): Likewise.
36735         [C99-based-standards] (SCNuFAST16): Likewise.
36736         [C99-based-standards] (SCNxFAST16): Likewise.
36737         [C99-based-standards] (PRId32): Likewise.
36738         [C99-based-standards] (PRIi32): Likewise.
36739         [C99-based-standards] (PRIo32): Likewise.
36740         [C99-based-standards] (PRIu32): Likewise.
36741         [C99-based-standards] (PRIx32): Likewise.
36742         [C99-based-standards] (PRIX32): Likewise.
36743         [C99-based-standards] (SCNd32): Likewise.
36744         [C99-based-standards] (SCNi32): Likewise.
36745         [C99-based-standards] (SCNo32): Likewise.
36746         [C99-based-standards] (SCNu32): Likewise.
36747         [C99-based-standards] (SCNx32): Likewise.
36748         [C99-based-standards] (PRIdLEAST32): Likewise.
36749         [C99-based-standards] (PRIiLEAST32): Likewise.
36750         [C99-based-standards] (PRIoLEAST32): Likewise.
36751         [C99-based-standards] (PRIuLEAST32): Likewise.
36752         [C99-based-standards] (PRIxLEAST32): Likewise.
36753         [C99-based-standards] (PRIXLEAST32): Likewise.
36754         [C99-based-standards] (SCNdLEAST32): Likewise.
36755         [C99-based-standards] (SCNiLEAST32): Likewise.
36756         [C99-based-standards] (SCNoLEAST32): Likewise.
36757         [C99-based-standards] (SCNuLEAST32): Likewise.
36758         [C99-based-standards] (SCNxLEAST32): Likewise.
36759         [C99-based-standards] (PRIdFAST32): Likewise.
36760         [C99-based-standards] (PRIiFAST32): Likewise.
36761         [C99-based-standards] (PRIoFAST32): Likewise.
36762         [C99-based-standards] (PRIuFAST32): Likewise.
36763         [C99-based-standards] (PRIxFAST32): Likewise.
36764         [C99-based-standards] (PRIXFAST32): Likewise.
36765         [C99-based-standards] (SCNdFAST32): Likewise.
36766         [C99-based-standards] (SCNiFAST32): Likewise.
36767         [C99-based-standards] (SCNoFAST32): Likewise.
36768         [C99-based-standards] (SCNuFAST32): Likewise.
36769         [C99-based-standards] (SCNxFAST32): Likewise.
36770         [C99-based-standards] (PRId64): Likewise.
36771         [C99-based-standards] (PRIi64): Likewise.
36772         [C99-based-standards] (PRIo64): Likewise.
36773         [C99-based-standards] (PRIu64): Likewise.
36774         [C99-based-standards] (PRIx64): Likewise.
36775         [C99-based-standards] (PRIX64): Likewise.
36776         [C99-based-standards] (SCNd64): Likewise.
36777         [C99-based-standards] (SCNi64): Likewise.
36778         [C99-based-standards] (SCNo64): Likewise.
36779         [C99-based-standards] (SCNu64): Likewise.
36780         [C99-based-standards] (SCNx64): Likewise.
36781         [C99-based-standards] (PRIdLEAST64): Likewise.
36782         [C99-based-standards] (PRIiLEAST64): Likewise.
36783         [C99-based-standards] (PRIoLEAST64): Likewise.
36784         [C99-based-standards] (PRIuLEAST64): Likewise.
36785         [C99-based-standards] (PRIxLEAST64): Likewise.
36786         [C99-based-standards] (PRIXLEAST64): Likewise.
36787         [C99-based-standards] (SCNdLEAST64): Likewise.
36788         [C99-based-standards] (SCNiLEAST64): Likewise.
36789         [C99-based-standards] (SCNoLEAST64): Likewise.
36790         [C99-based-standards] (SCNuLEAST64): Likewise.
36791         [C99-based-standards] (SCNxLEAST64): Likewise.
36792         [C99-based-standards] (PRIdFAST64): Likewise.
36793         [C99-based-standards] (PRIiFAST64): Likewise.
36794         [C99-based-standards] (PRIoFAST64): Likewise.
36795         [C99-based-standards] (PRIuFAST64): Likewise.
36796         [C99-based-standards] (PRIxFAST64): Likewise.
36797         [C99-based-standards] (PRIXFAST64): Likewise.
36798         [C99-based-standards] (SCNdFAST64): Likewise.
36799         [C99-based-standards] (SCNiFAST64): Likewise.
36800         [C99-based-standards] (SCNoFAST64): Likewise.
36801         [C99-based-standards] (SCNuFAST64): Likewise.
36802         [C99-based-standards] (SCNxFAST64): Likewise.
36803         [C99-based-standards] (PRIdMAX): Likewise.
36804         [C99-based-standards] (PRIiMAX): Likewise.
36805         [C99-based-standards] (PRIoMAX): Likewise.
36806         [C99-based-standards] (PRIuMAX): Likewise.
36807         [C99-based-standards] (PRIxMAX): Likewise.
36808         [C99-based-standards] (PRIXMAX): Likewise.
36809         [C99-based-standards] (SCNdMAX): Likewise.
36810         [C99-based-standards] (SCNiMAX): Likewise.
36811         [C99-based-standards] (SCNoMAX): Likewise.
36812         [C99-based-standards] (SCNuMAX): Likewise.
36813         [C99-based-standards] (SCNxMAX): Likewise.
36814         [C99-based-standards] (PRIdPTR): Likewise.
36815         [C99-based-standards] (PRIiPTR): Likewise.
36816         [C99-based-standards] (PRIoPTR): Likewise.
36817         [C99-based-standards] (PRIuPTR): Likewise.
36818         [C99-based-standards] (PRIxPTR): Likewise.
36819         [C99-based-standards] (PRIXPTR): Likewise.
36820         [C99-based-standards] (SCNdPTR): Likewise.
36821         [C99-based-standards] (SCNiPTR): Likewise.
36822         [C99-based-standards] (SCNoPTR): Likewise.
36823         [C99-based-standards] (SCNuPTR): Likewise.
36824         [C99-based-standards] (SCNxPTR): Likewise.
36825         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36826         allow.
36827         * conform/data/stdint.h-data: Update comments to clarify
36828         requirements.
36829         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36830         type.
36831         [C99-based standards] (INT8_MAX): Likewise.
36832         [C99-based standards] (INT16_MIN): Likewise.
36833         [C99-based standards] (INT16_MAX): Likewise.
36834         [C99-based standards] (INT32_MIN): Likewise.
36835         [C99-based standards] (INT32_MAX): Likewise.
36836         [C99-based standards] (INT64_MIN): Likewise.
36837         [C99-based standards] (INT64_MAX): Likewise.
36838         [C99-based standards] (UINT8_MAX): Likewise.
36839         [C99-based standards] (UINT16_MAX): Likewise.
36840         [C99-based standards] (UINT32_MAX): Likewise.
36841         [C99-based standards] (UINT64_MAX): Likewise.
36842         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36843         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36844         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36845         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36846         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36847         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36848         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36849         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36850         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36851         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36852         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36853         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36854         [C99-based standards] (INT_FAST8_MIN): Likewise.
36855         [C99-based standards] (INT_FAST8_MAX): Likewise.
36856         [C99-based standards] (INT_FAST16_MIN): Likewise.
36857         [C99-based standards] (INT_FAST16_MAX): Likewise.
36858         [C99-based standards] (INT_FAST32_MIN): Likewise.
36859         [C99-based standards] (INT_FAST32_MAX): Likewise.
36860         [C99-based standards] (INT_FAST64_MIN): Likewise.
36861         [C99-based standards] (INT_FAST64_MAX): Likewise.
36862         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36863         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36864         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36865         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36866         [C99-based standards] (INTPTR_MIN): Likewise.
36867         [C99-based standards] (INTPTR_MAX): Likewise.
36868         [C99-based standards] (UINTPTR_MAX): Likewise.
36869         [C99-based standards] (INTMAX_MIN): Likewise.
36870         [C99-based standards] (INTMAX_MAX): Likewise.
36871         [C99-based standards] (UINTMAX_MAX): Likewise.
36872         [C99-based standards] (PTRDIFF_MIN): Likewise.
36873         [C99-based standards] (PTRDIFF_MAX): Likewise.
36874         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36875         [C99-based standards] (SIZE_MAX): Likewise.
36876         [C99-based standards] (WCHAR_MAX): Likewise.
36877         [C99-based standards] (WINT_MAX): Likewise.
36878         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36879         constraint on value.
36880         [C99-based standards] (WCHAR_MIN): Likewise.
36881         [C99-based standards] (WINT_MIN): Likewise.
36882         [C99-based standards] (*_t): Allow.
36883         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36884         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36885         Include math.h-data and complex.h-data.  Remove all expectations
36886         of math.h and complex.h contents.
36887         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36888         at end of line.
36889         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36890         (struct tm): Expect tag.
36891         [C99-based-standards] (wcstof): Expect function.
36892         [C99-based-standards] (wcstold): Likewise.
36893         [C99-based-standards] (wcstoll): Likewise.
36894         [C99-based-standards] (wcstoull): Likewise.
36895         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36896         macro-int-constant.  Specify type.
36897         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36898         constraint on value.
36899         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36900         Specify type.
36901         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36902         Specify value.
36903         [ISO C standards]: Do not allow headers.
36904         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36905         wcs[abcdefghijklmnopqrstuvwxyz]*.
36906         [ISO C standards] (*_t): Do not allow.
36907         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36908         Expect function.
36909         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36910         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36911         Specify type.
36912         [ISO C standards]: Do not allow headers.
36913         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36914         is[abcdefghijklmnopqrstuvwxyz]*.
36915         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36916         to[abcdefghijklmnopqrstuvwxyz]*.
36917         [ISO C standards] (*_t): Do not allow.
36918         * conform/data/stdalign.h-data: New file.
36919         * conform/data/stdbool.h-data: Likewise.
36920         * conform/data/stdnoreturn.h-data: Likewise.
36922 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36924         [BZ #14815]
36925         * manual/filesys.texi (Directory Entries): Typo fix.
36926         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36928 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36930         * elf/elf.h (EM_AARCH64): New macro.
36931         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36932         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36933         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36934         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36935         (R_AARCH64_TLSDESC): Likewise.
36936         (NT_ARM_TLS): Likewise.
36937         (NT_ARM_HW_BREAK): Likewise.
36938         (NT_ARM_HW_WATCH): Likewise.
36940 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36942         [BZ #14811]
36943         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36944         (__ieee754_powl): Saturate nonzero exponents with absolute value
36945         below 0x1p-79 to +/- 0x1p-79.
36946         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36947         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36948         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36949         nonzero exponents with absolute value below 0x1p-32 to +/-
36950         0x1p-32.
36951         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36952         (__ieee754_powl): Saturate nonzero exponents with absolute value
36953         below 0x1p-79 to +/- 0x1p-79.
36954         * math/libm-test.inc (pow_test): Add more tests.
36956 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36958         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36959         _dl_s390_cap_flags with kernel. Increase string length.
36960         (_dl_s390_platforms): Add z196 and zEC12.
36962 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36964         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36965         Change XOPEN21K to XOPEN2K.
36967 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36969         * string/memmove.c: Use memcpy when possible.
36971 2012-11-06  Andreas Jaeger  <aj@suse.de>
36973         * po/eo.po: Update from translation team.
36975 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36977         [BZ #14793]
36978         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36979         exponent and small x and y exponents, scale x or y up.  Increase
36980         by 2 the exponent used in scaling up.
36981         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36982         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36983         * math/libm-test.inc (fma_test): Add more tests.
36984         (fma_test_towardzero): Likewise.
36985         (fma_test_downward): Likewise.
36986         (fma_test_upward): Likewise.
36988 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36990         [BZ #14805]
36991         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36992         fenv_t *.
36994         [BZ #14801]
36995         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36996         namespace for names of struct fields.
36997         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36998         fenv_t fields.
36999         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
37000         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
37002 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37004         [BZ #3665]
37005         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
37007 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37009         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
37010         PTR_DEMANGLE.
37012         [BZ #5246]
37013         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
37014         PTR_DEMANGLE.
37016 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
37018         [BZ #14797]
37019         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
37020         definitely overflow as x * y not x * y + z.
37021         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37022         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37023         * math/libm-test.inc (fma_test): Add more tests.
37024         (fma_test_towardzero): Likewise.
37025         (fma_test_downward): Likewise.
37026         (fma_test_upward): Likewise.
37028 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37030         [BZ #157]
37032         * include/stub-tag.h: Remove file.
37033         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
37034         '#include' of it.
37035         * manual/maint.texi (Porting): Don't reference it.
37036         * Makerules ($(objpfx)stubs): Likewise.
37037         * dirent/closedir.c: Don't include <stub-tag.h>.
37038         * dirent/dirfd.c: Likewise.
37039         * dirent/fdopendir.c: Likewise.
37040         * dirent/getdents.c: Likewise.
37041         * dirent/getdents64.c: Likewise.
37042         * dirent/opendir.c: Likewise.
37043         * dirent/readdir.c: Likewise.
37044         * dirent/readdir64.c: Likewise.
37045         * dirent/readdir64_r.c: Likewise.
37046         * dirent/readdir_r.c: Likewise.
37047         * dirent/rewinddir.c: Likewise.
37048         * dirent/seekdir.c: Likewise.
37049         * dirent/telldir.c: Likewise.
37050         * gmon/profil.c: Likewise.
37051         * grp/setgroups.c: Likewise.
37052         * inet/if_index.c: Likewise.
37053         * io/access.c: Likewise.
37054         * io/chdir.c: Likewise.
37055         * io/chmod.c: Likewise.
37056         * io/chown.c: Likewise.
37057         * io/close.c: Likewise.
37058         * io/dup.c: Likewise.
37059         * io/dup2.c: Likewise.
37060         * io/dup3.c: Likewise.
37061         * io/euidaccess.c: Likewise.
37062         * io/faccessat.c: Likewise.
37063         * io/fchdir.c: Likewise.
37064         * io/fchmod.c: Likewise.
37065         * io/fchmodat.c: Likewise.
37066         * io/fchown.c: Likewise.
37067         * io/fchownat.c: Likewise.
37068         * io/fcntl.c: Likewise.
37069         * io/flock.c: Likewise.
37070         * io/fstatfs.c: Likewise.
37071         * io/fstatfs64.c: Likewise.
37072         * io/fstatvfs.c: Likewise.
37073         * io/fstatvfs64.c: Likewise.
37074         * io/futimens.c: Likewise.
37075         * io/fxstat.c: Likewise.
37076         * io/fxstat64.c: Likewise.
37077         * io/fxstatat.c: Likewise.
37078         * io/fxstatat64.c: Likewise.
37079         * io/getcwd.c: Likewise.
37080         * io/isatty.c: Likewise.
37081         * io/lchmod.c: Likewise.
37082         * io/lchown.c: Likewise.
37083         * io/link.c: Likewise.
37084         * io/linkat.c: Likewise.
37085         * io/lseek.c: Likewise.
37086         * io/lseek64.c: Likewise.
37087         * io/lxstat64.c: Likewise.
37088         * io/mkdir.c: Likewise.
37089         * io/mkdirat.c: Likewise.
37090         * io/mkfifo.c: Likewise.
37091         * io/mkfifoat.c: Likewise.
37092         * io/open.c: Likewise.
37093         * io/open64.c: Likewise.
37094         * io/openat.c: Likewise.
37095         * io/openat64.c: Likewise.
37096         * io/pipe.c: Likewise.
37097         * io/pipe2.c: Likewise.
37098         * io/poll.c: Likewise.
37099         * io/posix_fadvise.c: Likewise.
37100         * io/posix_fadvise64.c: Likewise.
37101         * io/posix_fallocate.c: Likewise.
37102         * io/posix_fallocate64.c: Likewise.
37103         * io/read.c: Likewise.
37104         * io/readlink.c: Likewise.
37105         * io/readlinkat.c: Likewise.
37106         * io/rmdir.c: Likewise.
37107         * io/sendfile.c: Likewise.
37108         * io/sendfile64.c: Likewise.
37109         * io/statfs.c: Likewise.
37110         * io/statfs64.c: Likewise.
37111         * io/statvfs.c: Likewise.
37112         * io/statvfs64.c: Likewise.
37113         * io/symlink.c: Likewise.
37114         * io/symlinkat.c: Likewise.
37115         * io/ttyname.c: Likewise.
37116         * io/ttyname_r.c: Likewise.
37117         * io/umask.c: Likewise.
37118         * io/unlink.c: Likewise.
37119         * io/unlinkat.c: Likewise.
37120         * io/utime.c: Likewise.
37121         * io/utimensat.c: Likewise.
37122         * io/write.c: Likewise.
37123         * io/xmknod.c: Likewise.
37124         * io/xmknodat.c: Likewise.
37125         * io/xstat.c: Likewise.
37126         * io/xstat64.c: Likewise.
37127         * login/getpt.c: Likewise.
37128         * login/grantpt.c: Likewise.
37129         * login/unlockpt.c: Likewise.
37130         * math/e_acoshl.c: Likewise.
37131         * math/e_acosl.c: Likewise.
37132         * math/e_asinl.c: Likewise.
37133         * math/e_atan2l.c: Likewise.
37134         * math/e_atanhl.c: Likewise.
37135         * math/e_coshl.c: Likewise.
37136         * math/e_expl.c: Likewise.
37137         * math/e_fmodl.c: Likewise.
37138         * math/e_gammal_r.c: Likewise.
37139         * math/e_hypotl.c: Likewise.
37140         * math/e_j0l.c: Likewise.
37141         * math/e_j1l.c: Likewise.
37142         * math/e_jnl.c: Likewise.
37143         * math/e_lgammal_r.c: Likewise.
37144         * math/e_log10l.c: Likewise.
37145         * math/e_log2l.c: Likewise.
37146         * math/e_logl.c: Likewise.
37147         * math/e_powl.c: Likewise.
37148         * math/e_rem_pio2l.c: Likewise.
37149         * math/e_sinhl.c: Likewise.
37150         * math/e_sqrtl.c: Likewise.
37151         * math/fclrexcpt.c: Likewise.
37152         * math/fedisblxcpt.c: Likewise.
37153         * math/feenablxcpt.c: Likewise.
37154         * math/fegetenv.c: Likewise.
37155         * math/fegetexcept.c: Likewise.
37156         * math/fegetround.c: Likewise.
37157         * math/feholdexcpt.c: Likewise.
37158         * math/fesetenv.c: Likewise.
37159         * math/fesetround.c: Likewise.
37160         * math/feupdateenv.c: Likewise.
37161         * math/fgetexcptflg.c: Likewise.
37162         * math/fraiseexcpt.c: Likewise.
37163         * math/fsetexcptflg.c: Likewise.
37164         * math/ftestexcept.c: Likewise.
37165         * math/k_cosl.c: Likewise.
37166         * math/k_rem_pio2l.c: Likewise.
37167         * math/k_sinl.c: Likewise.
37168         * math/k_tanl.c: Likewise.
37169         * math/s_asinhl.c: Likewise.
37170         * math/s_atanl.c: Likewise.
37171         * math/s_cbrtl.c: Likewise.
37172         * math/s_erfl.c: Likewise.
37173         * math/s_expm1l.c: Likewise.
37174         * math/s_log1pl.c: Likewise.
37175         * math/s_tanhl.c: Likewise.
37176         * misc/acct.c: Likewise.
37177         * misc/brk.c: Likewise.
37178         * misc/chflags.c: Likewise.
37179         * misc/chroot.c: Likewise.
37180         * misc/fchflags.c: Likewise.
37181         * misc/fgetxattr.c: Likewise.
37182         * misc/flistxattr.c: Likewise.
37183         * misc/fremovexattr.c: Likewise.
37184         * misc/fsetxattr.c: Likewise.
37185         * misc/fsync.c: Likewise.
37186         * misc/ftruncate.c: Likewise.
37187         * misc/futimes.c: Likewise.
37188         * misc/futimesat.c: Likewise.
37189         * misc/getdomain.c: Likewise.
37190         * misc/getdtsz.c: Likewise.
37191         * misc/gethostid.c: Likewise.
37192         * misc/gethostname.c: Likewise.
37193         * misc/getloadavg.c: Likewise.
37194         * misc/getpagesize.c: Likewise.
37195         * misc/getsysstats.c: Likewise.
37196         * misc/getxattr.c: Likewise.
37197         * misc/gtty.c: Likewise.
37198         * misc/ioctl.c: Likewise.
37199         * misc/lgetxattr.c: Likewise.
37200         * misc/listxattr.c: Likewise.
37201         * misc/llistxattr.c: Likewise.
37202         * misc/lremovexattr.c: Likewise.
37203         * misc/lsetxattr.c: Likewise.
37204         * misc/lutimes.c: Likewise.
37205         * misc/madvise.c: Likewise.
37206         * misc/mincore.c: Likewise.
37207         * misc/mlock.c: Likewise.
37208         * misc/mlockall.c: Likewise.
37209         * misc/mmap.c: Likewise.
37210         * misc/mprotect.c: Likewise.
37211         * misc/msync.c: Likewise.
37212         * misc/munlock.c: Likewise.
37213         * misc/munlockall.c: Likewise.
37214         * misc/munmap.c: Likewise.
37215         * misc/preadv.c: Likewise.
37216         * misc/preadv64.c: Likewise.
37217         * misc/ptrace.c: Likewise.
37218         * misc/pwritev.c: Likewise.
37219         * misc/pwritev64.c: Likewise.
37220         * misc/readv.c: Likewise.
37221         * misc/reboot.c: Likewise.
37222         * misc/remap_file_pages.c: Likewise.
37223         * misc/removexattr.c: Likewise.
37224         * misc/revoke.c: Likewise.
37225         * misc/select.c: Likewise.
37226         * misc/setdomain.c: Likewise.
37227         * misc/setegid.c: Likewise.
37228         * misc/seteuid.c: Likewise.
37229         * misc/sethostid.c: Likewise.
37230         * misc/sethostname.c: Likewise.
37231         * misc/setregid.c: Likewise.
37232         * misc/setreuid.c: Likewise.
37233         * misc/setxattr.c: Likewise.
37234         * misc/sstk.c: Likewise.
37235         * misc/stty.c: Likewise.
37236         * misc/swapoff.c: Likewise.
37237         * misc/swapon.c: Likewise.
37238         * misc/sync.c: Likewise.
37239         * misc/syncfs.c: Likewise.
37240         * misc/syscall.c: Likewise.
37241         * misc/truncate.c: Likewise.
37242         * misc/ualarm.c: Likewise.
37243         * misc/usleep.c: Likewise.
37244         * misc/ustat.c: Likewise.
37245         * misc/utimes.c: Likewise.
37246         * misc/vhangup.c: Likewise.
37247         * misc/writev.c: Likewise.
37248         * posix/_exit.c: Likewise.
37249         * posix/alarm.c: Likewise.
37250         * posix/execve.c: Likewise.
37251         * posix/fexecve.c: Likewise.
37252         * posix/fork.c: Likewise.
37253         * posix/fpathconf.c: Likewise.
37254         * posix/getaddrinfo.c: Likewise.
37255         * posix/getegid.c: Likewise.
37256         * posix/geteuid.c: Likewise.
37257         * posix/getgid.c: Likewise.
37258         * posix/getgroups.c: Likewise.
37259         * posix/getlogin.c: Likewise.
37260         * posix/getlogin_r.c: Likewise.
37261         * posix/getpgid.c: Likewise.
37262         * posix/getpid.c: Likewise.
37263         * posix/getppid.c: Likewise.
37264         * posix/getresgid.c: Likewise.
37265         * posix/getresuid.c: Likewise.
37266         * posix/getsid.c: Likewise.
37267         * posix/getuid.c: Likewise.
37268         * posix/glob64.c: Likewise.
37269         * posix/nanosleep.c: Likewise.
37270         * posix/pathconf.c: Likewise.
37271         * posix/pause.c: Likewise.
37272         * posix/posix_madvise.c: Likewise.
37273         * posix/pread.c: Likewise.
37274         * posix/pread64.c: Likewise.
37275         * posix/pwrite.c: Likewise.
37276         * posix/pwrite64.c: Likewise.
37277         * posix/sched_getaffinity.c: Likewise.
37278         * posix/sched_getp.c: Likewise.
37279         * posix/sched_gets.c: Likewise.
37280         * posix/sched_primax.c: Likewise.
37281         * posix/sched_primin.c: Likewise.
37282         * posix/sched_rr_gi.c: Likewise.
37283         * posix/sched_setaffinity.c: Likewise.
37284         * posix/sched_setp.c: Likewise.
37285         * posix/sched_sets.c: Likewise.
37286         * posix/sched_yield.c: Likewise.
37287         * posix/setgid.c: Likewise.
37288         * posix/setlogin.c: Likewise.
37289         * posix/setpgid.c: Likewise.
37290         * posix/setresgid.c: Likewise.
37291         * posix/setresuid.c: Likewise.
37292         * posix/setsid.c: Likewise.
37293         * posix/setuid.c: Likewise.
37294         * posix/sleep.c: Likewise.
37295         * posix/spawni.c: Likewise.
37296         * posix/sysconf.c: Likewise.
37297         * posix/times.c: Likewise.
37298         * posix/wait.c: Likewise.
37299         * posix/wait3.c: Likewise.
37300         * posix/wait4.c: Likewise.
37301         * posix/waitpid.c: Likewise.
37302         * resolv/gai_sigqueue.c: Likewise.
37303         * resource/getpriority.c: Likewise.
37304         * resource/getrlimit.c: Likewise.
37305         * resource/getrusage.c: Likewise.
37306         * resource/nice.c: Likewise.
37307         * resource/setpriority.c: Likewise.
37308         * resource/setrlimit.c: Likewise.
37309         * resource/ulimit.c: Likewise.
37310         * rt/aio_cancel.c: Likewise.
37311         * rt/aio_fsync.c: Likewise.
37312         * rt/aio_read.c: Likewise.
37313         * rt/aio_sigqueue.c: Likewise.
37314         * rt/aio_suspend.c: Likewise.
37315         * rt/aio_write.c: Likewise.
37316         * rt/clock_getres.c: Likewise.
37317         * rt/clock_gettime.c: Likewise.
37318         * rt/clock_nanosleep.c: Likewise.
37319         * rt/clock_settime.c: Likewise.
37320         * rt/lio_listio.c: Likewise.
37321         * rt/mq_close.c: Likewise.
37322         * rt/mq_getattr.c: Likewise.
37323         * rt/mq_notify.c: Likewise.
37324         * rt/mq_open.c: Likewise.
37325         * rt/mq_receive.c: Likewise.
37326         * rt/mq_send.c: Likewise.
37327         * rt/mq_setattr.c: Likewise.
37328         * rt/mq_timedreceive.c: Likewise.
37329         * rt/mq_timedsend.c: Likewise.
37330         * rt/mq_unlink.c: Likewise.
37331         * rt/shm_open.c: Likewise.
37332         * rt/shm_unlink.c: Likewise.
37333         * rt/timer_create.c: Likewise.
37334         * rt/timer_delete.c: Likewise.
37335         * rt/timer_getoverr.c: Likewise.
37336         * rt/timer_gettime.c: Likewise.
37337         * rt/timer_settime.c: Likewise.
37338         * setjmp/__longjmp.c: Likewise.
37339         * setjmp/setjmp.c: Likewise.
37340         * signal/kill.c: Likewise.
37341         * signal/killpg.c: Likewise.
37342         * signal/raise.c: Likewise.
37343         * signal/sigaction.c: Likewise.
37344         * signal/sigaltstack.c: Likewise.
37345         * signal/sigblock.c: Likewise.
37346         * signal/sigignore.c: Likewise.
37347         * signal/sigintr.c: Likewise.
37348         * signal/signal.c: Likewise.
37349         * signal/sigpause.c: Likewise.
37350         * signal/sigpending.c: Likewise.
37351         * signal/sigqueue.c: Likewise.
37352         * signal/sigreturn.c: Likewise.
37353         * signal/sigset.c: Likewise.
37354         * signal/sigsetmask.c: Likewise.
37355         * signal/sigstack.c: Likewise.
37356         * signal/sigsuspend.c: Likewise.
37357         * signal/sigtimedwait.c: Likewise.
37358         * signal/sigvec.c: Likewise.
37359         * signal/sigwait.c: Likewise.
37360         * signal/sigwaitinfo.c: Likewise.
37361         * signal/sysv_signal.c: Likewise.
37362         * socket/accept.c: Likewise.
37363         * socket/accept4.c: Likewise.
37364         * socket/bind.c: Likewise.
37365         * socket/connect.c: Likewise.
37366         * socket/getpeername.c: Likewise.
37367         * socket/getsockname.c: Likewise.
37368         * socket/getsockopt.c: Likewise.
37369         * socket/isfdtype.c: Likewise.
37370         * socket/listen.c: Likewise.
37371         * socket/recv.c: Likewise.
37372         * socket/recvfrom.c: Likewise.
37373         * socket/recvmsg.c: Likewise.
37374         * socket/send.c: Likewise.
37375         * socket/sendmsg.c: Likewise.
37376         * socket/sendto.c: Likewise.
37377         * socket/setsockopt.c: Likewise.
37378         * socket/shutdown.c: Likewise.
37379         * socket/sockatmark.c: Likewise.
37380         * socket/socket.c: Likewise.
37381         * socket/socketpair.c: Likewise.
37382         * stdio-common/ctermid.c: Likewise.
37383         * stdio-common/cuserid.c: Likewise.
37384         * stdio-common/remove.c: Likewise.
37385         * stdio-common/rename.c: Likewise.
37386         * stdio-common/renameat.c: Likewise.
37387         * stdio-common/tempname.c: Likewise.
37388         * stdlib/getcontext.c: Likewise.
37389         * stdlib/makecontext.c: Likewise.
37390         * stdlib/setcontext.c: Likewise.
37391         * stdlib/swapcontext.c: Likewise.
37392         * stdlib/system.c: Likewise.
37393         * streams/fattach.c: Likewise.
37394         * streams/fdetach.c: Likewise.
37395         * streams/getmsg.c: Likewise.
37396         * streams/getpmsg.c: Likewise.
37397         * streams/putmsg.c: Likewise.
37398         * streams/putpmsg.c: Likewise.
37399         * sysdeps/unix/bsd/getpt.c: Likewise.
37400         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37401         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37402         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37404         Likewise.
37405         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37406         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37407         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37408         * sysvipc/msgctl.c: Likewise.
37409         * sysvipc/msgget.c: Likewise.
37410         * sysvipc/msgrcv.c: Likewise.
37411         * sysvipc/msgsnd.c: Likewise.
37412         * sysvipc/semctl.c: Likewise.
37413         * sysvipc/semget.c: Likewise.
37414         * sysvipc/semop.c: Likewise.
37415         * sysvipc/semtimedop.c: Likewise.
37416         * sysvipc/shmat.c: Likewise.
37417         * sysvipc/shmctl.c: Likewise.
37418         * sysvipc/shmdt.c: Likewise.
37419         * sysvipc/shmget.c: Likewise.
37420         * termios/tcdrain.c: Likewise.
37421         * termios/tcflow.c: Likewise.
37422         * termios/tcflush.c: Likewise.
37423         * termios/tcgetattr.c: Likewise.
37424         * termios/tcgetpgrp.c: Likewise.
37425         * termios/tcsendbrk.c: Likewise.
37426         * termios/tcsetattr.c: Likewise.
37427         * termios/tcsetpgrp.c: Likewise.
37428         * time/adjtime.c: Likewise.
37429         * time/clock.c: Likewise.
37430         * time/getitimer.c: Likewise.
37431         * time/gettimeofday.c: Likewise.
37432         * time/setitimer.c: Likewise.
37433         * time/settimeofday.c: Likewise.
37434         * time/stime.c: Likewise.
37435         * time/time.c: Likewise.
37437 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37439         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37440         /usr/old/bin.
37442         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37443         instead of spaces.
37444         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37446 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37448         [BZ #14796]
37449         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37450         FE_TONEAREST before applying Dekker multiplication and Knuth
37451         addition.  Clear inexact exceptions and check for exact zero
37452         results afterwards.
37453         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37454         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37455         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37456         * math/libm-test.inc (fma_test): Add more tests.
37457         (fma_test_towardzero): Likewise.
37458         (fma_test_downward): Likewise.
37459         (fma_test_upward): Likewise.
37460         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37461         function.
37462         (libc_fesetround): New macro.
37463         (libc_fesetroundf): Likewise.
37464         (libc_fesetroundl): Likewise.
37465         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37466         function.
37467         (libc_fesetround_387): Likewise.
37468         (libc_fesetroundf): New macro.
37469         (libc_fesetround): Likewise.
37470         (libc_fesetroundl): Likewise.
37471         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37472         function.
37473         (libc_fesetroundf): New macro.
37474         (libc_fesetround): Likewise.
37475         (libc_fesetroundl): Likewise.
37476         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37477         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37478         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37479         libm_hidden_ver.
37480         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37481         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37482         libm_hidden_def.
37483         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37484         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37485         libm_hidden_ver.
37486         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37487         libm_hidden_def.
37489         [BZ #3439]
37490         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37491         integer constant usable in #if and use that to give value to enum
37492         constant.
37493         (FE_DIVBYZERO): Likewise.
37494         (FE_UNDERFLOW): Likewise.
37495         (FE_OVERFLOW): Likewise.
37496         (FE_INVALID): Likewise.
37497         (FE_INVALID_SNAN): Likewise.
37498         (FE_INVALID_ISI): Likewise.
37499         (FE_INVALID_IDI): Likewise.
37500         (FE_INVALID_ZDZ): Likewise.
37501         (FE_INVALID_IMZ): Likewise.
37502         (FE_INVALID_COMPARE): Likewise.
37503         (FE_INVALID_SOFTWARE): Likewise.
37504         (FE_INVALID_SQRT): Likewise.
37505         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37506         (FE_TONEAREST): Likewise.
37507         (FE_TOWARDZERO): Likewise.
37508         (FE_UPWARD): Likewise.
37509         (FE_DOWNWARD): Likewise.
37510         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37511         (FE_DIVBYZERO): Likewise.
37512         (FE_OVERFLOW): Likewise.
37513         (FE_UNDERFLOW): Likewise.
37514         (FE_INEXACT): Likewise.
37515         (FE_TONEAREST): Likewise.
37516         (FE_DOWNWARD): Likewise.
37517         (FE_UPWARD): Likewise.
37518         (FE_TOWARDZERO): Likewise.
37519         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37520         (FE_UNDERFLOW): Likewise.
37521         (FE_OVERFLOW): Likewise.
37522         (FE_DIVBYZERO): Likewise.
37523         (FE_INVALID): Likewise.
37524         (FE_TONEAREST): Likewise.
37525         (FE_TOWARDZERO): Likewise.
37526         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37527         (FE_OVERFLOW): Likewise.
37528         (FE_UNDERFLOW): Likewise.
37529         (FE_DIVBYZERO): Likewise.
37530         (FE_INEXACT): Likewise.
37531         (FE_TONEAREST): Likewise.
37532         (FE_TOWARDZERO): Likewise.
37533         (FE_UPWARD): Likewise.
37534         (FE_DOWNWARD): Likewise.
37535         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37536         (FE_DIVBYZERO): Likewise.
37537         (FE_OVERFLOW): Likewise.
37538         (FE_UNDERFLOW): Likewise.
37539         (FE_INEXACT): Likewise.
37540         (FE_TONEAREST): Likewise.
37541         (FE_DOWNWARD): Likewise.
37542         (FE_UPWARD): Likewise.
37543         (FE_TOWARDZERO): Likewise.
37545 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37547         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37549 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37551         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37552         commands.  Quote $PWD.
37553         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37554         -x" by "export".
37555         (remove_newlines): Remove.
37557 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37559         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37560         * stdlib/stdlib.h (atof): Moved to ...
37561         * include/bits/stdlib-float.h: Here.  New file.
37562         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37563         * stdlib/bits/stdlib-float.h: New file.
37564         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37565         -mno-sse -mno-mmx.
37566         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37567         <xmmintrin.h>.
37569 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37571         * conform/conformtest.pl (@headers): Add fenv.h.
37572         * conform/data/fenv.h-data: New file.
37573         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37574         include of <math/fenv.h>.
37576         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37577         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37578         && !UNIX98].  Enables tests for XOPEN2K8.
37579         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37580         POSIX2008]: Likewise.
37582         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37583         (struct rusage): Do not expect type or its members.
37585         [BZ #3439]
37586         * math/math.h (FP_NAN): Define macro to integer constant usable in
37587         #if and use that to give value to enum constant.
37588         (FP_INFINITE): Likewise.
37589         (FP_ZERO): Likewise.
37590         (FP_SUBNORMAL): Likewise.
37591         (FP_NORMAL): Likewise.
37593 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37595         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37596         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37597         arguments.
37599 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37601         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37602         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37603         autoconf-time if not.
37604         * configure.in: Remove AC_PREREQ.
37606 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37608         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37609         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37610         of the internal implementation.
37612 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37614         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37615         except include of <misc/sys/syslog.h>.
37617 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37620         function returns with a NULL context exit with zero.
37622 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37624         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37626 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37628         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37629         (run_program_cmd): This.
37630         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37631         (tst_langinfo): New variable.  Use it.
37633 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37635         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37636         floating point opcodes.
37638 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37640         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37641         variable.
37643         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37645         * sysdeps/mach/hurd/powerpc: Remove directory.
37646         * sysdeps/mach/powerpc: Likewise.
37648 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37650         * scripts/check-local-headers.sh: Ignore c++ headers.
37652 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37654         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37655         __libc_cleanup_region_start argument.
37657 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37659         [BZ #14784]
37660         [BZ #14785]
37661         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37662         x * y using scaling, not as x * y + z.
37663         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37664         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37665         * math/libm-test.inc (fma_test): Add more tests.
37666         (fma_test_towardzero): Likewise.
37667         (fma_test_downward): Likewise.
37668         (fma_test_upward): Likewise.
37670 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37672         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37674 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37676         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37677         New variable.
37679 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37681         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37683 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37686         Fix sort order.
37687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37688         Likewise.
37690 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37693         Fix the order of the list for glibc 2.17.
37694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37695         Likewise.
37697 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37699         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37701 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37703         [BZ #14610]
37704         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37705         for low part of x being zero before using __atanl (y).
37706         * math/libm-test.inc (atan2_test): Add another test.
37708         * manual/install.texi (Configuring and compiling): Document
37709         general use of test-wrapper and test-wrapper-env.
37710         * INSTALL: Regenerated.
37712         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37713         (__fma): Do not extract and scale down low bits on after-rounding
37714         systems when result rounded to normal precision would have normal
37715         exponent.
37716         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37717         (__fmal): Do not extract and scale down low bits on after-rounding
37718         systems when result rounded to normal precision would have normal
37719         exponent.
37720         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37721         (__fmal): Do not extract and scale down low bits on after-rounding
37722         systems when result rounded to normal precision would have normal
37723         exponent.
37724         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37725         macro.
37726         (fma_test): Add more tests.
37727         (fma_test_towardzero): Likewise.
37728         (fma_test_downward): Likewise.
37729         (fma_test_upward): Likewise.
37731 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37733         * sysdeps/i386/tininess.h: Renamed to ...
37734         * sysdeps/x86/tininess.h: This.
37735         * sysdeps/x86_64/tininess.h: Removed.
37737 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37739         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37740         input.  Use $(build-program-cmd).
37741         ($(objpfx)tst-array1-static.out): Likewise.
37742         ($(objpfx)tst-array2.out): Likewise.
37743         ($(objpfx)tst-array3.out): Likewise.
37744         ($(objpfx)tst-array4.out): Likewise.
37745         ($(objpfx)tst-array5.out): Likewise.
37746         ($(objpfx)tst-array5-static.out): Likewise.
37748 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37750         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37751         if defined.
37753         * nss/nsswitch.h (nss_interface_function): Provide new
37754         macro for use with NSS functions.
37755         * grp/initgroups.c: Use new macro.
37756         * nss/getXXbyYY.c: Likewise.
37757         * nss/getXXbyYY_r.c: Likewise.
37758         * nss/getXXent.c: Likewise.
37759         * nss/getXXent_r.c: Likewise.
37760         * sysdeps/posix/getaddrinfo.c: Likewise.
37762 2012-10-30  Andreas Jaeger  <aj@suse.de>
37764         * po/ru.po: Update Russion translation from translation project.
37766 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37768         [BZ #14152]
37769         [BZ #14783]
37770         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37771         result and shift together with sticky bit instead of replicating
37772         round-to-nearest rounding.
37773         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37774         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37775         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37776         missing underflow exceptions.
37777         (fma_test_towardzero): Add more tests.
37778         (fma_test_downward): Likewise.
37779         (fma_test_upward): Likewise.
37781         [BZ #14047]
37782         * sysdeps/generic/tininess.h: New file.
37783         * sysdeps/i386/tininess.h: Likewise.
37784         * sysdeps/sh/tininess.h: Likewise.
37785         * sysdeps/x86_64/tininess.h: Likewise.
37786         * stdlib/tst-strtod-underflow.c: Likewise.
37787         * stdlib/tst-tininess.c: Likewise.
37788         * stdlib/strtod_l.c: Include <tininess.h>.
37789         (round_and_return): Do not set errno for exact underflow cases.
37790         Force an underflow exception when setting errno for underflow.
37791         Determine underflow based on rounding to normal precision if
37792         TININESS_AFTER_ROUNDING.
37793         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37794         ERANGE for exact underflow cases.
37795         * stdlib/Makefile (tests): Add tst-tininess and
37796         tst-strtod-underflow.
37797         ($(objpfx)tst-tininess): Use $(link-libm).
37798         ($(objpfx)tst-strtod-underflow): Likewise.
37800 2012-10-30  Andreas Jaeger  <aj@suse.de>
37802         [BZ#14767]
37803         * elf/Makefile (tests): Remove conditional for have-initfini-array
37804         since this is now always required and the variable does not exist
37805         anymore.
37806         (tests-static): Likewise.
37807         (modules-names): Likewise.
37809         * po/eo.po: Add Esperanto translation from translation project.
37811         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37812         merged with constructor/destructor.
37813         (init_array): Likewise.
37814         * elf/tst-array2dep.c (fini_array): Likewise.
37815         (init_array): Likewise.
37817 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37819         * manual/message.texi: Delete @cartouche tags.
37821 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37823         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37824         EOPNOTSUPP.
37825         * sysdeps/mach/hurd/fsync.c: Likewise.
37827         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37828         [_POSIX_REALTIME_SIGNALS]: Change condition to
37829         [_POSIX_REALTIME_SIGNALS > 0].
37831 2012-10-27  Andreas Jaeger  <aj@suse.de>
37833         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37834         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37835         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37836         [__WORDSIZE != 64]: Likewise.
37838 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37840         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37841         *  iconvdata/tst-tables.sh: Likewise.
37843 2012-10-25  David S. Miller  <davem@davemloft.net>
37845         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37846         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37847         of strtoull.
37849         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37850         ifunc-impl-list.c
37851         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37852         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37853         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37854         file.
37856 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37858         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37859         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37860         __getdirentries.
37862 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37863             Jim Blandy  <jimb@codesourcery.com>
37865         * scripts/cross-test-ssh.sh: New file.
37866         * manual/install.texi (Configuring and compiling): Document use of
37867         cross-test-ssh.sh.
37868         * INSTALL: Regenerated.
37870 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37872         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37873         EOPNOTSUPP.
37875 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37877         * Makeconfig (run-program-prefix): Fix comment.
37879 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37880             Jim Blandy  <jimb@codesourcery.com>
37882         * Makeconfig (test-wrapper): New variable,
37883         (test-wrapper-env): Likewise.
37884         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37885         (run-built-tests): Define to yes.
37886         (run-program-prefix): Use $(test-wrapper).
37887         (built-program-cmd): Likewise.
37888         * Rules (make-test-out): Use $(test-wrapper-env) and
37889         $(host-built-program-cmd).
37890         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37891         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37892         tst-pathopt.sh.
37893         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37894         $(test-wrapper-env) to tst-rtld-load-self.sh.
37895         ($(objpfx)order2.out): Use $(test-wrapper).
37896         ($(objpfx)tst-initorder.out): Likewise.
37897         ($(objpfx)tst-initorder2.out): Likewise.
37898         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37899         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37900         (test_wrapper_env): New variable.  Use it to run ld.so.
37901         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37902         Use it to run ld.so.
37903         (test_wrapper_env): Likewise.
37904         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37905         $(test-wrapper) to run-iconv-test.sh.
37906         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37907         (ICONV): Use $test_wrapper.
37908         * posix/Makefile ($(objpfx)globtest.out): Pass
37909         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37910         globtest.sh, not $(run-program-prefix).
37911         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37912         (test_wrapper): Likewise.
37913         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37914         set together with run_via_rtld_prefix.
37915         (run_program_prefix): Define in terms of test_wrapper and
37916         run_via_rtld_prefix.
37918 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37920         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37921         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37922         Targets removed.
37924         [BZ #14743]
37925         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37926         Declare __clock_getres, __clock_gettime, __clock_settime,
37927         __clock_nanosleep, and __clock_getcpuclockid.
37928         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37929         Remove librt_hidden_def (clock_gettime).
37930         * sysdeps/unix/clock_gettime.c: Likewise.
37931         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37932         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37933         * rt/clock_getres.c: Define __clock_getres as an alias.
37934         * sysdeps/posix/clock_getres.c: Likewise.
37935         * rt/clock_settime.c: Define __clock_settime as an alias.
37936         * sysdeps/unix/clock_settime.c: Likewise.
37937         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37938         * sysdeps/unix/clock_nanosleep.c: Likewise.
37939         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37940         * rt/clock-compat.c: New file.
37941         * rt/Makefile (librt-routines): Add clock-compat and move
37942         $(clock-routines) to ...
37943         (routines): ... here, new variable.
37944         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37945         Don't add get_clockfreq here.
37946         * rt/Versions (libc: GLIBC_2.17): New version set.
37947         Add clock_* symbols here.
37948         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37949         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37950         (GLIBC_2.17): Add clock_* symbols.
37951         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37952         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37953         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37955         Likewise.
37956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37957         Likewise.
37958         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37959         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37960         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37961         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37962         * NEWS: Mention the move.
37964         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37965         Use __open, __read, __close rather than their public counterparts.
37966         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37967         (__get_clockfreq_via_cpuinfo): Likewise.
37968         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37969         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37971         * config.h.in (HAVE_IFUNC): New #undef.
37972         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37973         was successful.
37974         * configure: Regenerated.
37976 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37978         * configure.in: Move READELF check to start of file.
37979         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37980         libc_cv_asm_gnu_indirect_function in the process.
37981         * configure: Regenerated.
37983 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37985         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37986         send the output to /dev/null.
37987         (libc_cv_cc_with_libunwind): Likewise.
37988         (libc_cv_as_noexecstack): Likewise.
37989         * configure: Regenerate.
37991 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37993         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37995         * posix/globtest.sh (TMPDIR): Do not set.
37996         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37997         (testout): Likewise.
37999 2012-10-24  Andreas Jaeger  <aj@suse.de>
38001         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
38002         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
38003         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
38004         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
38005         posix_fadvise64, posix_fallocate64.
38007         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
38008         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
38009         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
38010         Likewise.
38011         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
38012         Likewise.
38013         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
38015         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
38016         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
38017         <bits/fcntl-linux.h>.
38018         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
38020         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
38021         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
38022         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
38023         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
38024         [__WORDSIZE != 64]: Likewise.
38026 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38028         * Makeconfig (run-built-tests): New variable.
38029         * Rules [$(cross-compiling) = yes]: Change condition to
38030         [$(run-built-tests) = no].
38031         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
38032         to [$(run-built-tests) = yes].
38033         * elf/Makefile [$(cross-compiling) = no]: Likewise
38034         * grp/Makefile [$(cross-compiling) = no]: Likewise.
38035         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
38036         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
38037         * intl/Makefile [$(cross-compiling) = no]: Likewise.
38038         * io/Makefile [$(cross-compiling) = no]: Likewise.
38039         * libio/Makefile [$(cross-compiling) = no]: Likewise.
38040         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
38041         * misc/Makefile [$(cross-compiling) = no]: Likewise.
38042         * posix/Makefile [$(cross-compiling) = no]: Likewise.
38043         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
38044         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
38045         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
38046         * string/Makefile [$(cross-compiling) = no]: Likewise.
38048         * posix/Makefile ($(objpfx)globtest.out): Pass
38049         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
38050         $(rtld-installed-name).
38051         * posix/globtest.sh (elf_objpfx): Remove variable.
38052         (rtld_installed_name): Likewise.
38053         (library_path): Likewise.
38054         (run_program_prefix): New variable.  Use for running globtest
38055         binary.
38057 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
38058             Joseph Myers  <joseph@codesourcery.com>
38060         * Makeconfig (host-built-program-cmd): New variable.
38061         * elf/Makefile (tst-stackguard1-ARGS): Use
38062         $(host-built-program-cmd).
38063         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
38064         (tst-spawn-ARGS): Likewise.
38065         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
38067 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38068             Jim Blandy  <jimb@codesourcery.com>
38070         * Makeconfig (run-via-rtld-prefix): New variable.
38071         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38072         (built-program-cmd): Likewise.
38074 2012-10-22  Andreas Jaeger  <aj@suse.de>
38076         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38077         __O_RSYNC if it exists, otherwise to O_SYNC.
38079 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
38080             Joseph Myers  <joseph@codesourcery.com>
38082         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
38083         /dev/null.
38084         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
38085         from /dev/null
38086         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
38087         /dev/null.
38089 2012-10-22  Andreas Jaeger  <aj@suse.de>
38091         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
38092         Define always.
38093         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
38095         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38096         bits/fcntl-linux.h.
38098         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
38099         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
38101         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
38102         to __O_LARGEFILE.
38103         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
38104         to __O_LARGEFILE.
38106 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
38107             Joseph Myers  <joseph@codesourcery.com>
38109         * config.make.in (NM): New variable.
38111 2012-10-21  Andreas Jaeger  <aj@suse.de>
38113         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
38114         definitions and declarations that are provided by
38115         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
38117 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38119         [BZ #14683]
38120         * elf/Makefile (tests-static): Add tst-leaks1-static.
38121         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
38122         ($(objpfx)tst-leaks1-static): New rule.
38123         ($(objpfx)tst-leaks1-static-mem): Likewise.
38124         (tst-leaks1-static-ENV): New macro.
38125         * elf/dl-open.c (dl_open_worker): Check the main application
38126         only if SHARED is defined.
38127         * elf/tst-leaks1-static.c: New file.
38129 2012-10-20  Andreas Jaeger  <aj@suse.de>
38131         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
38132         generic values for Linux.
38133         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
38134         and declarations that are provided by <bits/fcntl-linux.h> and
38135         include <bits/fcntl-linux.h>.
38136         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38137         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38139 2012-10-20  Roland McGrath  <roland@hack.frob.com>
38141         * io/fcntl.h: Move include of <bits/types.h> to the top and
38142         include it unconditionally.
38144 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38146         * wcsmbs/Makefile (tests-ifunc): New variable.
38147         (tests): Add $(tests-ifunc).
38148         * wcsmbs/test-wcschr-ifunc.c: New file.
38149         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38150         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38151         * wcsmbs/test-wcslen-ifunc.c: Likewise.
38152         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38153         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38155         * string/Makefile (tests-ifunc): New variable.
38156         (tests): Add $(tests-ifunc).
38157         * string/test-memccpy.c (TEST_NAME): New macro.
38158         * string/test-memchr.c (TEST_NAME): Likewise.
38159         * string/test-memcmp.c (TEST_NAME): Likewise.
38160         * string/test-memcpy.c (TEST_NAME): Likewise.
38161         * string/test-memmem.c (TEST_NAME): Likewise.
38162         * string/test-memmove.c (TEST_NAME): Likewise.
38163         * string/test-memset.c (TEST_NAME): Likewise.
38164         * string/test-rawmemchr.c (TEST_NAME): Likewise.
38165         * string/test-stpcpy.c (TEST_NAME): Likewise.
38166         * string/test-stpncpy.c (TEST_NAME): Likewise.
38167         * string/test-strcasecmp.c (TEST_NAME): Likewise.
38168         * string/test-strcasestr.c (TEST_NAME): Likewise.
38169         * string/test-strcat.c (TEST_NAME): Likewise.
38170         * string/test-strchr.c (TEST_NAME): Likewise.
38171         * string/test-strcmp.c(TEST_NAME): Likewise.
38172         * string/test-strcpy.c (TEST_NAME): Likewise.
38173         * string/test-strcspn.c (TEST_NAME): Likewise.
38174         * string/test-strlen.c (TEST_NAME): Likewise.
38175         * string/test-strncasecmp.c (TEST_NAME): Likewise.
38176         * string/test-strncmp.c (TEST_NAME): Likewise.
38177         * string/test-strncpy.c (TEST_NAME): Likewise.
38178         * string/test-strnlen.c (TEST_NAME): Likewise.
38179         * string/test-strpbrk.c (TEST_NAME): Likewise.
38180         * string/test-strrchr.c (TEST_NAME): Likewise.
38181         * string/test-strspn.c (TEST_NAME): Likewise.
38182         * string/test-strstr.c (TEST_NAME): Likewise.
38183         * string/test-bcopy-ifunc.c: New file.
38184         * string/test-bzero-ifunc.c: Likewise.
38185         * string/test-memccpy-ifunc.c: Likewise.
38186         * string/test-memchr-ifunc.c: Likewise.
38187         * string/test-memcmp-ifunc.c: Likewise.
38188         * string/test-memcpy-ifunc.c: Likewise.
38189         * string/test-memmem-ifunc.c: Likewise.
38190         * string/test-memmove-ifunc.c: Likewise.
38191         * string/test-mempcpy-ifunc.c: Likewise.
38192         * string/test-memset-ifunc.c: Likewise.
38193         * string/test-rawmemchr-ifunc.c: Likewise.
38194         * string/test-stpcpy-ifunc.c: Likewise.
38195         * string/test-stpncpy-ifunc.c: Likewise.
38196         * string/test-strcasecmp-ifunc.c: Likewise.
38197         * string/test-strcasestr-ifunc.c: Likewise.
38198         * string/test-strcat-ifunc.c: Likewise.
38199         * string/test-strchr-ifunc.c: Likewise.
38200         * string/test-strchrnul-ifunc.c: Likewise.
38201         * string/test-strcmp-ifunc.c: Likewise.
38202         * string/test-strcpy-ifunc.c: Likewise.
38203         * string/test-strcspn-ifunc.c: Likewise.
38204         * string/test-strlen-ifunc.c: Likewise.
38205         * string/test-strncasecmp-ifunc.c: Likewise.
38206         * string/test-strncat-ifunc.c: Likewise.
38207         * string/test-strncmp-ifunc.c: Likewise.
38208         * string/test-strncpy-ifunc.c: Likewise.
38209         * string/test-strnlen-ifunc.c: Likewise.
38210         * string/test-strpbrk-ifunc.c: Likewise.
38211         * string/test-strrchr-ifunc.c: Likewise.
38212         * string/test-strspn-ifunc.c: Likewise.
38213         * string/test-strstr-ifunc.c: Likewise.
38215         * debug/Makefile (tests-ifunc): New variable.
38216         (tests): Add $(tests-ifunc).
38217         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38218         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38219         * debug/test-stpcpy_chk-ifunc.c: New file.
38220         * debug/test-strcpy_chk-ifunc.c: Likewise.
38222 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
38224         [BZ #13601]
38225         * elf/dl-load.c (open_verify): Retry read if the entire ELF
38226         header is not read in.
38228 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
38230         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
38231         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
38232         directly.  Pass built executable to script as
38233         $(built-program-cmd).
38234         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
38235         $testprogram without using LD_LIBRARY_PATH and $ldso.
38237         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38238         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38239         $(rtld-installed-name).
38240         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38241         (rtld_installed_name): Likewise.
38242         (library_path): Likewise.
38243         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
38244         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38245         $(run-program-prefix) to tst-tables.sh.
38246         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
38247         it to run tst-table-from and tst-table-to.
38248         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38249         Pass it to tst-table.sh.
38250         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38251         $(run-program-prefix) to tst-gettext.sh.
38252         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38253         tst-translit.sh.
38254         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38255         tst-gettext2.sh.
38256         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
38257         to run tst-gettext.
38258         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38259         to run tst-gettext2.
38260         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38261         to run tst-translit.
38262         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38263         $(run-program-prefix) to tst-mtrace.sh.
38264         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38265         to run tst-mtrace.
38266         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38267         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38268         $(rtld-installed-name).
38269         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38270         (rtld_installed_name): Likewise.
38271         (run_program_prefix): New variable.  Use it to run wordexp-test.
38273         * Makeconfig (ARCH): Remove all definitions.
38274         (machine): Likewise.
38275         [ARCH]: Remove conditional code.
38276         [!objdir]: Give error.
38277         [!objdir] (objpfx): Remove.
38278         [!objdir] (common-objpfx): Likewise.
38279         [!objdir] (common-objdir): Likewise.
38280         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38281         AC_CONFIG_FILES call.
38282         * configure: Regenerated.
38284         [BZ #13888]
38285         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38286         or TMPDIR.
38287         (testout): Likewise.
38289         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38290         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38291         $(rtld-installed-name).
38292         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38293         (rtld_installed_name): Likwise.
38294         (runit): Remove function.
38295         (run_getconf): New variable,  Use it for running getconf binary.
38297 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38299         [BZ #14716]
38300         * string/test-memmem.c (check_result): New function.
38301         (do_one_test): Use it.
38302         (check1): New function.
38303         (test_main): Use it.
38305 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38307         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38309 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38311         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38312         (_G_LSEEK64): Likewise.
38313         (_G_MMAP64): Likewise.
38314         (_G_FSTAT64): Likewise.
38315         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38316         (_G_LSEEK64): Likewise.
38317         (_G_MMAP64): Likewise.
38318         (_G_FSTAT64): Likewise.
38319         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38320         unconditional.  Call __mmap64 directly.
38321         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38322         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38323         __lseek64 directly.
38324         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38325         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38326         __mmap64 directly.
38327         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38328         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38329         __lseek64 directly.
38330         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38331         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38332         __lseek64 directly.
38333         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38334         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38335         __lseek64 directly.
38336         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38337         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38338         __fxstat64 directly.
38339         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38340         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38341         unconditional.
38342         (freopen64) [!_G_OPEN64]: Remove conditional code.
38343         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38344         unconditional.
38345         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38346         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38347         unconditional.
38348         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38349         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38350         unconditional.
38351         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38352         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38353         unconditional.
38354         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38355         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38356         unconditional.
38357         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38358         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38359         unconditional.
38360         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38361         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38362         unconditional.
38363         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38365 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38367         [BZ #12140]
38368         * manual/memory.texi (Malloc Tunable Parameters): Add note
38369         about free list pointers overwriting some perturb bytes.
38370         Wording suggested by Roland McGrath.
38372 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38374         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38375         (lgamma_test): Likewise.
38376         (tgamma_test): Likewise.
38378 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38380         [BZ #14700]
38381         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38382         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38384 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38386         * NEWS: Mention BZ #14716.
38387         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38388         when removing AVAILABLE1_USES_J macro.
38390 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38392         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38393         (__bswap_64): __uint64_t for unsigned 64-bit int.
38395 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38397         * include/string.h (memmem): Declare libc hidden alias.
38398         * string/memmem.c (memmem): Define libc hidden alias.
38399         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38400         __read, __close instead of open, read, close.
38402 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38404         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38405         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38406         global and hidden.
38407         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38408         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38409         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38410         Likewise.
38411         (__rawmemchr_sse2): Likewise.
38412         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38413         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38414         (__strchr_sse2): Likewise.
38415         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38416         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38417         (__strcasecmp_sse2): Likewise.
38418         (__strncasecmp_sse2): Likewise.
38419         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38420         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38421         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38422         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38423         (__strrchr_sse2): Likewise.
38424         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38425         ifunc-impl-list.c.
38426         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38427         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38428         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38429         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38430         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38431         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38432         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38433         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38434         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38435         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38436         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38437         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38438         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38439         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38440         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38441         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38442         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38443         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38444         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38445         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38446         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38447         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38448         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38449         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38450         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38451         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38452         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38453         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38454         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38455         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38457         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38458         global and hidden.
38459         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38460         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38461         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38462         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38463         Likewise.
38464         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38465         Likewise.
38466         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38467         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38468         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38469         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38470         ifunc-impl-list.c.
38471         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38472         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38473         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38474         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38475         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38476         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38477         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38478         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38479         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38480         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38481         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38482         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38483         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38484         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38485         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38486         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38487         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38488         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38489         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38490         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38491         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38492         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38493         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38494         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38495         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38496         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38497         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38498         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38499         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38500         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38501         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38502         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38503         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38504         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38505         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38506         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38507         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38508         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38509         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38510         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38511         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38513         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38514         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38515         * include/ifunc-impl-list.h: New file.
38516         * misc/ifunc-impl-list.c: Likewise.
38517         * misc/Makefile (routines): Add ifunc-impl-list.
38518         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38519         * string/test-string.h: Include <ifunc-impl-list.h>.
38520         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38521         TEST_NAME]: New variables.
38522         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38523         are defined.
38524         (test_init): Call __libc_ifunc_impl_list to initialize
38525         func_list if TEST_IFUNC and TEST_NAME are defined.
38527         * string/Makefile (strop-tests): Add bcopy and bzero.
38528         * string/test-bcopy.c: New file.
38529         * string/test-bzero.c: Likewise.
38530         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38531         defined.
38532         * string/test-memset.c: Support bzero test if TEST_BZERO is
38533         defined.
38534         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38535         __libc_memmove.
38536         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38537         __libc_memset.
38538         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38539         of memset.
38541 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38543         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38544         * configure: Regenerated.
38546         * Makeconfig (+link-static-before-libc): Don't include
38547         $(link-static-libc).
38549         * libio/libio.h (_IO_pos_t): Remove.
38551 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38553         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38554         McGrath.
38556 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38558         * crypt/crypt-entry.c: Include fips-private.h.
38559         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38560         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38561         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38562         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38564 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38566         * crypt/crypt-private.h: Include stdbool.h.
38567         (_ufc_setup_salt_r): Return bool.
38568         * crypt/crypt-entry.c: Include errno.h.
38569         (__crypt_r): Return NULL with EINVAL for bad salt.
38570         * crypt/crypt_util.c (bad_for_salt): New.
38571         (_ufc_setup_salt_r): Check that salt is long enough and within
38572         the specified alphabet.
38573         * crypt/badsalttest.c: New file.
38574         * crypt/Makefile (tests): Add it.
38575         ($(objpfx)badsalttest): New.
38577 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38579         * NEWS: Add entry for BZ #14602.
38581 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38583         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38584         type-generic.
38585         * math/libm-test.inc: Update comment listing what functions and
38586         macros are tested.
38587         (isgreater_test): New function.
38588         (isgreaterequal_test): Likewise.
38589         (isless_test): Likewise.
38590         (islessequal_test): Likewise.
38591         (islessgreater_test): Likewise.
38592         (isunordered_test): Likewise.
38593         (main): Call the new functions.
38595 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38597         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38598         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38599         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38600         * sysdeps/i386/configure: Regenerated.
38601         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38602         * sysdeps/mach/configure: Regenerated.
38603         * sysdeps/mach/hurd/configure: Regenerated.
38604         * sysdeps/powerpc/configure: Regenerated.
38605         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38606         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38607         * sysdeps/s390/s390-32/configure: Regenerated.
38608         * sysdeps/s390/s390-64/configure: Regenerated.
38609         * sysdeps/sh/configure: Regenerated.
38610         * sysdeps/sparc/configure: Regenerated.
38611         * sysdeps/unix/sysv/linux/configure: Regenerated.
38612         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38613         * sysdeps/x86_64/configure: Regenerated.
38615         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38616         defined.  Don't check if MAP is NULL.
38618 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38620         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38621         (_G_stat64): Likewise.
38622         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38623         (_G_stat64): Likewise.
38624         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38625         instead of struct _G_stat64.
38626         * libio/fileops.c (mmap_remap_check): Likewise.
38627         (decide_maybe_mmap): Likewise.
38628         (_IO_new_file_seekoff): Likewise.
38629         (_IO_file_stat): Likewise.
38630         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38631         _G_off64_t.
38632         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38633         instead of struct _G_stat64.
38634         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38636 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38638         [BZ #14602]
38639         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38640         Replace with ...
38641         (CHECK_EOL): New macro.
38642         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38643         CHECK_EOL.
38644         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38645         Replace with CHECK_EOL.
38646         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38647         Replace with CHECK_EOL.
38649 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38651         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38652         type-generic.
38653         * math/libm-test.inc: Update comment listing what functions and
38654         macros are tested.
38655         (finite_test): New function.
38656         (isinf_test): Likewise.
38657         (isnan_test): Likewise.
38658         (fpclassify_test): Test subnormal input.
38659         (isfinite_test): Likewise.
38660         (isnormal_test): Likewise.
38661         (main): Call the new functions.
38663 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38665         [BZ #14660]
38666         * Makerules (%.dynsym): Force C locale when running
38667         $(OBJDUMP) --dynamic-syms.
38669 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38671         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38672         <stdint.h>.
38674 2012-10-06  David S. Miller  <davem@davemloft.net>
38676         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38677         upper 32-bits of the length value in %o2 since we use branch-on-register
38678         tests which consider the entire 64-bit register.
38680 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38682         * string/test-strstr.c (check2): Add a test for page boundary.
38684 2012-10-05  David S. Miller  <davem@davemloft.net>
38686         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38687         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38688         file.
38689         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38690         sysdep_routines.
38691         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38692         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38693         and bzero when HWCAP_SPARC_CRYPTO is present.
38695 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38697         [BZ #14602]
38698         * string/test-strstr.c (check2): New function.
38699         (test_main): Call check2.
38701         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38702         and bug-strchr1.
38703         * string/bug-strcasestr1.c (do_test): Moved to ...
38704         * string/test-strcasestr.c (check1): Here.  New function.
38705         (do_one_test): Break out result checking code into ...
38706         (check_result): This.  New function.
38707         (do_one_test): Call check_result.
38708         (test_main): Call check1.
38709         * string/bug-strchr1.c (do_test): Moved to ...
38710         * string/test-strchr.c (check1): Here.  New function.
38711         (do_one_test): Break out result checking code into ...
38712         (check_result): This.  New function.
38713         (do_one_test): Call check_result.
38714         (test_main): Call check1.
38715         * string/bug-strstr1.c (main): Moved to ...
38716         * string/test-strstr.c (check1): Here.  New function.
38717         (do_one_test): Break out result checking code into ...
38718         (check_result): This.  New function.
38719         (do_one_test): Call check_result.
38720         (test_main): Call check1.
38721         * string/bug-strcasestr1.c: Removed.
38722         * string/bug-strchr1.c: Likewise.
38723         * string/bug-strstr1.c: Likewise.
38725         * elf/Makefile (dl-routines): Add hwcaps.
38726         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38727         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38728         (_dl_important_hwcaps): Moved to ...
38729         * elf/dl-hwcaps.c: Here.  New file.
38730         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38732         [BZ #14557]
38733         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38734         if IS_IN_rtld isn't defined.
38736         * elf/dl-support.c (_dl_sysinfo_map): New.
38737         Include "get-dynamic-info.h" and "setup-vdso.h".
38738         (_dl_non_dynamic_init): Call setup_vdso.
38739         * elf/dynamic-link.h: Don't include <assert.h>.
38740         (elf_get_dynamic_info): Moved to ...
38741         * elf/get-dynamic-info.h: Here.  New file.
38742         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38743         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38744         * elf/setup-vdso.h: Here.  New file.
38745         * elf/rtld.c: Include "setup-vdso.h".
38746         (dl_main): Call setup_vdso.
38748 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38750         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38751         creal in comment listing functions tested.  List finite, isinf,
38752         isnan, isless, islessequal, isgreater, isgreaterequal,
38753         islessgreater, isunordered, lgamma_r and pow10 as functions and
38754         macros not tested.  Mention which functions not tested are aliases
38755         for other functions.  Fix typo.  Note that signs of NaNs are not
38756         tested.
38758         * scripts/config.guess: Update from config.git.
38759         * scripts/config.sub: Likewise.
38761 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38763         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38764         * misc/madvise.c (madvise): Renamed to __madvise.
38765         Make madvise a weak alias.
38766         * include/sys/mman.h: Declare __madvise.
38767         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38768         * sysdeps/unix/syscalls.list
38769         (madvise): Make __madvise the strong name, and madvise a weak alias.
38770         * sysdeps/unix/sysv/linux/syscalls.list
38771         (madvise, mmap): Remove redundant entries.
38772         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38773         * malloc/malloc.c (mtrim): Likewise.
38774         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38776 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38778         * sysdeps/mach/hurd/dl-cache.c: File removed.
38779         * config.h.in (USE_LDCONFIG): New #undef.
38780         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38781         * configure: Regenerated.
38782         * elf/Makefile (dl-routines): Add dl-cache only under
38783         [$(use-ldconfig) = yes].
38784         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38785         cache on [USE_LDCONFIG].
38786         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38787         [USE_LDCONFIG].
38788         * elf/rtld.c (dl_main): Likewise.
38790 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38792         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38793         _SC_LEVEL4_CACHE_LINESIZE.
38795 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38797         * sysdeps/unix/bsd/confstr.h: File removed.
38799 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38801         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38802         sys/sdt-config.h.
38804 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38806         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38807         Make 'mapoff' field ElfW(Off) rather than off_t.
38809 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38811         * nscd/Makefile: Remove nscd-cflags and all its users.
38812         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38813         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38815         [BZ #10631]
38816         * malloc.c (malloc_printerr): Clarify error message.
38818 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38820         [BZ #14648]
38821         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38822         Set bit_FMA_Usable if FMA is supported.
38823         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38824         macro.
38825         (bit_FMA4_Usable): Updated.
38826         (index_FMA_Usable): New macro.
38827         (CPUID_FMA): Likewise
38828         (HAS_FMA): Defined with bit_FMA_Usable.
38830 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38832         * bits/types.h (__swblk_t): Type removed.
38833         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38834         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38835         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38836         (__SWBLK_T_TYPE): Likewise.
38837         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38838         (__SWBLK_T_TYPE): Likewise.
38839         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38840         (__SWBLK_T_TYPE): Likewise.
38841         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38842         (__SWBLK_T_TYPE): Likewise.
38844 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38845             Honza Horak <hhorak@redhat.com>
38847         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38848         (xdr_mapname): Use YPMAXMAP as maxsize.
38849         (xdr_peername): Use YPMAXPEER as maxsize.
38850         (xdr_keydat): Use YPAXRECORD as maxsize.
38851         (xdr_valdat): Use YPMAXRECORD as maxsize.
38853 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38855         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38857         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38858         * csu/init-first.c: ... here.
38859         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38860         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38861         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38862         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38863         * sysdeps/i386/init-first.c: File removed.
38864         * sysdeps/sh/init-first.c: File removed.
38866 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38868         [BZ #14645]
38869         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38870         if x * y might underflow to zero and z is zero.
38871         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38872         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38873         * math/libm-test.inc (min_subnorm_value): New variable.
38874         (fma_test): Add more tests.
38875         (fma_test_towardzero): Likewise.
38876         (fma_test_downward): Likewise
38877         (fma_test_upward): Likewise.
38878         (initialize): Set min_subnorm_value.
38880 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38882         [BZ #14638]
38883         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38884         0 + 0.
38885         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38886         mode for addition resulting in exact zero.
38887         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38888         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38889         exact 0 + 0.
38890         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38891         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38892         * math/libm-test.inc (fma_test): Add more tests.
38893         (fma_test_towardzero): New function.
38894         (fma_test_downward): Likewise.
38895         (fma_test_upward): Likewise.
38896         (main): Call the new functions.
38898 2012-09-28  David S. Miller  <davem@davemloft.net>
38900         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38902 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38904         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38905         instead of SIGALRM.
38907         * sysdeps/gnu/_G_config.h: Moved to ...
38908         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38909         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38910         * sysdeps/generic/_G_config.h: ... here.
38912         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38914         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38916         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38917         Conditionalize target on [libnss_test1.so-version].
38919         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38921         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38922         (elfobjdir): Move out of conditionals.
38924         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38925         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38926         (__nss_lookup_function): Conditionalize label remove_from_tree on
38927         [!DO_STATIC_NSS || SHARED], matching its only use.
38929 2012-09-28  David S. Miller  <davem@davemloft.net>
38931         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38932         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38933         file.
38934         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38935         sysdep_routines.
38936         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38937         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38938         when HWCAP_SPARC_CRYPTO is present.
38940 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38942         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38944 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38946         [BZ #6530]
38947         * stdio-common/vfprintf.c (process_string_arg): Revert
38948         2000-07-22 change.
38950 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38952         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38953         for testcase.
38954         * stdio-common/tst-sprintf.c: Include <locale.h>
38955         (main): Test sprintf's handling of incomplete multibyte
38956         characters.
38958 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38960         * elf/dl-runtime.c (VERSYMIDX): Removed.
38961         * elf/dl-version.c (VERSYMIDX): Likewise.
38962         * elf/do-rel.h (VERSYMIDX): Likewise.
38963         (VALIDX): Likewise.
38964         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38965         * elf/rtld.c (VALIDX): Likewise.
38966         (ADDRIDX): Likewise.
38967         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38968         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38969         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38970         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38971         (VALIDX): Likewise.
38972         (ADDRIDX): Likewise.
38974 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38976         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38978 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38980         [BZ #11438]
38981         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38982         to global scope.
38983         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38984         addresses are in the same scope as 192.0.2/24.
38985         * posix/gai.conf: Document new scope table defaults.
38987 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38989         [BZ #5298]
38990         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38991         for ftell.  Compute offsets from write pointers instead.
38992         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38994 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38996         [BZ #14543]
38997         * libio/Makefile (tests): New test case tst-fseek.
38998         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38999         combination works in wide mode.
39000         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
39001         state when the external buffer state changes.
39003 2012-09-27  David S. Miller  <davem@davemloft.net>
39005         [BZ #14376]
39006         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
39007         pass reloc->r_addend in as the 'high' argument to
39008         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
39010         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39012 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39014         * rt/tst-aio2.c: Include <pthread.h>.
39015         * rt/tst-aio3.c: Likewise.
39017 2012-09-27  Steve Ellcey  <sellcey@mips.com>
39019         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
39021 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
39023         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
39024         contents on [SHARED].
39026 2012-09-26  Marek Polacek  <polacek@redhat.com>
39028         [BZ #14530]
39029         [BZ #13741]
39030         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
39031         for C++ and GCC <4.3 as well as for non GCC compilers.
39033 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
39035         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39037 2012-09-25  Roland McGrath  <roland@hack.frob.com>
39039         * Makefile.in (all, install): Declare with .PHONY.
39040         Reported by Michael Hope <michael.hope@linaro.org>.
39042 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39044         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
39045         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
39046         system header.
39047         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
39048         Likewise.
39049         (sydep_routines): Add the new and the internal functions.
39050         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
39051         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
39052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
39053         (GLIBC_2.17): Add the new function.
39054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39055         (GLIBC_2.17): Likewise.
39056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
39057         (GLIBC_2.17): Likewise.
39058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
39059         (GLIBC_2.17): Likewise.
39060         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
39062 2012-09-25  Alan Modra  <amodra@gmail.com>
39064         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
39065         Add release barrier before setting once_control to say
39066         initialisation is done.  Add hints on lwarx.  Use macro in
39067         place of isync.
39068         (clear_once_control): Add release barrier.
39070 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39072         [BZ #13629]
39073         * math/s_clog.c (__clog): Handle more values close to |z| = 1
39074         specially.
39075         * math/s_clog10.c (__clog10): Likewise.
39076         * math/s_clog10f.c (__clog10f): Likewise.
39077         * math/s_clog10l.c (__clog10l): Likewise.
39078         * math/s_clogf.c (__clogf): Likewise.
39079         * math/s_clogl.c (__clogl): Likewise.
39080         * math/Makefile (libm-calls): Add x2y2m1.
39081         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
39082         (__x2y2m1): Likewise.
39083         (__x2y2m1l): Likewise.
39084         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
39085         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
39086         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
39087         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
39088         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
39089         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
39090         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
39091         * sysdeps/i386/fpu/libm-test-ulps: Update.
39092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39094         [BZ #14621]
39095         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
39096         int as type of variable DEPTH.
39097         (glob): Use size_t instead of int as type of variables NEWCOUNT
39098         and OLD_PATHC.
39100 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39102         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39103         Add s_sincosf-sse2.
39104         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
39105         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
39106         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
39107         macros for using routine as __sincosf_ia32.
39108         Use macro for function declaration and weak_alias.
39109         * sysdeps/i386/fpu/libm-test-ulps: Update.
39111         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
39112         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39114         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
39115         subnormal argument.
39116         * math/s_cexpf.c (__cexpf): Likewise.
39117         * math/s_csinf.c (__csinf): Likewise.
39118         * math/s_csinhf.c (__csinhf): Likewise.
39119         * math/s_ctanf.c (__ctanf): Likewise.
39120         * math/s_ctanhf.c (__ctanhf): Likewise.
39121         * math/s_ccosh.c (__ccoshf): Likewise.
39122         * math/s_cexp.c (__cexpl): Likewise.
39123         * math/s_csin.c (__csin): Likewise.
39124         * math/s_csinh.c (__csinh): Likewise.
39125         * math/s_ctan.c (__ctan): Likewise.
39126         * math/s_ctanh.c (ctanh): Likewise.
39127         * math/s_ccoshl.c (__ccoshl): Likewise.
39128         * math/s_cexpl.c (__cexpl): Likewise.
39129         * math/s_csinl.c (__csinl): Likewise.
39130         * math/s_csinhl.c (__csinhl): Likewise.
39131         * math/s_ctanl.c (__ctanl): Likewise.
39132         * math/s_ctanhl.c (__ctanhl): Likewise.
39134 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39136         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
39137         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
39138         (_IO_off_t): Define to __off_t, not _G_off_t.
39139         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
39140         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
39141         (_IO_wint_t): Define to wint_t, not _G_wint_t.
39142         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
39143         type of __dummy and __dummy2 fields.
39144         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
39145         (_G_ssize_t): Likewise.
39146         (_G_off_t): Likewise.
39147         (_G_pid_t): Likewise.
39148         (_G_uid_t): Likewise.
39149         (_G_wchar_t): Likewise.
39150         (_G_wint_t): Likewise.
39151         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
39152         (_G_ssize_t): Likewise.
39153         (_G_off_t): Likewise.
39154         (_G_pid_t): Likewise.
39155         (_G_uid_t): Likewise.
39156         (_G_wchar_t): Likewise.
39157         (_G_wint_t): Likewise.
39158         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
39159         (_G_ssize_t): Likewise.
39160         (_G_off_t): Likewise.
39161         (_G_pid_t): Likewise.
39162         (_G_uid_t): Likewise.
39163         (_G_wchar_t): Likewise.
39164         (_G_wint_t): Likewise.
39166 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39168         * malloc/arena.c: Include malloc-sysdep.h.
39169         (shrink_heap): Use check_may_shrink_heap to decide if madvise
39170         is sufficient to shrink the heap or an unmap is needed.
39171         * sysdeps/generic/malloc-sysdep.h: New file.  Define
39172         new function check_may_shrink_heap.
39173         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
39174         new function check_may_shrink_heap.
39176 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39178         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
39179         comments.
39181 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
39183         * catgets/test-gencat.sh: Add "set -e".
39184         * elf/tst-pathopt.sh: Likewise.
39185         * grp/tst_fgetgrent.sh: Likewise.
39186         * iconvdata/run-iconv-test.sh: Likewise.
39187         * intl/tst-gettext.sh: Likewise.
39188         * intl/tst-gettext2.sh: Likewise.
39189         * intl/tst-gettext4.sh: Likewise.
39190         * intl/tst-gettext6.sh: Likewise.
39191         * intl/tst-translit.sh: Likewise.
39192         * io/ftwtest-sh: Likewise.
39193         * libio/test-freopen.sh: Likewise.
39194         * malloc/tst-mtrace.sh: Likewise.
39195         * posix/globtest.sh: Likewise.
39196         * posix/tst-getconf.sh: Likewise.
39197         * posix/wordexp-tst.sh: Likewise.
39198         * stdio-common/tst-printf.sh: Likewise.
39199         * stdio-common/tst-unbputc.sh: Likewise.
39200         * stdlib/tst-fmtmsg.sh: Likewise.
39201         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39202         * catgets/Makefile: Do not specify -e option when running
39203         testsuite shell scripts.
39204         * elf/Makefile: Likewise.
39205         * grp/Makefile: Likewise.
39206         * iconvdata/Makefile: Likewise.
39207         * intl/Makefile: Likewise.
39208         * io/Makefile: Likewise.
39209         * libio/Makefile: Likewise.
39210         * malloc/Makefile: Likewise.
39211         * posix/Makefile: Likewise.
39212         * stdio-common/Makefile: Likewise.
39213         * stdlib/Makefile: Likewise.
39214         * sysdeps/x86_64/Makefile: Likewise.
39216         * io/ftwtest-sh: Add copyright header.
39217         * posix/globtest.sh: Likewise.
39218         * posix/tst-getconf.sh: Likewise.
39219         * posix/wordexp-tst.sh: Likewise.
39220         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39222 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
39224         [BZ #13679]
39225         * Makeconfig (+link): Defined as $(+link-static) if
39226         $(build-shared) isn't yes.
39227         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39228         isn't yes.
39229         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39231         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39233         [BZ #14562]
39234         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39235         new chunk size with MALLOC_ALIGN_MASK.
39237 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
39239         [BZ #5044]
39240         * stdio-common/printf_fphex.c: Include <stdbool.h> and
39241         <rounding-mode.h>.
39242         (__printf_fphex): Determine rounding using get_rounding_mode and
39243         round_away.
39244         * stdio-common/tst-printf-round.c (struct hex_test): New
39245         structure.
39246         (hex_tests): New variable.
39247         (test_hex_in_one_mode): New function.
39248         (do_test): Also run tests for hex float output.
39250 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
39252         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39253         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39254         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39255         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39256         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39257         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39258         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39259         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39261 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39263         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39264         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39265         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39266         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39268 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39270         [BZ #14579]
39271         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39272         mode only.
39273         * elf/tst-rtld-load-self.sh: New test.
39274         * elf/Makefile: Run it.
39276 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39278         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39279         (tst-writev-ENV): Remove.
39280         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39282 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39284         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39286 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39288         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39289         unconditional.
39290         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39291         Likewise.
39292         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39293         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39294         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39295         Likewise.
39297 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39299         [BZ #14587]
39300         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39301         * config.make.in (have-cpp-asm-debuginfo): Removed.
39302         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39303         * configure: Regenerated.
39305 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39307         [BZ #5044]
39308         * stdio-common/printf_fp.c: Include <stdbool.h> and
39309         <rounding-mode.h>.
39310         (___printf_fp): Determine rounding using get_rounding_mode and
39311         round_away.
39312         * stdio-common/tst-printf-round.c: New file.
39313         * stdio-common/Makefile (tests): Add tst-printf-round.
39314         (link-libm): New variable.
39315         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39317 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39319         [BZ #14576]
39320         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39321         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39322         Likewise.
39323         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39324         Likewise.
39326 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39328         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39329         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39330         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39331         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39333 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39335         [BZ #14518]
39336         * include/rounding-mode.h: New file.
39337         * sysdeps/generic/get-rounding-mode.h: Likewise.
39338         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39339         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39340         (MAX_VALUE): New macro.
39341         (MIN_VALUE): Likewise.
39342         (overflow_value): New function.
39343         (underflow_value): Likewise.
39344         (round_and_return): Use overflow_value and underflow_value to
39345         determine return values in overflow and underflow cases.  Use
39346         round_away to determine rounding depending on rounding mode.
39347         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39348         determine return values in overflow and underflow cases.
39349         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39350         (struct test_results): New structure.
39351         (struct test): Use struct test_results to store expected results
39352         for all rounding modes.
39353         (TEST): Include expected results for all rounding modes.
39354         (test_in_one_mode): New function.
39355         (do_test): Use test_in_one_mode to compute and check results.
39356         Check results for all rounding modes.
39357         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39358         $(link-libm).
39360 2012-12-09  Allan McRae  <allan@archlinux.org>
39362         * sysdeps/i386/fpu/libm-test-ulps: Update
39364 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39366         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39367         (_G_int32_t): Likewise.
39368         (_G_uint16_t): Likewise.
39369         (_G_uint32_t): Likewise.
39370         (_G_HAVE_BOOL): Likewise.
39371         (_G_HAVE_ATEXIT): Likewise.
39372         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39373         (_G_HAVE_IO_FILE_OPEN): Likewise.
39374         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39375         (_G_int32_t): Likewise.
39376         (_G_uint16_t): Likewise.
39377         (_G_uint32_t): Likewise.
39378         (_G_HAVE_BOOL): Likewise.
39379         (_G_HAVE_ATEXIT): Likewise.
39380         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39381         (_G_HAVE_IO_FILE_OPEN): Likewise.
39382         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39383         (_G_int32_t): Likewise.
39384         (_G_uint16_t): Likewise.
39385         (_G_uint32_t): Likewise.
39386         (_G_HAVE_BOOL): Likewise.
39387         (_G_HAVE_ATEXIT): Likewise.
39388         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39389         (_G_HAVE_IO_FILE_OPEN): Likewise.
39391 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39393         * csu/libc-tls.c: Update copyright years.
39395 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39397         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39398         [!_G_USING_THUNKS]: Remove conditional code.
39399         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39400         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39402         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39403         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39404         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39405         (_G_VTABLE_LABEL_PREFIX): Likewise.
39406         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39407         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39408         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39409         (_G_VTABLE_LABEL_PREFIX): Likewise.
39410         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39411         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39412         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39413         (_G_VTABLE_LABEL_PREFIX): Likewise.
39414         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39416 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39418         * libio/Makefile: Include ../Makeconfig before tests.
39419         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39420         only if $(build-shared) is yes.
39422         * iconv/gconv_db.c: Update copyright years.
39424 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39426         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39427         unwind info if defined PIC. Fix special cases description.
39428         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39430         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39431         DP_HI_MASK entry.
39432         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39434 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39436         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39438         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39439         is NULL.
39441         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39442         (LDLIBS-tst-chk4): This.
39443         (LDFLAGS-tst-chk5): Renamed to ...
39444         (LDLIBS-tst-chk5): This.
39445         (LDFLAGS-tst-chk6): Renamed to ...
39446         (LDLIBS-tst-chk6): This.
39447         (LDFLAGS-tst-lfschk4): Renamed to ...
39448         (LDLIBS-tst-lfschk4): This.
39449         (LDFLAGS-tst-lfschk5): Renamed to ...
39450         (LDLIBS-tst-lfschk5): This.
39451         (LDFLAGS-tst-lfschk6): Renamed to ...
39452         (LDLIBS-tst-lfschk6): This.
39454         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39455         on $(common-objpfx)soversions.mk.
39457 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39459         [BZ #10014]
39460         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39461         example host name.
39463 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39465         * malloc/arena.c (arena_get_retry): New function that gets
39466         another arena for the caller to try its request on.
39467         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39468         current arena cannot fulfill the request.
39469         (__libc_memalign): Likewise.
39470         (__libc_memalign): Likewise.
39471         (__libc_pvalloc): Likewise.
39472         (__libc_calloc): Likewise.
39474 2012-09-05  John Tobey  <john.tobey@gmail.com>
39476         [BZ #13542]
39477         * manual/arith.texi (Operations on Complex): Fix description
39478         of carg branch cut.
39480 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39482         [BZ #10014]
39483         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39484         host name.
39486         [BZ #10038]
39487         * manual/memory.texi (Memory): Make order of menu items match
39488         order of sections.
39490 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39492         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39493         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39494         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39496 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39498         * csu/libc-tls.c (static_dtv): Renamed to ...
39499         (_dl_static_dtv): This.  Make it global.
39500         (_dl_initial_dtv): Removed.
39501         (__libc_setup_tls): Updated.
39502         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39503         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39504         DL_INITIAL_DTV.
39506 2012-09-06  Petr Machata  <pmachata@redhat.com>
39508         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39509         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39510         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39511         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39513 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39515         [BZ #14545]
39516         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39517         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39518         freeing dtv[-1].
39520 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39522         [BZ #14544]
39523         * Makeconfig (link-static-before-libc): Replace $(+prector)
39524         with $(+prectorT).
39525         (link-static-after-libc): Replace $(+postctor) with
39526         $(+postctorT).
39527         (link-bounded): Replace $(+prector)/$(+postctor) with
39528         $(+prectorT)/$(+postctorT).
39529         (+prectorT): New macro.
39530         (+postctorT): Likewise.
39532 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39534         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39535         (round_str): Handle values above the maximum for IBM long double
39536         as inexact.
39537         * stdlib/tst-strtod-round.c (tests): Regenerated.
39539 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39541         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39542         assembler flag.
39543         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39544         zarch_nohighgprs around the zarch optimized routines.
39545         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39546         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39547         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39548         for zarch.
39550 2012-09-05  David S. Miller  <davem@davemloft.net>
39552         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39554         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39555         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39556         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39557         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39558         entries.
39560 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39562         * malloc/arena.c: Fold copyright years.
39563         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39565 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39567         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39569 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39571         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39573 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39575         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39576         change internal state upon failure.
39578 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39580         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39581         * malloc/memusage.c (mmap): Likewise.
39582         (mmap64, mremap): Likewise.  Adjust name in comment.
39584 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39586         * libio/fileops.c: Fix typos in comments.
39587         * libio/oldfileops.c: Likewise.
39588         * libio/wfileops.c: Likewise.
39590 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39592         [BZ #1349]
39593         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39594         (tst-malloc-usable-ENV): Set environment for test case.
39595         * malloc/hooks.c (malloc_check_get_size): New function to get
39596         requested size.
39597         * malloc/malloc.c (musable): Use malloc_check_get_size.
39598         * malloc/tst-malloc-usable.c: New test case.
39600 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39602         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39604 2012-09-05  Allan McRae  <allan@archlinux.org>
39606         [BZ #13966]
39607         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39608         determine header location.
39609         * configure: Regenerated.
39611 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39613         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39614         float format.
39615         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39616         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39617         format.
39618         (test): Regenerate.
39620 2012-09-04  David S. Miller  <davem@davemloft.net>
39622         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39623         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39624         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39626 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39628         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39629         failures.
39631         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39633 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39635         [BZ #9914]
39636         * libio/iogetdelim.c: Include <limits.h>.
39637         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39638         + len + 1 would overflow.
39640 2012-09-03  Andreas Jaeger  <aj@suse.de>
39642         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39643         * sysdeps/i386/fpu/libm-test-ulps: Update.
39645 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39647         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39648         Add s_sinf-sse2, s_conf-sse2.
39650         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39651         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39652         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39653         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39655         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39656         for using routine as __sinf_ia32.
39657         Use macro for function declaration and weak_alias.
39658         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39659         for using routine as __cosf_ia32.
39660         Use macro for function declaration and weak_alias.
39662         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39663         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39665         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39666         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39667         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39669         * math/libm-test.inc (cos_test): Add more test cases.
39670         (sin_test): Likewise.
39671         (sincos_test): Likewise.
39673 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39675         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39676         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39677         hidden.
39678         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39680 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39682         [BZ #14538]
39683         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39684         first element of the GOT.
39685         (elf_machine_load_address): Return the difference between
39686         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39688 2012-09-01  Allan McRae  <allan@archlinux.org>
39690         [BZ #13412]
39691         * configure.in (AWK): Require gawk version 3.0 or later.
39692         * configure: Regenerated.
39694 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39696         * sysdeps/unix/sysv/linux/kernel-features.h
39697         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39698         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39699         [__NR_clock_getres]: Make code unconditional.
39700         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39701         (clock_getcpuclockid): Remove code left unreachable by removal of
39702         conditionals.
39703         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39704         code unconditional.
39705         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39706         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39707         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39708         Make code unconditional.
39709         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39710         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39711         * sysdeps/unix/sysv/linux/clock_settime.c
39712         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39713         conditional code.
39714         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39715         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39717 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39719         [BZ #14476]
39720         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39721         scripts/test-installation.pl.
39723         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39724         and $ld_so_version if it is set.
39726 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39728         [BZ #14516]
39729         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39730         failure if reading from procfs failed.
39731         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39733 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39735         * sysdeps/unix/sysv/linux/kernel-features.h
39736         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39737         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39738         Remove conditional code.
39739         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39740         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39741         Remove conditional code.
39742         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39743         * sysdeps/unix/sysv/linux/i386/fxstat.c
39744         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39745         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39746         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39747         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39748         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39749         * sysdeps/unix/sysv/linux/i386/lxstat.c
39750         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39751         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39752         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39753         Remove conditional code.
39754         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39755         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39756         Remove conditional code.
39757         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39758         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39759         <kernel-features.h>.
39760         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39761         Remove.
39762         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39763         Remove conditional code.
39764         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39765         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39766         Remove conditional.
39768 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39770         [BZ #5400]
39771         * NEWS: Add fixed bug number.
39773 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39775         [BZ #14519]
39776         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39777         underflowing exponent in case of negative sign.
39778         * stdlib/tst-strtod-round-data: Add more tests.
39779         * stdlib/tst-strtod-round.c (tests): Regenerated.
39781         [BZ #3479]
39782         * stdlib/strtod_l.c (NDIG): Remove.
39783         (HEXNDIG): Likewise.
39784         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39785         smallest representable value.
39786         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39787         lie within an exact representation of 1/2 ulp of the result.
39788         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39789         unconditionally.
39790         (TENS_P9_IDX): Define unconditionally.
39791         (TENS_P9_SIZE): Likewise.
39792         (TENS_P10_IDX): Likewise.
39793         (TENS_P10_SIZE): Likewise.
39794         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39795         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39796         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39797         entries for 10^2^13 and 10^2^14.
39798         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39799         (TENS_P13_IDX): Define.
39800         (TENS_P13_SIZE): Likewise.
39801         (TENS_P14_IDX): Likewise.
39802         (TENS_P14_SIZE): Likewise.
39803         (_fpioconst_pow10): Change array size to
39804         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39805         unconditional.
39806         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39807         1024]: Add entries for 10^2^13 and 10^2^14.
39808         [LAST_POW10 > _LAST_POW10]: Remove #error.
39809         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39810         (_fpioconst_pow10): Change array size to
39811         FPIOCONST_POW10_ARRAY_SIZE.
39812         * stdlib/gen-fpioconst.c: New file.
39813         * stdlib/gen-tst-strtod-round.c: Likewise.
39814         * stdlib/tst-strtod-round-data: Likewise.
39815         * stdlib/tst-strtod-round.c: Likewise.
39816         * stdlib/Makefile (tests): Add tst-strtod-round.
39818         [BZ #14459]
39819         * stdlib/strtod_l.c: Include <stdint.h>.
39820         (NDEBUG): Do not define.
39821         (round_and_return): Change EXPONENT parameter to type intmax_t.
39822         Rearrange calculations to avoid internal overflow possibilities.
39823         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39824         Rearrange calculations to avoid internal overflow possibilities.
39825         Assert that number fits inside MPNSIZE limbs.
39826         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39827         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39828         calculations and add assertions to avoid internal overflow
39829         possibilities.  Add casts to avoid signed/unsigned operations.
39830         * stdlib/tst-strtod-overflow.c: New file.
39831         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39833 2012-08-25  Marek Polacek  <polacek@redhat.com>
39835         * time/time.h: Fix some typos in comments.
39837 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39839         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39840         * posix/tst-rfc3484-2.c: Likewise.
39841         * posix/tst-rfc3484-3.c: Likewise.
39843 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39845         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39846         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39848 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39850         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39851         #include of fxstatat64.c.
39853 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39855         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39856         * shadow/getspent_r.c: Likewise.
39857         * shadow/getspnam.c: Likewise.
39858         * shadow/getspnam_r.c: Likewise.
39859         * gshadow/getsgent.c: Likewise.
39860         * gshadow/getsgent_r.c: Likewise.
39861         * gshadow/getsgnam.c: Likewise.
39862         * gshadow/getsgnam_r.c: Likewise.
39863         * inet/getnetbyad.c: Likewise.
39864         * inet/getnetbyad_r.c: Likewise.
39865         * inet/getnetbynm.c: Likewise.
39866         * inet/getnetbynm_r.c: Likewise.
39867         * inet/getnetent.c: Likewise.
39868         * inet/getnetent_r.c: Likewise.
39869         * inet/getproto.c: Likewise.
39870         * inet/getproto_r.c: Likewise.
39871         * inet/getprtent.c: Likewise.
39872         * inet/getprtent_r.c: Likewise.
39873         * inet/getprtname.c: Likewise.
39874         * inet/getprtname_r.c: Likewise.
39875         * inet/getrpcbyname.c: Likewise.
39876         * inet/getrpcbyname_r.c: Likewise.
39877         * inet/getrpcbynumber.c: Likewise.
39878         * inet/getrpcbynumber_r.c: Likewise.
39879         * inet/getrpcent.c: Likewise.
39880         * inet/getrpcent_r.c: Likewise.
39881         * inet/getaliasent.c: Likewise.
39882         * inet/getaliasent_r.c: Likewise.
39883         * inet/getaliasname.c: Likewise.
39884         * inet/getaliasname_r.c: Likewise.
39885         * nscd/getgrgid_r.c: Likewise.
39886         * nscd/getgrnam_r.c: Likewise.
39887         * nscd/gethstbyad_r.c: Likewise.
39888         * nscd/gethstbynm3_r.c: Likewise.
39889         * nscd/getpwnam_r.c: Likewise.
39890         * nscd/getpwuid_r.c: Likewise.
39891         * nscd/getsrvbynm_r.c: Likewise.
39892         * nscd/getsrvbypt_r.c: Likewise.
39893         * nscd/gai.c: Likewise.
39895         * configure.in (build_nscd): New substituted variable, set
39896         by --disable-build-nscd and defaults to $use_nscd.
39897         * configure: Regenerated.
39898         * config.make.in (build-nscd): New substituted variable.
39899         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39900         Change conditional to require [$(build-nscd) = yes] as well.
39901         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39903         [BZ# 13696]
39904         * configure.in (use_nscd): New substituted variable, set by
39905         --disable-nscd.  If enabled, define USE_NSCD.
39906         * configure: Regenerated.
39907         * config.h.in: Add USE_NSCD.
39908         * config.make.in (use-nscd): New substituted variable.
39909         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39910         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39911         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39912         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39913         (CFLAGS-getgrnam_r.c): Likewise.
39914         (CFLAGS-initgroups.c): Likewise.
39915         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39916         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39917         Variables removed.
39918         * inet/getnetgrent_r.c
39919         (nscd_setnetgrent): New function, broken out of ...
39920         (setnetgrent): ... here.  Call it.
39921         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39922         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39923         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39924         * nscd/Makefile (routines, aux): Move definitions after include of
39925         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39926         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39927         Conditionalize on [USE_NSCD].
39928         (is_nscd, nscd_init_cb): Likewise.
39929         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39930         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39931         * nss/nss_db/db-init.c: Likewise.
39932         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39933         [USE_NSCD].
39934         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39935         (make_request): Use it.
39936         (cache_valid_p): New function.
39937         (__check_pf): Use it.
39938         * NEWS: Add item for --disable-nscd.
39940 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39942         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39943         to support sed >= 4.2.1-20-ga9bf076.
39944         * configure: Regenerated.
39946 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39948         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39949         Conditionalize whole body on [IREL].
39951 2012-08-22  Jeff Law <law@redhat.com>
39953         [BZ #14505]
39954         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39955         if the family is PF_UNSPEC.
39957 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39959         * Makerules (lib-version): Rename from V.
39960         (install-lib-nosubdir): Change V to lib-version.
39962 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39964         [BZ #14252]
39965         * powerpc32/power6/wcschr.c: New file.
39966         * powerpc32/power6/wcscpy.c: New file.
39967         * powerpc32/power6/wcsrchr.c: New file.
39968         * powerpc64/power6/wcschr.c: New file.
39969         * powerpc64/power6/wcscpy.c: New file.
39970         * powerpc64/power6/wcsrchr.c: New file.
39972 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39974         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39975         (two_way_short_needle): Use it.
39976         * string/strstr.c (AVAILABLE1_USES_J): Define.
39977         * string/strcasestr.c: Likewise.
39979         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39980         array references.
39981         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39983         [BZ #11607]
39984         * NEWS: Add an entry.
39985         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39986         define their defaults.
39987         (two_way_short_needle): Detect end-of-string on-the-fly.
39988         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39989         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39990         * string/bug-strcasestr1.c: New test.
39991         * string/Makefile: Run it.
39993 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39995         [BZ #11607]
39996         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39997         the first character.
39999 2012-08-21  Roland McGrath  <roland@hack.frob.com>
40001         * csu/elf-init.c (__libc_csu_irel): Function removed.
40002         * csu/libc-start.c (apply_irel): New function.
40003         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
40005 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
40007         * sysdeps/unix/sysv/linux/kernel-features.h
40008         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
40009         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
40010         <kernel-features.h>.
40011         [__NR_fadvise64_64]: Make code unconditional.
40012         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
40013         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40014         !__NR_fadvise64_64)]: Likewise.
40015         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40016         !__NR_fadvise64_64))]: Likewise.
40017         [__NR_fadvise64]: Make code unconditional.
40018         [!__NR_fadvise64]: Remove conditional code.
40019         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
40020         <kernel-features.h>.
40021         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40022         unconditional.
40023         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40024         conditional code.
40025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
40026         not include <kernel-features.h>.
40027         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40028         unconditional.
40029         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40030         conditional code.
40031         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
40032         include <kernel-features.h>.
40033         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40034         unconditional.
40035         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40036         conditional code.
40038 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
40040         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
40041         slight instruction rearrangements per scrollpipe analysis.
40042         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
40044 2012-08-20  Roland McGrath  <roland@hack.frob.com>
40046         * manual/syslog.texi (syslog; vsyslog, closelog):
40047         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
40048         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
40050         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
40051         DSOCAPS to match condition on defining it.
40053 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
40055         * sysdeps/unix/sysv/linux/kernel-features.h
40056         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
40057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
40058         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40059         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
40061         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40062         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
40064         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40065         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40067         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
40068         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40070         * sysdeps/unix/sysv/linux/kernel-features.h
40071         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40072         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40073         unconditional.
40074         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40075         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40076         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40077         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40078         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40079         Make code unconditional.
40080         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40081         (__mmap64) [!__NR_mmap2]: Likewise.
40082         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
40083         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40084         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40085         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
40086         [__NR_mmap2]: Make code unconditional.
40087         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40088         (__mmap64) [!__NR_mmap2]: Likewise.
40090 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40092         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
40094 2012-08-18  Andreas Jaeger  <aj@suse.de>
40096         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
40098 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40100         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
40101         * include/unistd.h (__have_sock_cloexec): Likewise.
40102         (__have_pipe2): Likewise.
40103         (__have_dup3): Likewise.
40105 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40107         [BZ #9685]
40108         * include/unistd.h (__have_pipe2): Change define into an extern int.
40109         (__have_dup3): Likewise.
40110         * socket/have_sock_cloexec.c: Include fcntl.h.
40111         (__have_pipe2): New variable.
40112         (__have_dup3): Likewise.
40114 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
40116         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
40118 2012-08-17  Marek Polacek  <polacek@redhat.com>
40120         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
40121         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
40123 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40125         * configure.in: Add AC_SUBST for sysheaders.
40126         * configure: Regenerated.
40127         * config.make.in (sysheaders): New substituted variable.
40129         * sysdeps/unix/mkfifo.c: Moved ...
40130         * sysdeps/posix/mkfifo.c: ... here.
40131         * sysdeps/unix/mkfifoat.c: Moved ...
40132         * sysdeps/posix/mkfifoat.c: ... here.
40134         * sysdeps/unix/utime.c: Moved ...
40135         * sysdeps/posix/utime.c: ... here.
40137         * sysdeps/unix/time.c: Moved ...
40138         * sysdeps/posix/time.c: ... here.
40139         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
40140         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
40142         * sysdeps/unix/nice.c: Moved ...
40143         * sysdeps/posix/nice.c: ... here.
40145         * sysdeps/unix/alarm.c: Moved ...
40146         * sysdeps/posix/alarm.c: ... here.
40148         * intl/Makefile ($(codeset_mo)): Depend on the input file.
40150 2012-08-17  Jeff Law <law@redhat.com>
40152         * intl/Makefile (codeset_mo): New variable.
40153         ($(codeset_mo)): New target.
40154         (tst-codeset.out): Depend on that.  Remove explicit rule.
40155         (tst-gettext3.out, tst-gettext5.out): Likewise.
40156         (LOCPATH-ENV, tst-codeset-ENV): New variables.
40157         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
40158         * intl/tst-codeset.sh: Remove.
40159         * intl/tst-gettext3.sh: Likewise.
40160         * intl/tst-gettext5.sh: Likewise.
40162 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40164         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
40165         * sysdeps/unix/syscalls.list: ... here.
40167         * sysdeps/posix/getaddrinfo.c
40168         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
40169         (gaiconf_init, gaiconf_reload): Use them.
40170         [!_STATBUF_ST_NSEC]
40171         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
40172         Define using time_t rather than struct timespec.
40174         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
40175         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
40176         Macros removed.
40177         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
40178         [!NO_THREADS].
40179         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
40180         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
40181         Likewise.
40183         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40184         __libc_cleanup_push argument.
40186         * bits/param.h: New file.
40187         * misc/sys/param.h: New file.
40188         * include/sys/param.h: New file.
40189         * misc/Makefile (headers): Add bits/param.h.
40190         * sysdeps/generic/sys/param.h: File removed.
40191         * sysdeps/unix/sysv/linux/bits/param.h: New file.
40192         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40193         * sysdeps/mach/hurd/bits/param.h: New file.
40194         * sysdeps/mach/hurd/sys/param.h: File removed.
40196         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40197         last change.
40199         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40200         [_IO_MTSAFE_IO].
40201         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40202         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40203         New macros.
40205         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40206         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40207         rather than -D_IO_MTSAFE_IO conditionally.
40208         * stdio-common/Makefile (CPPFLAGS): Likewise.
40209         * wcsmbs/Makefile (CPPFLAGS): Likewise.
40210         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40211         Use $(libio-mtsafe).
40212         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40213         of -D_IO_MTSAFE_IO.
40214         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40215         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40216         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40217         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40218         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40219         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40220         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40221         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40222         (CFLAGS-fread_u_chk.c): Likewise.
40223         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40224         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40225         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40226         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40227         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40228         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40229         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40230         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40231         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40233         * libio/Makefile: Test [$(libc-reentrant) = yes]
40234         instead of [$(filter %REENTRANT, $(defines)) nonempty].
40236         * Makeconfig
40237         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40238         * sysdeps/pthread/configure: File removed.
40239         * sysdeps/pthread/Makeconfig: New file.
40240         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40241         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40243 2012-08-16  Gary Benson  <gbenson@redhat.com>
40245         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40246         unmapping the first object in a namespace.
40248 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40250         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40251         (__internal_setnetgrent): ... this.  Add internal_function to
40252         definition.  Add libc_hidden_def.
40253         (setnetgrent): Update caller.
40254         (internal_endnetgrent): Renamed to ...
40255         (__internal_endnetgrent): ... this.  Add internal_function to
40256         definition.  Add libc_hidden_def.
40257         (endnetgrent): Update caller.
40258         (internal_getnetgrent_r): Renamed to ...
40259         (__internal_getnetgrent_r): ... this.  Add internal_function to
40260         definition.  Add libc_hidden_def.
40261         (__getnetgrent_r): Update caller.
40262         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40264 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40266         * stdlib/longlong.h: Update from GCC.
40268 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40270         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40271         on _QL, which is set by umul_ppmm but never used.
40272         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40273         variables, which are set by GMP macros but never used.
40274         * stdio-common/_itowa.c (_itowa): Likewise.
40275         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40276         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40278 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40280         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40281         struct La_sh_regs is not constant.
40282         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40283         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40284         and struct La_sparc64_regs are not constant.
40286 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40288         * sysdeps/unix/sysv/linux/kernel-features.h
40289         (__ASSUME_POSIX_TIMERS): Remove.
40290         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40291         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40292         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40293         Make code unconditional.
40294         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40295         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40296         Make code unconditional.
40297         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40298         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40299         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40300         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40301         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40302         Make code unconditional.
40303         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40304         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40305         (__libc_missing_posix_timers): Remove.
40307 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40309         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40310         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40312         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40314         * elf/dl-sym.c: Include <stdlib.h>.
40316         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40317         constants, which avoids warnings in 32-bit builds.
40319         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40320         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40322         * misc/lseek.c: File moved to ...
40323         * io/lseek.c: ... here.
40325         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40327         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40328         shifting LEN more than 31 bits at once.
40330 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40332         [BZ #14195]
40333         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40334         segmentation fault for a case of two empty input strings.
40335         * string/test-strncasecmp.c (check1): Renamed to...
40336         (bz12205): ...this.
40337         (bz14195): Add new testcase for two empty input strings and N > 0.
40338         (test_main): Call new testcase, adapt for renamed function.
40340 2012-08-15  Andreas Jaeger  <aj@suse.de>
40342         [BZ #14090]
40343         * crypt/md5test2.c: New test, based on test supplied by Serge
40344         Belyshev <belyshev@depni.sinp.msu.ru>.
40345         * crypt/Makefile (xtests): Add md5test-giant..
40346         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40348 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40350         [BZ #14090]
40351         * crypt/md5.c (md5_process_block): Don't assume the buffer
40352         length is less than 2**32.
40353         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40354         length is less than 2**64.
40356 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40358         * string/str-two-way.h: Include <sys/param.h>.
40359         (MAX): Macro removed.
40361         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40362         Move #define and #undef of memmove to just before and after
40363         including <string.h>.
40365         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40366         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40367         and after including <string.h>.  Move declarations of
40368         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40369         to before #include "string/memmove.c".
40371         * include/dirent.h: Declare __getdirentries.
40373         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40374         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40376 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40378         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40379         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40380         * sysdeps/i386/configure: Regenerated.
40381         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40382         STABS_CURRENT_FILE, and STABS_FUN.
40383         (END): Remove call to STABS_FUN_END.
40384         (STABS_CURRENT_FILE1): Delete.
40385         (STABS_CURRENT_FILE): Likewise.
40386         (STABS_FUN): Likewise.
40387         (STABS_FUN_END): Likewise.
40388         (STABS_FUN2): Likewise.
40389         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40390         * sysdeps/x86_64/configure: Regenerated.
40392 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40394         * elf/dl-open.c: Include <atomic.h>.
40395         * elf/dl-lookup.c: Likewise.
40397 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40399         * sysdeps/unix/sysv/linux/kernel-features.h
40400         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40401         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40402         unconditionally.
40403         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40404         unconditionally.
40405         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40406         condition on __ASSUME_CLONE_THREAD_FLAGS.
40408 2012-08-14  Andreas Jaeger  <aj@suse.de>
40410         * sysdeps/i386/fpu/libm-test-ulps: Update.
40412 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40414         * include/atomic.h (atomic_exchange_and_add): Split into ...
40415         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40416         New atomic macros.
40418 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40420         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40422 2012-08-13  Jeff Law <law@redhat.com>
40424         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40425         null byte in the output string.
40427 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40429         * sysdeps/unix/sysv/linux/kernel-features.h
40430         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40431         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40432         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40433         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40434         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40435         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40436         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40438 2012-08-09  Jeff Law <law@redhat.com>
40440         [BZ #13939]
40441         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40442         When avoid_arena is set, don't retry in the that arena.  Pick the
40443         next one, whatever it might be.
40444         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40445         (arena_lock): Pass in new parameter to arena_get2.
40446         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40447         arena_get2.
40448         (__libc_malloc): Unify retrying after main arena failure with
40449         __libc_memalign version.
40450         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40452 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40454         [BZ #14166]
40455         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40456         to __redirect_strstr.
40457         (__strstr_sse42): Use typeof __redirect_strstr.
40458         (__strstr_ia32): Likewise.
40459         (__libc_strstr): New prototype.
40460         (strstr): Renamed to ...
40461         (__libc_strstr): This.
40462         (strstr): New strong alias of __libc_strstr.
40463         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40464         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40465         __redirect_time.
40466         Include <time.h>.
40467         (__libc_time): New prototype.
40468         (time_ifunc): Replace time with __libc_time.
40469         (time): New strong alias and hidden definition of __libc_time.
40470         (__GI_time): Remove strong alias.
40471         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40472         Include <stddef.h>.
40473         (memmove): Redefined to __redirect_memmove.
40474         (__memmove_sse2): Use typeof __redirect_memmove.
40475         (__memmove_ssse3): Likewise.
40476         (__memmove_ssse3_back): Likewise.
40477         (__libc_memmove): New prototype.
40478         (memmove): Renamed to ...
40479         (__libc_memmove): This.
40480         (memmove): New strong alias of __libc_memmove.
40482 2012-08-08  Mark Salter  <msalter@redhat.com>
40484         * elf/elf.h
40485         (R_MN10300_TLS_GD): Define.
40486         (R_MN10300_TLS_LD): Likewise.
40487         (R_MN10300_TLS_LDO): Likewise.
40488         (R_MN10300_TLS_GOTIE): Likewise.
40489         (R_MN10300_TLS_IE): Likewise.
40490         (R_MN10300_TLS_LE): Likewise.
40491         (R_MN10300_TLS_DTPMOD): Likewise.
40492         (R_MN10300_TLS_DTPOFF): Likewise.
40493         (R_MN10300_TLS_TPOFF): Likewise.
40494         (R_MN10300_SYM_DIFF): Likewise.
40495         (R_MN10300_ALIGN): Likewise.
40496         (R_MN10300_NUM): Update.
40498 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40500         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40501         Remove.
40503 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40505         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40507         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40508         sysdeps/unix -> sysdeps/posix move.
40509         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40511 2012-08-07      Allan McRae     <allan@archlinux.org>
40513         [BZ #14303]
40514         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40515         (SUNOS_CPP): Likewise.
40516         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40517         not found.
40518         (open_input): Call CPP using execvp.
40520 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40522         * sysdeps/unix/sysv/linux/kernel-features.h
40523         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40524         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40525         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40526         (__ASSUME_WAITID_SYSCALL): Likewise.
40527         * sysdeps/unix/sysv/linux/dl-execstack.c
40528         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40529         code unconditional.
40530         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40531         conditional code.
40532         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40533         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40534         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40535         code.
40536         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40537         unconditional.
40538         [__ASSUME_WAITID_SYSCALL]: Likewise.
40539         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40541 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40543         * sysdeps/unix/closedir.c: Renamed to ...
40544         * sysdeps/posix/closedir.c: ... here.
40545         * sysdeps/unix/dirfd.c: Renamed to ...
40546         * sysdeps/posix/dirfd.c: ... here.
40547         * sysdeps/unix/dirstream.h: Renamed to ...
40548         * sysdeps/posix/dirstream.h: ... here.
40549         * sysdeps/unix/fdopendir.c: Renamed to ...
40550         * sysdeps/posix/fdopendir.c: ... here.
40551         * sysdeps/unix/opendir.c: Renamed to ...
40552         * sysdeps/posix/opendir.c: ... here.
40553         * sysdeps/unix/readdir.c: Renamed to ...
40554         * sysdeps/posix/readdir.c: ... here.
40555         * sysdeps/unix/readdir_r.c: Renamed to ...
40556         * sysdeps/posix/readdir_r.c: ... here.
40557         * sysdeps/unix/rewinddir.c: Renamed to ...
40558         * sysdeps/posix/rewinddir.c: ... here.
40559         * sysdeps/unix/seekdir.c: Renamed to ...
40560         * sysdeps/posix/seekdir.c: ... here.
40561         * sysdeps/unix/telldir.c: Renamed to ...
40562         * sysdeps/posix/telldir.c: ... here.
40563         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40564         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40565         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40566         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40568         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40569         * bits/fcntl.h: ... here.
40571         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40572         not 0.
40573         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40574         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40575         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40576         (struct flock): Move l_start, l_len to the beginning.
40577         Use __pid_t for l_pid.
40578         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40579         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40580         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40581         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40582         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40583         [__USE_LARGEFILE64] (struct flock64): New type.
40584         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40586         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40587         * bits/dirent.h: ... here.
40589         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40590         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40592 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40594         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40595         Change from 2.6.0 to 2.6.16.
40596         * sysdeps/unix/sysv/linux/configure: Regenerated.
40597         * sysdeps/unix/sysv/linux/kernel-features.h
40598         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40599         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40600         version.
40601         (__ASSUME_UTIMES): Likewise.
40602         (__ASSUME_CLONE_STOPPED): Remove.
40603         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40604         architectures, not kernel version.
40605         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40606         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40607         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40608         (__ASSUME_WAITID_SYSCALL): Likewise.
40609         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40610         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40611         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40612         refer to older versions.
40614 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40616         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40617         Define alphasort64 as an alias.
40618         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40619         Define versionsort64 as an alias.
40620         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40621         Define scandir64 as an alias.
40622         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40623         Define scandirat64 as an alias.
40624         * dirent/alphasort64.c (alphasort64):
40625         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40626         * dirent/versionsort64.c: Likewise.
40627         * dirent/scandir64.c: Likewise.
40628         * dirent/scandirat64.c: Likewise.
40629         * sysdeps/wordsize-64/alphasort.c: File removed.
40630         * sysdeps/wordsize-64/alphasort64.c: File removed.
40631         * sysdeps/wordsize-64/scandir.c: File removed.
40632         * sysdeps/wordsize-64/scandir64.c: File removed.
40633         * sysdeps/wordsize-64/scandirat.c: File removed.
40634         * sysdeps/wordsize-64/scandirat64.c: File removed.
40635         * sysdeps/wordsize-64/versionsort.c: File removed.
40636         * sysdeps/wordsize-64/versionsort64.c: File removed.
40637         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40638         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40639         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40640         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40641         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40642         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40643         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40644         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40646         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40647         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40648         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40649         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40650         [defined __arch64__ || defined __sparcv9]
40651         (__INO_T_MATCHES_INO64_T): New macro.
40652         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40653         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40654         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40655         * sysdeps/unix/sysv/linux/bits/dirent.h
40656         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40657         (_DIRENT_MATCHES_DIRENT64): New macro.
40659         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40660         Define lockf64 as an alias.
40661         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40662         Define fseeko64 as an alias.
40663         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40664         Define ftello64 as an alias.
40665         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40666         Define _IO_fgetpos64 and fgetpos64 as aliases.
40667         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40668         Define _IO_fsetpos64 and fsetpos64 as aliases.
40669         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40670         Conditionalize body on this.
40671         * libio/fseeko64.c: Likewise.
40672         * libio/ftello64.c: Likewise.
40673         * libio/iofgetpos64.c: Likewise.
40674         * libio/iofsetpos64.c: Likewise.
40675         * sysdeps/wordsize-64/lockf.c: File removed.
40676         * sysdeps/wordsize-64/lockf64.c: File removed.
40677         * sysdeps/wordsize-64/fseeko.c: File removed.
40678         * sysdeps/wordsize-64/fseeko64.c: File removed.
40679         * sysdeps/wordsize-64/ftello.c: File removed.
40680         * sysdeps/wordsize-64/ftello64.c: File removed.
40681         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40682         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40683         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40684         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40685         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40686         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40687         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40688         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40689         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40690         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40691         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40692         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40693         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40694         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40696         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40697         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40698         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40699         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40700         [defined __arch64__ || defined __sparcv9]
40701         (__OFF_T_MATCHES_OFF64_T): New macro.
40702         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40703         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40704         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40705         (__OFF_T_MATCHES_OFF64_T): New macro.
40707 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40709         * stdlib/secure-getenv.c (__secure_getenv): Replace
40710         GLIBC_2_16 with GLIBC_2_17.
40712 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40714         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40715         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40717 2012-08-03  David S. Miller  <davem@davemloft.net>
40719         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40721 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40723         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40724         Remove.
40725         (__ASSUME_CORRECT_SI_PID): Likewise.
40726         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40727         (__ASSUME_TMPFS_NAME): Likewise.
40728         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40729         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40730         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40731         (HAVE_AUX_SECURE): Make definition unconditional.
40732         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40733         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40735 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40737         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40738         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40739         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40740         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40741         __eloop_threshold instead of SYMLOOP_MAX.
40743         * sysdeps/generic/eloop-threshold.h: New file.
40744         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40745         of MAXSYMLINKS.
40746         * elf/chroot_canon.c (chroot_canon): Likewise.
40748 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40750         [BZ #13717]
40751         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40752         Change to 2.6.0 everywhere.
40753         * sysdeps/unix/sysv/linux/configure: Regenerated.
40754         * sysdeps/unix/sysv/linux/kernel-features.h
40755         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40756         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40757         kernel versions.
40758         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40759         (__ASSUME_FUTEX_REQUEUE): Remove.
40760         (__ASSUME_STATFS64): Define unconditionally.
40761         (__ASSUME_AT_SECURE): Likewise.
40762         (__ASSUME_CORRECT_SI_PID): Likewise.
40763         (__ASSUME_TGKILL): Define without depending on kernel version for
40764         i386.
40765         (__ASSUME_UTIMES): Likewise.
40766         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40767         kernel version.
40768         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40769         (__ASSUME_TMPFS_NAME): Likewise.
40770         * README: Update reference to Linux kernel versions.
40772 2012-08-02  Marek Polacek  <polacek@redhat.com>
40774         [BZ# 14150]
40775         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40776         libc_cv_asm_type_prefix with %.
40777         * configure: Regenerated.
40778         * include/libc-symbols.h: Remove comment about
40779         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40780         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40781         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40782         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40783         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40784         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40785         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40786         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40787         * elf/tst-unique2mod1.c: Likewise.
40788         * elf/tst-unique1mod2.c: Likewise.
40789         * elf/tst-unique1mod1.c: Likewise.
40790         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40791         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40792         Replace ASM_TYPE_DIRECTIVE with .type.
40793         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40794         * sysdeps/i386/sysdep.h: Likewise.
40795         * sysdeps/x86_64/sysdep.h: Likewise.
40796         * sysdeps/sh/sysdep.h: Likewise.
40797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40798         Do not define ASM_TYPE_DIRECTIVE.
40799         * sysdeps/powerpc/sysdep.h: Likewise.
40800         * sysdeps/powerpc/powerpc32/sysdep.h:
40801         Replace ASM_TYPE_DIRECTIVE with .type.
40802         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40803         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40804         * sysdeps/i386/fpu/e_powf.S: Likewise.
40805         * sysdeps/i386/fpu/e_expl.S: Likewise.
40806         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40807         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40808         * sysdeps/i386/fpu/e_pow.S: Likewise.
40809         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40810         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40811         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40812         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40813         * sysdeps/i386/fpu/e_log2.S: Likewise.
40814         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40815         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40816         * sysdeps/i386/fpu/e_powl.S: Likewise.
40817         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40818         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40819         * sysdeps/i386/fpu/e_logl.S: Likewise.
40820         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40821         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40822         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40823         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40824         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40825         * sysdeps/i386/fpu/e_log.S: Likewise.
40826         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40827         * sysdeps/i386/fpu/e_logf.S: Likewise.
40828         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40829         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40830         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40831         * sysdeps/i386/fpu/e_log10.S: Likewise.
40832         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40833         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40834         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40835         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40836         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40837         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40838         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40839         * sysdeps/i386/i686/strtok.S: Likewise.
40840         * sysdeps/i386/i386-mcount.S: Likewise.
40841         * sysdeps/i386/strtok.S: Likewise.
40842         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40843         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40844         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40845         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40846         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40847         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40848         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40849         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40850         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40851         * sysdeps/x86_64/_mcount.S: Likewise.
40852         * sysdeps/x86_64/strtok.S: Likewise.
40853         * sysdeps/sh/_mcount.S: Likewise.
40855 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40857         * libio/iofopen.c: Include <fcntl.h>.
40858         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40859         (_IO_fopen64, fopen64): Define as aliases.
40860         * libio/iofopen64.c: Include <fcntl.h>.
40861         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40862         Conditionalize body on this.
40863         * sysdeps/wordsize-64/iofopen.c: File removed.
40864         * sysdeps/wordsize-64/iofopen64.c: File removed.
40866 2012-08-01  Marek Polacek  <polacek@redhat.com>
40868         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40869         Use dlfcn directly instead of a variable.
40870         (binfmt-subdir): Do not define.
40871         (dlfcn): Likewise.
40873 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40875         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40876         Remove all definitions.
40877         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40878         <kernel-features.h>.
40879         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40880         (miss_F_GETOWN_EX): Remove all definitions.
40881         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40882         macro definition.
40883         [!__ASSUME_FCNTL64]: Remove conditional code.
40884         [__ASSUME_FCNTL64]: Make code unconditional.
40885         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40886         <kernel-features.h>.
40887         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40888         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40889         (lockf64) [__NR_fcntl64]: Make code unconditional.
40890         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40892         * sysdeps/unix/sysv/linux/kernel-features.h
40893         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40894         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40895         Make code unconditional.
40896         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40897         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40899         [__NR_vfork]: Make code unconditional.
40900         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40901         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40903         [__NR_vfork]: Make code unconditional.
40904         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40905         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40907 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40909         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40910         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40912         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40913         Define mkstemp64 as an alias.
40914         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40915         Define mkstemps64 as an alias.
40916         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40917         Define mkostemp64 as an alias.
40918         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40919         Define mkostemps64 as an alias.
40920         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40921         Conditionalize body on this.
40922         * misc/mkostemp64.c: Likewise.
40923         * misc/mkostemps64.c: Likewise.
40924         * misc/mkstemps64.c: Likewise.
40925         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40926         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40927         * sysdeps/wordsize-64/mkostemp.c: File removed.
40928         * sysdeps/wordsize-64/mkstemp.c: File removed.
40929         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40930         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40931         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40932         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40934         [BZ #14138]
40935         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40936         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40937         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40938         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40940         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40941         compat_symbol macros from <shlib-compat.h> rather than the underlying
40942         default_symbol_version and symbol_version macros, so that DEFAULT
40943         lines in shlib-versions are respected.
40944         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40946 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40948         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40949         Declare with warn_unused_result.
40950         (setgid, setregid, setegid, setresgid): Likewise.
40951         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40952         Likewise.
40953         * WUR-REPORT: Remove set*id functions.
40955 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40957         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40959 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40961         [BZ #10191]
40962         * include/sys/socket.h (__libc_accept, __libc_accept4):
40963         Add attribute_hidden.
40964         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40966         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40967         use of PTR_MANGLE.
40968         * inet/getnetgrent_r.c (setup): Likewise.
40970         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40972 2012-07-31  David S. Miller  <davem@davemloft.net>
40974         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40976 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40978         [BZ #13629]
40979         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40980         value between 1.0 and 2.0 and smaller part has absolute value less
40981         than 1.0.
40982         * math/s_clog10.c (__clog10): Likewise.
40983         * math/s_clog10f.c (__clog10f): Likewise.
40984         * math/s_clog10l.c (__clog10l): Likewise.
40985         * math/s_clogf.c (__clogf): Likewise.
40986         * math/s_clogl.c (__clogl): Likewise.
40987         * math/libm-test.inc (clog_test): Add more tests.
40988         (clog10_test): Likewise.
40989         * sysdeps/i386/fpu/libm-test-ulps: Update.
40990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40992 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40994         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40995         Exit with zero in case no suitable GID is found, and write a
40996         message to standard error.
40998 2012-07-30  Roland McGrath  <roland@hack.frob.com>
41000         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
41001         rather than to 1.
41002         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
41003         (MAXPATHLEN): Removed.
41004         (NOGROUP, NODEV): New macros.
41005         (setbit, clrbit, isset, isclr): New macros.
41006         (howmany, roundup, powerof2): New macros.
41007         (DEV_BSIZE): New macro.
41009         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
41010         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
41012         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
41013         definition on [!__NO_LONG_DOUBLE_MATH].
41015         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
41016         PTR_MANGLE and PTR_DEMANGLE.
41018         * socket/accept4.c (accept4): Rename to __libc_accept4.
41019         Define accept4 as a weak alias.
41021         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
41022         on [_DIRENT_HAVE_D_TYPE].
41023         * io/ftw.c (ftw_dir): Likewise.
41025         * io/xmknod.c (__xmknod): Don't check PATH for being null.
41027         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
41029         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
41030         Use the BSD numbers rather than the arbitrary ones we had.
41031         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
41032         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
41033         (SIGXCPU, SIGXFSZ): New macros.
41034         (_NSIG): Now 32.
41036         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
41037         initializer on [_LIBC_REENTRANT].
41039         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
41040         definitions inside [_POSIX_MAPPED_FILES].
41042         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
41044         * dirent/opendir.c: Include <fcntl.h>.
41046         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
41047         (__libc_getspecific): Likewise.
41048         (__libc_key_create): Likewise.
41050         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
41051         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
41052         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
41053         (tmpfile64): Define as alias.
41054         * sysdeps/wordsize-64/tmpfile.c: File removed.
41055         * sysdeps/wordsize-64/tmpfile64.c: File removed.
41056         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
41057         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
41059         * stdio-common/vfscanf.c: Include <stdbool.h>.
41060         * nss/makedb.c: Likewise.
41061         * stdio-common/_i18n_number.h: Likewise.
41062         * argp/argp-help.c: Likewise.
41063         * posix/wordexp.c: Likewise.
41064         * sysdeps/posix/spawni.c: Likewise.
41065         * nss/nss_files/files-initgroups.c: Likewise.
41066         * stdio-common/reg-modifier.c: Include <stdlib.h>.
41067         * nss/nss_files/files-initgroups.c: Likewise.
41068         * nss/nss_db/db-netgrp.c: Likewise.
41069         * nss/nss_db/db-initgroups.c: Likewise.
41070         * io/fchmodat.c: Include <sys/stat.h>.
41072         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41073         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41075         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41076         [HAVE_MMAP].
41078         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41079         Add multiple inclusion protection.
41081 2012-07-27  David S. Miller  <davem@davemloft.net>
41083         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41085 2012-07-27  Gary Benson  <gbenson@redhat.com>
41087         [BZ #14298]
41088         * elf/rtld.c: Include <stap-probe.h>.
41089         (dl_main): Added static probes "init_start" and "init_complete".
41090         * elf/dl-load.c: Include <stap-probe.h>.
41091         (lose): Take new parameter "nsid".
41092         Added static probe "map_failed".
41093         (_dl_map_object_from_fd): Pass namespace id to lose.
41094         Added static probe "map_start".
41095         (open_verify): Pass namespace id to lose.
41096         * elf/dl-open.c: Include <stap-probe.h>.
41097         (dl_open_worker) Added static probes "map_complete", "reloc_start"
41098         and "reloc_complete".
41099         * elf/dl-close.c: Include <stap-probe.h>.
41100         (_dl_close_worker): Added static probes "unmap_start" and
41101         "unmap_complete".
41102         * elf/rtld-debugger-interface.txt: New file documenting the above.
41104 2012-07-26  Roland McGrath  <roland@hack.frob.com>
41106         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
41107         rather than a string variable.
41108         * sunrpc/rpc_main.c (h_output): Likewise.
41109         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
41111 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
41113         * inet/check_native.c: New file.
41115 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
41117         [BZ #13629]
41118         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
41119         if larger part has absolute value 1.0.
41120         * math/s_clog10.c (__clog10): Likewise.
41121         * math/s_clog10f.c (__clog10f): Likewise.
41122         * math/s_clog10l.c (__clog10l): Likewise.
41123         * math/s_clogf.c (__clogf): Likewise.
41124         * math/s_clogl.c (__clogl): Likewise.
41125         * math/libm-test.inc (clog_test): Add more tests.
41126         (clog10_test): Likewise.
41127         * sysdeps/i386/fpu/libm-test-ulps: Update.
41128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41130         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
41131         (pltexit): Likewise.
41132         (La_regs): Likewise.
41133         (La_retval): Likewise.
41134         (int_retval): Likewise.
41135         Update #error for removed macros to refer only to definitions in
41136         tst-audit.h.
41137         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
41138         macro.
41139         (pltexit): Likewise.
41140         (La_regs): Likewise.
41141         (La_retval): Likewise.
41142         (int_retval): Likewise.
41143         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
41144         macro.
41145         (pltexit): Likewise.
41146         (La_regs): Likewise.
41147         (La_retval): Likewise.
41148         (int_retval): Likewise.
41149         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
41150         macro.
41151         (pltexit): Likewise.
41152         (La_regs): Likewise.
41153         (La_retval): Likewise.
41154         (int_retval): Likewise.
41155         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
41156         macro.
41157         (pltexit): Likewise.
41158         (La_regs): Likewise.
41159         (La_retval): Likewise.
41160         (int_retval): Likewise.
41161         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
41162         macro.
41163         (pltexit): Likewise.
41164         (La_regs): Likewise.
41165         (La_retval): Likewise.
41166         (int_retval): Likewise.
41167         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
41168         macro.
41169         (pltexit): Likewise.
41170         (La_regs): Likewise.
41171         (La_retval): Likewise.
41172         (int_retval): Likewise.
41173         * sysdeps/generic/tst-audit.h: Update comment to refer only to
41174         macro definitions in tst-audit.h.
41175         * sysdeps/i386/tst-audit.h: New file.
41176         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
41177         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
41178         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
41179         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
41180         * sysdeps/sh/tst-audit.h: Likewise.
41181         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41182         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41183         * sysdeps/x86_64/tst-audit.h: Likewise.
41185 2012-07-26  Andreas Jaeger  <aj@suse.de>
41187         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41188         ptrace.
41190         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41191         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41192         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41193         PTRACE_O_MASK.
41194         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41195         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41196         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41198         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41199         value.
41201         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41202         _sigsys.
41203         (si_call_addr, si_syscall, si_arch): Define new macro.
41204         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41205         _sigsys.
41206         (si_call_addr, si_syscall, si_arch): Define new marcro.
41207         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41208         _sigsys.
41209         (si_call_addr, si_syscall, si_arch): Define new macro.
41210         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41211         _sigsys.
41212         (si_call_addr, si_syscall, si_arch): Define new macro.
41214 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41216         [BZ #13717]
41217         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41218         Change to 2.4.21 where previously 2.4.1.
41219         * sysdeps/unix/sysv/linux/configure: Regenerated.
41220         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41221         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41222         Linux kernel version.
41223         (__ASSUME_STD_AUXV): Remove.
41224         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41225         kernel version.
41226         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41227         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41228         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41229         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41230         (__ASSUME_NETLINK_SUPPORT): Likewise.
41231         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41232         (__no_netlink_support): Remove conditional definition.
41233         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41234         Remove.
41235         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41236         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41237         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41238         (if_nameindex_ioctl): Remove.
41239         (if_nameindex_netlink): Do not handle __no_netlink_support.
41240         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41241         code.
41242         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41243         Remove conditional code.
41244         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41245         code.
41246         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41247         unconditional.
41248         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41249         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41250         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41251         Remove.
41252         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41253         [!__ASSUME_STD_AUXV]: Remove conditional code.
41254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41255         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41256         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41258         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41259         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41260         code.
41261         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41263         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41264         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41265         conditional code.
41266         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41268         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41269         code.
41270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41271         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41272         conditional code.
41273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41274         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41275         code unconditional.
41276         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41277         conditional code.
41278         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41279         unconditional.
41280         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41281         conditional code.
41282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41283         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41284         unconditional.
41285         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41286         conditional code.
41287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41288         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41289         code unconditional.
41290         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41291         conditional code.
41292         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41293         unconditional.
41294         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41295         conditional code.
41296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41297         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41298         code unconditional.
41299         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41300         conditional code.
41301         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41302         unconditional.
41303         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41304         conditional code.
41306 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41308         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41309         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41310         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41311         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41312         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41313         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41314         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41315         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41316         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41317         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41318         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41319         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41320         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41321         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41322         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41323         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41324         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41325         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41326         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41327         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41328         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41329         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41330         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41332 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41334         * Versions.def: Add GLIBC_2.17.
41335         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41336         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41337         Introduce __libc_secure_getenv.
41338         * stdlib/Versions (2.17): Add secure_getenv
41339         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41340         * stdlib/secure-getenv.c: Rename __secure_getenv to
41341         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41342         symbol __secure_getenv for GLIBC_2.0.
41343         * stdlib/tst-secure-getenv.c: New.
41344         * stdlib/Makefile (tests): Add testcase.
41345         * manual/startup.texi (Environment Access): Document
41346         secure_getenv.
41347         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41348         __libc_secure_getenv.
41349         * inet/ruserpass.c (ruserpass): Likewise.
41350         * malloc/mtrace.c (mtrace): Likewise.
41351         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41352         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41353         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41354         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41355         HAVE_SECURE_GETENV.
41356         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41357         __secure_getenv to __libc_secure_getenv.
41358         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41360         Likewise.
41361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41362         Likewise.
41363         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41364         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41365         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41366         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41367         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41368         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41369         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41371 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41373         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41374         (struct La_i86_retval): Likewise.
41375         (struct La_x86_64_regs): Likewise.
41376         (struct La_x86_64_retval): Likewise.
41377         (struct La_x32_regs): Likewise.
41378         (struct La_x32_retval): Likewise.
41379         (struct La_ppc32_regs): Likewise.
41380         (struct La_ppc32_retval): Likewise.
41381         (struct La_ppc64_regs): Likewise.
41382         (struct La_ppc64_retval): Likewise.
41383         (struct La_sh_regs): Likewise.
41384         (struct La_sh_retval): Likewise.
41385         (struct La_s390_32_regs): Likewise.
41386         (struct La_s390_32_retval): Likewise.
41387         (struct La_s390_64_regs): Likewise.
41388         (struct La_s390_64_retval): Likewise.
41389         (struct La_sparc32_regs): Likewise.
41390         (struct La_sparc32_retval): Likewise.
41391         (struct La_sparc64_regs): Likewise.
41392         (struct La_sparc64_retval): Likewise.
41393         (struct audit_ifaces): Remove architecture-specific pltenter and
41394         pltexit members.
41395         * sysdeps/i386/ldsodefs.h: New file.
41396         * sysdeps/powerpc/ldsodefs.h: Likewise.
41397         * sysdeps/s390/ldsodefs.h: Likewise.
41398         * sysdeps/sh/ldsodefs.h: Likewise.
41399         * sysdeps/sparc/ldsodefs.h: Likewise.
41400         * sysdeps/x86_64/ldsodefs.h: Likewise.
41402 2012-07-25  Marek Polacek  <polacek@redhat.com>
41404         [BZ #6808]
41405         * math/libm-test.inc (yn_test): Add another test.
41406         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41407         to ERANGE when the result is +-Inf.
41408         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41409         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41410         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41411         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41413 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41415         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41416         equal to 0.
41417         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41418         clock_t.
41419         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41421 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41423         * configure.in <sysdeps resolving>: Correct printing
41424         Implies_before.
41425         * configure: Regenerate.
41427 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41429         * math/w_ilogb.c: Include <limits.h>.
41430         * math/w_ilogbl.c: Likewise.
41432 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41434         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41435         va_copy.  Document allowing for unavailable va_copy only as
41436         pre-C99 compatibility.
41437         * manual/string.texi (Copying and Concatenation): Use va_copy
41438         instead of __va_copy in concat example.
41440 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41442         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41443         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41444         it if not null.
41446         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41447         with O_NOLINK passed to __file_name_lookup.
41449         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41450         with O_NOLINK passed to __file_name_lookup.
41452         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41453         negative N or less than NGIDS.
41455         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41456         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41457         enough.  Use memcpy instead of strncpy.
41459 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41461         * elf/Makefile (check-data): Remove.
41462         (localplt.data): New vpath directive.
41463         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41464         instead of $(check-data).
41465         * scripts/data/localplt-generic.data: Move to ...
41466         * sysdeps/generic/localplt.data: ... here.
41467         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41468         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41469         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41471         ... here.
41472         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41474         ... here.
41475         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41476         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41477         ... here.
41478         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41479         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41480         ... here.
41481         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41482         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41483         ... here.
41484         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41485         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41486         ... here.
41488 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41490         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41491         PPC32 and PPC64 files.
41492         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41493         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41495 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41497         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41498         __makecontext_ret to ...
41499         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41500         ... here and call exit if uc_link is NULL.  New file.
41501         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41502         __makecontext_ret.S.
41503         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41504         __makecontext_ret to ...
41505         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41506         ... here and call exit if uc_link is NULL.  New file.
41507         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41508         __makecontext_ret.S.
41510 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41512         * elf/elf.h (R_390_IRELATIVE): New definition.
41513         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41514         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41515         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41516         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41517         (elf_machine_lazy_rel): Likewise.
41518         * sysdeps/s390/dl-irel.h: New file.
41519         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41520         * sysdeps/s390/s390-64/memset.S: New asm code.
41521         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41522         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41523         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41524         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41525         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41526         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41527         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41528         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41529         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41530         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41531         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41532         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41533         * sysdeps/s390/s390-32/memset.S: New asm code.
41534         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41536 2012-07-17  Marek Polacek  <polacek@redhat.com>
41538         [BZ #14349]
41539         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41540         * sysdeps/s390/s390-64/configure.in: Likewise.
41541         * sysdeps/sparc/configure.in: Likewise.
41542         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41543         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41544         * sysdeps/i386/configure.in: Likewise.
41545         * sysdeps/x86_64/configure.in: Likewise.
41546         * sysdeps/sh/configure.in: Likewise.
41547         * sysdeps/s390/s390-32/configure: Regenerated.
41548         * sysdeps/s390/s390-64/configure: Likewise.
41549         * sysdeps/x86_64/configure: Likewise.
41550         * sysdeps/sh/configure: Likewise.
41551         * sysdeps/powerpc/powerpc64/configure: Likewise.
41552         * sysdeps/powerpc/powerpc32/configure: Likewise.
41553         * sysdeps/sparc/configure: Likwise.
41554         * sysdeps/i386/configure: Likewise.
41556         * elf/dl-open.c: Comment fixes.
41558 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41560         * Makefile [CXX] (check-data): Remove.
41561         [CXX] (c++-types.data): New vpath directive.
41562         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41563         vpath.  Do not allow for C++ type data being missing.
41564         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41565         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41566         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41567         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41568         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41569         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41570         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41572         ... here.
41573         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41575         ... here.
41576         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41577         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41578         ... here.
41579         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41580         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41581         ... here.
41582         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41583         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41584         ... here.
41585         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41586         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41587         ... here.
41588         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41589         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41590         ... here.
41591         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41592         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41594         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41595         definitions to architecture-specific files.
41596         (TLS_IE): Likewise.
41597         (TLS_LD): Likewise.
41598         (TLS_GD): Likewise.
41599         * sysdeps/i386/tls-macros.h: New file.
41600         * sysdeps/powerpc/tls-macros.h: Likewise.
41601         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41602         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41603         * sysdeps/sh/tls-macros.h: Likewise.
41604         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41605         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41606         * sysdeps/x86_64/tls-macros.h: Likewise.
41608 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41610         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41611         zero value for regular exit case.
41613         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41614         (__start_context): Preserve zero value for regular exit case.
41616 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41617             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41619         * manual/setjmp.texi (setcontext): Clarify normal process
41620         termination when uc_link is the null pointer.
41621         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41622         exit call.
41624 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41626         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41627         preprocessor.  Test for each exception mask separately.
41629 2012-07-16  Andreas Jaeger  <aj@suse.de>
41631         * po/ru.po: Update from translation team.
41633 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41635         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41636         equal to 0.
41637         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41638         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41639         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41640         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41641         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41643 2012-07-13  Andreas Jaeger  <aj@suse.de>
41645         * po/fr.po: Update from translation team.
41647 2012-07-12  Marek Polacek  <polacek@redhat.com>
41649         [BZ #14173]
41650         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41651         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41652         loop condition.
41654 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41656         [BZ #13717]
41657         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41658         Change to 2.4.1 where previously 2.4.0.
41659         * sysdeps/unix/sysv/linux/configure: Regenerated.
41660         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41661         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41662         version.
41663         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41664         (__ASSUME_AT_CLKTCK): Remove.
41665         (__ASSUME_AT_PAGESIZE): Likewise.
41666         (__ASSUME_AT_XID): Likewise.
41667         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41668         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41669         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41670         unconditionally.
41671         (HAVE_AUX_PAGESIZE): Likewise.
41672         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41673         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41674         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41676 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41678         [BZ #14307]
41679         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41680         the temporary buffer used to invoke __gethostbyname2_r,
41681         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41682         host_data / struct gaih_addrtuple.
41683         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41684         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41685         header file nss/nsswitch.h.
41686         * nss/nsswitch.h (global scope): Add definition of implementation
41687         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41688         resolv/nss_dns/dns-host.c).
41690 2012-07-11  Andreas Jaeger  <aj@suse.de>
41692         * po/fr.po: Update from translation team.
41694         * po/sv.po: Update from translation team
41695         * po/fr.po: Another update from translation team.
41697 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41699         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41700         for subnormals or multiply small sinh result by itself.
41701         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41702         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41704 2012-07-11  David S. Miller  <davem@davemloft.net>
41706         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41708 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41710         [BZ #14347]
41711         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41712         (INTERNAL_MARK): Shift it here.
41714 2012-07-10  Marek Polacek  <polacek@redhat.com>
41716         [BZ #14151]
41717         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41718         libc_cv_asm_global_directive with .globl.
41719         * configure: Regenerated.
41720         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41721         with .globl.
41722         * sysdeps/i386/configure: Regenerated.
41723         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41724         with .globl.
41725         * sysdeps/x86_64/configure: Regenerated.
41726         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41727         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41728         * elf/tst-unique2mod2.c: Likewise.
41729         * elf/tst-unique2mod1.c: Likewise.
41730         * elf/tst-unique1mod2.c: Likewise.
41731         * elf/tst-unique1mod1.c: Likewise.
41732         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41733         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41734         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41735         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41736         * sysdeps/mach/sysdep.h: Likewise.
41737         * sysdeps/i386/sysdep.h: Likewise.
41738         * sysdeps/i386/i386-mcount.S: Likewise.
41739         * sysdeps/x86_64/_mcount.S: Likewise.
41740         * sysdeps/x86_64/sysdep.h: Likewise.
41741         * sysdeps/sh/_mcount.S: Likewise.
41742         * sysdeps/sh/sysdep.h: Likewise.
41743         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41744         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41745         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41746         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41747         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41748         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41749         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41750         * locale/localeinfo.h: Likewise.
41751         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41752         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41754 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41756         [BZ #14336]
41757         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41758         system".
41759         * manual/message.texi (The Uniforum approach): Likewise.
41760         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41761         (glibc iconv Implementation): Likewise.
41763 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41765         [BZ #14337]
41766         * math/s_clog.c (__clog): Avoid scaling a value down where that
41767         could result in underflow.
41768         * math/s_clog10.c (__clog10): Likewise.
41769         * math/s_clog10f.c (__clog10f): Likewise.
41770         * math/s_clog10l.c (__clog10l): Likewise.
41771         * math/s_clogf.c (__clogf): Likewise.
41772         * math/s_clogl.c (__clogl): Likewise.
41773         * math/libm-test.inc (clog_test): Add more tests.
41774         (clog10_test): Likewise.
41775         * sysdeps/i386/fpu/libm-test-ulps: Update.
41776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41778 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41780         [BZ #14283]
41781         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41782         by 7 not 8 to examine high bit of fractional part.
41784         [BZ #14042]
41785         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41786         for call to __mcount_internal.
41787         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41788         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41789         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41791 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41793         [BZ #14154]
41794         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41795         approximation for values within 0x1p-13f of an odd multiple of
41796         pi/4.
41797         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41798         exception.  Add more tests.
41799         * sysdeps/i386/fpu/libm-test-ulps: Update.
41801         [BZ #6778]
41802         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41803         inputs and return -1 for them.  Do not check for +Inf in case not
41804         reachable for +Inf.
41805         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41806         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41807         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41808         and return -1 for them.  Do not check for +Inf in case not
41809         reachable for +Inf.
41810         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41811         define.
41812         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41813         and return -1 for them.  Do not check for +Inf in case not
41814         reachable for +Inf.
41815         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41816         spurious underflow.
41817         * sysdeps/i386/fpu/libm-test-ulps: Update.
41818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41820 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41822         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41824 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41826         [BZ #14157]
41827         [BZ #14331]
41828         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41829         could result in spurious underflow.  Scale down values above
41830         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41831         * math/s_csqrtf.c (__csqrtf): Likewise.
41832         * math/s_csqrtl.c (__csqrtl): Likewise.
41833         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41834         spurious underflow.
41835         * sysdeps/i386/fpu/libm-test-ulps: Update.
41836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41838 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41840         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41841         xopen-msg.sed.
41842         * catgets/xopen-msg.awk: New file.
41843         * catgets/xopen-msg.sed: Removed.
41845         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41846         po2text.sed.
41847         * intl/po2test.awk: New file.
41848         * intl/po2test.sed: Removed.
41850 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41852         [BZ #14328]
41853         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41854         or multiply small sinh result by itself.
41855         * math/s_ctanf.c (__ctanf): Likewise.
41856         * math/s_ctanh.c (__ctanh): Likewise.
41857         * math/s_ctanhf.c (__ctanhf): Likewise.
41858         * math/s_ctanhl.c (__ctanhl): Likewise.
41859         * math/s_ctanl.c (__ctanl): Likewise.
41860         * math/libm-test.inc (ctan_test_tonearest): New function.
41861         (ctan_test_towardzero): Likewise.
41862         (ctan_test_downward): Likewise.
41863         (ctan_test_upward): Likewise.
41864         (ctanh_test_tonearest): Likewise.
41865         (ctanh_test_towardzero): Likewise.
41866         (ctanh_test_downward): Likewise.
41867         (ctanh_test_upward): Likewise.
41868         (main): Call these new functions.
41869         * sysdeps/i386/fpu/libm-test-ulps: Update.
41870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41872 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41874         * .gitignore: Delete /ports entry.
41876 2012-07-03  Andreas Jaeger  <aj@suse.de>
41878         * po/bg.po: Update from translation team.
41879         * po/cs.po: Likewise.
41880         * po/de.po: Likewise.
41881         * po/hr.po: Likewise.
41882         * po/nl.pl: Likewise.
41883         * po/pl.po: Likewise.
41884         * po/vi.po: Likewise.
41886 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41888         * Makeconfig [!+link] (+link-before-libc): New variable.
41889         [!+link] (+link-after-libc): Likewise.
41890         [!+link] (+link-tests): Likewise.
41891         [!+link] (+link): Define in terms of $(+link-before-libc) and
41892         $(+link-after-libc).
41893         [!+link-static] (+link-static-before-libc): New variable.
41894         [!+link-static] (+link-static-after-libc): Likewise.
41895         [!+link-static] (+link-static-tests): Likewise.
41896         [!+link-static] (+link-static): Define in terms of
41897         $(+link-static-before-libc) and $(+link-static-after-libc).
41898         [build-shared] (link-libc-before-gnulib): New variable.
41899         [build-shared] (link-libc-tests): Likewise.
41900         [build-shared] (link-libc): Define in terms of
41901         $(link-libc-before-gnulib).
41902         [!build-shared] (link-libc-tests): New variable.
41903         (link-libc-static-tests): New variable.
41904         [!gnulib] (gnulib-arch): New variable.
41905         [!gnulib] (gnulib-tests): Likewise.
41906         [!gnulib] (static-gnulib-arch): Likewise.
41907         [!gnulib] (static-gnulib-tests): Likewise.
41908         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41909         Define with "=" instead of ":=".
41910         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41911         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41912         * Rules (binaries-all-notests): New variable.
41913         (binaries-all-tests): Likewise.
41914         (binaries-static-notests): Likewise.
41915         (binaries-static-tests): Likewise.
41916         (binaries-all): Define using $(binaries-all-notests) and
41917         $(binaries-all-tests).
41918         (binaries-static): Define using $(binaries-static-notests) and
41919         $(binaries-static-tests).
41920         (binaries-shared-tests): New variable.
41921         (binaries-shared-notests): Likewise.
41922         (binaries-shared): Remove variable.
41923         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41924         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41925         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41926         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41927         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41928         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41929         * elf/Makefile (sln-modules): New variable.
41930         (extra-objs): Add $(sln-modules:=.o).
41931         (ldconfig-modules): Add static-stubs.
41932         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41933         * elf/static-stubs.c: New file.
41935         [BZ #14283]
41936         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41937         by 7 not 8 to examine high bit of fractional part.  Use volatile
41938         variables when splitting into final array of floats if
41939         __FLT_EVAL_METHOD__ != 0.
41940         * math/libm-test.inc (cos_test): Add another test.
41941         (sin_test): Likewise.
41942         * sysdeps/i386/fpu/libm-test-ulps: Update.
41944         [BZ #14273]
41945         * math/libm-test.inc (cosh_test): Add more tests.
41947         * version.h (RELEASE): Set to "development".
41948         (VERSION): Set to "2.16.90".
41950 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41952         * NEWS: Update copyright. Remove last-updated date.
41953         Mention math library bug fixes and timezone data changes.
41954         * README: Mention GNU/Hurd, x32, and HPPA support status.
41956 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41958         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41960 2012-06-27  Andreas Jaeger  <aj@suse.de>
41962         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41964 2012-06-25  Andreas Jaeger  <aj@suse.de>
41966         * sysdeps/s390/fpu/libm-test-ulps: Update.
41968 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41969             Thomas Schwinge  <thomas@codesourcery.com>
41971         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41972         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41973         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41974         fanotify_mark.
41976 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41978         * sysdeps/mach/start.c: Remove file.
41979         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41980         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41981         * sysdeps/sh/init-first.c: Likewise.
41983         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41984         registers for frame unwinding purposes, add CFI directives.
41985         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41986         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41987         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41988         Likewise.
41990         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41991         __fortify_fail returning.
41992         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41994         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41995         sysdeps/sh/____longjmp_chk.S.
41996         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41997         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41998         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41999         (gen-as-const-headers): Append sigaltstack-offsets.sym.
42001         * sysdeps/sh/abort-instr.h: New file.
42002         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
42003         process in case exit returns.
42005         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
42006         initialize the GOT register before use.
42008         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
42009         calculation of ARGC > 4.
42011         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
42012         meaningful names to some local labels.
42014 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42015             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42017         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
42018         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
42019         (__arch_compare_and_exchange_val_16_acq): Likewise.
42020         (__arch_compare_and_exchange_val_32_acq): Likewise.
42021         (atomic_exchange_and_add): Fix gUSA sequence.
42022         (atomic_add): Likewise.
42023         (atomic_add_negative): Likewise.
42024         (atomic_add_zero): Likewise.
42025         (atomic_bit_test_set): Likewise.
42027 2012-06-22  Andreas Schwab  <schwab@redhat.com>
42029         [BZ #13579]
42030         * include/link.h (struct link_map): Add l_free_initfini.
42031         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
42032         l_initfini.
42033         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
42034         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
42035         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
42036         set.
42038 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
42040         * configure.in: Use AC_LANG_SOURCE.
42041         * configure: Regenerate.
42043 2012-06-22  Roland McGrath  <roland@hack.frob.com>
42045         * configure.in (libc_cv_localstatedir): New substituted variable.
42046         * configure: Regenerated.
42047         * config.make.in (localstatedir): New variable, substituted from
42048         libc_cv_localstatedir.
42049         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
42050         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
42051         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
42052         * sysdeps/gnu/configure: Regenerated.
42054 2012-06-21  Jeff Law  <law@redhat.com>
42056         [BZ #14277]
42057         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
42058         free.  Simplify list management for _LIBC case.
42060 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
42062         [BZ #14273]
42063         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
42064         Clear sign bit of 64-bit integer value before comparing against
42065         overflow value.
42067         * sysdeps/mach/configure: Regenerated.
42069 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
42071         [BZ #14278]
42072         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42074 2012-06-21  Jeff Law  <law@redhat.com>
42076         [BZ #13882]
42077         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
42078         uint16_t for elements in the "seen" array to avoid char overflows.
42079         * elf/dl-fini.c (_dl_sort_fini): Likewise.
42080         * elf/dl-open.c (dl_open_worker): Likewise.
42082 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
42084         * scripts/list-sources.sh: Scan PORTS for translations.
42085         * po/libc.pot: Regenerated.
42087 2012-06-21  Andreas Jaeger  <aj@suse.de>
42089         [BZ #12194]
42090         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
42091         warning.
42092         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
42093         * bits/byteswap-16.h (__bswap_16): Likewise.
42094         * bits/byteswap.h (__bswap_constant_16): Likewise.
42096 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
42098         [BZ #14117]
42099         * sysdeps/i386/fpu_control.h: Removed.
42100         * sysdeps/x86_64/fpu_control.h: Moved to ...
42101         * sysdeps/x86/fpu_control.h: Here.
42103         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
42104         (_FPU_SETCW): Likewise.
42106 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
42108         [BZ #14117]
42109         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
42110         * sysdeps/x86/fpu/bits/mathinline.h: This.
42111         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
42113         [BZ #14050]
42114         [BZ #14117]
42115         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
42116         functions if __x86_64__ is defined.
42118 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
42120         * string/endian.h: Add !__ASSEMBLER__ condition for including
42121         conversion interfaces.
42123 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
42125         [BZ #14241]
42126         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
42127         of ABS(x) in calculating zero to negative powers other than odd
42128         integers.
42129         * math/libm-test.inc (pow_test): Add more tests.
42131 2012-06-15  Andreas Jaeger  <aj@suse.de>
42133         * manual/contrib.texi (Contributors): Update entry of Liubov
42134         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
42135         Machado Filho.
42137 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
42139         * string/string.h: Add __wur to GNU version of strerror_r.
42141 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
42143         [BZ #14229]
42144         * string/Makefile (tests): Add tst-strtok_r.
42145         * string/tst-strtok_r.c: New file.
42146         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
42147         RAX_LP/RDX_LP on SAVE_PTR.
42149 2012-06-14  Roland McGrath  <roland@hack.frob.com>
42151         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
42153 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
42155         * libm_test.inc (csqrt_test): Allow more spurious underflow
42156         exceptions.
42157         (j0_test): Likewise.
42158         (j1_test): Likewise.
42159         (y0_test): Likewise.
42160         (y1_test): Likewise.
42162 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
42164         * po/Makefile (libc.pot): Use UTF-8 charset.
42166 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
42168         [BZ #14210]
42169         Suppress sign-conversion warning from FD_SET.
42170         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
42171         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
42172         not unsigned long int.
42173         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
42175 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
42177         [BZ #14050]
42178         [BZ #14117]
42179         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
42180         __extern_always_inline instead of __extern_inline.
42181         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42182         (__signbit): Likewise.
42183         (__signbitl): Support C++ namespace.
42184         (lrintf): New inline function.
42185         (lrint): Likewise.
42186         (llrintf): Likewise.
42187         (llrint): Likewise.
42188         (fmaxf): Likewise.
42189         (fmax): Likewise.
42190         (fminf): Likewise.
42191         (fmin): Likewise.
42192         (rint): Likewise.
42193         (rintf): Likewise.
42194         (ceil): Likewise.
42195         (ceilf): Likewise.
42196         (floor): Likewise.
42197         (floorf): Likewise.
42198         (nearbyint): Likewise.
42199         (nearbyintf): Likewise.
42201 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
42203         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42204         non-default versions.
42206 2012-06-11  Roland McGrath  <roland@hack.frob.com>
42208         [BZ #14218]
42209         * manual/argp.texi (Argp): Reword argp_parse description slightly.
42211 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
42213         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42214         (FE_UPWARD, FE_DOWNWARD): Don't define.
42215         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42216         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42218         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42219         reading it.
42220         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42221         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42223 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42225         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42226         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42227         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42228         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42230 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
42232         [BZ #14117]
42233         * sysdeps/i386/fpu/bits/fenv.h: Removed.
42234         * sysdeps/i386/fpu/Implies: New file.
42235         * sysdeps/x86_64/fpu/Implies: Likewise.
42236         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42237         * sysdeps/x86/fpu/bits/fenv.h: This.
42239         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42240         __SSE_MATH__.
42242 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
42244         [BZ #14134]
42245         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42246         character 0xffff that matches the last element of the
42247         conversion table.
42249 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42251         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42252         fmodl commit.
42254 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42256         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42257         values higher than 25.6283.
42259 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42261         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42262         subnormal exponent extraction and add some __builtin_expect.
42263         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42264         Fix for subnormal mantissa calculation.
42266 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42268         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42269         cpu2 is -1 and errno is not ENOSYS.
42271 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42273         [BZ #14117]
42274         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42275         * sysdeps/x86/bits/string.h: This.
42276         * sysdeps/x86_64/bits/string.h: Removed.
42278         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42279         if not compiling for x86-64, but compiling for >= i486.
42281         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42282         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42284         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42285         New macro from Linux kernel 3.4.0.
42286         (FP_XSTATE_MAGIC2): Likewise.
42287         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42288         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42289         (struct _fpx_sw_bytes): New struct.
42290         (struct _xsave_hdr): Likewise.
42291         (struct _ymmh_state): Likewise.
42292         (struct _xstate): Likewise.
42294         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42295         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42296         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42297         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42298         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42299         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42301         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42302         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42303         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42304         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42305         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42306         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42308 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42310         [BZ #13743]
42311         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42312         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42313         (sysdep_headers): Include sys/platform/ppc.h.
42314         * sysdeps/powerpc/test-gettimebase.c: Test for
42315         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42316         * manual/Makefile (appendices): Include platform.texi.
42317         * manual/contrib.texi (Contributors): Update @node pointers.
42318         * manual/maint.texi (Maintenance): Likewise.
42319         (Platform): New node.
42320         * manual/platform.texi: New file.  Document the new features.
42322 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42323             Jakub Jelinek  <jakub@redhat.com>
42325         [BZ #14188]
42326         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42327         where __builtin_expect is unavailable.
42329 2012-06-03  David S. Miller  <davem@davemloft.net>
42331         * stdlib/longlong.h: Updated from GCC.
42333 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42335         [BZ #14042]
42336         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42337         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42338         __mcount_internal.
42339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42340         (GLIBC_2.16): Likewise.
42342 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42344         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42346 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42349         (default-abi): New variable.
42350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42351         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42352         variable.
42353         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42354         Likewise.
42355         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42356         Likewise.
42357         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42358         Likewise.
42360         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42361         definition.  Document in comment.
42363 2012-06-01  David S. Miller  <davem@davemloft.net>
42365         * stdlib/longlong.h: Updated from GCC.
42367 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42369         [BZ #14117]
42370         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42371         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42372         sys/debugreg.h sys/io.h here.
42373         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42374         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42375         sys/io.h.
42376         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42377         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42378         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42379         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42380         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42381         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42383         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42384         Define only if __x86_64__ is defined.
42386 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42388         [BZ #14048]
42389         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42390         Use int64_t for variable i.
42391         * math/libm-test.inc (fmod_test): Add more tests.
42393         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42394         z computation is not scheduled after fetestexcept.
42395         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42396         Use math_force_eval instead of asm to ensure calculation scheduled
42397         before exception test.
42398         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42399         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42401 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42403         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42404         computation is not scheduled after fetestexcept.
42406 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42408         [BZ #14117]
42409         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42410         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42412 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42414         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42415         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42417 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42419         [BZ #14117]
42420         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42421         <bits/wordsize.h>.
42422         (__WCHAR_MIN): Support __WORDSIZE == 64.
42423         (__WCHAR_MAX): Likewise.
42425         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42426         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42428         [BZ #14183]
42429         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42430         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42432         [BZ #14117]
42433         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42434         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42436         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42437         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42439         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42440         Defined to 1 if __x86_64__ isn't defined.
42441         (_STAT_VER_LINUX_OLD): New.
42442         (st_atime): Remove duplicate.
42443         (st_mtime): Likewise.
42444         (st_ctime): Likewise.
42446 2012-05-31  David S. Miller  <davem@davemloft.net>
42448         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42449         entries.
42451 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42453         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42454         gen-libm-test.pl.
42456         [BZ #14132]
42457         * elf/dl-reloc.c: Include <_itoa.h>.
42458         (_dl_reloc_bad_type): Remove use of INTUSE.
42459         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42460         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42461         * stdio-common/psiginfo.c (psiginfo): Likewise.
42462         * stdio-common/psignal.c (psignal): Likewise.
42463         * string/strsignal.c (strsignal): Likewise.
42464         * include/signal.h (_sys_siglist): Declare hidden proto.
42465         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42466         INTVARDEF with libc_hidden_data_def.
42467         * stdio-common/itoa-udigits.c: Likewise.
42468         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42469         (_itoa_lower_digits_internal): Remove declaration.
42470         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42471         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42472         (_sys_sigabbrev_internal): Remove aliases.
42473         (_sys_siglist): Define hidden alias.
42475 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42477         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42478         bits/sysctl.h.
42480 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42482         [BZ #14117]
42483         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42484         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42486         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42487         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42488         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42489         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42490         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42491         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42493         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42494         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42495         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42497         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42498         with __addr.
42499         (insw): Likewise.
42500         (insl): Likewise.
42501         (outsb): Likewise.
42502         (outsw): Likewise.
42503         (outsl): Likewise.
42505         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42506         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42507         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42509         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42510         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42511         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42512         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42513         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42514         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42516         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42517         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42519         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42520         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42522         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42523         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42524         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42526         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42527         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42528         to ...
42529         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42531         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42532         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42533         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42535         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42536         for x86-64.
42537         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42539 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42541         * math/math.h (M_El): Use two more decimal places.
42542         (M_LOG2El): Likewise.
42543         (M_LOG10El): Likewise.
42544         (M_LN2l): Likewise.
42545         (M_LN10l): Likewise.
42546         (M_PIl): Likewise.
42547         (M_PI_2l): Likewise.
42548         (M_PI_4l): Likewise.
42549         (M_1_PIl): Likewise.
42550         (M_2_PIl): Likewise.
42551         (M_2_SQRTPIl): Likewise.
42552         (M_SQRT2l): Likewise.
42553         (M_SQRT1_2l): Likewise.
42555 2012-05-31  David S. Miller  <davem@davemloft.net>
42557         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42558         values between float registers.
42559         * sysdeps/sparc/sparc64/memset.S: Likewise.
42560         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42562 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42564         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42565         -D_FORTIFY_SOURCE=1.
42566         (CPPFLAGS-tst-longjmp_chk.c): Define.
42567         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42568         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42569         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42570         CFLAGS-tst-wchar-h.c.
42572 2012-05-31  Marek Polacek  <polacek@redhat.com>
42574         [BZ #14132]
42575         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42576         __endmntent_internal): Remove declaration.
42577         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42578         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42579         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42581 2012-05-30  David S. Miller  <davem@davemloft.net>
42583         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42584         (___Q_simulate_exceptions): Use real FP ops rather than writing
42585         into the %fsr.
42586         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42587         Likewise.
42589 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42591         [BZ #14117]
42592         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42593         * sysdeps/x86/bits/xtitypes.h: This.
42595         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42596         * sysdeps/x86/bits/wordsize.h: This.
42598         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42599         * sysdeps/x86/bits/huge_vall.h: This.
42601         * sysdeps/i386/bits/select.h: Removed.
42602         * sysdeps/x86_64/bits/select.h: Renamed to ...
42603         * sysdeps/x86/bits/select.h: This.
42605         * sysdeps/i386/bits/setjmp.h: Removed.
42606         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42607         * sysdeps/x86/bits/setjmp.h: This.
42609         * sysdeps/i386/bits/mathdef.h: Removed.
42610         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42611         * sysdeps/x86/bits/mathdef.h: This.
42613 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42615         [BZ #14132]
42616         * include/sys/socket.h (__connect_internal)
42617         (__libc_sa_len_internal): Remove declaration.
42618         (__connect, __libc_sa_len): Declare hidden_proto.
42619         (SA_LEN): Remove use of INTUSE.
42620         * socket/connect.c: Add libc_hidden_def.
42621         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42622         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42623         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42624         alias.
42625         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42626         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42627         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42628         of adding _internal alias.
42630 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42632         [BZ #14117]
42633         * sysdeps/i386/bits/link.h: Removed.
42634         * sysdeps/i386/bits/linkmap.h: Likewise.
42635         * sysdeps/x86_64/bits/link.h: Renamed to ...
42636         * sysdeps/x86/bits/link.h: This.
42637         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42638         * sysdeps/x86/bits/linkmap.h: This.
42640         * sysdeps/i386/bits/endian.h: Removed.
42641         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42642         * sysdeps/x86/bits/endian.h: This.
42644         * sysdeps/i386/bits/byteswap.h: Removed.
42645         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42646         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42647         * sysdeps/x86/bits/byteswap.h: This.
42648         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42649         * sysdeps/x86/bits/byteswap-16.h: This.
42650         * sysdeps/i386/Implies: Add x86.
42651         * sysdeps/x86_64/Implies: Likewise.
42653 2012-05-30  David S. Miller  <davem@davemloft.net>
42655         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42656         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42657         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42658         (FP_TRAPPING_EXCEPTIONS): Define.
42659         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42660         (FP_TRAPPING_EXCEPTIONS): Define.
42661         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42662         subnormals only when inexact has been signalled or underflow
42663         exceptions are enabled.
42664         (_FP_PACK_CANONICAL): Likewise.
42666 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42668         [BZ #14183]
42669         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42670         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42672 2012-05-30  Richard Henderson  <rth@twiddle.net>
42674         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42675         with #ifndef NOT_IN_libc.
42677         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42678         marked to avoid plt entry.
42680 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42682         [BZ #14112]
42683         * Makeconfig (default-abi): New macro.
42684         (abi-includes): Likewise.
42685         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42686         $(abi-$(default-abi)-lib-soname) for soname if defined.
42687         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42688         abi-variants.
42689         * Makefile (installed-stubs): Likewise.
42690         * include/stubs-biarch.h: Removed.
42691         * scripts/lib-names.awk: Only handle one library at a time.
42692         * scripts/soversions.awk: Remove WORDSIZE support.
42693         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42694         entries.
42695         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42696         Removed.
42697         (syscall-list-default-condition): Likewise.
42698         (syscall-list-default-condition): Likewise.
42699         (syscall-list-includes): Likewise.
42700         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42701         syscall-list-* with abi-*.  Handle undefined abi-variants.
42702         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42703         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42704         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42705         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42706         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42707         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42708         Removed.
42709         (syscall-list-32-options): Likewise.
42710         (syscall-list-32-condition): Likewise.
42711         (syscall-list-64-options): Likewise.
42712         (syscall-list-64-condition): Likewise.
42713         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42714         macro.
42715         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42716         Renamed to ...
42717         (abi-*): This.
42718         (abi-64-ld-soname): New macro.
42719         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42720         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42721         Renamed to ...
42722         (abi-*): This.
42723         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42724         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42726 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42728         * sysdeps/unix/sysv/linux/kernel-features.h
42729         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42730         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42731         include <kernel-features.h>.
42732         [!__NR_ftruncate64]: Remove conditional code.
42733         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42734         [__NR_ftruncate64]: Make code unconditional.
42735         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42736         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42737         include <kernel-features.h>.
42738         [!__NR_ftruncate64]: Remove conditional code.
42739         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42740         [__NR_ftruncate64]: Make code unconditional.
42741         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42743         include <kernel-features.h>.
42744         [!__NR_ftruncate64]: Remove conditional code.
42745         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42746         [__NR_ftruncate64]: Make code unconditional.
42747         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42749         include <kernel-features.h>.
42750         [!__NR_ftruncate64]: Remove conditional code.
42751         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42752         [__NR_ftruncate64]: Make code unconditional.
42753         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42755         * configure.in (libc_cv_fpie): Weaken to a compile test using
42756         LIBC_TRY_CC_OPTION.
42757         * configure: Regenerated.
42759 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42761         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42762         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42763         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42764         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42765         Refreshed.
42766         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42767         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42768         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42769         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42770         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42771         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42772         Refreshed.
42774 2012-05-27  David S. Miller  <davem@davemloft.net>
42776         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42777         (___Q_zero): New.
42778         (__Q_simulate_exceptions): Return void.  Change to simulate
42779         exceptions by writing into the %fsr.
42780         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42781         (__Qp_handle_exceptions): Likewise.
42782         (numbers): Delete.
42783         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42784         __Qp_handle_exceptions.
42785         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42786         __Qp_handle_exceptions.
42787         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42788         as unused and give dummy FP_RND_NEAREST initializer.
42789         (FP_INHIBIT_RESULTS): Define.
42790         (___Q_simulate_exceptions): Update declaration.
42791         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42792         formatting.
42793         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42794         as unused and give dummy FP_RND_NEAREST initializer.
42795         (__Qp_handle_exceptions): Update declaration.
42796         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42797         formatting.
42799 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42801         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42802         the temporary FPU control word.
42803         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42804         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42805         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42806         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42807         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42808         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42809         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42810         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42811         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42812         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42813         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42815 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42817         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42818         fields.
42820 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42822         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42823         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42824         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42825         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42826         Likewise.
42827         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42828         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42829         Likewise.
42831 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42833         * po/h.po: Update from translation team.
42835 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42837         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42839         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42840         handling of denormals.
42841         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42842         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42843         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42844         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42845         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42846         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42847         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42848         Likewise.
42850 2012-05-26  Marek Polacek  <polacek@redhat.com>
42852         [BZ #14152]
42853         * math/libm-test.inc (fma_test): Don't always expect underflow
42854         exception.
42856 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42858         [BZ #12416]
42859         * elf/tst-execstack.c: Include stackinfo.h.
42860         (do_test): Adjust test case to ensure that pthread_getattr_np
42861         behaviour remains the same after marking stack executable.
42863 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42865         * sysdeps/unix/sysv/linux/kernel-features.h
42866         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42867         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42868         kernel-features.h.
42869         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42870         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42871         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42872         kernel-features.h.
42873         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42874         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42876 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42878         * configure.in: Define the default includes to being none.
42879         * configure: Regenerated.
42881 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42883         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42884         * sysdeps/x86_64/setjmp.S: Likewise.
42885         * sysdeps/i386/bsd-setjmp.S: Likewise.
42886         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42887         * sysdeps/i386/setjmp.S: Likewise.
42888         * sysdeps/i386/__longjmp.S: Likewise.
42889         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42890         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42892         * include/stap-probe.h: New file.
42893         * configure.in: Handle --enable-systemtap.
42894         * configure: Regenerated.
42895         * config.h.in (USE_STAP_PROBE): New #undef.
42896         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42897         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42898         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42900 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42902         [BZ #13717]
42903         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42904         to 2.4.0 where earlier.
42905         * sysdeps/unix/sysv/linux/configure: Regenerated.
42906         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42907         <kernel-features.h>.
42908         [__ASSUME_32BITUIDS]: Make code unconditional.
42909         [!__ASSUME_32BITUIDS]: Remove conditional code.
42910         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42911         <kernel-features.h>.
42912         [__ASSUME_32BITUIDS]: Make code unconditional.
42913         [!__ASSUME_32BITUIDS]: Remove conditional code.
42914         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42915         [__ASSUME_32BITUIDS]: Make code unconditional.
42916         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42917         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42918         <kernel-features.h>.
42919         [__ASSUME_32BITUIDS]: Make code unconditional.
42920         [!__ASSUME_32BITUIDS]: Remove conditional code.
42921         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42922         <kernel-features.h>.
42923         [__ASSUME_32BITUIDS]: Make code unconditional.
42924         [!__ASSUME_32BITUIDS]: Remove conditional code.
42925         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42926         <kernel-features.h>.
42927         [__ASSUME_32BITUIDS]: Make code unconditional.
42928         [!__ASSUME_32BITUIDS]: Remove conditional code.
42929         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42930         <kernel-features.h>.
42931         [__ASSUME_32BITUIDS]: Make code unconditional.
42932         [!__ASSUME_32BITUIDS]: Remove conditional code.
42933         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42934         <kernel-features.h>.
42935         [__ASSUME_32BITUIDS]: Make code unconditional.
42936         [!__ASSUME_32BITUIDS]: Remove conditional code.
42937         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42938         <kernel-features.h>.
42939         [__ASSUME_32BITUIDS]: Make code unconditional.
42940         [!__ASSUME_32BITUIDS]: Remove conditional code.
42941         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42942         <kernel-features.h>.
42943         [__ASSUME_32BITUIDS]: Make code unconditional.
42944         [!__ASSUME_32BITUIDS]: Remove conditional code.
42945         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42946         <kernel-features.h>.
42947         [__ASSUME_32BITUIDS]: Make code unconditional.
42948         [!__ASSUME_32BITUIDS]: Remove conditional code.
42949         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42950         <kernel-features.h>.
42951         [__ASSUME_32BITUIDS]: Make code unconditional.
42952         [!__ASSUME_32BITUIDS]: Remove conditional code.
42953         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42954         <kernel-features.h>.
42955         [__ASSUME_32BITUIDS]: Make code unconditional.
42956         [!__ASSUME_32BITUIDS]: Remove conditional code.
42957         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42958         <kernel-features.h>.
42959         [__NR_setresgid] (__setresgid): Do not declare.
42960         [__ASSUME_32BITUIDS]: Make code unconditional.
42961         [!__ASSUME_32BITUIDS]: Remove conditional code.
42962         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42963         <kernel-features.h>.
42964         [__NR_setresuid] (__setresuid): Do not declare.
42965         [__ASSUME_32BITUIDS]: Make code unconditional.
42966         [!__ASSUME_32BITUIDS]: Remove conditional code.
42967         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42968         <kernel-features.h>.
42969         [__ASSUME_32BITUIDS]: Make code unconditional.
42970         [!__ASSUME_32BITUIDS]: Remove conditional code.
42971         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42972         <kernel-features.h>.
42973         [__ASSUME_32BITUIDS]: Make code unconditional.
42974         [!__ASSUME_32BITUIDS]: Remove conditional code.
42975         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42976         <kernel-features.h>.
42977         [__ASSUME_32BITUIDS]: Make code unconditional.
42978         [!__ASSUME_32BITUIDS]: Remove conditional code.
42979         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42980         <kernel-features.h>.
42981         [__ASSUME_32BITUIDS]: Make code unconditional.
42982         [!__ASSUME_32BITUIDS]: Remove conditional code.
42983         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42984         <kernel-features.h>.
42985         [__ASSUME_32BITUIDS]: Make code unconditional.
42986         [!__ASSUME_32BITUIDS]: Remove conditional code.
42987         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42988         <kernel-features.h>.
42989         [__ASSUME_32BITUIDS]: Make code unconditional.
42990         [!__ASSUME_32BITUIDS]: Remove conditional code.
42991         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42992         <kernel-features.h>.
42993         [__ASSUME_32BITUIDS]: Make code unconditional.
42994         [!__ASSUME_32BITUIDS]: Remove conditional code.
42995         * sysdeps/unix/sysv/linux/i386/setreuid.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/setuid.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/shmctl.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/kernel-features.h
43008         (__ASSUME_SETRESUID_SYSCALL): Remove.
43009         (__ASSUME_SETRESGID_SYSCALL): Likewise.
43010         (__ASSUME_32BITUIDS): Likewise.
43011         (__ASSUME_LDT_WORKS): Likewise.
43012         (__ASSUME_O_DIRECTORY): Likewise.
43013         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
43014         architecture but not kernel version.
43015         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
43016         (__ASSUME_MMAP2_SYSCALL): Likewise.
43017         (__ASSUME_STAT64_SYSCALL): Likewise.
43018         (__ASSUME_IPC64): Likewise.
43019         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
43020         <kernel-features.h>.
43021         [__ASSUME_32BITUIDS]: Make code unconditional.
43022         [!__ASSUME_32BITUIDS]: Remove conditional code.
43023         * sysdeps/unix/sysv/linux/opendir.c: Do not include
43024         <kernel-features.h>.
43025         [__ASSUME_O_DIRECTORY]: Make code unconditional.
43026         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
43027         132096]: Remove conditional code.
43028         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
43029         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
43030         <kernel-features.h>.
43031         [__ASSUME_32BITUIDS]: Make code unconditional.
43032         [!__ASSUME_32BITUIDS]: Remove conditional code.
43033         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
43034         <kernel-features.h>.
43035         [__ASSUME_32BITUIDS]: Make code unconditional.
43036         [!__ASSUME_32BITUIDS]: Remove conditional code.
43037         * sysdeps/unix/sysv/linux/setegid.c: Do not include
43038         <kernel-features.h>.
43039         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
43040         unconditional.
43041         (__setresgid): Do not declare.
43042         [__ASSUME_32BITUIDS]: Make code unconditional.
43043         [!__ASSUME_32BITUIDS]: Remove conditional code.
43044         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
43045         <kernel-features.h>.
43046         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
43047         unconditional.
43048         (__setresuid): Do not declare.
43049         [__ASSUME_32BITUIDS]: Make code unconditional.
43050         [!__ASSUME_32BITUIDS]: Remove conditional code.
43051         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
43052         <kernel-features.h>.
43053         [__ASSUME_32BITUIDS]: Make code unconditional.
43054         [!__ASSUME_32BITUIDS]: Remove conditional code.
43055         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
43056         <kernel-features.h>.
43057         [__ASSUME_32BITUIDS]: Make code unconditional.
43058         [!__ASSUME_32BITUIDS]: Remove conditional code.
43060 2012-05-25  Richard Henderson  <rth@twiddle.net>
43062         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
43063         dl_hwcap to ifunc resolver.
43064         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
43065         elf_ifunc_invoke.
43066         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
43067         dl_hwcap to ifunc resolver.
43068         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43070 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43072         [BZ #14153]
43073         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43074         for |x| <= 2**-26, not 2**-57.
43075         * math/libm-test.inc (acos_test): Do not allow spurious underflow
43076         exception.
43078 2012-05-24  Jeff Law  <law@redhat.com>
43080         * stdio-common/Makefile (tests): Add bug25.
43081         * stdio-common/bug25.c: New test.
43083 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43085         [BZ #13576]
43086         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
43087         multiple of MALLOC_ALIGNMENT in size.
43088         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
43090 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43092         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
43093         Require >= 256.
43094         (FILENAME_MAX): Use macro-int-constant.
43095         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
43096         (_IOFBF): Use macro-int-constant.
43097         (_IOLBF): Likewise.
43098         (_IONBF): Likewise.
43099         (SEEK_CUR): Likewise.
43100         (SEEK_END): Likewise.
43101         (SEEK_SET): Likewise.
43102         (TMP_MAX): Likewise.
43103         (EOF): Use macro-int-constant.  Require < 0.
43104         (NULL): Use macro-constant.  Require == 0.
43105         (stdin): Require type to be FILE *.
43106         (stdout): Likewise.
43107         (stderr): Likewise.
43108         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
43109         macro-int-constant.
43110         (EXIT_SUCCESS): Likewise.
43111         (NULL): Use macro-constant.  Require == 0.
43112         (RAND_MAX): Use macro-int-constant.
43113         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
43114         [C99-based standards] (strtof): Require function.
43115         [C99-based standards] (strtold): Likewise.
43116         [C99-based standards] (strtoll): Likewise.
43117         [C99-based standards] (strtoull): Likewise.
43118         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
43119         [ISO || ISO99 || ISO11] (limits.h): Likewise.
43120         [ISO || ISO99 || ISO11] (math.h): Likewise.
43121         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
43122         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
43123         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43125 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
43127         [BZ #14132]
43128         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
43129         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
43130         * intl/dgettext.c (DCGETTEXT): Likewise.
43131         * intl/gettext.c (DCGETTEXT): Likewise.
43132         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
43133         * posix/regex_internal.h (gettext): Likewise.
43134         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
43135         Remove declaration.
43136         * include/argz.h (__argz_count_internal)
43137         (__argz_stringify_internal): Remove declaration.
43138         (__argz_count, __argz_stringify): Declare hidden proto.
43139         * intl/dcgettext.c: Remove use of INTDEF.
43140         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
43141         * string/argz-stringify.c: Likewise.
43142         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43143         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43144         Declare hidden proto.
43145         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43146         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43147         Declare hidden proto.
43148         * include/stdio.h (__asprintf_internal): Don't declare.
43149         (__asprintf): Don't define as macro.  Declare hidden proto.
43150         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
43151         (__fsetlocking): Declare hidden proto.
43152         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
43153         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
43154         hidden proto.
43155         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
43156         (_IO_setlinebuf): Remove use of INTUSE.
43157         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
43158         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
43159         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
43160         Remove declaration.
43161         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
43162         (_IO_do_flush): Remove use of INTUSE.
43163         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
43164         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
43165         (_IO_adjust_column, _IO_least_wmarker)
43166         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
43167         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
43168         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
43169         (_IO_default_doallocate, _IO_wdefault_doallocate)
43170         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
43171         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
43172         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
43173         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
43174         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
43175         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
43176         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
43177         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
43178         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
43179         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
43180         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
43181         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43182         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43183         proto.
43184         (_IO_flush_all_internal, _IO_adjust_column_internal)
43185         (_IO_default_uflow_internal, _IO_default_finish_internal)
43186         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43187         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43188         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43189         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43190         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43191         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43192         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43193         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43194         (_IO_file_close_internal, _IO_file_close_it_internal)
43195         (_IO_file_underflow_internal, _IO_file_overflow_internal)
43196         (_IO_file_init_internal, _IO_file_attach_internal)
43197         (_IO_file_fopen_internal, _IO_file_read_internal)
43198         (_IO_file_sync_internal, _IO_file_seek_internal)
43199         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43200         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43201         (_IO_str_underflow_internal, _IO_str_overflow_internal)
43202         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43203         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43204         (_IO_list_all_internal, _IO_link_in_internal)
43205         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43206         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43207         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43208         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43209         (_IO_do_write_internal, _IO_padn_internal)
43210         (_IO_getline_info_internal, _IO_getline_internal)
43211         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43212         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43213         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43214         (_IO_vfscanf_internal, _IO_vfprintf_internal)
43215         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43216         (_IO_init_internal, _IO_un_link_internal): Don't declare.
43217         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43218         with libc_hidden_ver, remove use of INTUSE.
43219         * libio/genops.c: Likewise.
43220         * libio/freopen.c: Likewise.
43221         * libio/freopen64.c: Likewise.
43222         * libio/iofclose.c: Likewise.
43223         * libio/iofdopen.c: Likewise.
43224         * libio/iofflush.c: Likewise.
43225         * libio/iofflush_u.c: Likewise.
43226         * libio/iofgets.c: Likewise.
43227         * libio/iofgets_u.c: Likewise.
43228         * libio/iofopen.c: Likewise.
43229         * libio/iofopncook.c: Likewise.
43230         * libio/iofread.c: Likewise.
43231         * libio/iofread_u.c: Likewise.
43232         * libio/ioftell.c: Likewise.
43233         * libio/iofwrite.c: Likewise.
43234         * libio/iogetline.c: Likewise.
43235         * libio/iogets.c: Likewise.
43236         * libio/iogetwline.c: Likewise.
43237         * libio/iopadn.c: Likewise.
43238         * libio/iopopen.c: Likewise.
43239         * libio/ioseekoff.c: Likewise.
43240         * libio/ioseekpos.c: Likewise.
43241         * libio/iosetbuffer.c: Likewise.
43242         * libio/iosetvbuf.c: Likewise.
43243         * libio/ioungetc.c: Likewise.
43244         * libio/ioungetwc.c: Likewise.
43245         * libio/iovdprintf.c: Likewise.
43246         * libio/iovsprintf.c: Likewise.
43247         * libio/iovsscanf.c: Likewise.
43248         * libio/memstream.c: Likewise.
43249         * libio/obprintf.c: Likewise.
43250         * libio/oldfileops.c: Likewise.
43251         * libio/oldiofclose.c: Likewise.
43252         * libio/oldiofdopen.c: Likewise.
43253         * libio/oldiofopen.c: Likewise.
43254         * libio/oldiopopen.c: Likewise.
43255         * libio/oldstdfiles.c: Likewise.
43256         * libio/putc.c: Likewise.
43257         * libio/setbuf.c: Likewise.
43258         * libio/setlinebuf.c: Likewise.
43259         * libio/stdfiles.c: Likewise.
43260         * libio/strops.c: Likewise.
43261         * libio/vasprintf.c: Likewise.
43262         * libio/vscanf.c: Likewise.
43263         * libio/vsnprintf.c: Likewise.
43264         * libio/vswprintf.c: Likewise.
43265         * libio/wfiledoalloc.c: Likewise.
43266         * libio/wfileops.c: Likewise.
43267         * libio/wgenops.c: Likewise.
43268         * libio/wmemstream.c: Likewise.
43269         * libio/wstrops.c: Likewise.
43270         * libio/__fpurge.c: Likewise.
43271         * libio/__fsetlocking.c: Likewise.
43272         * assert/assert.c: Likewise.
43273         * debug/fgets_chk.c: Likewise.
43274         * debug/fgets_u_chk.c: Likewise.
43275         * debug/fread_chk.c: Likewise.
43276         * debug/fread_u_chk.c: Likewise.
43277         * debug/gets_chk.c: Likewise.
43278         * debug/obprintf_chk.c: Likewise.
43279         * debug/vasprintf_chk.c: Likewise.
43280         * debug/vdprintf_chk.c: Likewise.
43281         * debug/vsnprintf_chk.c: Likewise.
43282         * debug/vsprintf_chk.c: Likewise.
43283         * malloc/mtrace.c: Likewise.
43284         * misc/error.c: Likewise.
43285         * misc/syslog.c: Likewise.
43286         * stdio-common/asprintf.c: Likewise.
43287         * stdio-common/fxprintf.c: Likewise.
43288         * stdio-common/getw.c: Likewise.
43289         * stdio-common/isoc99_fscanf.c: Likewise.
43290         * stdio-common/isoc99_scanf.c: Likewise.
43291         * stdio-common/isoc99_vfscanf.c: Likewise.
43292         * stdio-common/isoc99_vscanf.c: Likewise.
43293         * stdio-common/isoc99_vsscanf.c: Likewise.
43294         * stdio-common/printf-prs.c: Likewise.
43295         * stdio-common/printf_fp.c: Likewise.
43296         * stdio-common/printf_fphex.c: Likewise.
43297         * stdio-common/printf_size.c: Likewise.
43298         * stdio-common/putw.c: Likewise.
43299         * stdio-common/scanf.c: Likewise.
43300         * stdio-common/sprintf.c: Likewise.
43301         * stdio-common/tmpfile.c: Likewise.
43302         * stdio-common/vfprintf.c: Likewise.
43303         * stdio-common/vfscanf.c: Likewise.
43304         * stdlib/strfmon_l.c: Likewise.
43305         * sunrpc/openchild.c: Likewise.
43306         * sunrpc/xdr_stdio.c: Likewise.
43307         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43308         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43310 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43312         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43314         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43315         in the third column, to generate for the shared library an IFUNC
43316         that uses _dl_vdso_vsym.
43317         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43318         * Makeconfig (object-suffixes-noshared): New variable.
43320         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43321         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43322         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43323         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43325         [BZ #14132]
43326         * include/sys/time.h (__gettimeofday): Remove macro.
43327         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43328         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43329         Remove INTDEF.
43330         (__gettimeofday): Add libc_hidden_def.
43331         (gettimeofday): Add libc_hidden_weak.
43332         * sysdeps/mach/gettimeofday.c: Likewise.
43333         * sysdeps/posix/gettimeofday.c: Likewise.
43334         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43335         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43336         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43337         (__gettimeofday_internal): Remove strong_alias.
43338         (__gettimeofday): Add libc_hidden_def.
43339         (gettimeofday): Add libc_hidden_weak.
43340         * sysdeps/unix/syscalls.list (gettimeofday):
43341         Remove __gettimeofday_internal alias.
43343 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43344             H.J. Lu  <hongjiu.lu@intel.com>
43346         [BZ #12495]
43347         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43348         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43349         (largebin_index_32_big): New.
43350         (largebin_index): Use it for 16-byte alignment.
43351         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43352         correction with front_misalign.
43354 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43356         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43357         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43358         Likewise.
43359         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43360         Likewise.
43361         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43362         Likewise.
43363         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43364         Likewise.
43365         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43366         Likewise.
43367         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43368         Likewise.
43369         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43370         Likewise.
43371         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43372         Likewise.
43373         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43374         Likewise.
43375         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43376         Likewise.
43377         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43378         Likewise.
43379         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43380         Likewise.
43382         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43383         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43385 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43387         [BZ #10846]
43388         [BZ #14036]
43389         * math/libm-test.inc (exp_test): Add test from bug 14036.
43390         (pow_test): Add test from bug 10846.
43392         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43393         and other flags.
43394         (special_function): Do not include flags in test name.
43395         (parse_args): Likewise.
43396         * sysdeps/i386/fpu/libm-test-ulps: Update.
43397         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43398         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43399         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43402         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43403         exceptions.
43404         * math/libm-test.inc ("Philosophy"): Update comment about
43405         exception testing.
43406         (UNDERFLOW_EXCEPTION): New macro.
43407         (UNDERFLOW_EXCEPTION_OK): Likewise.
43408         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43409         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43410         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43411         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43412         (INVALID_EXCEPTION_OK): Update value.
43413         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43414         (OVERFLOW_EXCEPTION_OK): Likewise.
43415         (IGNORE_ZERO_INF_SIGN): Likewise.
43416         (test_exceptions): Handle underflow exceptions.
43417         (acos_test): Update for underflow exception expectations.
43418         (cexp_test): Likewise.
43419         (clog_test): Likewise.
43420         (clog10_test): Likewise.
43421         (csqrt_test): Likewise.
43422         (ctan_test): Likewise.
43423         (ctanh_test): Likewise.
43424         (exp_test): Likewise.
43425         (exp10_test): Likewise.
43426         (exp2_test): Likewise.
43427         (expm1_test): Likewise.
43428         (fma_test): Likewise.
43429         (j0_test): Likewise.
43430         (jn_test): Likewise.
43431         (nexttoward_test): Likewise.
43432         (pow_test): Likewise.
43433         (scalbn_test): Likewise.
43434         (scalbln_test): Likewise.
43435         (tan_test): Likewise.
43436         (y1_test): Likewise.
43437         * sysdeps/i386/fpu/libm-test-ulps: Update.
43438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43440 2012-05-23  David S. Miller  <davem@davemloft.net>
43442         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43443         (__libc_sigaction): Remove unused local variables.
43445 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43447         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43449 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43451         mktime: avoid signed integer overflow
43452         * time/mktime.c (__mktime_internal): Do not mishandle the case
43453         where diff == INT_MIN.
43455         mktime: simplify computation of average
43456         * time/mktime.c (ranged_convert): Use new time_t_avg function
43457         instead of rolling our own (probably-slower) code.
43459         mktime: do not assume signed right shift propagates sign bit
43460         * time/mktime.c (isdst_differ): New static function.
43461         (__mktime_internal): No need to normalize tm_isdst now.
43462         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43463         tm_isdst values.
43465         mktime: merge another wrapv change from gnulib
43466         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43467         from some compilers.
43469         mktime: remove incorrect attempt at unusual arithmetics
43470         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43471         The code didn't really work on such machines anyway.
43472         (TYPE_MINIMUM): Assume two's complement.
43473         (twos_complement_arithmetic): Verify that long_int and time_t
43474         are two's complement (or unsigned, in the latter case).
43476         mktime: check signed shifts on long_int and time_t, too
43477         * time/mktime.c (SHR): Check that shifts work as desired
43478         on the types long_int and time_t too, as SHR is used on
43479         such types.
43481         mktime: do not assume 'long' is wide enough
43482         * time/mktime.c (verify): Move decl up.
43483         (long_int): New type.
43484         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43485         to remove assumption in the code that 'long' is wide enough to
43486         store year values.  This assumption is not true on x32 and on
43487         some non-glibc platforms.
43489         mktime: merge wrapv change from gnulib
43490         * time/mktime.c (WRAPV): New macro.
43491         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43492         (guess_time_tm, __mktime_internal): Do not assume that signed
43493         integer overflow wraps around; modern compilers generate code
43494         where this assumption is no longer valid.
43496 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43498         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43499         Replace "jmp L(pseudo_end)" with "ret".
43500         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43501         Likewise.
43503 2012-05-23  Andreas Jaeger  <aj@suse.de>
43505         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43506         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43508 2012-05-23  Andreas Jaeger  <aj@suse.de>
43509             Maximilian Attems  <max@stro.at>
43511         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43512         New macros.
43514 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43516         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43517         code so that pseudo_end is just ret and the stack pointer is
43518         correct also for static library in error case.
43520 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43522         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43523         move to syscalls.list.
43524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43529         * manual/install.texi (Running make install): Do not mention Linux
43530         kernel version for which pt_chown is not needed.
43531         (Linux): Do not mention problems with nscd with 2.0 kernels.
43532         * INSTALL: Regenerated.
43534 2012-05-23  Andreas Jaeger  <aj@suse.de>
43536         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43537         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43538         macro.
43539         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43540         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43541         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43542         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43543         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43544         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43545         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43546         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43547         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43548         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43549         * sysdeps/unix/sysv/linux/bits/in.h
43550         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43552 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43554         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43555         (PREPARE_VERSION): Just use assert instead, it will be elided
43556         under [NDEBUG] anyway.
43558 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43560         * sysdeps/unix/sysv/linux/Makefile: Include
43561         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43562         (sysdep_routines): Remove sysctl.
43563         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43564         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43565         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43566         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43567         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43569 2012-05-22  Andreas Jaeger  <aj@suse.de>
43571         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43572         that pseudo_end is just ret and the stack pointer is correct also
43573         for static library in error case.
43575 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43577         [BZ #14122]
43578         * nss/nsswitch.c (defconfig_entries): New variable.
43579         (__nss_database_lookup): Don't leak defconfig entries.
43580         (nss_parse_service_list): Don't leak on error paths.
43581         (free_database_entries): New function.
43582         (free_defconfig): New function.
43583         (free_mem): Move common code to free_database_entries.
43585 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43587         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43588         Add arch_prctl.
43589         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43591         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43592         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43593         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43594         New macro.
43595         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43596         (INTERNAL_SYSCALL_TYPES): Likewise.
43597         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43598         (LOAD_REGS_TYPES_[1-6]): Likewise.
43599         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43600         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43602 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43604         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43605         copysignl for GLIBC_2_0.
43606         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43607         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43608         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43609         logbl for GLIBC_2_0.
43610         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43611         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43613 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43615         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43616         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43618         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43619         Use "neg %eax".
43621         * time/mktime.c: Update copyright years.
43623 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43625         mktime: merge comment-quoting-style change from gnulib
43626         * time/mktime.c: Quote 'like this' in comments.
43627         The GNU coding standards suggest that we no longer quote `like this',
43628         as "`" and "'" are typically rendered asymmetrically nowadays.
43629         The typical gnulib style is to quote 'like this' when quoting
43630         code, and "like this" when quoting English.
43632         * time/mktime.c (compile-command): Add "-I.".
43634         mktime: merge mktime-internal.h change from gnulib
43635         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43637         mktime: merge time_r change from gnulib
43638         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43640         mktime: merge DEBUG change from gnulib
43641         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43642         case system <time.h> has a #define.
43644         mktime: merge <sys/types.h> change from gnulib
43645         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43646         since <time.t> is now guaranteed to define time_t.
43648         mktime: merge HAVE_CONFIG_H change from gnulib
43649         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43651 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43653         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43654         Use "neg %eax".
43656         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43657         __rlim_t cast.
43658         (struct rusage): Use anonymous union to pad each field to
43659         __syscall_slong_t.
43661 2012-05-21  David S. Miller  <davem@davemloft.net>
43663         * Makefules (o-iterator): Remove .s cases.
43664         (compile-command.s): Delete.
43665         (COMPILE.s): Delete.
43666         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43668 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43670         * configure.in (libc_cv_predef_stack_protector): Only consider
43671         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43672         * configure: Regenerated.
43674 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43676         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43677         New macro.  Use R*LP on int and pointer.
43678         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43679         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43680         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43681         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43683         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43684         [__WORDSIZE_TIME64_COMPAT32] instead of
43685         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43686         (struct utmp): Likewise.
43687         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43688         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43689         Renamed to ...
43690         (__WORDSIZE_TIME64_COMPAT32): This.
43691         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43692         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43693         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43694         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43695         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43696         (__WORDSIZE_TIME64_COMPAT32): New macro.
43698 2012-05-21  Andreas Jaeger  <aj@suse.de>
43700         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43701         only if [SHARED]. Add prototype for __wcschr_ia32.
43703 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43705         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43706         of %rbp unmolested in the jmp_buf while mangling the low bits.
43707         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43708         unmolested high bits of %rbp while demangling the low bits.
43709         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43711 2012-05-21  Andreas Jaeger  <aj@suse.de>
43713         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43714         * sunrpc/svc_simple.c: Use it for registerrpc.
43715         * sunrpc/xcrypt.c: Use it for passwd2des.
43717         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43719 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43721         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43722         Don't define if [__SYSCALL_WORDSIZE != 32].
43723         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43724         New macro.
43726 2012-05-21  Bruno Haible  <bruno@clisp.org>
43727             Andreas Jaeger  <aj@suse.de>
43729         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43730         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43731         inptr and inend for must_buffer_ch.
43732         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43733         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43734         * stdio-common/Makefile (tests): Remove bug15.
43735         (bug15-ENV): Remove macro.
43736         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43737         anymore.
43739 2012-05-19  Andreas Jaeger  <aj@suse.de>
43740             Roland McGrath  <roland@hack.frob.com>
43742         * manual/contrib.texi: Completely rewritten. It contains now an
43743         alphabetical list of contributors and their contributions.
43745 2012-05-21  Richard Henderson  <rth@twiddle.net>
43747         * misc/getauxval.c (__getauxval): Use unsigned long int.
43748         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43749         (getauxval): Use unsigned long int.
43751 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43753         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43755 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43757         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43758         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43759         __alignof__ (long double).
43761 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43763         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43765 2012-05-20  Richard Henderson  <rth@twiddle.net>
43767         * misc/getauxval.c: New file.
43768         * misc/sys/auxv.h: New file.
43769         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43770         (routines): Add getauxval.
43771         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43772         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43773         * elf/dl-sysdep.c (_dl_auxv): Remove.
43774         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43775         * elf/dl-support.c (_dl_auxv): New variable.
43776         (_dl_aux_init): Initialize it.
43777         * manual/startup.texi (Auxiliary Vector): New node.
43778         * sysdeps/generic/bits/hwcap.h: New file.
43779         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43780         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43781         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43782         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43783         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43784         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43786         Update.
43787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43788         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43789         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43790         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43791         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43792         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43793         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43794         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43796 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43798         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43800 2012-05-19  David S. Miller  <davem@davemloft.net>
43802         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43804 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43806         [BZ #14123]
43807         * math/s_ccosh.c: Include <float.h>
43808         (__ccosh): Avoid internal overflow calculating sinh and cosh
43809         values before multiplying by sin and cos values.
43810         * math/s_ccoshf.c: Likewise.
43811         * math/s_ccoshl.c: Likewise.
43812         * math/s_csin.c: Likewise.
43813         * math/s_csinf.c: Likewise.
43814         * math/s_csinl.c: Likewise.
43815         * math/s_csinh.c: Likewise.
43816         * math/s_csinhf.c: Likewise.
43817         * math/s_csinhl.c: Likewise.
43818         * math/libm-test.inc (ccos_test): Add more tests.
43819         (ccosh_test): Likewise.
43820         (csin_test): Likewise.
43821         (csinh_test): Likewise.
43822         * sysdeps/i386/fpu/libm-test-ulps: Update.
43823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43825 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43827         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43828         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43830         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43832 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43834         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43835         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43836         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43837         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43838         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43839         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43840         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43841         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43842         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43843         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43844         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43845         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43846         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43847         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43848         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43849         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43850         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43851         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43852         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43853         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43854         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43855         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43856         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43857         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43858         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43859         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43860         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43861         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43862         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43863         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43864         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43866 2012-05-18  Andreas Jaeger  <aj@suse.de>
43868         * csu/.gitignore: Delete.
43870 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43872         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43873         (timex): Use __syscall_slong_t.
43875 2012-05-18  Andreas Jaeger  <aj@suse.de>
43876             Carlos O'Donell  <carlos_odonell@mentor.com>
43878         * manual/install.texi (Configuring and compiling): Update
43879         description about files modified in the source directory.
43880         * INSTALL: Regenerated.
43882 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43884         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43885         value.  Use "or" to set return value to -1.
43886         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43887         negate return value.
43889 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43891         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43892         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43893         failure if the compiler has Graphite support disabled.
43894         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43895         Likewise.
43896         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43897         (CFLAGS-memmove.c): Likewise.
43898         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43899         Likewise.
43901 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43903         * sysdeps/x86_64/x32/_itoa.h: New file.
43905         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43906         getdents system call only if kernel and user dirents have the
43907         same d_ino and d_off.
43909         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43910         LLONG_MAX != LONG_MAX.
43911         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43912         (_fitoa_word): Likewise.
43914         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43915         years.
43916         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43917         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43918         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43920         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43921         include <bits/wordsize.h>.  Check __x86_64__ instead of
43922         __WORDSIZE.
43923         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43924         if __x86_64__ is defined.  Use anonymous union on fpstate.
43926         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43927         anonymous union.
43929 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43931         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43932         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43933         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43934         Refer to _rtld_local_ro instead of _rtld_global_ro.
43935         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43936         Likewise.
43937         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43938         Likewise.
43939         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43940         Likewise.
43941         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43942         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43943         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43945         * sysdeps/powerpc/powerpc32/dl-machine.c
43946         (__elf_machine_runtime_setup) [PROF]: Don't reference
43947         _dl_prof_resolve.
43949 2012-05-18  Andreas Jaeger  <aj@suse.de>
43951         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43952         function only available for GCCs before 3.4 since GCC 3.4
43953         introduced a builtin.
43954         (lrint): Likewise.
43955         (llrintf): Likewise.
43956         (llrint): Likewise.
43957         (fmaxf): Likewise.
43958         (fmax): Likewise.
43959         (fminf): Likewise.
43960         (fmin): Likewise.
43961         (rint): Likewise.
43962         (rintf): Likewise.
43963         (nearbyint): Likewise.
43964         (nearbyintf): Likewise.
43965         (ceil): Likewise.
43966         (ceilf): Likewise.
43967         (floor): Likewise.
43968         (floorf): Likewise.
43970 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43972         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43973         on both fields and cast pointer to __syscall_ulong_t.
43975         * bits/types.h (__fsword_t): New type.
43976         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43977         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43978         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43979         (__FSWORD_T_TYPE): Likewise.
43980         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43981         (__FSWORD_T_TYPE): Likewise.
43982         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43983         (__FSWORD_T_TYPE): Likewise.
43984         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43985         (__FSWORD_T_TYPE): Likewise.
43986         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43987         __SWORD_TYPE with __fsword_t.
43988         (statfs64): Likewise.
43990 2012-05-17  David S. Miller  <davem@davemloft.net>
43992         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43994 2012-05-17  Andreas Jaeger  <aj@suse.de>
43996         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43997         warning.
43999 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44001         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
44003 2012-05-17  Andreas Jaeger  <aj@suse.de>
44005         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
44006         when it is used.
44008 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44010         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
44012 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44014         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
44015         * sysdeps/x86_64/tst-mallocalign1.c: New file.
44017 2012-05-17  Andreas Jaeger  <aj@suse.de>
44018             Carlos O'Donell  <carlos_odonell@mentor.com>
44020         [BZ #14059]
44021         * sysdeps/x86_64/multiarch/init-arch.h
44022         (bit_YMM_Usable): Rename to...
44023         (bit_AVX_Usable): ... this.
44024         (bit_FMA4_Usable): New macro.
44025         (bit_XMM_state): New macro.
44026         (bit_YMM_state): New macro.
44027         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
44028         [__ASSEMBLER__] (index_AVX_Usable): ... this.
44029         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
44030         (CPUID_OSXSAVE): New macro.
44031         (CPUID_AVX): New macro.
44032         (CPUID_FMA4): New macro.
44033         (index_YMM_Usable): Rename to...
44034         (index_AVX_Usable): ... this.
44035         (HAS_AVX): Use HAS_ARCH_FEATURE.
44036         (HAS_FMA4): Likewise.
44037         (HAS_YMM_USABLE): Remove.
44038         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44039         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
44040         are present.
44041         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
44042         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
44043         * sysdeps/x86_64/multiarch/Makefile: Likewise.
44044         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
44045         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
44047 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44049         * math/libm-test.c: Support platforms without multiple rounding modes.
44050         * math/bug-nextafter.c: Support platforms without FP exceptions.
44051         * math/bug-nexttoward.c: Likewise.
44052         * math/test-fenv.c: Likewise.
44053         * math/test-misc.c: Likewise.
44054         * stdlib/bug-getcontext.c: Likewise.
44056 2012-05-17  Andreas Jaeger  <aj@suse.de>
44058         * manual/examples/search.c (critter_cmp): Change signature to
44059         avoid warnings.
44060         * manual/string.texi (Collation Functions): Likewise.
44062 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44064         * bits/types.h: Fold copyright years.
44065         * bits/typesizes.h: Likewise.
44066         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
44067         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
44068         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44069         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44070         * time/time.h: Likewise.
44072 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
44074         [BZ #208]
44075         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44076         in instead of returning them.  Return void.
44077         (__libc_mallinfo): Accumulate over all arenas.
44078         (__malloc_stats): Adjust for change in int_mallinfo interface.
44080 2012-05-16  Roland McGrath  <roland@hack.frob.com>
44082         [BZ #10375]
44083         * configure.in (NM): Add AC_CHECK_TOOL for it.
44084         (libc_extra_cflags): New substituted variable.
44085         Check for -fstack-protector being used implicitly.
44086         * configure: Regenerated.
44087         * config.make.in (config-extra-cflags): New variable,
44088         gets @libc_extra_cflags@.
44089         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
44091         [BZ #10375]
44092         * configure.in: Check for _FORTIFY_SOURCE being predefined.
44093         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
44094         * configure: Regenerated.
44095         * config.make.in (CPPUNDEFS): New substituted variable.
44096         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
44097         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
44098         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
44100 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44102         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
44103         (mq_attr): Use __syscall_slong_t.
44105 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44107         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
44108         Check __x86_64__ instead of __WORDSIZE.
44109         (_STAT_VER_LINUX): Likewise.
44110         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
44111         __syscall_ulong_t and __syscall_slong_t.
44112         (stat64): Likewise.
44114 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44116         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
44118 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44120         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
44122 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44124         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
44125         __syscall_ulong_t.
44127         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
44128         include <bits/wordsize.h>.  Check __x86_64__ instead of
44129         __WORDSIZE.
44130         (greg_t): Use "__extension__ long long int" if __x86_64__ is
44131         defined.
44132         (mcontext_t): Replace "unsigned long" with "unsigned long long".
44134         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
44135         include <bits/wordsize.h>.  Check __x86_64__ instead of
44136         __WORDSIZE.
44137         (user_regs_struct): Use "__extension__ unsigned long long"
44138         instead of "unsigned long" if __x86_64__ is defined.
44139         (user): Likewise.  Pad after pointer field if __ILP32__ is
44140         defined.
44142 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
44144         * configure.in (makeinfo): Require version 4.5 or later.  Allow
44145         versions 5 to 9.
44146         * configure: Regenerated.
44147         * manual/install.texi (texinfo): Increase version requirement to
44148         4.5 or later.
44149         * INSTALL: Regenerated.
44151         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
44153 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44155         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
44157         * sysdeps/x86_64/x32/ffs.c: New file.
44159         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
44160         __syscall_ulong_t.
44161         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
44162         defined.  Use __syscall_ulong_t.
44163         (shminfo): Use __syscall_ulong_t.
44164         (shm_info): Likewise.
44166         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
44167         __syscall_ulong_t.
44169         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
44170         <bits/wordsize.h>.
44171         (msgqnum_t): Use __syscall_ulong_t.
44172         (msglen_t): Likewise.
44173         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
44174         __syscall_ulong_t.
44176         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
44177         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44179         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
44181         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44182         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44184         * sysvipc/sys/msg.h (msgbuf): Replace long int with
44185         __syscall_slong_t.
44187         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44188         include <bits/wordsize.h>.  Check __x86_64__ instead of
44189         __WORDSIZE.
44191         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44192         "unsigned long long int" if __x86_64__ is defined.
44193         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44195         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44196         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44197         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44199         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44200         <stdint.h>.
44201         (GET_PC): Cast to uintptr_t first.
44202         (GET_FRAME): Likewise.
44203         (GET_STACK): Likewise.
44205         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44206         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44207         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44208         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44209         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44210         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44211         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44212         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44213         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44214         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44215         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44216         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44217         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44218         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44219         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44220         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44221         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44222         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44223         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44224         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44225         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44226         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44227         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44228         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44229         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44230         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44231         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44232         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44233         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44235 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
44237         * Makerules (+depfiles): Also collect depfiles from .oS in
44238         $(extra-objs).
44239         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44240         .oS, $(libnldbl-routines)).
44242         * Makerules (native-compile-mkdep-flags): Define.
44243         * sunrpc/Makefile (extra-objs): Add $(addprefix
44244         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44245         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44246         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
44247         calling $(make-target-directory).
44249 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44251         * bits/types.h (__snseconds_t): Removed.
44252         * time/time.h (struct timespec): Replace __snseconds_t with
44253         __syscall_slong_t.
44254         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44255         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44256         Likewise.
44257         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44258         (__SNSECONDS_T_TYPE): Likewise.
44259         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44260         (__SNSECONDS_T_TYPE): Likewise.
44261         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44262         (__SNSECONDS_T_TYPE): Likewise.
44264 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44266         * sysdeps/mach/hurd/bits/typesizes.h
44267         (__SYSCALL_SLONG_TYPE): New macro.
44268         (__SYSCALL_ULONG_TYPE): Likewise.
44270 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44272         * bits/types.h (__syscall_slong_t): New type.
44273         (__syscall_ulong_t): Likewise.
44275         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44276         (__SYSCALL_ULONG_TYPE): Likewise.
44277         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44278         (__SYSCALL_SLONG_TYPE): Likewise.
44279         (__SYSCALL_ULONG_TYPE): Likewise.
44280         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44281         (__SYSCALL_SLONG_TYPE): Likewise.
44282         (__SYSCALL_ULONG_TYPE): Likewise.
44283         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44284         (__SYSCALL_SLONG_TYPE): Likewise.
44285         (__SYSCALL_ULONG_TYPE): Likewise.
44287 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44289         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44290         Add sigaltstack-offsets.sym.
44291         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44292         <sigaltstack-offsets.h>.
44293         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44294         longjmp_msg pointer.
44295         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44296         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44297         signal stack.
44298         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44300 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44302         * elf/stackguard-macros.h: Remove file.
44303         * sysdeps/generic/stackguard-macros.h: New file.
44304         * sysdeps/i386/stackguard-macros.h: Likewise.
44305         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44306         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44307         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44308         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44309         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44310         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44311         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44312         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44313         <elf/stackguard-macros.h>.
44315         [BZ #14109]
44316         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44317         __aligned__ in attribute.
44318         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44319         (gregset_t): Likewise.
44321 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44323         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44324         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44325         * sysdeps/x86_64/x32/Implies-after: New file.
44327 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44329         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44330         and access return value for _dl_profile_fixup.  Use R10_LP to
44331         load frame size.
44333 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44335         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44337 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44339         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44340         * sysdeps/x86_64/x32/sysdep.h: New file.
44342 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44344         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44345         * sysdeps/x86_64/setjmp.S: Likewise.
44347 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44349         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44350         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44351         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44352         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44353         remove unused global constant.
44355 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44357         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44358         include of <not-cancel.h>.
44360 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44362         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44364 2012-05-15  Jeff Law  <law@redhat.com>
44365             Andreas Jaeger  <aj@suse.de>
44367         [BZ #13594]
44368         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44369         out from...
44370         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44371         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44372         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44373         code changing __hst_map_handle.map.
44375 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44377         * configure.in (sysnames): Look for Implies-before and Implies-after
44378         files.
44379         * configure: Regenerated.
44381 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44383         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44384         8-byte data alignment with LP_SIZE alignment.
44386 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44388         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44389         into R10_LP.
44391 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44393         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44395 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44397         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44398         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44399         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44400         Likewise.
44401         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44403 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44405         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44406         (stackinfo_sub_sp): Likewise.
44408 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44410         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44411         RAX_LP.
44413 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44415         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44416         into R*_LP.
44418 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44420         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44421         sizes into R*_LP.
44423 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44425         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44427 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44429         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44430         into R11_LP and load __x86_64_shared_cache_size_half into
44431         R8_LP.
44433 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44435         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44436         R8_LP.
44438 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44440         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44441         logb for POWER7.
44442         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44443         logbf for POWER7.
44444         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44445         logbl for POWER7.
44446         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44447         powerpc32/power7/fpu/s_logb.c via #include.
44448         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44449         powerpc32/power7/fpu/s_logbf.c via #include.
44450         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44451         powerpc32/power7/fpu/s_logbl.c via #include.
44453 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44455         * README.libm: Remove file.
44457 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44459         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44460         count for x32.  Use R*_LP and omit operand-size suffix.
44462 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44464         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44465         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44466         * sysdeps/x86_64/x32/shlib-versions: New file.
44468 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44470         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44471         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44472         Use _dl_fatal_printf instead.
44474 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44476         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44477         set if not set by the user.  Do not allow for being unset.
44478         * sysdeps/unix/sysv/linux/configure: Regenerated.
44480 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44482         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44483         the `q' suffix from lea and replace .quad with ASM_ADDR.
44485 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44487         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44488         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44489         instead of $17.
44490         (PTR_DEMANGLE): Likewise.
44492 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44494         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44495         (LP_OP): Likewise.
44496         (ASM_ADDR): Likewise.
44497         (RAX_LP): Likewise.
44498         (RBP_LP): Likewise.
44499         (RBX_LP): Likewise.
44500         (RCX_LP): Likewise.
44501         (RDI_LP): Likewise.
44502         (RSI_LP): Likewise.
44503         (RSP_LP): Likewise.
44504         (R8_LP): Likewise.
44505         (R9_LP): Likewise.
44506         (R10_LP): Likewise.
44507         (R10_LP): Likewise.
44508         (R11_LP): Likewise.
44509         (R12_LP): Likewise.
44510         (R13_LP): Likewise.
44511         (R14_LP): Likewise.
44512         (R15_LP): Likewise.
44514 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44516         * sysdeps/x86_64/x32/dl-machine.h: New file.
44518 2012-05-14  Andreas Jaeger  <aj@suse.de>
44520         * manual/Makefile (subdir): Remove export of subdir.
44521         (all): Remove target.
44522         (.PHONY): Remove all from list.
44523         (mkinstalldirs): Remove.
44524         (.PHONY): Remove installdirs from list.
44525         ($(inst_infodir)/libc.info): Use make-target-directory.
44526         (installdirs): Remove.
44527         (subdir_%): Remove.
44528         (glibc-targets): Remove.
44529         (lib): Remove.
44530         (stubs): Remove.
44531         ($(objpfx)stubs ../po/manual.pot): Remove.
44532         ($(objpfx)stamp%): Remove.
44533         (make-target-directory): Remove.
44534         (subdir_install): Remove.
44535         (routines): Remove.
44536         (aux): Remove.
44537         (sources): Remove.
44538         (objects): Remove.
44539         (headers): Remove.
44541         [BZ #13750]
44542         * manual/.gitignore: Remove, it's not needed anymore.
44543         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44544         all files in it.
44545         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44546         directory.
44547         (texis): Renamed to $(objpfx)texis.
44548         (texis-path): New, contains path to generated files.
44549         (chapters.%): Use texis-path for complete path, add extra argument
44550         libc-texinfo.sh.
44551         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44552         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44553         (summary,texi, stamp-summary): Use complete path of
44554         files. Generate files in build dir.
44555         (dir-add.texi): Build in build dir.
44556         (libm-err.texi,stamp-libm-err): Likewise.
44557         (version.texi, stamp-version): Likewise.
44558         (.%c.texi): Likewise.
44559         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44560         (mostlyclean): Remove target.
44561         (realclean): Remove target.
44562         (generated): Add new variable with contents from mostlyclean and
44563         realclean, remove entries duplicated in common-mostlyclean, add
44564         stamp-libm-err and stamp-version.
44565         (generated-dirs): Add libc directory.
44566         ($(inst_infodir)/libc.info): Install files from build dir.
44568         * manual/install.texi (Configuring and compiling): Adjust since
44569         the info files are not part of the tar ball anymore.
44571 2012-05-14  Andreas Jaeger  <aj@suse.de>
44573         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44574         variable.
44576 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44578         [BZ #13717]
44579         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44580         to 2.2.0 where earlier.
44581         * sysdeps/unix/sysv/linux/configure: Regenerated.
44582         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44583         Remove conditional code.
44584         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44585         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44586         Remove conditional code.
44587         [!__NR_lchown]: Likewise.
44588         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44589         [__NR_lchown]: Likewise.
44590         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44591         comment referencing __ASSUME_LCHOWN_SYSCALL.
44592         * sysdeps/unix/sysv/linux/i386/sigaction.c
44593         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44594         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44595         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44596         Remove conditional code.
44597         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44598         (__protocol_available): Remove #if 0 code.
44599         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44600         conditional code.
44601         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44602         * sysdeps/unix/sysv/linux/kernel-features.h
44603         (__ASSUME_GETCWD_SYSCALL): Don't define.
44604         (__ASSUME_REALTIME_SIGNALS): Likewise.
44605         (__ASSUME_PREAD_SYSCALL): Likewise.
44606         (__ASSUME_PWRITE_SYSCALL): Likewise.
44607         (__ASSUME_POLL_SYSCALL): Likewise.
44608         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44609         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44610         non-SPARC.
44611         (__ASSUME_SIOCGIFNAME): Don't define.
44612         (__ASSUME_MSG_NOSIGNAL): Likewise.
44613         (__ASSUME_SENDFILE): Define unconditionally.
44614         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44615         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44616         conditional code.
44617         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44618         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44619         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44620         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44621         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44622         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44623         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44625         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44626         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44628         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44629         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44631         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44632         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44634         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44635         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44637         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44638         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44640         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44641         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44643         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44644         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44646         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44647         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44648         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44649         Remove conditional code.
44650         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44651         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44652         Remove conditional code.
44653         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44654         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44655         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44656         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44657         Remove conditional code.
44658         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44659         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44660         Remove conditional code.
44661         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44662         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44663         Remove conditional code.
44664         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44665         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44666         Remove conditional code.
44667         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44668         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44669         Remove conditional code.
44670         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44671         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44672         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44673         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44674         * sysdeps/unix/sysv/linux/sigaction.c
44675         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44676         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44677         * sysdeps/unix/sysv/linux/sigpending.c
44678         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44679         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44680         * sysdeps/unix/sysv/linux/sigprocmask.c
44681         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44682         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44683         * sysdeps/unix/sysv/linux/sigsuspend.c
44684         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44685         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44686         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44687         (__libc_missing_rt_sigs): Remove.
44688         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44689         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44690         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44691         Remove conditional code.
44692         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44693         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44694         return 1.
44695         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44696         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44697         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44698         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44700 2012-05-14  Andreas Jaeger  <aj@suse.de>
44702         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44703         it's not used in glibc.
44704         (__coshm1): Likewise.
44705         (__acosh1p): Likewise.
44706         (__sgn): Likewise.
44708         * manual/string.texi (Copying and Concatenation): Add missing
44709         variable in concat example.
44710         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44712 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44714         [BZ #14103]
44715         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44716         __builtin_clzl with __builtin_clzll.
44718 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44720         [BZ #14104]
44721         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44722         libc_freeres_ptr.
44724 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44726         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44727         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44728         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44729         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44731 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44733         * NEWS: Update ia64 info.
44735 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44737         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44738         used as bcopy.
44740 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44742         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44743         * sysdeps/unix/syscalls.list (dup3): Likewise.
44744         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44745         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44747 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44749         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44750         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44752 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44754         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44755         thread pointer.
44756         (TLS_IE): Use mov/add instead of movq/addq to load thread
44757         pointer.
44758         (TLS_GD_PREFIX): New.
44759         (TLS_GD): Use it.
44761 2012-05-11  David S. Miller  <davem@davemloft.net>
44763         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44764         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44765         (_FPU_SETCW): Likewise.
44767 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44769         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44770         is 32-byte aligned.
44772 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44774         [BZ #11837]
44775         * iconvdata/gb18030.c: Update tables.
44776         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44777         characters specially.
44778         (BODY for TO_LOOP): Add encoding of missing ranges.
44780 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44782         [BZ #13673]
44783         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44784         * sysdeps/mach/hurd/dup3.c: Likewise.
44785         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44786         * sysdeps/powerpc/memmove.c:: Likewise.
44788 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44790         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44791         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44793 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44795         * elf/elf.h (R_X86_64_RELATIVE64): New.
44796         (R_X86_64_NUM): Updated.
44797         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44798         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44799         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44800         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44801         tst-quad1pie tst-quad2pie
44802         (modules-names): Add tst-quadmod1 tst-quadmod2.
44803         ($(objpfx)tst-quad1): New dependency.
44804         ($(objpfx)tst-quad2): Likewise.
44805         ($(objpfx)tst-quad1pie): Likewise.
44806         ($(objpfx)tst-quad2pie): Likewise.
44807         * sysdeps/x86_64/tst-quad1.c: New file.
44808         * sysdeps/x86_64/tst-quad1pie.c: New file.
44809         * sysdeps/x86_64/tst-quad2.c: Likewise.
44810         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44811         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44812         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44813         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44814         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44816 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44818         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44819         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44820         * streams/stropts.h (t_scalar_t): Define type.
44822         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44823         (_PATH_PRESERVE): Set to "/var/lib".
44824         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44826         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44827         instead of int.
44829         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44830         if __dir_mkfile succeeded.
44832         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44833         checking for _hurd_dtablesize.  Unlock it right after having
44834         finished _hurd_dtable allocation.
44836 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44838         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44839         * sysdeps/mach/hurd/configure: Regenerated.
44840         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44841         special-casing to...
44842         * sysdeps/gnu/configure.in: ... this new file.
44843         * sysdeps/unix/sysv/linux/configure: Regenerated.
44844         * sysdeps/gnu/configure: New generated file.
44846         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44847         for Linux: use nsec instead of usec, as well as:
44848         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44849         members of type struct timespec.
44850         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44851         New macros.
44852         (struct stat64): Likewise.
44853         (_STATBUF_ST_NSEC): New macro.
44854         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44856         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44857         __strtoul_internal rather than strtoul.
44859 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44861         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44862         and reject them.
44864 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44866         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44867         which preserves existing values.
44868         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44870 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44872         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44873         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44874         greater than FD_SETSIZE.
44876 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44878         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44879         allocated, call __vm_protect to finish enabling the existing space, and
44880         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44881         allocate the remainder.
44883 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44885         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44886         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44888 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44890         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44891         sysdeps/mach/hurd/readlink.c.
44893         * posix/tst-sysconf.c (posix_options): Only use
44894         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44895         _POSIX_SYNCHRONIZED_IO when they are defined
44896         * sysdeps/mach/hurd/bits/posix_opt.h:
44897         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44898         (_XOPEN_REALTIME): Undefine macro.
44899         (_XOPEN_REALTIME_THREADS): Undefine macro.
44900         (_XOPEN_SHM): Undefine macro.
44901         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44902         macro to -1.
44903         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44904         macro to -1.
44905         (_POSIX_ASYNC_IO): Undefine macro.
44906         (_POSIX_PRIORITIZED_IO): Undefine macro.
44907         (_POSIX_SPIN_LOCKS): Define macro to -1.
44909         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44910         SA_NODEFER, SA_RESETHAND.
44911         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44912         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44913         F_DUPFD_CLOEXEC.
44915 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44917         * elf/Makefile (pldd-modules): Define unconditionally.
44919 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44921         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44923 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44925         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44926         Return ENOENT when name is empty.
44927         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44929 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44931         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44933         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44935 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44937         Fix mlock in all cases except non-readable pages.
44938         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44939         instead of VM_PROT_ALL as parameter to __vm_wire function.
44941         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44942         (__mkdir): When path is `/', just fail with EEXIST.
44943         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44945 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44947         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44948         <sys/uio.h> (for writev).
44949         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44950         and <sys/param.h> (for MIN).
44952 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44954         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44955         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44956         if interrupted.
44958 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44960         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44961         Depend on against $(link-rpcuserlibs).
44963 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44965         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44966         (__libc_stack_end): Do not use attribute_relro.
44967         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44968         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44969         to libthread-provided value.
44970         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44971         attribute_relro.
44973 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44975         [BZ #3748]
44976         * bits/libc-lock.h (__libc_once_get): New macro.
44977         * sysdeps/mach/bits/libc-lock.h: Likewise.
44978         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44979         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44980         instead of using implementation details.
44982         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44983         * libio/freopen.c: Likewise.
44984         * libio/freopen64.c: Likewise.
44985         * misc/syslog.c: Likewise.
44986         * nscd/connections.c: Likewise.
44987         * nscd/netgroupcache.c: Likewise.
44988         * sysdeps/posix/getcwd.c: Likewise.
44990 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44992         * math/w_ilogbf.c: Add #include <limits.h>.
44994 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44996         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44997         path instead of returning without unlocking.
44999         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
45000         immediate-write ioctls.
45001         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
45003 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45005         * sysdeps/mach/hurd/i386/init-first.c (init): Use
45006         __builtin_frame_address instead of making assumptions about the
45007         location of the return address relative to DATA.  Force early load of
45008         the return address.
45009         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
45010         __builtin_frame_address.
45012         dup3 for GNU Hurd.
45013         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
45014         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
45015         implement dup3 and do some further code clean-ups.
45016         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
45017         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
45019 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45021         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
45023         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
45024         HURD_CRITICAL_END around holding _hurd_dtable_lock.
45025         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
45026         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
45027         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
45028         d->port.lock.
45030         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
45031         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
45032         when handler == SIG_ERR, not when handler != SIG_ERR.
45034 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45036         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
45037         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
45038         definitions.
45040         accept4 for GNU Hurd.
45041         * include/sys/socket.h (__libc_accept4): New prototype.
45042         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
45043         to implement __libc_accept4.
45044         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
45045         __libc_accept4.
45046         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
45048         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
45049         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
45050         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
45051         signal-defines.sym.
45053 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45055         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
45057 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45059         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
45060         assertion on O_CLOEXEC flag.
45061         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
45062         * hurd/intern-fd.c: Likewise.
45063         * hurd/port2fd.c: Likewise.
45065 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45067         [BZ #3906]
45068         * bits/in.h (IPV6_PKTINFO): Define new macro.
45069         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45071 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45073         [BZ #13954]
45074         [BZ #13955]
45075         [BZ #13956]
45076         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45077         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45078         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45079         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45080         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45081         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45082         * math/libm-test.inc (logb_test) : Additional logb tests.
45084 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
45085             Andreas Jaeger  <aj@suse.de>
45087         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
45088         * configure: Regenerated.
45089         * config.h.in (LINK_OBSOLETE_RPC): New macro.
45090         * config.make.in (link-obsolete-rpc): New substituted variable.
45091         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
45092         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
45093         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45094         (shared-only-routines): Don't set it under [link-obsolete-rpc],
45095         so that libc.a contains the symbols.
45096         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45097         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
45098         * sunrpc/auth_none.c: Likewise.
45099         * sunrpc/auth_unix.c: Likewise.
45100         * sunrpc/authdes_prot.c: Likewise.
45101         * sunrpc/authuxprot.c: Likewise.
45102         * sunrpc/clnt_gen.c: Likewise.
45103         * sunrpc/clnt_perr.c: Likewise.
45104         * sunrpc/clnt_raw.c: Likewise.
45105         * sunrpc/clnt_simp.c: Likewise.
45106         * sunrpc/clnt_tcp.c: Likewise.
45107         * sunrpc/clnt_udp.c: Likewise.
45108         * sunrpc/clnt_unix.c: Likewise.
45109         * sunrpc/des_crypt.c: Likewise.
45110         * sunrpc/des_soft.c: Likewise.
45111         * sunrpc/get_myaddr.c: Likewise.
45112         * sunrpc/key_call.c: Likewise.
45113         * sunrpc/key_prot.c: Likewise.
45114         * sunrpc/netname.c: Likewise.
45115         * sunrpc/pm_getmaps.c: Likewise.
45116         * sunrpc/pm_getport.c: Likewise.
45117         * sunrpc/pmap_clnt.c: Likewise.
45118         * sunrpc/pmap_prot.c: Likewise.
45119         * sunrpc/pmap_prot2.c: Likewise.
45120         * sunrpc/pmap_rmt.c: Likewise.
45121         * sunrpc/publickey.c: Likewise.
45122         * sunrpc/rpc_cmsg.c: Likewise.
45123         * sunrpc/rpc_common.c: Likewise.
45124         * sunrpc/rpc_dtable.c: Likewise.
45125         * sunrpc/rpc_prot.c: Likewise.
45126         * sunrpc/rpc_thread.c: Likewise.
45127         * sunrpc/rtime.c: Likewise.
45128         * sunrpc/svc.c: Likewise.
45129         * sunrpc/svc_auth.c: Likewise.
45130         * sunrpc/svc_raw.c: Likewise.
45131         * sunrpc/svc_run.c: Likewise.
45132         * sunrpc/svc_tcp.c: Likewise.
45133         * sunrpc/svc_udp.c: Likewise.
45134         * sunrpc/svc_unix.c: Likewise.
45135         * sunrpc/svcauth_des.c: Likewise.
45136         * sunrpc/xcrypt.c: Likewise.
45137         * sunrpc/xdr.c: Likewise.
45138         * sunrpc/xdr_array.c: Likewise.
45139         * sunrpc/xdr_float.c: Likewise.
45140         * sunrpc/xdr_intXX_t.c: Likewise.
45141         * sunrpc/xdr_mem.c: Likewise.
45142         * sunrpc/xdr_rec.c: Likewise.
45143         * sunrpc/xdr_ref.c: Likewise.
45144         * sunrpc/xdr_sizeof.c: Likewise.
45145         * sunrpc/xdr_stdio.c: Likewise.
45147 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45149         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
45150         change.  Update copyright years.
45152 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45154         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
45156 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
45157             Joseph Myers  <joseph@codesourcery.com>
45158             Paul Pluzhnikov  <ppluzhnikov@google.com>
45160         [BZ #14012]
45161         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
45162         requiring rpcgen.
45163         [cross-compiling] (extra-libs): Likewise.
45164         [cross-compiling] (extra-libs-others): Likewise.
45165         [cross-compiling] (librpcsvc-routines): Likewise.
45166         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
45167         [cross-compiling] (omit-deps): Likewise.
45168         (sunrpc-CPPFLAGS): New variable.
45169         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
45170         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
45171         (cross-rpcgen-objs): New variable.
45172         (extra-objs): Append $(cross-rpcgen-objs).
45173         ($(cross-rpcgen-objs)): New rule.
45174         ($(objpfx)cross-rpcgen): Likewise.
45175         (rpcgen-cmd): Define to use $(built-program-file).  Expand
45176         comment.
45177         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
45178         ($(objpfx)x%.stmp): Likewise.
45179         * sunrpc/proto.h [IS_IN_build] (_): Define.
45180         [IS_IN_build] (_libc_intl_domainname): Likewise.
45182 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45184         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45185         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45186         and R_X86_64_TPOFF64.
45188 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45190         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45191         sysdeps/unix/sysv/syscalls.list.
45192         (stime): Likewise.
45193         (utime): Likewise.
45194         * sysdeps/unix/sysv/syscalls.list: Remove file.
45196 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45198         [BZ #3440]
45199         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45200         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45201         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45202         (__LC_IDENTIFICATION): Make these macros useful in #if
45203         expressions, as required by C99.
45205 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
45207         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45208         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
45209         after this.
45211 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
45213         * stdlib/longlong.h: Updated from GCC.
45215 2012-05-09  Andreas Jaeger  <aj@suse.de>
45217         * nscd/nscd.c (run_modes): Make named enum, reorder so that
45218         default is first entry.
45219         (run_mode): Set type.
45220         (main): Remove informal message about syslog.
45221         (options): Fix typo.
45223         [BZ #14053]
45224         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45225         to asm.
45226         (lrint): Likewise.
45227         (llrintf): Likewise.
45228         (llrint): Likewise.
45229         (rint): Likewise.
45230         (rintf): Likewise.
45231         (nearbyint): Likewise.
45232         (nearbyintf): Likewise.
45234 2012-05-09  Andreas Jaeger  <aj@suse.de>
45235             Pedro Alves  <palves@redhat.com>
45237         * nscd/nscd.c (run_mode): Use enum.
45238         (main): Cleanup coding style issue.
45240 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
45241             Andreas Jaeger  <aj@suse.de>
45243         * nscd/nscd.c (go_background): Replaced with...
45244         (run_mode): ... this.
45245         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45246         (options): Add -F --foreground.
45247         (main): Implement it.
45248         (parse_opt): Parse it.
45250 2012-05-09  Andreas Jaeger  <aj@suse.de>
45252         [BZ #14083]
45253         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45254         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45255         -Wconversion warning.
45256         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45257         Likewise.
45259 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45261         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45262         == 0.
45263         (LC_ALL): Use macro-int-constant.
45264         (LC_COLLATE): Likewise.
45265         (LC_CTYPE): Likewise.
45266         (LC_MESSAGES): Likewise.
45267         (LC_MONETARY): Likewise.
45268         (LC_NUMERIC): Likewise.
45269         (LC_TIME): Likewise.
45270         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45271         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45272         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45273         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45274         Specify type.
45275         [C99-based standards] (float_t): Expect type.
45276         [C99-based standards] (double_t): Expect type.
45277         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45278         type.
45279         [C99-based standards] (HUGE_VALL): Likewise.
45280         [C99-based standards] (INFINITY): Likewise.
45281         [C99-based standards] (NAN): Likewise.
45282         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45283         [C99-based standards] (FP_NAN): Likewise.
45284         [C99-based standards] (FP_NORMAL): Likewise.
45285         [C99-based standards] (FP_SUBNORMAL): Likewise.
45286         [C99-based standards] (FP_ZERO): Likewise.
45287         [C99-based standards] (FP_FAST_FMA): Use
45288         optional-macro-int-constant.  Specify type.  Require == 1.
45289         [C99-based standards] (FP_FAST_FMAF): Likewise.
45290         [C99-based standards] (FP_FAST_FMAL): Likewise.
45291         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45292         [C99-based standards] (FP_ILOGBNAN): Likewise.
45293         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45294         Specify type.
45295         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45296         [C99-based standards] (math_errhandling): Specify type.
45297         [ISO99 || ISO11] (signgam): Do not allow.
45298         [non-C99-based standards] (copysignf): Do not allow.
45299         [non-C99-based standards] (exp2f): Likewise.
45300         [non-C99-based standards] (log2f): Likewise.
45301         [non-C99-based standards] (modff): Allow.
45302         [non-C99-based standards] (erff): Do not allow.
45303         [non-C99-based standards] (erfcf): Likewise.
45304         [non-C99-based standards] (gammaf): Likewise.
45305         [non-C99-based standards] (hypotf): Likewise.
45306         [non-C99-based standards] (j0f): Likewise.
45307         [non-C99-based standards] (j1f): Likewise.
45308         [non-C99-based standards] (jnf): Likewise.
45309         [non-C99-based standards] (lgammaf): Likewise.
45310         [non-C99-based standards] (tgammaf): Likewise.
45311         [non-C99-based standards] (y0f): Likewise.
45312         [non-C99-based standards] (y1f): Likewise.
45313         [non-C99-based standards] (ynf): Likewise.
45314         [non-C99-based standards] (isnanf): Likewise.
45315         [non-C99-based standards] (acoshf): Likewise.
45316         [non-C99-based standards] (asinhf): Likewise.
45317         [non-C99-based standards] (atanhf): Likewise.
45318         [non-C99-based standards] (cbrtf): Likewise.
45319         [non-C99-based standards] (expm1f): Likewise.
45320         [non-C99-based standards] (ilogbf): Likewise.
45321         [non-C99-based standards] (log1pf): Likewise.
45322         [non-C99-based standards] (logbf): Likewise.
45323         [non-C99-based standards] (nextafterf): Likewise.
45324         [non-C99-based standards] (remainderf): Likewise.
45325         [non-C99-based standards] (rintf): Likewise.
45326         [non-C99-based standards] (scalbf): Likewise.
45327         [non-C99-based standards] (copysignl): Likewise.
45328         [non-C99-based standards] (exp2l): Likewise.
45329         [non-C99-based standards] (log2l): Likewise.
45330         [non-C99-based standards] (modfl): Allow.
45331         [non-C99-based standards] (erfl): Do not allow.
45332         [non-C99-based standards] (erfcl): Likewise.
45333         [non-C99-based standards] (gammal): Likewise.
45334         [non-C99-based standards] (hypotl): Likewise.
45335         [non-C99-based standards] (j0l): Likewise.
45336         [non-C99-based standards] (j1l): Likewise.
45337         [non-C99-based standards] (jnl): Likewise.
45338         [non-C99-based standards] (lgammal): Likewise.
45339         [non-C99-based standards] (tgammal): Likewise.
45340         [non-C99-based standards] (y0l): Likewise.
45341         [non-C99-based standards] (y1l): Likewise.
45342         [non-C99-based standards] (ynl): Likewise.
45343         [non-C99-based standards] (isnanl): Likewise.
45344         [non-C99-based standards] (acoshl): Likewise.
45345         [non-C99-based standards] (asinhl): Likewise.
45346         [non-C99-based standards] (atanhl): Likewise.
45347         [non-C99-based standards] (cbrtl): Likewise.
45348         [non-C99-based standards] (expm1l): Likewise.
45349         [non-C99-based standards] (ilogbl): Likewise.
45350         [non-C99-based standards] (log1pl): Likewise.
45351         [non-C99-based standards] (logbl): Likewise.
45352         [non-C99-based standards] (nextafterl): Likewise.
45353         [non-C99-based standards] (remainderl): Likewise.
45354         [non-C99-based standards] (rintl): Likewise.
45355         [non-C99-based standards] (scalbl): Likewise.
45356         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45357         [non-C99-based standards] (FP_*): Do not allow.
45358         [C99-based standards] (FP_*): Change to
45359         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45360         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45361         allow.
45362         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45363         (SIG_ERR): Likewise.
45364         [X/Open-based standards] (SIG_HOLD): Likewise.
45365         (SIG_IGN): Likewise.
45366         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45367         positive value.
45368         (SIGFPE): Likewise.
45369         (SIGILL): Likewise.
45370         (SIGINT): Likewise.
45371         (SIGSEGV): Likewise.
45372         (SIGTER): Likewise.
45373         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45374         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45375         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45376         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45377         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45378         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45379         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45380         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45381         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45382         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45383         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45384         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45385         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45386         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45387         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45388         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45389         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45390         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45391         [X/Open-based standards] (SIGTRAP): Likewise.
45392         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45393         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45394         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45395         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45396         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45397         allow.
45399 2012-05-08  Ian Wienand  <ianw@vmware.com>
45401         [BZ #14080]
45402         * time/tzset.c (__tzset_parse_tz): Update default rules for
45403         daylight time changes in the Energy Policy Act of 2005.
45405 2012-05-09  Andreas Jaeger  <aj@suse.de>
45407         [BZ #13983]
45408         * elf/ldconfig.c (parse_conf): Change string to make clear that
45409         ldconfig only issued a warning if ld.so.conf does not exist.
45411 2012-05-08  David S. Miller  <davem@davemloft.net>
45413         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45414         movxtod instead of popping the value on the stack.
45416         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45418 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45420         * config.h.in: Add HAVE_ARM_PCS_VFP.
45422 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45424         [BZ #13979]
45425         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45426         checking but the checks are disabled for any reason.
45428 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45430         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45431         and ELF64_R_TYPE with ELFW(R_TYPE).
45433 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45435         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45436         (ulimit): Likewise.
45438         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45439         (settimeofday): Likewise.
45441 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45443         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45444         a struct th_u2 inside the union, and move tu_block/tu_code into
45445         a new th_u3 union of tu_block/tu_code inside of that.  Move
45446         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45447         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45448         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45449         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45450         (th_stuff): Change to th_u1.tu_stuff.
45451         (th_data): Define.
45452         (th_msg): Change to th_u1.th_u2.tu_data.
45454 2012-05-07  David S. Miller  <davem@davemloft.net>
45456         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45458         [BZ #14074]
45459         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45460         (SETUP_PIC_REG): Use it.
45461         (SETUP_PIC_REG_LEAF): Use it.
45463 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45465         [BZ #13885]
45466         [BZ #13923]
45467         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45468         USE_AS_EXPM1L.
45469         (EXPL_FINITE): Likewise.
45470         (FLDLOG): Likewise.
45471         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45472         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45473         e_expl.S.
45474         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45475         USE_AS_EXPM1L.
45476         (EXPL_FINITE): Likewise.
45477         (FLDLOG): Likewise.
45478         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45479         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45480         e_expl.S.
45481         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45482         test of -max_value argument for long double.
45483         * sysdeps/i386/fpu/libm-test-ulps: Update.
45484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45486 2012-05-06  David S. Miller  <davem@davemloft.net>
45488         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45489         quad soft-float symbols whose references which are compiler
45490         generated.
45491         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45493 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45495         [BZ #13884]
45496         [BZ #13914]
45497         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45498         USE_AS_EXP10L.
45499         (EXPL_FINITE): Likewise.
45500         (FLDLOG): Likewise.
45501         (c0): Likewise.
45502         (c1): Likewise.
45503         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45504         Adjust comments for base varying.
45505         (__expl_finite): Change alias to EXPL_FINITE.
45506         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45507         e_expl.S.
45508         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45509         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45510         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45511         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45512         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45513         USE_AS_EXP10L.
45514         (EXPL_FINITE): Likewise.
45515         (FLDLOG): Likewise.
45516         (c0): Likewise.
45517         (c1): Likewise.
45518         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45519         Adjust comments for base varying.
45520         (__expl_finite): Change alias to EXPL_FINITE.
45521         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45522         tests for bugs.
45523         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45525         [BZ #14064]
45526         * math/libm-test.inc (check_float_internal): Correct ulp
45527         calculation for subnormal expected results.
45529 2012-05-06  Andreas Jaeger  <aj@suse.de>
45531         * Makeconfig (+math-flags): New, set to -frounding-math.
45532         (+cflags): Add +math-flags so that all of glibc gets compiled with
45533         it.
45535         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45537 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45539         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45540         Disable one test.
45542         [BZ #13787]
45543         [BZ #13922]
45544         [BZ #14036]
45545         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45546         (__ieee754_expl): Allow for and saturate large arguments.
45547         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45548         (u_threshold): Likewise.
45549         (__exp): Call __ieee754_exp before checking for overflow and
45550         underflow.
45551         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45552         (u_threshold): Likewise.
45553         (__expf): Call __ieee754_expf before checking for overflow and
45554         underflow.
45555         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45556         (u_threshold): Likewise.
45557         (__expl): Call __ieee754_expl before checking for overflow and
45558         underflow.
45559         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45560         (__ieee754_expl): Allow for and saturate large arguments.
45561         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45562         missing overflow exception on overflow.
45563         (expm1_test): Do not allow missing overflow exception on overflow.
45565         * sysdeps/i386/fpu/e_expl.c: Move to ...
45566         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45567         rather than using inline asm.
45568         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45569         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45570         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45572         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45573         (nice): Likewise.
45574         (poll): Likewise.
45575         (signal): Likewise.
45576         (time): Likewise.
45577         (times): Likewise.
45579 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45581         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45582         sysdeps/unix/common/syscalls.list.
45583         (fchmod): Likewise.
45584         (fchown): Likewise.
45585         (ftruncate): Likewise.
45586         (getrusage): Likewise.
45587         (gettimeofday): Likewise.
45588         (setpgid): Likewise.
45589         (setregid): Likewise.
45590         (setreuid): Likewise.
45591         (sigaction): Likewise.
45592         (truncate): Likewise.
45593         (vhangup): Likewise.
45594         * sysdeps/unix/common/syscalls.list: Remove file.
45595         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45596         * sysdeps/unix/sysv/linux/Implies: Likewise.
45598 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45600         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45601         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45602         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45603         Moved to ...
45604         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45605         Here.
45606         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45607         to ...
45608         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45609         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45610         to ...
45611         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45612         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45613         to ...
45614         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45615         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45616         to ...
45617         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45618         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45619         to ...
45620         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45621         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45622         to ...
45623         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45624         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45625         to ...
45626         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45627         Here.
45628         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45629         to ...
45630         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45631         Here.
45632         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45633         to ...
45634         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45635         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45636         Moved to ...
45637         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45638         Here.
45639         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45640         to ...
45641         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45643 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45645         * sysdeps/unix/common/bits/dirent.h: Remove file.
45646         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45648         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45649         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45650         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45651         * sysdeps/unix/bsd/isatty.c: Likewise.
45652         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45653         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45654         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45656 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45658         [BZ #13563]
45659         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45660         long double comparison inaccuracies.
45661         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45662         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45664 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45666         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45667         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45669 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45671         [BZ #14049]
45672         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45673         nonzero digits before rounding a hex value.
45674         * stdlib/tst-strtod.c (tests): Add another test.
45676 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45678         * sysdeps/s390/fpu/libm-test-ulps: Update.
45680 2012-05-03  Andreas Jaeger  <aj@suse.de>
45682         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45683         does not get optimized out.
45684         (malloc_opt_barrier): New.
45686 2012-05-03  Andreas Jaeger  <aj@suse.de>
45687             Roland McGrath  <roland@hack.frob.com>
45689         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45690         intermediate file deletion.
45691         (generated): Add .symlist files.
45693 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45695         [BZ #13775]
45696         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45697         Redirect under this condition.
45698         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45699         [__USE_GNU] (__dprintf_chk): Not under this condition.
45700         [__USE_GNU] (__vdprintf_chk): Likewise.
45701         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45702         under this condition.
45703         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45704         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45705         [__USE_XOPEN2K8] (vdprintf): Likewise.
45706         [__USE_GNU] (__dprintf_chk): Not under this condition.
45707         [__USE_GNU] (__vdprintf_chk): Likewise.
45708         [__USE_GNU] (dprintf): Likewise.
45709         [__USE_GNU] (vdprintf): Likewise.
45711 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45713         * elf/Makefile (common-generated): Set this instead of generated for
45714         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45715         $(all-built-dso)-derived lists.
45717 2012-05-03  Andreas Jaeger  <aj@suse.de>
45719         * sysdeps/i386/fpu/libm-test-ulps: Update.
45721         * FAQ: Removed.
45722         * FAQ.in: Likewise.
45723         * scripts/gen-FAQ.pl: Likewise.
45724         * manual/install.texi (Installation): Point to online location of
45725         FAQ.
45726         * Makefile (files-for-dist): Remove FAQ.
45727         (FAQ): Remove.
45729 2012-05-02  Allan McRae  <allan@archlinux.org>
45731         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45732         (LDFLAGS-reldepmod5.so): Likewise.
45733         (LDFLAGS-reldep6mod1.so): Likewise.
45734         (LDFLAGS-reldep6mod4.so): Likewise.
45735         (LDFLAGS-reldep8mod3.so): Likewise.
45736         (LDFLAGS-unload4mod1.so): Likewise.
45737         (LDFLAGS-unload4mod2.so): Likewise.
45738         (LDFLAGS-tst-initorder): Likewise.
45739         (LDFLAGS-tst-initordera2.so): Likewise.
45740         (LDFLAGS-tst-initordera3.so): Likewise.
45741         (LDFLAGS-tst-initordera4.so): Likewise.
45742         (LDFLAGS-tst-initorderb2.so): Likewise.
45743         (LDFLAGS-noload): Likewise.
45744         (LDFLAGS-next): Likewise.
45745         (LDFLAGS-order2mod1.so): Likewise.
45746         (LDFLAGS-order2mod2.so): Likewise.
45747         (LDFLAGS-tst-initorder2): Likewise.
45748         (LDFLAGS-tst-initorder2a.so): Likewise.
45749         (LDFLAGS-tst-initorder2b.so): Likewise.
45750         (LDFLAGS-tst-initorder2c.so): Likewise.
45751         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45753 2012-05-02  David S. Miller  <davem@davemloft.net>
45755         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45757 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45759         [BZ #14055]
45760         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45762 2012-05-02  Andreas Jaeger  <aj@suse.de>
45764         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45765         since we manipulate rounding mode.
45766         (CPPFLAGS-test-idouble.c): Likewise.
45767         (CPPFLAGS-test-ifloat.c): Likewise.
45768         (CFLAGS-test-ldouble.c): Likewise.
45769         (CFLAGS-test-double.c): Likewise.
45770         (CFLAGS-test-float.c): Likewise.
45771         (CFLAGS-test-misc.c): Likewise.
45772         (CFLAGS-test-test-fenv.c): Likewise.
45774 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45776         [BZ #2550]
45777         [BZ #2570]
45778         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45779         comparisons to determine direction to adjust input.
45781 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45783         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45784         output to the target.
45786         * scripts/localplt.awk: New file.
45787         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45788         (check-localplt-CFLAGS): Variable removed.
45789         ($(all-built-dso:=.jmprel)): New static pattern rule.
45790         (generated): Add those targets.
45791         (localplt-built-dso): New variable.
45792         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45794         * elf/check-localplt.c: File removed.
45796         * scripts/check-execstack.awk: New file.
45797         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45798         (check-execstack-CFLAGS): Variable removed.
45799         ($(objpfx)check-execstack.h): Target removed.
45800         ($(objpfx)execstack-default): New target.
45801         (generated): Add that instead of check-execstack.h.
45802         ($(all-built-dso:=.phdr)): New static pattern rule.
45803         (generated): Add those targets.
45804         * elf/check-execstack.c: File removed.
45806         * scripts/check-textrel.awk: New file.
45807         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45808         (check-textrel-CFLAGS): Variable removed.
45809         (all-built-dso): Use := to define.o
45810         ($(all-built-dso:=.dyn)): New static pattern rule.
45811         (generated): Add those targets.
45812         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45813         * config.make.in (READELF): New substituted variable.
45814         * elf/check-textrel.c: File removed.
45816 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45818         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45819         allow.
45820         * conform/data/ctype.h-data [C99-based standards] (isblank):
45821         Expect function.
45822         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45823         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45824         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45825         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45826         Specify type.  Require positive value.
45827         (EILSEQ): Likewise.
45828         (ERANGE): Likewise.
45829         [ISO || POSIX] (EILSEQ): Do not expect.
45830         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45831         Specify type.  Require positive value.
45832         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45833         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45834         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45835         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45836         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45837         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45838         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45839         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45840         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45841         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45842         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45843         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45844         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45845         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45846         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45847         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45848         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45849         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45850         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45851         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45852         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45853         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45854         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45855         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45856         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45857         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45858         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45859         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45860         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45861         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45862         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45863         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45864         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45865         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45866         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45867         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45868         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45869         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45870         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45871         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45872         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45873         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45874         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45875         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45876         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45877         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45878         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45879         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45880         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45881         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45882         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45883         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45884         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45885         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45886         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45887         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45888         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45889         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45890         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45891         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45892         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45893         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45894         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45895         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45896         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45897         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45898         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45899         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45900         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45901         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45902         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45903         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45904         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45905         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45906         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45907         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45908         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45909         Require >= 2.
45910         (FLT_ROUNDS): Expect as macro, not constant.
45911         (FLT_MANT_DIG): Use macro-int-constant.
45912         (DBL_MANT_DIG): Likewise.
45913         (LDBL_MANT_DIG): Likewise.
45914         (FLT_DIG): Likewise.
45915         (DBL_DIG): Likewise.
45916         (LDBL_DIG): Likewise.
45917         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45918         (DBL_MIN_EXP): Likewise.
45919         (LDBL_MIN_EXP): Likewise.
45920         (FLT_MAX_EXP): Use macro-int-constant.
45921         (DBL_MAX_EXP): Likewise.
45922         (LDBL_MAX_EXP): Likewise.
45923         (FLT_MAX_10_EXP): Likewise.
45924         (DBL_MAX_10_EXP): Likewise.
45925         (LDBL_MAX_10_EXP): Likewise.
45926         (FLT_MAX): Use macro-constant.
45927         (DBL_MAX): Likewise.
45928         (LDBL_MAX): Likewise.
45929         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45930         (DBL_EPSILON): Likewise.
45931         (LDBL_EPSILON): Likewise.
45932         (FLT_MIN): Likewise.
45933         (DBL_MIN): Likewise.
45934         (LDBL_MIN): Likewise.
45935         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45936         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45937         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45938         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45939         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45940         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45941         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45942         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45943         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45944         [ISO11] (FLT_TRUE_MIN): Likewise.
45945         [ISO11] (LDBL_TRUE_MIN): Likewise.
45946         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45947         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45948         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45949         (SCHAR_MAX): Likewise.
45950         (UCHAR_MAX): Likewise.
45951         (CHAR_MIN): Likewise.
45952         (CHAR_MAX): Likewise.
45953         (MB_LEN_MAX): Use macro-int-constant.
45954         (SHRT_MIN): Use macro-int-constant.  Specify type.
45955         (SHRT_MAX): Likewise.
45956         (USHRT_MAX): Likewise.
45957         (INT_MAX): Likewise.
45958         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45959         bound negative.
45960         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45961         bound with "U".
45962         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45963         bound with "L".
45964         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45965         bound negative.  Suffix upper bound with "L".
45966         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45967         bound with "UL".
45968         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45969         Specify type.
45970         [C99-based standards] (LLONG_MAX): Likewise.
45971         [C99-based standards] (ULLONG_MAX): Likewise.
45972         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45973         == 0.
45974         [ISO11] (max_align_t): Require type.
45975         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45977         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45978         from $CFLAGS, without defining away __attribute__ calls.
45979         (checknamespace): Use $CFLAGS_namespace.
45981         * conform/conformtest.pl (@keywords): Only include C99 keywords
45982         for standards based on C99 or C11.
45984         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45985         Disable tests.
45986         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45987         UNIX98]: Likewise.
45989         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45990         usability of symbols in #if.
45992         * conform/conformtest.pl: If macro or constant types start
45993         "promoted:", expect the symbol to be of the following type
45994         promoted by the integer promotions.
45996         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45997         in one place.  Also handle "macro-constant".
45999         * conform/conformtest.pl: Only accept expected macro values with
46000         "==".  Parse all "macro" lines in one place.
46001         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
46003         * conform/conformtest.pl: Handle braced types on "constant" lines
46004         instead of handling "typed-constant".
46005         * conform/data/signal.h-data: Use "constant" instead of
46006         "typed-constant".
46008         * conform/conformtest.pl: Handle "optional-" at start of lines in
46009         one place rather than duplicating several cases.  Handle each
46010         format of "macro" line with initial "optional-".
46012         * conform/conformtest.pl: Only accept expected constant or
46013         optional-constant values with "==".  Parse all "constant" lines in
46014         one place.  Parse all "optional-constant" lines in one place.
46015         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
46016         * conform/data/fmtmsg.h-data: Likewise.
46017         * conform/data/netinet/in.h-data: Likewise.
46018         * conform/data/tar.h-data: Likewise.
46019         * conform/data/limits.h-data: Use "==" form on "constant" and
46020         "optional-constant" lines.
46022         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
46023         Use -std=c99 for XOPEN2K.
46024         (@knownproblems): Remove.
46025         (newtoken): Don't check %isknown.
46027         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
46028         Do not expect macro.
46029         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
46030         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
46031         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
46032         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
46033         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
46034         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
46035         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
46036         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
46037         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
46038         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
46039         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
46040         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
46041         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
46042         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
46043         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
46044         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
46045         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
46046         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
46047         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
46048         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
46049         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
46050         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
46051         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
46052         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
46053         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
46054         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
46055         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
46056         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
46057         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
46058         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
46059         [XPG3] (acosh): Likewise.
46060         [XPG3] (asinh): Likewise.
46061         [XPG3] (atanh): Likewise.
46062         [XPG3] (cbrt): Likewise.
46063         [XPG3] (expm1): Likewise.
46064         [XPG3] (ilogb): Likewise.
46065         [XPG3] (log1p): Likewise.
46066         [XPG3] (logb): Likewise.
46067         [XPG3] (nextafter): Likewise.
46068         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46069         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46070         [XPG3] (remainder): Likewise.
46071         [XPG3] (rint): Likewise.
46072         [XPG3 || XPG4 || UNIX98] (round): Likewise.
46073         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46074         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46075         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46076         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46077         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46078         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46079         [UNIX98 || XOPEN2K] (scalb): Expect.
46080         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46081         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
46082         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
46083         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
46084         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
46085         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
46086         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
46087         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
46088         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
46089         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
46090         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
46091         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
46092         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
46093         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
46094         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
46095         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
46096         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
46097         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
46098         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
46099         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
46100         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
46101         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
46102         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
46103         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
46104         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
46105         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
46106         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
46107         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
46108         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
46109         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
46110         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
46111         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
46112         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
46113         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
46114         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
46115         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
46116         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
46117         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
46118         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
46119         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
46120         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
46121         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
46122         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
46123         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
46124         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
46125         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
46126         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
46127         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
46128         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
46129         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
46130         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
46131         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
46132         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
46133         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
46134         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
46135         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
46136         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
46137         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
46138         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
46139         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
46140         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
46141         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
46142         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
46143         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
46144         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
46145         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
46146         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
46147         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
46148         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
46149         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
46150         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
46151         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
46152         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
46153         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
46154         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
46155         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
46156         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
46157         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
46158         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
46159         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
46160         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
46161         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
46162         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
46163         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
46164         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
46165         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
46166         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
46167         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
46168         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
46169         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
46170         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
46171         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
46172         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
46173         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
46174         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
46175         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
46176         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
46177         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
46178         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
46179         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
46180         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
46181         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46182         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46183         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46184         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46185         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46186         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46187         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46188         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46189         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46190         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46191         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46192         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46193         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46194         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46195         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46196         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46197         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46198         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46199         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46200         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46201         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46202         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46203         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46204         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46205         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46206         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46207         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46208         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46209         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46210         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46211         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46212         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46213         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46214         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46215         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46216         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46218         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46219         _XOPEN_SOURCE_EXTENDED for XPG4.
46221         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46223         * Makeconfig (localtime): Remove variable.
46224         (inst_localtime-file): Likewise.
46226 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46229         Update.
46230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46231         Update.
46232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46233         Update.
46234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46235         Update.
46236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46237         Update.
46238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46239         Update.
46240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46241         Update.
46242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46243         Update.
46244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46245         Update.
46247 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46249         [BZ #2550]
46250         [BZ #2570]
46251         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46252         comparisons to determine direction to adjust input.
46253         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46254         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46255         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46256         Likewise.
46257         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46258         Likewise.
46259         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46260         Likewise.
46261         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46262         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46263         Likewise.
46264         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46265         Likewise.
46266         * math/libm-test.inc (nexttoward_test): Add more tests.
46268 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46270         [BZ #14040]
46271         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46272         in version GLIBC_2.1, not GLIBC_2.0.
46273         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46274         Likewise.
46276 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46278         [BZ #13942]
46279         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46280         (1 - x) * (1 + x).
46281         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46282         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46283         * math/libm-test.inc (acos_test): Add more tests.
46284         (asin_test): Likewise.
46285         * sysdeps/i386/fpu/libm-test-ulps: Update.
46286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46288         [BZ #14034]
46289         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46290         of square root.
46291         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46292         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46293         * math/libm-test.inc (acos_test_tonearest): New function.
46294         (acos_test_towardzero): Likewise.
46295         (acos_test_downward): Likewise.
46296         (acos_test_upward): Likewise.
46297         (asin_test_tonearest): Likewise.
46298         (asin_test_towardzero): Likewise.
46299         (asin_test_downward): Likewise.
46300         (asin_test_upward): Likewise.
46301         (main): Call the new functions.
46302         * sysdeps/i386/fpu/libm-test-ulps: Update.
46303         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46305         [BZ #13884]
46306         [BZ #13924]
46307         * math/e_exp10.c: Include <float.h>.
46308         (__ieee754_exp10): Handle underflow here rather than multiplying
46309         large negative argument by M_LN10.
46310         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46311         of __ieee754_expf.
46312         * math/e_exp10l.c: Include <float.h>.
46313         (__ieee754_exp10l): Handle underflow here rather than multiplying
46314         large negative argument by M_LN10l.
46315         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46316         spurious overflow exception on underflow.
46318 2012-04-29  Marek Polacek  <polacek@redhat.com>
46320         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46321         (__fortify_function): New macro.
46322         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46323         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46324         __extern_always_inline.
46325         * libio/bits/stdio2.h: Likewise.
46326         * libio/bits/stdio.h: Likewise.
46327         * string/string.h: Likewise.
46328         * string/bits/string3.h: Likewise.
46329         * include/stdio.h: Likewise.
46330         * stdlib/bits/stdlib.h: Likewise.
46331         * stdlib/stdlib.h: Likewise.
46332         * rt/bits/mqueue2.h: Likewise.
46333         * rt/mqueue.h: Likewise.
46334         * posix/bits/unistd.h: Likewise.
46335         * posix/unistd.h: Likewise.
46336         * io/bits/poll2.h: Likewise.
46337         * io/bits/fcntl2.h: Likewise.
46338         * io/fcntl.h: Likewise.
46339         * io/sys/poll.h: Likewise.
46340         * misc/bits/syslog.h: Likewise.
46341         * misc/bits/syslog-ldbl.h: Likewise.
46342         * misc/sys/syslog.h: Likewise.
46343         * socket/bits/socket2.h: Likewise.
46344         * socket/sys/socket.h: Likewise.
46345         * debug/tst-chk1.c: Likewise.
46346         * wcsmbs/bits/wchar2.h: Likewise.
46347         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46348         * wcsmbs/wchar.h: Likewise.
46350 2012-04-29  Andreas Jaeger  <aj@suse.de>
46352         * Makerules (tests): Remove enable-check-abi protection.
46353         (check-abi-warn): Remove.
46354         (check-abi-%): Remove check-abi-warn usage.
46356         * configure.in: Remove check-abi configure option.
46357         * configure: Regenerated.
46358         * config.make.in (enable-check-abi): Remove.
46360 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46362         [BZ #14033]
46363         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46364         double functions to double *_finite functions.
46366         [BZ #13941]
46367         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46368         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46369         LDBL_MIN_EXP.
46370         * stdio-common/Makefile (tests): Add tst-sprintf3.
46371         * stdio-common/tst-sprintf3.c: New file.
46373         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46374         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46376 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46378         * conform/conformtest.pl: Remove duplicate typed-constant
46379         handling.
46381 2012-04-28  David S. Miller  <davem@davemloft.net>
46383         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46384         (check-abi-%): Remove AWK script prerequisite and explicit
46385         abilist directory.
46386         (check-abi): Rewrite to just diff the symlist with the abilist.
46387         (config-tls, config-abi-config): Delete, no longer used.
46388         (update-abi-%): Remove AWK script and explicit abilist directory.
46389         (update-abi): Rewrite to simply compare and conditionally copy the
46390         symlist and the sysdep abilist file.  Remove update-abi-config
46391         checks.
46392         * abilist/ld.abilist: Remove.
46393         * abilist/libBrokenLocale.abilist: Remove.
46394         * abilist/libanl.abilist: Remove.
46395         * abilist/libcrypt.abilist: Remove.
46396         * abilist/libdl.abilist: Remove.
46397         * abilist/librt.abilist: Remove.
46398         * abilist/libthread_db.abilist: Remove.
46399         * abilist/libutil.abilist: Remove.
46400         * scripts/extract-abilist.awk: Remove.
46401         * scripts/merge-abilist.awk: Remove.
46402         * sysdeps/generic/libcidn.abilist: New file.
46403         * sysdeps/generic/libnss_compat.abilist: New file.
46404         * sysdeps/generic/libnss_db.abilist: New file.
46405         * sysdeps/generic/libnss_dns.abilist: New file.
46406         * sysdeps/generic/libnss_files.abilist: New file.
46407         * sysdeps/generic/libnss_hesiod.abilist: New file.
46408         * sysdeps/generic/libnss_nis.abilist: New file.
46409         * sysdeps/generic/libnss_nisplus.abilist: New file.
46410         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46411         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46412         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46413         file.
46414         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46415         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46416         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46417         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46418         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46419         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46420         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46421         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46422         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46423         file.
46424         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46425         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46426         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46427         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46428         file.
46429         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46430         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46431         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46432         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46433         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46434         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46435         file.
46436         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46437         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46438         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46439         file.
46440         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46441         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46442         New file.
46443         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46444         New file.
46445         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46446         New file.
46447         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46448         New file.
46449         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46450         New file.
46451         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46452         New file.
46453         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46454         New file.
46455         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46456         New file.
46457         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46458         New file.
46459         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46460         New file.
46461         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46462         New file.
46463         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46464         New file.
46465         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46466         New file.
46467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46468         file.
46469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46470         New file.
46471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46472         New file.
46473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46474         file.
46475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46476         New file.
46477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46478         New file.
46479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46480         file.
46481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46482         New file.
46483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46484         New file.
46485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46486         New file.
46487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46488         New file.
46489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46490         New file.
46491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46492         New file.
46493         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46494         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46495         file.
46496         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46497         New file.
46498         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46499         file.
46500         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46501         file.
46502         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46503         file.
46504         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46505         file.
46506         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46507         file.
46508         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46509         New file.
46510         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46511         file.
46512         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46513         file.
46514         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46515         New file.
46516         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46517         file.
46518         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46519         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46520         file.
46521         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46522         New file.
46523         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46524         file.
46525         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46526         file.
46527         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46528         file.
46529         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46530         file.
46531         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46532         file.
46533         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46534         New file.
46535         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46536         file.
46537         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46538         file.
46539         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46540         New file.
46541         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46542         file.
46543         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46544         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46545         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46546         file.
46547         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46548         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46549         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46550         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46551         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46552         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46553         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46554         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46555         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46556         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46557         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46558         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46559         file.
46560         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46561         New file.
46562         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46563         file.
46564         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46565         file.
46566         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46567         file.
46568         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46569         file.
46570         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46571         file.
46572         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46573         New file.
46574         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46575         New file.
46576         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46577         file.
46578         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46579         New file.
46580         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46581         file.
46582         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46583         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46584         file.
46585         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46586         New file.
46587         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46588         file.
46589         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46590         file.
46591         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46592         file.
46593         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46594         file.
46595         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46596         file.
46597         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46598         New file.
46599         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46600         New file.
46601         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46602         file.
46603         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46604         New file.
46605         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46606         file.
46608 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46610         * conform/conformtest.pl: Fix typo in handling typed-constant from
46611         allow-header.
46613 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46615         * README: Cut down references to pre-2.6 Linux kernels and
46616         Linuxthreads.  Update lists of configurations in libc and ports
46617         and sort alphabetically.  Say "or newer" with Linux kernel version
46618         requirements.
46620         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46622 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46624         [BZ #887]
46625         * math/libm-test.inc (logb_test_downward): New test to expose
46626         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46627         rounding mode.
46629 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46631         [BZ #14027]
46632         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46633         to be done.
46634         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46635         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46637 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46639         * sysdeps/unix/i386/brk.S: Remove file.
46640         * sysdeps/unix/i386/dl-brk.S: Likewise.
46641         * sysdeps/unix/i386/pipe.S: Likewise.
46642         * sysdeps/unix/i386/sigreturn.S: Likewise.
46643         * sysdeps/unix/i386/syscall.S: Likewise.
46644         * sysdeps/unix/i386/vfork.S: Likewise.
46645         * sysdeps/unix/i386/wait.S: Likewise.
46647         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46648         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46650         * configure.in (arm*-none*): Do not allow without
46651         --enable-hacker-mode.
46652         (netbsd*): Remove case setting base_os.
46653         (386bsd*): Likewise.
46654         (freebsd*): Likewise.
46655         (bsdi*): Likewise.
46656         (osf*): Likewise.
46657         (sunos*): Likewise.
46658         (ultrix*): Likewise.
46659         (newsos*): Likewise.
46660         (dynix*): Likewise.
46661         (*bsd*): Likewise.
46662         (sysv*): Likewise.
46663         (isc*): Likewise.
46664         (esix*): Likewise.
46665         (sco*): Likewise.
46666         (minix*): Likewise.
46667         (irix4*): Likewise.
46668         (irix6*): Likewise.
46669         (solaris[2-9]*): Likewise.
46670         (none): Likewise.
46671         * configure: Regenerated.
46673 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46675         [BZ #11521]
46676         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46677         overflow or cancellation in calculating denominator.
46678         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46679         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46680         down expression to avoid unexpected rounding in newer GCCs.
46681         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46683 2012-04-26  David S. Miller  <davem@davemloft.net>
46685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46686         long-double compat symbols.
46687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46692         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46693         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46694         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46695         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46696         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46697         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46698         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46699         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46701 2012-04-25  David S. Miller  <davem@davemloft.net>
46703         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46704         HWCAP_* values only after the memory barriers have been defined.
46705         (atomic_full_barrier): Define.
46706         (atomic_read_barrier): Define.
46707         (atomic_write_barrier): Define.
46709 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46711         * shlib-versions: Add libgcc_s version information.
46712         * sysdeps/generic/libgcc_s.h: Remove.
46713         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46714         libgcc_s.h.
46715         * sysdeps/gnu/unwind-resume.c: Likewise.
46716         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46718 2012-04-25  David S. Miller  <davem@davemloft.net>
46720         * sysdeps/unix/sparc/brk.S: Delete.
46721         * sysdeps/unix/sparc/dl-brk.S: Delete.
46722         * sysdeps/unix/sparc/pipe.S: Delete.
46723         * sysdeps/unix/sparc/sysdep.S: Delete.
46724         * sysdeps/unix/sparc/sysdep.h: Delete.
46725         * sysdeps/unix/sparc/vfork.S: Delete.
46726         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46727         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46728         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46729         (ret_ERRVAL, r0, r1, MOVE): Define.
46730         (JUMPTARGET): Remove.
46731         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46732         sysdeps/unix/sparc/sysdep.h
46733         (ENTRY, END): Remove.
46734         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46736 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46738         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46739         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46740         -DIS_IN_build.
46742         * timezone/README: Update upstream location and email address for
46743         tzcode and tzdata.
46744         * timezone/zdump.c: Update from tzcode 2012b.
46745         * timezone/zic.c: Likewise.
46747         * configure.in (libc_cv_as_needed): Remove test.
46748         * configure: Regenerated.
46749         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46750         conditional definition.
46751         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46752         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46753         * config.make.in (have-as-needed): Remove variable.
46755 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46756             Paul Pluzhnikov  <ppluzhnikov@google.com>
46758         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46759         strings correctly.
46761 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46763         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46764         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46765         * sysdeps/sh/strlen.S: Likewise.
46767 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46769         * sysdeps/unix/fork.S: Remove file.
46770         * sysdeps/unix/i386/fork.S: Likewise.
46771         * sysdeps/unix/sparc/fork.S: Likewise.
46773         * sysdeps/unix/system.c: Remove file.
46774         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46776         * sysdeps/unix/getegid.S: Remove file.
46777         * sysdeps/unix/geteuid.S: Likewise.
46779 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46781         * scripts/check-localplt.awk: New file.
46782         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46783         of diff.
46784         * scripts/data/localplt-generic.data: Add a comment.
46786         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46787         NODE when __dir_mkfile failed.
46788         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46789         Reported by Ludovic Courtès <ludo@gnu.org>.
46791 2012-04-24  Andreas Jaeger  <aj@suse.de>
46793         * Makerules (common-clean): Also remove gen-as-const-headers
46794         files.
46796 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46798         * Makerules (native-compile): Do not change working directory for
46799         build.  Use $(OUTPUT_OPTION) in command.
46800         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46802 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46804         [BZ #13886]
46805         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46806         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46807         * math/libm-test.inc (floor_test): Add more tests.
46808         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46810 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46812         * sysdeps/unix/getdents.c: Remove file.
46813         * sysdeps/unix/sysv/getdents.c: Likewise.
46814         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46816         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46817         sysdeps/unix/mman/syscalls.list.
46818         (mmap): Likewise.
46819         (mprotect): Likewise.
46820         (msync): Likewise.
46821         (munmap): Likewise.
46822         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46823         * sysdeps/unix/mman/syscalls.list: Remove.
46824         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46826         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46827         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46828         * configure: Regenerated.
46829         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46830         $(libgcc_s_suffix).
46831         * config.make.in (libgcc_s_suffix): Remove variable.
46833 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46835         * sysdeps/unix/sysv/gethostname.c: Move to ...
46836         * sysdeps/posix/gethostname.c: ... here.
46838         * sysdeps/unix/execve.S: Remove file.
46840         * sysdeps/unix/_exit.S: Remove file.
46842 2012-04-23  Andreas Jaeger  <aj@suse.de>
46844         [BZ #13739]
46845         * manual/Makefile: Remove make dist support, there's no
46846         need for a stand-alone documentation tar ball.
46847         (TEXI2DVI): Define always, it's not in Makeconfig.
46848         (dist): Removed.
46849         (tar-it): Removed.
46850         (edition): Removed.
46851         (glibc-doc-$(edition).tar): Removed
46852         (%.Z): Removed.
46853         (%.gz): Removed.
46854         (%.uu): Removed.
46855         (ETAGS): Remove, it's in Makeconfig.
46856         (move-if-change): Remove, it's in Makeconfig.
46858 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46860         [BZ #13970]
46861         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46862         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46863         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46864         (strtod_l, strtof_l, strtold_l): Remove __wur.
46865         It is not necessarily an error to ignore strtol's return value.
46866         One can reliably look at the stored endptr to decide whether
46867         the number had valid syntax.
46869 2012-04-21  Andreas Jaeger  <aj@suse.de>
46871         [BZ #13739]
46872         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46874 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46876         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46877         * sysdeps/unix/sysv/Versions: Remove file.
46879 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46881         [BZ #13927]
46882         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46884 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46886         [BZ #7064]
46887         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46888         version from __vm86.
46890 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46892         * sysdeps/unix/common/lxstat.c: Remove file.
46893         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46895         * sysdeps/unix/sysv/Makefile: Remove file.
46897         * sysdeps/unix/sysv/direct.h: Remove file.
46899         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46900         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46901         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46902         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46903         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46904         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46905         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46907         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46909         * sysdeps/unix/xmknod.c: Remove file.
46910         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46912         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46914         * sysdeps/unix/sysv/i386/time.S: Remove file.
46916         * sysdeps/unix/fxstat.c: Remove file.
46917         * sysdeps/unix/xstat.c: Likewise.
46918         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46920         * sysdeps/unix/sysv/sigaction.c: Remove file.
46922         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46923         (sysdep_headers): Remove variable.
46924         [termio.h not in sysdep_headers] (generated): Likewise.
46925         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46926         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46927         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46928         * sysdeps/unix/sysv/tcflow.c: Likewise.
46929         * sysdeps/unix/sysv/tcflush.c: Likewise.
46930         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46931         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46932         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46933         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46934         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46936         * sysdeps/unix/siglist.c: Remove file.
46938         * sysdeps/unix/getppid.S: Remove file.
46940         * sysdeps/unix/mkdir.c: Remove file.
46941         * sysdeps/unix/rmdir.c: Likewise.
46943 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46945         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46946         ERR_MAX value.
46947         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46948         errlist-compat value.
46950 2012-04-18  David S. Miller  <davem@davemloft.net>
46952         * sysdeps/generic/memcopy.h (reg_char): Delete.
46953         * debug/strcat_chk.c: Use char, not reg_char.
46954         * debug/strcpy_chk.c: Likewise.
46955         * debug/strncat_chk.c: Likewise.
46956         * debug/strncpy_chk.c: Likewise.
46957         * string/memchr.c: Likewise.
46958         * string/memrchr.c: Likewise.
46959         * string/rawmemchr.c: Likewise.
46960         * string/strcat.c: Likewise.
46961         * string/strchr.c: Likewise.
46962         * string/strchrnul.c: Likewise.
46963         * string/strcmp.c: Likewise.
46964         * string/strcpy.c: Likewise.
46965         * string/strncat.c: Likewise.
46966         * string/strncmp.c: Likewise.
46967         * string/strncpy.c: Likewise.
46969 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46971         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46972         __builtin_memcopy is called when src and dest ranges are known to not
46973         overlap.
46975 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46977         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46978         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46979         fwd_align_merge macro call.
46980         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46981         bwd_align_merge macro call.
46982         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46984 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46986         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46987         bwd_align_merge macros.
46988         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46989         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46990         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46992 2012-04-18  David S. Miller  <davem@davemloft.net>
46994         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46996 2012-04-18  Andreas Jaeger  <aj@suse.de>
46998         [BZ# 6794]
46999         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
47000         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
47001         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47003         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
47004         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
47005         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47007         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
47008         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
47009         Adjust for changed ldbl-128 files.
47011         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
47012         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
47013         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47015 2012-04-17  David S. Miller  <davem@davemloft.net>
47017         * sysdeps/sparc/sparc32/memcopy.h: Delete.
47019 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
47021         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
47022         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
47023         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
47024         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
47025         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
47026         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
47028 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47030         [BZ #6794]
47031         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
47032         * math/libm-test.inc: Add ilogb errno and exception tests.
47033         * math/w_ilogb.c: New file: ilogb wrapper.
47034         * math/w_ilogbf.c: New file: ilogbf wrapper.
47035         * math/w_ilogbl.c: New file: ilogbl wrapper.
47036         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
47037         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
47038         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
47039         exception being thrown with 0.0 as argument.
47040         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
47041         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
47042         exception being thrown with 0.0 as argument.
47043         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
47044         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47045         exception being thrown with 0.0 as argument.
47046         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
47047         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47048         exception being thrown with 0.0 as argument.
47049         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
47050         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
47051         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
47052         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
47053         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
47054         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
47055         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
47056         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
47057         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
47059 2012-04-17  Petr Baudis  <pasky@ucw.cz>
47061         * include/sys/uio.h: Change __vector to __iovec to avoid clash
47062         with altivec.
47064 2012-04-16  Marek Polacek  <polacek@redhat.com>
47066         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
47068 2012-04-16  Marek Polacek  <polacek@redhat.com>
47070         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47071         operands of fdivp instruction.
47073 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47075         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47076         * elf/tst-auditmod3b.c: Likewise.
47077         * elf/tst-auditmod4b.c: Likewise.
47078         * elf/tst-auditmod5b.c: Likewise.
47079         * elf/tst-auditmod6b.c: Likewise.
47080         * elf/tst-auditmod6c.c: Likewise.
47081         * elf/tst-auditmod7b.c: Likewise.
47082         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
47083         * sysdeps/x86_64/preconfigure.in: Likewise.
47084         * sysdeps/x86_64/preconfigure: Regenerated.
47086 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47088         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
47089         __ILP32__.
47091 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
47093         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47094         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
47096 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
47098         [BZ #13973]
47099         * locale/iso-639.def: Fix gl language name. Spotted by
47100         Yaron Shahrabani.
47102 2012-04-12  Roland McGrath  <roland@hack.frob.com>
47104         [BZ #2074]
47105         * libio/libio.h (__io_write_fn): Update comment.
47107 2012-04-12  Petr Baudis  <pasky@ucw.cz>
47109         [BZ #2074]
47110         * stdio.texi (Hook Functions): The user provided writer function
47111         is not allowed to return -1.
47113 2012-04-11  David S. Miller  <davem@davemloft.net>
47115         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47117 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
47119         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
47120         Add a leading slash to rtkaio.
47122 2012-04-11  Jim Meyering  <meyering@redhat.com>
47124         [BZ #11959]
47125         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
47126         It is not necessarily an error to ignore fwrite's return
47127         value.  One can reliably use ferror to test for errors after
47128         the fact.
47130 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47132         * bits/types.h (__snseconds_t): New type.
47133         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
47135         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
47136         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47137         (__SNSECONDS_T_TYPE): Likewise.
47138         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47139         (__SNSECONDS_T_TYPE): Likewise.
47140         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47141         (__SNSECONDS_T_TYPE): Likewise.
47143 2012-04-10  Andreas Jaeger  <aj@suse.de>
47145         [BZ #2636]
47146         * manual/time.texi (Processor Time): Return type of times is
47147         elapsed real time since an arbitrary point in the past.
47148         (CPU Time): Move CLK_TCK from here...
47149         (Processor Time): ...to here.  Correct description.
47150         * manual/conf.texi (Constants for Sysconf): Correct description of
47151         _SC_CLK_TCK.
47153 2012-04-10  David S. Miller  <davem@davemloft.net>
47155         [BZ #13967]
47156         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
47157         where the is a gap between DT_REL(A) and DT_JMPREL.
47159 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47161         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
47162         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47163         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47165 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
47167         * elf/dl-support.c (_dl_inhibit_cache): New variable.
47168         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
47169         (dl_main): Handle --inhibit-cache.
47170         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
47171         _dl_inhibit_cache.
47172         * elf/dl-load.c (_dl_map_object): Use it.
47173         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
47175 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47177         [BZ #13872]
47178         * sysdeps/i386/fpu/e_powl.S (p78): New object.
47179         (__ieee754_powl): Saturate large exponents rather than testing for
47180         overflow of y*log2(x).
47181         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47182         * math/libm-test.inc (pow_test): Do not permit spurious overflow
47183         exceptions.
47185         [BZ #11521]
47186         * math/s_ctan.c: Include <float.h>.
47187         (__ctan): Avoid internal overflow or cancellation in calculating
47188         denominator.
47189         * math/s_ctanf.c: Likewise.
47190         * math/s_ctanl.c: Likewise.
47191         * math/s_ctanh.c: Likewise.
47192         * math/s_ctanhf.c: Likewise.
47193         * math/s_ctanhl.c: Likewise.
47194         * math/libm-test.inc (ctan_test): Add more tests.
47195         (ctanh_test): Likewise.
47196         * sysdeps/i386/fpu/libm-test-ulps: Update.
47197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47199 2012-04-09  Andreas Jaeger  <aj@suse.de>
47201         [BZ #6894]
47202         * manual/filesys.texi (Directory Entries): Mention that d_namlen
47203         is an optional BSD extension.
47205         [BZ #10254]
47206         * manual/stdio.texi (Opening Streams): Document additional fopen
47207         parameters.
47209 2012-04-09  Roland McGrath  <roland@hack.frob.com>
47211         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47212         %eax without telling the compiler.
47214 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
47216         [BZ # 13963]
47217         * manual/install.texi: Use sourceware.org.
47219 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47221         [BZ #13873]
47222         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47223         (__ieee754_pow): Generate overflow and underflow using huge*huge
47224         and tiny*tiny rather than just returning constant infinity or zero
47225         for large exponents.
47226         * math/libm-test.inc (pow_test): Require overflow exceptions for
47227         applicable cases of large exponents.
47229         [BZ #706]
47230         * sysdeps/i386/fpu/e_pow.S (p10): New object.
47231         (__ieee754_pow): Use iterative multiplication algorithm only for
47232         integer exponents with absolute value below 1024.  Check for odd
47233         integer exponents when using algorithm for real exponents.
47234         * math/libm-test.inc (pow_test): Add more tests.
47235         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47237 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
47239         [BZ #13705]
47240         * math/libm-test.inc (exp_test): Do not allow overflow exception
47241         on underflow test.
47243 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
47245         [BZ #13705]
47246         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47247         instead of __kernel_standard_f.
47249 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
47251         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47252         * sysdeps/x86_64/memset_chk.S: Likewise.
47254 2012-04-08  Andreas Jaeger  <aj@suse.de>
47256         [BZ #10153]
47257         * manual/startup.texi (Environment Access): Describe return value
47258         for putenv and setenv.
47260         [BZ #6895]
47261         * manual/filesys.texi (Directory Entries): Add description for
47262         DT_LNK.
47264         [BZ #6890]
47265         * manual/filesys.texi (Directory Entries): Clarify that it's file
47266         system not operating system in the description of DT_UNKNOWN.
47268         [BZ #6578]
47269         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47271 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47273         [BZ #6649]
47274         * manual/llio.texi (Opening and Closing Files): Add cross
47275         reference to explain mode argument.
47277 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47279         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47280         * sysdeps/x86_64/memset_chk.S: Likewise.
47282 2012-04-07  David S. Miller  <davem@davemloft.net>
47284         * elf/elf.h (R_SPARC_WDISP10): Define.
47285         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47286         R_SPARC_SIZE32.
47287         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47288         R_SPARC_SIZE64 and R_SPARC_H34.
47290 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47292         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47293         conditions and remove no longer applicable assertion.
47295 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47297         * bits/byteswap.h: Include <features.h>.
47298         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47299         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47301 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47303         * bits/byteswap.h (__bswap_16): Removed.
47304         Include <bits/byteswap-16.h> to get __bswap_16.
47305         * sysdeps/i386/bits/byteswap.h: Likewise.
47306         * sysdeps/s390/bits/byteswap.h: Likewise.
47307         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47308         * bits/byteswap-16.h: New file.
47309         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47310         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47311         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47312         * string/Makefile (headers): Add bits/byteswap-16.h.
47314 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47316         [BZ #13895]
47317         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47318         extra indirection.
47319         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47320         * nss/tst-nss-static.c: New.
47322 2012-04-06  Robert Millan  <rmh@gnu.org>
47324         [BZ #6486]
47325         * manual/llio.texi (File Position Primitive): lseek
47326         refers to WHENCE when it really means OFFSET.
47328 2012-04-06  Andreas Jaeger  <aj@suse.de>
47330         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47331         strncmp declarations.
47333         * abilist/libc.abilist: Add __poll and __ppoll.
47335 2012-04-05  David S. Miller  <davem@davemloft.net>
47337         * scripts/check-local-headers.sh: Accept a host triplet in the
47338         path matched by the exclude regexp.
47340         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47341         definition.
47342         * sysdeps/powerpc/powerpc32/dl-machine.h
47343         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47344         * sysdeps/s390/s390-32/dl-machine.h
47345         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47346         * sysdeps/sparc/sparc32/dl-machine.h
47347         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47348         * sysdeps/sparc/sparc64/dl-machine.h
47349         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47351         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47352         lazy binding.
47353         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47354         undefined symbol errors.
47356         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47357         DT_NEEDED entries.
47359 2012-04-05  Michael Matz  <matz@suse.de>
47361         [BZ #13592]
47362         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47364 2012-04-05  Andreas Jaeger  <aj@suse.de>
47366         [BZ #13908]
47367         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47368         comment.
47370 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47372         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47373         which ROUND is no valid rounding mode.
47375 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47377         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47378         read again.
47379         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47381 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47383         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47384         an exception using FPU order intentionally.
47386 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47388         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47389         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47390         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47391         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47393 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47395         [BZ #12340]
47396         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47397         EINVAL when BUFLEN is too smal.
47399 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47401         [BZ #13553]
47402         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47403         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47405 2012-04-03  Andreas Jaeger  <aj@suse.de>
47407         [BZ #13938]
47408         * manual/setjmp.texi (System V contexts): Fix sentence.
47410         [BZ #13926]
47411         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47412         New macro for this case.
47413         [!__GNUC__] (__bswap_64): New inline function for this case.
47414         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47415         * bits/byteswap.h: Likewise.
47416         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47417         ull, guard with __GLIBC_HAVE_LONG_LONG.
47419         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47420         __GLIBC_HAVE_LONG_LONG.
47422         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47423         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47425 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47427         [BZ #13691]
47428         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47429         inptr and inend, rather than using last_ch.
47431 2012-04-02  David S. Miller  <davem@davemloft.net>
47433         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47434         * stdio-common/printf-parse.h (read_int): Change return type to
47435         'int', return -1 on INT_MAX overflow.
47436         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47437         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47438         overflows INT_MAX.  Check for overflow of in-format-string precision
47439         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47440         SIZE_MAX not INT_MAX for integer overflow test.
47441         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47442         skip the construct in the format string but do not record anything.
47443         * stdio-common/bug22.c: Adjust to test both width/prevision
47444         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47445         explicitly for proper errno values.
47447 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47449         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47450         CHAR_MAX.
47451         * string/test-strcmp.c [! WIDE]: Likewise.
47452         * time/tst-mktime2.c: Likewise for INT_MAX.
47453         * string/test-string.h: #include <sys/param.h> for MIN.
47455         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47456         * sysdeps/i386/init-first.c (init): Likewise.
47457         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47458         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47459         * sysdeps/sh/init-first.c (init): Likewise.
47461 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47463         * po/ru.po: Update from translation team.
47464         * po/vi.po: Likewise.
47466 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47468         * resolv/nss_dns/dns-host.c: Merge copyright years.
47470 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47472         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47473         Optimize memcpy with prefetch if
47474         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47475         src, dst pointers have unequal 16 byte alignments.
47477 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47479         [BZ #13928]
47480         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47481         from a CNAME entry and return the minimum ttl for the query.
47482         (gaih_getanswer_slice): Likewise.
47484 2012-03-30  Jeff Law  <law@redhat.com>
47486         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47487         due to long keys.
47488         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47489         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47491         * resolv/nss_dns/dns-host.c: Update copyright year.
47493 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47495         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47496         requests to save a system call.  Fix check that all bytes are sent.
47498         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47499         comments for sendmmsg.
47501 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47503         [BZ #13691]
47504         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47505         with only 1 character between 0x0041 and 0x01b0.
47506         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47507         * wcsmbs/tst-mbsnrtowcs.c: New file.
47509 2012-03-29  David S. Miller  <davem@davemloft.net>
47511         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47512         small copies by hand.
47514 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47516         [BZ #13761]
47517         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47518         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47519         group memberships.
47521 2012-03-28  David S. Miller  <davem@davemloft.net>
47523         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47524         that branches into memcpy.
47525         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47526         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47527         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47528         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47529         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47530         bits.
47531         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47532         implementation too.
47533         * sysdeps/sparc/mempcpy.S: New file.
47535         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47536         the IFUNC routine in the libc case.
47537         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47539         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47540         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47541         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47542         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47543         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47544         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47545         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47546         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47548         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47549         loop to 256 bytes instead of 64 bytes and fix test signedness.
47551         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47552         * sysdeps/sparc/sparc32/Makefile: rather than here...
47553         * sysdeps/sparc/sparc64/Makefile: and here.
47555 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47557         * malloc/mallocbug.c: Avoid warnings about unused variables.
47559 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47561         [BZ #13760]
47562         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47563         in the right place. Discard and retry query if response is
47564         larger than input buffer size.
47566 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47568         [BZ #369]
47569         [BZ #2678]
47570         [BZ #3866]
47571         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47572         x for large integer exponent.
47573         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47574         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47575         sign of result as needed afterwards.
47576         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47577         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47578         result for underflowing pow the same as for overflow.
47579         (__kernel_standard_l): Handle powl overflow and underflow here
47580         rather than calling __kernel_standard.
47581         * math/libm-test.inc (pow_test): Add more tests.
47583         [BZ #3868]
47584         [BZ #13879]
47585         [BZ #13910]
47586         [BZ #13911]
47587         [BZ #13912]
47588         [BZ #13913]
47589         [BZ #13915]
47590         [BZ #13916]
47591         [BZ #13917]
47592         [BZ #13918]
47593         [BZ #13919]
47594         [BZ #13920]
47595         [BZ #13921]
47596         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47597         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47598         (__kernel_standard_l): New function.
47599         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47600         __kernel_standard.
47601         * math/w_acosl.c (__acosl): Likewise.
47602         * math/w_asinl.c (__asinl): Likewise.
47603         * math/w_atan2l.c (__atan2l): Likewise.
47604         * math/w_atanhl.c (__atanhl): Likewise.
47605         * math/w_coshl.c (__coshl): Likewise.
47606         * math/w_exp10l.c (__exp10l): Likewise.
47607         * math/w_exp2l.c (__exp2l): Likewise.
47608         * math/w_fmodl.c (__fmodl): Likewise.
47609         * math/w_hypotl.c (__hypotl): Likewise.
47610         * math/w_j0l.c (__j0l, __y0l): Likewise.
47611         * math/w_j1l.c (__j1l, __y1l): Likewise.
47612         * math/w_jnl.c (__jnl, __ynl): Likewise.
47613         * math/w_lgammal.c (__lgammal): Likewise.
47614         * math/w_log10l.c (__log10l): Likewise.
47615         * math/w_log2l.c (__log2l): Likewise.
47616         * math/w_logl.c (__logl): Likewise.
47617         * math/w_powl.c (__powl): Likewise.
47618         * math/w_remainderl.c (__remainderl): Likewise.
47619         * math/w_scalbl.c (sysv_scalbl): Likewise.
47620         * math/w_sinhl.c (__sinhl): Likewise.
47621         * math/w_sqrtl.c (__sqrtl): Likewise.
47622         * math/w_tgammal.c (__tgammal): Likewise.
47623         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47624         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47625         * math/libm-test.inc (acos_test): Add more tests.
47626         (acosh_test): Likewise.
47627         (asin_test): Likewise.
47628         (atanh_test): Likewise.
47629         (exp_test): Likewise.
47630         (exp10_test): Likewise.
47631         (exp2_test): Likewise.
47632         (expm1_test): Likewise.
47633         (lgamma_test): Likewise.
47634         (log_test): Likewise.
47635         (log10_test): Likewise.
47636         (log1p_test): Likewise.
47637         (log2_test): Likewise.
47638         (pow_test): Do not allow some spurious overflow exceptions.
47639         (sqrt_test): Add more tests.
47640         (tgamma_test): Likewise.
47641         (y0_test): Likewise.
47642         (y1_test): Likewise.
47643         (yn_test): Likewise.
47645 2012-03-27  Anton Blanchard  <anton@samba.org>
47647         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47648         MAP_HUGETLB.
47649         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47650         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47651         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47653 2012-03-27  David S. Miller  <davem@davemloft.net>
47655         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47657         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47658         have-as-vis3 check.
47660 2012-03-27  Andreas Jaeger  <aj@suse.de>
47662         * sysdeps/x86_64/elf/configure.in: Moved to ...
47663         * sysdeps/x86_64/configure.in: ... here.
47664         * sysdeps/x86_64/elf/start.S: Moved to ...
47665         * sysdeps/x86_64/start.S: ... here.
47666         * sysdeps/x86_64/elf/configure: Delete.
47668         * sysdeps/x86_64/configure.in: Merge contents from
47669         sysdeps/i386/configure.in (without i686 check).
47671         * sysdeps/i386/elf/Versions: Merge into ...
47672         * sysdeps/i386/Versions: ... this.
47673         * sysdeps/i386/elf/Versions: Delete file.
47674         * sysdeps/i386/elf/start.S: Moved to ...
47675         * sysdeps/i386/start.S: ...here.
47676         * sysdeps/i386/elf/configure.in: Merge into...
47677         * sysdeps/i386/configure.in: ...here.
47678         * sysdeps/i386/elf/configure.in: Delete file.
47679         * sysdeps/i386/elf/configure: Delete file.
47681         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47682         * debug/backtracesyms.c: ... here.
47683         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47684         * debug/backtracesymsfd.c: ... here.
47685         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47686         * sysdeps/generic/ifunc-sel.h: ... here.
47688         * sysdeps/unix/i386/start.c: Delete file.
47689         * sysdeps/unix/sparc/start.c: Delete file.
47690         * sysdeps/unix/start.c: Delete file.
47692         * sysdeps/sh/elf/configure.in: Moved to ...
47693         * sysdeps/sh/configure.in: ... here.
47694         * sysdeps/sh/elf/start.S: Moved to ...
47695         * sysdeps/sh/start.S: ... here.
47696         * sysdeps/sh/elf/configure: Delete file.
47698         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47699         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47700         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47701         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47702         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47703         * sysdeps/powerpc/powerpc64/start.S: here.
47704         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47705         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47706         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47707         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47708         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47710         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47711         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47712         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47713         * sysdeps/powerpc/powerpc32/start.S: ... here.
47714         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47715         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47716         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47718         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47719         * sysdeps/powerpc/ifunc-sel.h: ... here.
47720         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47721         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47723         * sysdeps/sparc/elf/configure.in: Moved to ...
47724         * sysdeps/sparc/configure.in: ... here.
47725         * sysdeps/sparc/elf/configure: Delete file.
47726         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47727         * sysdeps/sparc/sparc32/start.S: ... here.
47728         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47729         * sysdeps/sparc/sparc64/start.S: ... here.
47730         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47731         * sysdeps/sparc/sparc32/Makefile: ... this.
47732         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47733         * sysdeps/sparc/sparc64/Makefile: ... this.
47735         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47736         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47737         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47738         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47739         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47740         * sysdeps/s390/s390-32/setjmp.S: ... here.
47741         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47742         * sysdeps/s390/s390-32/configure.in: ... here.
47743         * sysdeps/s390/s390-32/elf/configure: Delete file.
47744         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47745         * sysdeps/s390/s390-32/start.S: ... here.
47747         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47748         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47749         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47750         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47751         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47752         * sysdeps/s390/s390-64/setjmp.S: ... here.
47753         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47754         * sysdeps/s390/s390-64/configure.in: ... here
47755         * sysdeps/s390/s390-64/elf/configure: Delete file.
47756         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47757         * sysdeps/s390/s390-64/start.S: ... here.
47758         * sysdeps/s390/s390-64/elf/configure: Delete.
47760         * configure.in: Remove support for elf directories in sysdeps.
47762         * configure: Regenerated.
47763         * sysdeps/i386/configure: Regenerated.
47764         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47765         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47766         * sysdeps/s390/s390-32/configure: Regenerated.
47767         * sysdeps/s390/s390-64/configure: Regenerated.
47768         * sysdeps/sh/configure: Regenerated.
47769         * sysdeps/sparc/configure: Regenerated.
47770         * sysdeps/x86_64/configure: Regenerated.
47772 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47774         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47776         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47777         denormal result into account.
47779 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47781         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47782         Reported by Allan McRae <allan@archlinux.org>.
47784 2012-03-23  Jeff Law  <law@redhat.com>
47786         * nss/getnssent.c (__nss_getent): Fix typo.
47788 2012-03-23  David S. Miller  <davem@davemloft.net>
47790         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47792 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47794         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47795         to pad to uint64_t for each field.
47796         (dl_tls_index): Replace unsigned long with uint64_t.
47798 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47799         Paul Pluzhnikov  <ppluzhnikov@google.com>
47801         [BZ #6528]
47802         * grp/Makefile (otherlibs): Don't set it.
47803         * inet/Makefile (otherlibs): Likewise.
47804         * login/Makefile (otherlibs): Likewise.
47805         * nscd/Makefile (otherlibs): Likewise.
47806         * posix/Makefile (otherlibs): Likewise.
47807         * pwd/Makefile (otherlibs): Likewise.
47808         * rt/Makefile (otherlibs): Likewise.
47809         * sunrpc/Makefile (otherlibs): Likewise.
47810         * nss/Makefile (otherlibs): Likewise.
47811         Add libnss_files to routines and static-only-routines.
47812         ($(objpfx)getent): Remove rule.
47813         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47814         static-only-routines.
47816 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47818         [BZ #13892]
47819         * math/s_cexp.c: Include <float.h>.
47820         (__cexp): Handle exp result overflowing not necessarily
47821         overflowing both real and imaginary parts of result.
47822         * math/s_cexpf.c: Likewise.
47823         * math/s_cexpl.c: Likewise.
47824         * math/libm-test.inc (cexp_test): Add more tests.
47825         * sysdeps/i386/fpu/libm-test-ulps: Update.
47826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47828 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47830         * include/link.h (ELFW): New macro.
47831         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47832         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47834 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47836         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47837         with uint64_t.
47839 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47841         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47842         declaration.
47843         (struct La_x32_retval): Likewise.
47845 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47847         * sysdeps/x86_64/preconfigure.in: New file.
47848         * sysdeps/x86_64/preconfigure: New generated file.
47850 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47852         [BZ #13824]
47853         * math/e_exp2l.c: Include <float.h>.
47854         (__ieee754_exp2l): Handle overflow and underflow cases
47855         separately.  Only pass fractional part of argument to
47856         __ieee754_expl.
47857         * math/libm-test.inc (exp2_test): Add more tests.
47859         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47860         negating x to take absolute value.
47861         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47862         Likewise.
47863         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47864         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47865         Likewise.
47866         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47867         computing low part if x was negated.
47868         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47870 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47872         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47873         la_x32_gnu_pltexit.
47874         (pltexit): Cast int_retval to ptrdiff_t.
47875         * elf/tst-auditmod3b.c: Likewise.
47876         * elf/tst-auditmod4b.c: Likewise.
47877         * elf/tst-auditmod5b.c: Likewise.
47878         * elf/tst-auditmod6b.c: Likewise.
47879         * elf/tst-auditmod6c.c: Likewise.
47880         * elf/tst-auditmod7b.c: Likewise.
47882         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47883         and x32_gnu_pltexit.
47885         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47886         __ELF_NATIVE_CLASS.
47887         (La_x32_regs): New macro.
47888         (La_x32_retval): Likewise.
47889         (la_x32_gnu_pltenter): New function prototype.
47890         (la_x32_gnu_pltexit): Likewise.
47892 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47894         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47895         exponent.
47897         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47899         * configure.in (libc_cv_cc_nofma): Check for option to disable
47900         generation of FMA instructions.
47901         * configure: Regenerate.
47902         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47903         * sysdeps/ieee754/dbl-64/Makefile: New file.
47904         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47905         Remove brandred-fma4.
47906         (CFLAGS-brandred-fma4.c): Remove.
47907         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47908         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47909         define.
47910         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47911         define.
47913 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47915         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47916         LLONG_MAX != LONG_MAX.
47917         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47918         (_fitoa_word): Likewise.
47919         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47920         LLONG_MAX != LONG_MAX.
47921         * stdio-common/_itowa.h: Include <_itoa.h>.
47922         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47923         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47924         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47925         only if not defined.
47926         (_ITOA_WORD_TYPE): Likewise.
47927         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47928         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47930 2012-03-21  David S. Miller  <davem@davemloft.net>
47932         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47934 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47936         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47937         of x86_64 when setting libc_cv_slibdir, libdir and
47938         libc_cv_localedir.
47939         * sysdeps/unix/sysv/linux/configure: Regenerated.
47941 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47943         * manual/lang.texi (Old Varargs): Remove section.
47944         (How Variadic): Update menu.
47945         (va_start): Do not mention varargs.h.
47947 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47948             Joseph Myers  <joseph@codesourcery.com>
47950         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47951         link test.
47952         * configure: Regenerated.
47954 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47956         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47957         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47958         conformtest.pl
47960 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47962         * NOTES: Remove.
47963         * Makefile (files-for-dist): Remove NOTES.
47964         (NOTES): Remove rule.
47965         * README: Don't refer to NOTES.
47966         * manual/creature.texi: Don't include macros.texi.
47967         * manual/intro.texi (creature.texi): Remove comment referring to
47968         NOTES.
47970         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47971         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47972         * configure: Regenerated.
47973         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47974         LIBC_TRY_CC_OPTION.
47975         (libc_cv_as_i686): Likewise.
47976         (libc_cv_cc_avx): Likewise.
47977         (libc_cv_cc_sse2avx): Likewise.
47978         (libc_cv_cc_fma4): Likewise.
47979         (libc_cv_cc_novzeroupper): Likewise.
47980         * sysdeps/i386/configure: Regenerated.
47982         [BZ #13883]
47983         * sysdeps/i386/fpu/s_cexp.S: Remove.
47984         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47985         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47986         * math/libm-test.inc (cexp_test): Add more tests.
47987         * sysdeps/i386/fpu/libm-test-ulps: Update.
47988         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47990 2012-03-21  Allan McRae  <allan@archlinux.org>
47992         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47994 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47996         [BZ #13871]
47997         * math/w_exp2.c: Do not include <float.h>.
47998         (o_threshold, u_threshold): Remove.
47999         (__exp2): Calculate result before checking finiteness and calling
48000         __kernel_standard.
48001         * math/w_exp2f.c: Likewise.
48002         * math/w_exp2l.c: Likewise.
48003         * math/libm-test.inc (exp2_test): Require overflow exception for
48004         1e6 input.
48006         [BZ #3866]
48007         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
48008         range of signed 64-bit integers before using fistpll.  Remove
48009         checks for whether integers fit in mantissa bits.
48010         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
48011         the range of signed 32-bit integers before using fistpl.  Remove
48012         checks for whether integers fit in mantissa bits.
48013         * sysdeps/i386/fpu/e_powl.S (p64): New object.
48014         (__ieee754_powl): Test for y outside the range of signed 64-bit
48015         integers before using fistpll.  Reduce 64-bit values to 63-bit
48016         ones as needed.
48017         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
48018         divide-by-zero is raised for zero to large negative powers.
48019         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
48020         (__ieee754_powl): Test for y outside the range of signed 64-bit
48021         integers before using fistpll.  Reduce 64-bit values to 63-bit
48022         ones as needed.
48023         * math/libm-test.inc (pow_test): Add more tests.
48025 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48027         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
48028         <stdio-common/_itoa.h>.
48029         * debug/segfault.c: Likewise.
48030         * elf/dl-cache.c: Likewise.
48031         * elf/dl-minimal.c: Likewise.
48032         * elf/dl-misc.c: Likewise.
48033         * elf/dl-sysdep.c: Likewise.
48034         * elf/dl-version.c: Likewise.
48035         * elf/rtld.c: Likewise.
48036         * hurd/hurdsock.c: Likewise.
48037         * hurd/lookup-retry.c: Likewise.
48038         * malloc/malloc.c: Likewise.
48039         * malloc/mtrace.c: Likewise.
48040         * nscd/nscd_getgr_r.c: Likewise.
48041         * nscd/nscd_getpw_r.c: Likewise.
48042         * nscd/nscd_getserv_r.c: Likewise.
48043         * posix/getopt_init.c: Likewise.
48044         * posix/wordexp.c: Likewise.
48045         * stdio-common/_itoa.c: Likewise.
48046         * stdio-common/printf_fphex.c: Likewise.
48047         * stdio-common/vfprintf.c: Likewise.
48048         * string/_strerror.c: Likewise.
48049         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
48050         * sysdeps/i386/i686/hp-timing.h: Likewise.
48051         * sysdeps/mach/_strerror.c: Likewise.
48052         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
48053         * sysdeps/mach/hurd/sethostid.c: Likewise.
48054         * sysdeps/mach/hurd/xmknodat.c: Likewise.
48055         * sysdeps/mach/xpg-strerror.c: Likewise.
48056         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48057         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48058         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
48059         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
48060         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48061         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
48062         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48063         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48064         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
48065         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
48066         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
48067         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
48068         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48069         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48070         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48071         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48072         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48073         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48074         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48075         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48076         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48078         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48080         * stdio-common/_itoa.h: Moved to ...
48081         * sysdeps/generic/_itoa.h: Here.
48083         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
48085         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
48086         instead of "_itoa.h" and "_itowa.h".
48087         * stdio-common/vfprintf.: Likewise.
48089 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48091         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
48092         <bits/wordsize.h>.
48093         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
48094         (__signbit): Likwise.
48095         (llrintf): Likwise.
48096         (llrint): Likwise.
48098 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48100         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
48101         __WORDSIZE != 64.
48103 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
48105         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
48106         OVERFLOW_EXCEPTION_OK.
48107         * math/libm-test.inc ("Philosophy"): Update comment about
48108         exception testing.
48109         (OVERFLOW_EXCEPTION): Define.
48110         (OVERFLOW_EXCEPTION_OK): Likewise.
48111         (INVALID_EXCEPTION_OK): Renumber.
48112         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
48113         (IGNORE_ZERO_INF_SIGN): Likewise.
48114         (test_exceptions): Handle FE_OVERFLOW.
48115         (exp10_test): Expect overflow exceptions.
48116         (exp2_test): Likewise.
48117         (expm1_test): Likewise.
48118         (nextafter_test): Likewise.
48119         (pow_test): Likewise.
48120         (scalbn_test): Likewise.
48121         (scalbln_test): Likewise.
48123 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48125         * sysdeps/x86_64/bits/atomic.h
48126         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
48127         64bit integer.
48128         (atomic_exchange_acq): Likewise.
48129         (__arch_exchange_and_add_body): Likewise.
48130         (__arch_add_body): Likewise.
48131         (atomic_add_negative): Likewise.
48132         (atomic_add_zero): Likewise.
48134 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48136         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
48137         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
48139 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48141         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
48142         Check __x86_64__ instead of __WORDSIZE.
48144 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48146         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
48148 2012-03-19  David S. Miller  <davem@davemloft.net>
48150         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48152         * sysdeps/sparc/fpu/fenv_private.h: New file.
48153         * sysdeps/sparc/fpu/math_private.h: Use it.
48154         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
48155         Remove.
48156         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
48157         (libc_feholdexcept_setroundl): Remove.
48158         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
48159         Remove.
48160         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
48161         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
48163 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48165         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
48166         int64_t instead of long int.
48167         (INSERT_WORDS64): Likwise.
48169 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48171         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
48172         _Unwind_GetCFA return to _Unwind_Ptr first.
48174 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
48176         [BZ #13629]
48177         * math/s_clog.c: Include <float.h>.
48178         (__clog): Scale large or subnormal inputs.
48179         * math/s_clogf.c: Likewise.
48180         * math/s_clogl.c: Likewise.
48181         * math/s_clog10.c: Include <float.h>.
48182         (M_LOG10_2): Define.
48183         (__clog10): Scale large or subnormal inputs.
48184         * math/s_clog10f.c: Likewise.
48185         * math/s_clog10l.c: Likewise.
48186         * math/libm-test.inc (clog_test): Add more tests.
48187         (clog10_test): Likewise.
48188         * sysdeps/i386/fpu/libm-test-ulps: Update.
48189         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48191         [BZ #11451]
48192         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48193         x and y.
48194         * math/libm-test.inc (atan2_test): Add another test.
48196         * Makerules (common-objdir-compile): Remove.
48197         * sysdeps/unix/Makefile (config-generated): Do not add
48198         $(unix-generated) to variable.
48199         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48200         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48201         Remove rule.
48202         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48203         Likewise.
48204         [generic bits/local_lim.h] (before-compile): Do not append to
48205         variable.
48206         [generic bits/local_lim.h] (common-generated): Likewise.
48207         [generic sys/param.h] (before-compile): Do not append to variable.
48208         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48209         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48210         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48211         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48212         include.
48213         [generic sys/param.h] (sys/param.h-includes): Remove variable.
48214         [generic sys/param.h] (sys/param.h-includes): Remove rule.
48215         [generic sys/param.h] ($(addprefix
48216         $(common-objpfx),$(sys/param.h-includes))): Likewise.
48217         [generic sys/param.h] (common-generated): Do not append to
48218         variable.
48219         [generic sys/param.h] (sysdep_headers): Likewise.
48220         [generic bits/errno.h] (before-compile): Do not append to
48221         variable.
48222         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48223         rule.
48224         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48225         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48226         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48227         [generic bits/errno.h] (common-generated): Do not append to
48228         variable.
48229         [generic bits/ioctls.h] (before-compile): Do not append to
48230         variable.
48231         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48232         rule.
48233         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48234         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48235         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48236         rule.
48237         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48238         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48239         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48240         [generic bits/ioctls.h] (common-generated): Do not append to
48241         variable.
48242         [generic sys/syscall.h] (syscall.h): Remove variable.
48243         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48244         rule.
48245         [generic sys/syscall.h] (before-compile): Do not append to
48246         variable.
48247         [generic sys/syscall.h] (common-generated): Likewise.
48248         * sysdeps/unix/errnos-tmpl.c: Remove file.
48249         * sysdeps/unix/errnos.awk: Likewise.
48250         * sysdeps/unix/ioctls-tmpl.c: Likewise.
48251         * sysdeps/unix/ioctls.awk: Likewise.
48252         * sysdeps/unix/mk-local_lim.c: Likewise.
48253         * sysdeps/unix/snarf-ioctls: Likewise.
48255 2012-03-19  Richard Henderson  <rth@twiddle.net>
48257         * sysdeps/i386/fpu/fenv_private.h: New file.
48258         * sysdeps/i386/fpu/math_private.h: Use it.
48259         (math_opt_barrier, math_force_eval): Remove.
48260         (libc_feholdexcept_setround_53bit): Remove.
48261         (libc_feupdateenv_53bit): Remove.
48262         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48263         (math_opt_barrier, math_force_eval): Remove.
48264         (libc_feholdexcept): Remove.
48265         (libc_feholdexcept_setround): Remove.
48266         (libc_fetestexcept, libc_fesetenv): Remove.
48267         (libc_feupdateenv_test): Remove.
48268         (libc_feupdateenv, libc_feholdsetround): Remove.
48269         (libc_feresetround): Remove.
48271         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48272         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48274         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48275         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48276         (libc_feupdateenv_testl): New.
48277         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48278         (libc_feupdateenv_testf): New.
48279         (libc_feupdateenv): Use libc_feupdateenv_test.
48280         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48281         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48283         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48284         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48285         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48286         (libc_feresetround_noex): New.
48287         (libc_feresetround_noexf): New.
48288         (libc_feresetround_noexl): New.
48289         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48290         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48291         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48292         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48293         SET_RESTORE_ROUND.
48294         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48295         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48296         (__cos): Likewise.
48297         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48298         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48299         SET_RESTORE_ROUND_NOEX.
48300         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48301         SET_RESTORE_ROUND_NOEXF.
48302         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48303         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48304         (libc_feholdsetroundf): New.
48305         (libc_feresetround, libc_feresetroundf): New.
48307         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48308         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48309         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48311         * sysdeps/generic/math_private.h: Include <fenv.h>.
48312         (default_libc_feholdexcept): New.
48313         (default_libc_feholdexcept_setround): New.
48314         (default_libc_fesetenv, default_libc_feupdateenv): New.
48315         (libc_feholdexcept): Only define if undefined.
48316         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48317         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48318         (libc_feholdexcept_setroundl): Likewise.
48319         (libc_feholdexcept_setround_53bit): Likewise.
48320         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48321         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48322         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48323         (libc_feupdateenv_53bit): Likewise.
48324         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48325         (libc_feholdexcept): Convert from macro to inline function.
48326         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48327         (libc_fesetenv, libc_feupdateenv): Likewise.
48329         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48330         not previously defined.
48331         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48332         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48333         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48334         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48335         * sysdeps/ieee754/flt-32/math_private.h: New file.
48336         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48337         math_private.h below SET_FLOAT_WORD.
48338         (__isnan, __isinf_ns, __finite): Remove.
48339         (__isnanf, __isinf_nsf, __finitef): Remove.
48341 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48343         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48345 2012-03-17  David S. Miller  <davem@davemloft.net>
48347         [BZ #6471]
48348         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48349         for 2.16.
48351 2012-03-16  David S. Miller  <davem@davemloft.net>
48353         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48354         warnings.
48356         [BZ #6471]
48357         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48358         properly.
48359         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48360         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48361         sysdep_routines when subdir is sysvipc.
48362         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48363         __getshmlba helper.
48365         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48367 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48369         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48370         [__LP64__].
48372 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48374         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48375         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48376         (__lround): Renamed to ...
48377         (__llround): This.  Replace long int with long long int.
48378         Define lround functions as aliases of llround functions.
48379         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48381 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48383         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48384         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48385         adresses to uintptr_t.  Replace "long int" and "unsigned long
48386         int" with "greg_t" on va_arg.
48388 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48390         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48391         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48393         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48394         Move e_machine check before EI_CLASS check.  Handle x32
48395         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48396         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48397         SKIP_EM_IA_64 and include
48398         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48400         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48401         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48402         (add_system_dir): New macro.
48404         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48405         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48407 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48409         [BZ #2551]
48410         [BZ #2552]
48411         [BZ #2553]
48412         [BZ #2554]
48413         [BZ #2562]
48414         [BZ #2563]
48415         [BZ #2565]
48416         [BZ #2566]
48417         [BZ #2576]
48418         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48419         (y0): Likewise.
48420         * math/w_j0f.c (j0f): Likewise.
48421         (y0f): Likewise.
48422         * math/w_j0l.c (__j0l): Likewise.
48423         (__y0l): Likewise.
48424         * math/w_j1.c (j1): Likewise.
48425         (y1): Likewise.
48426         * math/w_j1f.c (j1f): Likewise.
48427         (y1f): Likewise.
48428         * math/w_j1l.c (__j1l): Likewise.
48429         (__y1l): Likewise.
48430         * math/w_jn.c (jn): Likewise.
48431         (yn): Likewise.
48432         * math/w_jnf.c (jnf): Likewise.
48433         (ynf): Likewise.
48434         * math/w_jnl.c (__jnl): Likewise.
48435         (__ynl): Likewise.
48436         * math/libm-test.inc (j0_test): Add more tests.
48437         (j1_test): Likewise.
48438         (jn_test): Likewise.  Add trailing semicolon to existing test.
48439         (y0_test): Likewise.
48440         (y1_test): Likewise.
48441         * sysdeps/i386/fpu/libm-test-ulps: Update.
48442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48444         [BZ #13851]
48445         [BZ #13854]
48446         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48447         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48448         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48449         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48450         (__tanl): Set errno for infinite argument.
48451         * sysdeps/i386/fpu/mptan.c: Remove.
48452         * sysdeps/i386/fpu/s_tan.S: Likewise.
48453         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48454         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48455         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48456         * math/libm-test.inc (tan_test): Add more tests and enable more
48457         tests for double and long double.
48458         * sysdeps/i386/fpu/libm-test-ulps: Update.
48459         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48461 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48463         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48464         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48466 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48468         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48469         * configure.in: Use it for both main tree and add-ons.
48470         * configure: Regenerated.
48472 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48474         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48476 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48478         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48479         in comment.
48481         [BZ #13851]
48482         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48483         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48484         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48485         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48486         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48487         infinite argument.
48488         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48489         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48490         != 0 for prec == 2.
48491         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48492         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48493         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48494         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48495         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48496         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48497         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48498         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48499         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48500         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48501         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48502         * math/libm-test.inc (cos_test): Add more tests and enable more
48503         tests for long double.
48504         (sin_test): Likewise.
48505         (sincos_test): Likewise.
48506         * sysdeps/i386/fpu/libm-test-ulps: Update.
48507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48509 2012-03-16  David S. Miller  <davem@davemloft.net>
48511         * sysdeps/sparc/fpu/math_private.h: New file.
48513 2012-03-15  David S. Miller  <davem@davemloft.net>
48515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48516         file.
48517         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48519         file.
48520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48521         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48522         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48523         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48524         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48525         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48526         sysdep routines.
48527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48529         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48530         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48532         * sysdeps/sparc/sparc-ifunc.h: New file.
48533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48534         sparc-ifunc.h
48535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48537         Likewise.
48538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48539         Likewise.
48540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48544         Likewise.
48545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48550         Likewise.
48551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48552         Likewise.
48553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48556         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48557         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48558         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48559         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48560         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48561         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48562         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48563         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48564         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48565         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48566         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48567         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48568         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48569         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48570         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48571         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48572         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48573         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48574         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48575         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48576         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48578 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48580         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48581         scaling.
48582         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48584 2012-03-15  Andreas Jaeger  <aj@suse.de>
48586         [BZ #13852]
48587         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48588         ieee754/flt-32 implementation for sin, cos and sincos.
48589         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48590         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48591         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48592         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48593         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48594         ieee754/flt-32 implementation for tan.
48596         * math/libm-test.inc (cos_test): Enable some large input tests for
48597         float as well
48598         (sin_test): Likewise.
48599         (sincos_test): Likewise.
48600         (tan_test): Add tests for large input.
48602         * sysdeps/i386/fpu/libm-test-ulps: Update.
48604 2012-03-15  Andreas Jaeger  <aj@suse.de>
48606         [BZ #13658]
48607         * math/libm-test.inc (cos_test): Add more test cases.
48608         (sin_test): Likewise.
48609         (sincos_test): Likewise.
48611 2012-03-15  Andreas Jaeger  <aj@suse.de>
48613         [BZ #13837]
48614         * math/libm-test.inc (cos_test): Add a test case for large input
48615         value.
48616         (sin_test): Likewise.
48617         (sincos_test): Likewise.
48619 2012-03-15  Andreas Jaeger  <aj@suse.de>
48620             Joseph Myers  <joseph@codesourcery.com>
48622         [BZ #13658]
48623         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48624         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48625         * sysdeps/i386/fpu/branred.c: Likewise.
48626         * sysdeps/i386/fpu/dosincos.c: Likewise.
48627         * sysdeps/i386/fpu/mpa.c: Likewise.
48628         * sysdeps/i386/fpu/s_cos.S: Likewise.
48629         * sysdeps/i386/fpu/s_sin.S: Likewise.
48630         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48631         * sysdeps/i386/fpu/sincos32.c: Likewise.
48633         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48634         Define.
48635         (libc_feupdateenv_53bit): Define.
48636         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48637         Define.
48638         (libc_feupdateenv_53bit): Define.
48640         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48641         53 bit (without extend i386 double precision).
48643         * math/libm-test.inc (sincos_test): Add tests for large input.
48644         (sin): Likewise.
48645         (cos): Likewise.
48647         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48649 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48651         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48653 2012-03-15  David S. Miller  <davem@davemloft.net>
48655         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48656         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48657         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48658         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48659         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48660         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48661         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48662         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48663         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48664         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48665         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48666         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48667         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48668         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48669         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48671         file.
48672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48674         file.
48675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48677         file.
48678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48680         file.
48681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48682         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48683         fmin/fmax sysdep routines.
48684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48686 2012-03-14  David S. Miller  <davem@davemloft.net>
48688         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48689         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48690         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48691         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48692         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48693         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48694         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48695         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48696         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48697         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48698         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48699         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48700         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48701         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48702         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48703         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48704         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48705         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48706         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48707         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48708         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48709         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48710         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48711         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48712         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48713         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48714         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48715         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48716         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48717         routines.
48718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48719         file.
48720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48722         file.
48723         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48725         file.
48726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48727         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48728         file.
48729         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48731         file.
48732         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48733         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48734         file.
48735         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48736         file.
48737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48738         file.
48739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48740         file.
48741         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48742         New file.
48743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48744         file.
48745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48746         file.
48747         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48749         file.
48750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48752         file.
48753         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48755         file.
48756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48758         VIS3 routines.
48760         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48761         New file.
48763         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48765         * sysdeps/sparc/configure.in: New file.
48766         * sysdeps/sparc/configure: Generate.
48767         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48768         * configure: Regenerate.
48769         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48770         * config.make.in (have-as-vis3): New.
48771         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48772         available use -Av9d instead of -Av9a.
48773         * sysdeps/sparc/sparc64/Makefile: Likewise.
48774         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48776         New file.
48777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48778         file.
48779         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48780         New file.
48781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48782         file.
48783         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48784         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48785         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48786         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48787         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48789         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48790         fzeros/fnegs to load 0x80000000 into a float register instead of
48791         using the stack.
48792         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48794 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48796         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48797         bits/syscall.h.
48798         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48799         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48800         ($(inst_includedir)/bits/syscall.h): Remove rule.
48801         ($(objpfx)bits/syscall.d): Include instead of
48802         $(objpfx)syscall-list.d.
48803         (generated): Change syscall-list.h and syscall-list.d to
48804         bits/syscall.h and bits/syscall.d.
48806 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48808         [BZ #13846]
48809         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48811 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48813         [BZ #13841]
48814         * math/s_csqrt.c: Include <float.h>.
48815         (__csqrt): Scale large or subnormal inputs.
48816         * math/s_csqrtf.c: Likewise.
48817         * math/s_csqrtl.c: Likewise.
48818         * math/libm-test.inc (csqrt_test): Add more tests.
48819         * sysdeps/i386/fpu/libm-test-ulps: Update.
48820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48822         [BZ #13840]
48823         * math/libm-test.inc (hypot_test): Add more tests.
48825 2012-03-13  David S. Miller  <davem@davemloft.net>
48827         [BZ #13840]
48828         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48829         double-precision for the calculation instead of scaling.
48831 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48833         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48834         manipulate bits before adding and subtracting TWO52[sx].
48835         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48836         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48837         Likewise.
48838         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48840 2012-03-13  David S. Miller  <davem@davemloft.net>
48842         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48843         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48844         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48845         rtld-global-offsets.h
48846         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48848         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48849         large parameters.
48851         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48853         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48854         'err' in the ifdef scope in which it is actually used.
48856         * nss/nss_db/db-init.c: Include string.h
48858 2012-03-12  David S. Miller  <davem@davemloft.net>
48860         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48861         masking out of the most significant byte of random value used.
48862         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48863         Fix coding style in previous change.
48865         * sysdeps/unix/sysv/linux/kernel-features.h
48866         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48867         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48868         expression.
48869         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48870         later.
48872 2012-03-11  David S. Miller  <davem@davemloft.net>
48874         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48875         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48876         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48877         for 'resultvar' otherwise things get truncated on 64-bit.
48879         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48880         Fix masking out of the most significant byte of random value used.
48882         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48884 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48886         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48888 2012-03-09  David S. Miller  <davem@davemloft.net>
48890         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48891         variables with appropriate CPP guards.
48892         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48893         from the frame pointer, not the stack pointer.  Correct layout
48894         comments.  Fix test on resulting framesize and the management of
48895         the outregs buffer for pltexit.  Preserve floating point return
48896         values across _dl_call_pltexit call.
48897         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48898         framesize and the management of the outregs buffer for pltexit.
48899         Preserve floating point return values across _dl_call_pltexit
48900         call.
48901         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48902         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48903         (la_sparc64_gnu_pltexit): New functions.
48904         (print_exit): Fix format string for return register value.
48906 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48908         * sunrpc/Makefile (others): Add rpcgen.
48909         ($(objpfx)rpcgen): Remove special build rule and dependency on
48910         libc.
48911         * sunrpc/rpcgen.c: New file.
48913 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48915         [BZ #13673]
48916         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48917         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48918         * sysdeps/i386/crti.S: Likewise.
48919         * sysdeps/i386/crtn.S: Likewise.
48920         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48921         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48922         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48923         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48924         * sysdeps/sh/crti.S: Likewise.
48925         * sysdeps/sh/crtn.S: Likewise.
48926         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48928         [BZ #13673]
48929         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48930         with URL.
48931         * locale/programs/locfile-kw.gperf: Likewise.
48932         * locale/programs/charmap-kw.h: Regenerated.
48933         * locale/programs/locfile-kw.h: Likewise.
48935         [BZ #13673]
48936         * intl/plural.y: Replace FSF snail mail address with URL.
48937         * intl/plural.c: Regenerated.
48939 2012-03-09  Richard Henderson  <rth@twiddle.net>
48941         * include/math_private.h: Remove file.
48942         * math/math_private.h: Move file ...
48943         * sysdeps/generic/math_private.h: ... here.
48945         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48946         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48947         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48949         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48950         and <math_private.h>.
48951         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48952         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48953         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48954         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48955         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48956         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48957         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48958         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48959         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48960         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48961         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48962         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48963         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48964         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48965         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48966         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48967         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48968         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48969         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48970         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48971         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48972         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48973         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48974         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48975         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48976         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48977         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48978         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48979         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48980         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48981         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48982         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48983         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48984         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48985         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48986         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48987         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48988         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48989         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48990         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48991         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48992         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48993         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48994         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48995         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48996         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48997         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48998         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48999         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49000         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49001         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
49002         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
49003         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
49004         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49005         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
49006         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49007         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49008         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
49009         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
49010         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
49011         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49012         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
49013         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49014         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49015         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
49016         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49017         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49018         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49019         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
49020         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
49021         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
49022         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49023         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
49024         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49025         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
49026         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
49027         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
49028         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49029         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
49030         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
49031         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
49032         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
49033         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
49034         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49035         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49036         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
49037         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
49038         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
49039         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49040         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49041         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49042         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49043         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49044         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49045         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49046         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49047         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49048         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49049         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49050         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49051         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49052         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49053         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49054         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49055         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49056         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49057         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49058         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49059         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49060         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49061         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49062         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49063         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49064         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49065         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
49066         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49067         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49068         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49069         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49070         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49071         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49072         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49073         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49074         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49075         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49076         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49077         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49078         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49079         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49080         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49081         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
49082         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49083         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49084         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
49085         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
49086         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49087         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49088         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49089         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
49090         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49091         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49092         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49093         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49094         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
49095         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
49096         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49097         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49098         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49099         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
49100         * sysdeps/ieee754/k_standard.c: Likewise.
49101         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49102         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49103         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49104         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49105         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49106         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49107         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49108         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49109         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49110         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49111         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49112         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49113         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49114         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49115         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49116         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49117         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
49118         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49119         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49120         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
49121         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
49122         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
49123         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49124         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49125         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
49126         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
49127         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49128         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49129         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49130         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49131         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
49132         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49133         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49134         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49135         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
49136         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49137         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49138         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
49139         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
49140         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49141         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
49142         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
49143         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
49144         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49145         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
49146         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
49147         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49148         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49149         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49150         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49151         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49152         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
49153         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49154         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
49155         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49156         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49157         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
49158         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
49159         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49160         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49161         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49162         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
49163         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49164         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49165         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49166         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49167         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49168         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49169         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49170         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49171         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49172         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49173         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49174         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49175         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49176         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49177         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
49178         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49179         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49180         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
49181         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49182         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49183         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49184         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49185         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49186         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49187         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49188         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49189         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49190         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49191         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49192         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49193         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49194         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49195         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49196         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49197         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49198         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49199         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49200         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49201         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49202         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49203         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49204         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49205         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49206         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49207         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49208         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49209         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49210         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49211         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49212         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49213         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49214         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49215         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49216         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49217         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49218         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49219         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49220         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49221         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49222         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49223         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49224         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49225         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49226         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49227         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49228         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49229         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49230         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49231         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49232         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49233         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49234         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49235         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49236         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49237         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49238         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49239         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49240         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49241         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49242         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49243         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49244         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49245         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49246         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49247         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49248         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49249         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49250         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49251         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49252         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49253         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49254         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49255         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49256         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49257         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49258         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49259         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49260         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49261         * sysdeps/ieee754/s_lib_version.c: Likewise.
49262         * sysdeps/ieee754/s_matherr.c: Likewise.
49263         * sysdeps/ieee754/s_signgam.c: Likewise.
49264         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49265         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49266         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49267         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49268         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49269         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49270         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49271         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49272         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49273         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49274         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49275         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49276         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49277         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49278         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49279         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49280         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49281         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49282         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49283         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49284         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49286 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49288         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49289         * sunrpc/rpc_main.c: Likewise.
49290         * sunrpc/rpc_svcout.c: Likewise.
49292 2012-03-09  David S. Miller  <davem@davemloft.net>
49294         * include/math_private.h: New file.
49296 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49298         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49299         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49300         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49301         from <bits/socket_type.h>.
49302         (enum __socket_type): Don't define here.
49303         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49304         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49305         bits/socket_type.h.
49307         [BZ #13566]
49308         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49309         checking __USE_GNU.
49311         * Makerules ($(inst_includedir)/%.h): New rule.
49312         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49313         (install-others): Remove variable setting.
49314         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49316 2012-03-08  Richard Henderson  <rth@twiddle.net>
49318         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49319         from macro to inline function; merge with the
49320         !__LIBC_INTERNAL_MATH_INLINES version.
49321         (__ieee754_sqrtf): Likewise.
49323         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49324         to inline function.
49325         (__rintf, __floor, __floorf): Likewise.
49327         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49328         macro to inline function.
49329         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49331         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49332         not <math/math_private.h>.
49334 2012-03-08  David S. Miller  <davem@davemloft.net>
49336         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49337         copyright year.
49338         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49340 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49342         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49343         normalization.
49344         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49345         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49347 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49349         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49350         be defined individually, they must be defined as a block.  Define
49351         S for printing a string instead of hidint the different by using a
49352         macro for adding the 'l'.
49353         * stdio-common/tst-fphex-wide.c: Adjust.
49355 2012-03-07  Marek Polacek  <polacek@redhat.com>
49357         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49359 2012-03-08  Marek Polacek  <polacek@redhat.com>
49361         [BZ #13806]
49362         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49363         * stdio-common/tst-fphex.c: Define a few macros to make the
49364         test reusable.  Use them.
49365         * stdio-common/tst-fphex-wide.c: New file.
49367 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49369         [BZ #6911]
49370         * manual/macros.texi (gnusystems): New macro.
49371         (nongnusystems): Likewise.
49372         (gnulinuxhurdsystems): Likewise.
49373         (gnuhurdsystems): Likewise..
49374         (gnulinuxsystems): Likewise.
49375         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49376         variants of the GNU system, not "GNU system".
49377         * manual/conf.texi: Likewise.
49378         * manual/errno.texi: Likewise.  Update example of errno macro
49379         expansion.
49380         * manual/filesys.texi: Likewise.
49381         (getumask): Document as specific to GNU/Hurd.
49382         * manual/install.texi: Likewise.  Reword some references to
49383         GNU/Linux.
49384         * manual/intro.texi: Likewise.
49385         * manual/io.texi: Likewise.
49386         (File Name Portability): Detail which constraints are inapplicable
49387         to all GNU systems and which are only inapplicable to GNU/Hurd.
49388         * manual/job.texi: Likewise.
49389         * manual/llio.texi: Likewise.
49390         (O_NOCTTY): Document as present on GNU/Linux.
49391         * manual/maint.texi: Likewise.
49392         * manual/memory.texi: Likewise.
49393         * manual/pattern.texi: Likewise.
49394         * manual/pipe.texi: Likewise.
49395         * manual/process.texi: Likewise.
49396         * manual/resource.texi: Likewise.
49397         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49398         child on GNU/Hurd.
49399         * manual/setjmp.texi: Likewise.
49400         * manual/signal.texi: Likewise.
49401         * manual/startup.texi: Likewise.
49402         * manual/stdio.texi: Likewise.
49403         * manual/terminal.texi: Likewise.
49404         (ONLCR): Document as POSIX.
49405         (OXTABS): Document availability on GNU/Linux as XTABS.
49406         (ONOEOT): Document availability separately from other bits.
49407         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49408         * manual/time.texi: Likewise.
49409         * manual/users.texi: Likewise.
49410         * INSTALL: Regenerated.
49411         * sysdeps/gnu/errlist.c: Regenerated.
49413         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49414         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49415         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49416         puts.
49417         * configure: Regenerated.
49419 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49421         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49422         default includes instead of AC_HEADER_CHECK.
49423         * sysdeps/i386/configure: Regenerated.
49425         [BZ #10716]
49426         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49427         * math/s_cacoshf.c (__cacoshf): Likewise.
49428         * math/s_cacoshl.c (__cacoshl): Likewise.
49429         * math/s_casinh.c (__casinh): Set signs of result from argument.
49430         * math/s_casinhf.c (__casinhf): Likewise.
49431         * math/s_casinhl.c (__casinhl): Likewise.
49432         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49433         (casinh_test): Add more tests.
49434         * sysdeps/i386/fpu/libm-test-ulps: Update.
49435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49437 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49439         * po/zh_TW.po: Update from translation team.
49441         * login/Makefile (distribute): Remove variable.
49442         * catgets/Makefile: Likewise.
49443         * mach/Makefile: Likewise.
49444         * malloc/Makefile: Likewise.
49445         * misc/Makefile: Likewise.
49446         * iconv/Makefile: Likewise.
49447         * nscd/Makefile: Likewise.
49448         * hurd/Makefile: Likewise.
49449         * manual/Makefile: Likewise.
49450         * locale/Makefile: Likewise.
49451         * intl/Makefile: Likewise.
49452         * conform/Makefile: Likewise.
49453         * nss/Makefile: Likewise.
49454         * time/Makefile: Likewise.
49455         * soft-fp/Makefile: Likewise.
49456         * dirent/Makefile: Likewise.
49457         * gmon/Makefile: Likewise.
49458         * po/Makefile: Likewise.
49459         * rt/Makefile: Likewise.
49460         * socket/Makefile: Likewise.
49461         * math/Makefile: Likewise.
49462         * signal/Makefile: Likewise.
49463         * debug/Makefile: Likewise.
49464         * elf/Makefile: Likewise.
49465         * timezone/Makefile: Likewise.
49466         * stdlib/Makefile: Likewise.
49467         * iconvdata/Makefile: Likewise.
49468         * sunrpc/Makefile: Likewise.
49469         * io/Makefile: Likewise.
49470         * argp/Makefile: Likewise.
49471         * inet/Makefile: Likewise.
49472         * hesiod/Makefile: Likewise.
49473         * grp/Makefile: Likewise.
49474         * csu/Makefile: Likewise.
49475         * wctype/Makefile: Likewise.
49476         * crypt/Makefile: Likewise.
49477         * libio/Makefile: Likewise.
49478         * string/Makefile: Likewise.
49479         * nis/Makefile: Likewise.
49480         * resolv/Makefile: Likewise.
49481         * stdio-common/Makefile: Likewise.
49482         * wcsmbs/Makefile: Likewise.
49483         * dlfcn/Makefile: Likewise.
49484         * posix/Makefile: Likewise.
49486         [BZ #6959]
49487         * timezone/Makefile: Don't install timezone files, just the programs
49488         and scripts.
49490 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49492         * nss/databases.def: Add missing gshadow entry.
49494         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49496 2012-03-06  Marek Polacek  <polacek@redhat.com>
49498         [BZ #13726]
49499         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49500         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49501         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49502         * stdio-common/tst-long-dbl-fphex.c: New file.
49504 2012-03-06  David S. Miller  <davem@davemloft.net>
49506         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49507         (set_obp_int): New function.
49508         (get_obp_int): New function.
49509         (__get_clockfreq_via_dev_openprom): Likewise.
49510         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49511         Avoid unused variable warnings on 'val' and use builtin_expect.
49512         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49513         __builtin_expect.
49514         (INLINE_CLONE_SYSCALL): Likewise.
49516 2012-03-05  David S. Miller  <davem@davemloft.net>
49518         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49520 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49522         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49524         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49525         only for |x| >= 40.
49526         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49528 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49530         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49531         Replace gettimeofday with __vdso_gettimeofday.
49533         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49534         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49535         __vdso_clock_gettime and __vdso_getcpu.
49537         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49538         time with __vdso_time.
49540 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49542         * manual/lang.texi (size_t): Note types to which size_t may be
49543         equivalent with the GNU C Library, but do not describe when
49544         differences between them are significant.
49546 2012-03-05  Andreas Jaeger  <aj@suse.de>
49548         * sysdeps/i386/fpu/libm-test-ulps: Update.
49550 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49552         [BZ #3976]
49553         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49554         (__ieee754_pow): Save and restore rounding mode and use
49555         round-to-nearest for main computations.
49556         * math/libm-test.inc (pow_test_tonearest): New function.
49557         (pow_test_towardzero): Likewise.
49558         (pow_test_downward): Likewise.
49559         (pow_test_upward): Likewise.
49560         (main): Call the new functions.
49561         * sysdeps/i386/fpu/libm-test-ulps: Update.
49562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49564         [BZ #3976]
49565         * math/libm-test.inc (cosh_test_tonearest): New function.
49566         (cosh_test_towardzero): Likewise.
49567         (cosh_test_downward): Likewise.
49568         (cosh_test_upward): Likewise.
49569         (sinh_test_tonearest): Likewise.
49570         (sinh_test_towardzero): Likewise.
49571         (sinh_test_downward): Likewise.
49572         (sinh_test_upward): Likewise.
49573         (main): Call the new functions.
49574         * sysdeps/i386/fpu/libm-test-ulps: Update.
49575         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49577 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49579         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49580         default stack guard is set in last bytes.
49581         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49583 2012-03-05  Kees Cook  <keescook@chromium.org>
49585         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49587         [BZ #13656]
49588         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49589         possibly allocate from heap instead of stack.
49590         * stdio-common/bug-vfprintf-nargs.c: New file.
49591         * stdio-common/Makefile (tests): Add nargs overflow test.
49593 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49595         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49597 2012-03-03  Marek Polacek  <polacek@redhat.com>
49599         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49600         * math/math_private.h: Likewise.
49601         * stdlib/tst-strtod.c: Likewise.
49602         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49603         * sysdeps/x86_64/bits/atomic.h: Likewise.
49605 2012-03-02  David S. Miller  <davem@davemloft.net>
49607         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49608         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49609         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49610         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49611         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49612         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49613         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49614         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49616 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49618         [BZ #13792]
49619         * manual/examples/README: New file, says the example source files
49620         can be used under GPL>=2.
49621         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49622         line containing just "*/".
49623         * manual/examples/add.c: Add copyright header (GPL>=2).
49624         * manual/examples/argp-ex1.c: Likewise.
49625         * manual/examples/argp-ex2.c: Likewise.
49626         * manual/examples/argp-ex3.c: Likewise.
49627         * manual/examples/argp-ex4.c: Likewise.
49628         * manual/examples/atexit.c: Likewise.
49629         * manual/examples/db.c: Likewise.
49630         * manual/examples/dir.c: Likewise.
49631         * manual/examples/dir2.c: Likewise.
49632         * manual/examples/execinfo.c: Likewise.
49633         * manual/examples/filecli.c: Likewise.
49634         * manual/examples/filesrv.c: Likewise.
49635         * manual/examples/fmtmsgexpl.c: Likewise.
49636         * manual/examples/genpass.c: Likewise.
49637         * manual/examples/inetcli.c: Likewise.
49638         * manual/examples/inetsrv.c: Likewise.
49639         * manual/examples/isockad.c: Likewise.
49640         * manual/examples/longopt.c: Likewise.
49641         * manual/examples/memopen.c: Likewise.
49642         * manual/examples/memstrm.c: Likewise.
49643         * manual/examples/mkfsock.c: Likewise.
49644         * manual/examples/mkisock.c: Likewise.
49645         * manual/examples/mygetpass.c: Likewise.
49646         * manual/examples/pipe.c: Likewise.
49647         * manual/examples/popen.c: Likewise.
49648         * manual/examples/rprintf.c: Likewise.
49649         * manual/examples/search.c: Likewise.
49650         * manual/examples/select.c: Likewise.
49651         * manual/examples/setjmp.c: Likewise.
49652         * manual/examples/sigh1.c: Likewise.
49653         * manual/examples/sigusr.c: Likewise.
49654         * manual/examples/stpcpy.c: Likewise.
49655         * manual/examples/strdupa.c: Likewise.
49656         * manual/examples/strftim.c: Likewise.
49657         * manual/examples/strncat.c: Likewise.
49658         * manual/examples/subopt.c: Likewise.
49659         * manual/examples/swapcontext.c: Likewise.
49660         * manual/examples/termios.c: Likewise.
49661         * manual/examples/testopt.c: Likewise.
49662         * manual/examples/testpass.c: Likewise.
49663         * manual/examples/timeval_subtract.c: Likewise.
49665         [BZ #13792]
49666         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49667         function to ...
49668         * manual/timeval_subtract.c.texi: ... here, new file.
49670 2012-03-02  David S. Miller  <davem@davemloft.net>
49672         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49674 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49676         [BZ #3976]
49677         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49678         (__sin): Save and restore rounding mode and use round-to-nearest
49679         for all computations.
49680         (__cos): Save and restore rounding mode and use round-to-nearest
49681         for all computations.
49682         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49683         <fenv.h>.
49684         (tan): Save and restore rounding mode and use round-to-nearest for
49685         all computations.
49686         * math/libm-test.inc (cos_test_tonearest): New function.
49687         (cos_test_towardzero): Likewise.
49688         (cos_test_downward): Likewise.
49689         (cos_test_upward): Likewise.
49690         (sin_test_tonearest): Likewise.
49691         (sin_test_towardzero): Likewise.
49692         (sin_test_downward): Likewise.
49693         (sin_test_upward): Likewise.
49694         (tan_test_tonearest): Likewise.
49695         (tan_test_towardzero): Likewise.
49696         (tan_test_downward): Likewise.
49697         (tan_test_upward): Likewise.
49698         (main): Call the new functions.
49699         * sysdeps/i386/fpu/libm-test-ulps: Update.
49700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49702         [BZ #10135]
49703         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49704         small n, then large n, before computing and testing k+n.
49705         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49706         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49707         Likewise.
49708         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49709         Likewise.
49710         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49711         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49712         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49713         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49714         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49715         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49716         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49717         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49718         * math/libm-test.inc (scalbn_test): Add more tests.
49719         (scalbln_test): Likewise.
49721         * manual/filesys.texi (mode_t): Describe constraints on size and
49722         signedness, not exact equivalence to a particular type.
49723         (ino_t): Likewise.
49724         (ino64_t): Likewise.
49725         (dev_t): Likewise.
49726         (nlink_t): Likewise.
49727         (blkcnt_t): Likewise.
49728         (blkcnt64_t): Likewise.
49729         * manual/llio.texi (off_t): Likewise.
49731         [BZ #3976]
49732         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49733         (__ieee754_exp): Save and restore rounding mode and use
49734         round-to-nearest for all computations.
49735         * math/libm-test.inc (exp_test_tonearest): New function.
49736         (exp_test_towardzero): Likewise.
49737         (exp_test_downward): Likewise.
49738         (exp_test_upward): Likewise.
49739         (main): Call the new functions.
49740         * sysdeps/i386/fpu/libm-test-ulps: Update.
49741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49743 2012-03-01  Chris Demetriou  <cgd@google.com>
49745         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49746         have predictable order.
49748 2012-03-01  David S. Miller  <davem@davemloft.net>
49750         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49752         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49753         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49754         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49755         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49757         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49758         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49759         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49760         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49761         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49762         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49763         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49764         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49765         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49767         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49769         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49770         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49771         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49773         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49774         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49775         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49776         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49777         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49778         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49779         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49780         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49781         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49782         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49783         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49784         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49785         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49786         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49787         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49788         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49789         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49790         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49791         * sysdeps/sparc/elf/configure: Regenerated.
49793 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49795         * configure.in (AS, LD): Require binutils 2.20 or later.
49796         * configure: Regenerated.
49797         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49798         as required minimum version.
49799         * INSTALL: Regenerated.
49801         [BZ #2541]
49802         [BZ #4108]
49803         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49804         before squaring exponent.
49805         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49806         bottom long double and 27 bits of top long double before squaring
49807         exponent.
49808         * math/libm-test.inc (erfc_test): Add more tests.
49809         * sysdeps/i386/fpu/libm-test-ulps: Update.
49810         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49813 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49815         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49816         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49817         containing bit-fields.
49818         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49819         * soft-fp/single.h (_FP_UNION_S): Likewise.
49820         * soft-fp/double.h (_FP_UNION_D): Likewise.
49822 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49824         [BZ #13786]
49825         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49826         not include ../strcmp.S.
49827         [USE_AS_STRNCASECMP_L]: Likewise.
49828         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49829         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49830         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49831         (__strncasecmp_l_ia32): Define as alias to
49832         __strncasecmp_l_nonascii.
49834         [BZ #5794]
49835         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49836         * sysdeps/i386/fpu/libm-test-ulps: Update.
49837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49839         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49842 2012-02-29  Jeff Law  <law@redhat.com>
49844         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49845         out of bounds read.
49847 2012-02-29  Marek Polacek  <polacek@redhat.com>
49849         [BZ #13706]
49850         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49851         * elf/Makefile: Add rules to run tst-unused-dep.out.
49853 2012-02-28  David S. Miller  <davem@davemloft.net>
49855         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49856         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49857         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49858         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49859         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49860         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49862 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49864         * math/libm-test.inc (llround_test): Move one test from
49865         lround_test.  Use TEST_f_L in moved test.
49866         (lround_test): Move misplaced test to llround_test.  Add testcase
49867         from bug 2561.
49869 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49871         * sysdeps/x86_64/fpu/e_expf.S: New file.
49872         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49874 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49876         [BZ #13637]
49877         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49878         of remain_len that may cause incomplete multi-byte character and
49879         false match.
49880         * posix/bug-regex33.c: New file.
49881         * posix/Makefile (tests): Add bug-regex33.
49883 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49885         * manual/macros.texi: New file.
49886         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49887         * manual/libc.texinfo: Include macros.texi.
49888         * manual/creatute.texi: Likewise.
49889         * manual/install.texi: Likewise.
49890         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49891         @glibcadj{} in references to the GNU C Library.
49892         * manual/charset.texi: Likewise.
49893         * manual/conf.texi: Likewise.
49894         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49895         when not using those macros.
49896         * manual/creature.texi: Likewise.
49897         * manual/crypt.texi: Likewise.
49898         * manual/errno.texi: Likewise.
49899         * manual/filesys.texi: Likewise.
49900         * manual/header.texi: Likewise.
49901         * manual/install.texi: Likewise.
49902         * manual/intro.texi: Likewise.
49903         * manual/io.texi: Likewise.
49904         * manual/job.texi: Likewise.
49905         * manual/lang.texi: Likewise.
49906         * manual/libc.texiinfo: Likewise.
49907         * manual/llio.texi: Likewise.
49908         * manual/locale.texi: Likewise.
49909         * manual/maint.texi: Likewise.
49910         * manual/math.texi: Likewise.
49911         * manual/memory.texi: Likewise.
49912         * manual/message.texi: Likewise.
49913         * manual/nss.texi: Likewise.
49914         * manual/pattern.texi: Likewise.
49915         * manual/process.texi: Likewise.
49916         * manual/resource.texi: Likewise.
49917         * manual/search.texi: Likewise.
49918         * manual/setjmp.texi: Likewise.
49919         * manual/signal.texi: Likewise.
49920         * manual/socket.texi: Likewise.
49921         * manual/startup.texi: Likewise.
49922         * manual/stdio.texi: Likewise.
49923         * manual/string.texi: Likewise.
49924         * manual/sysinfo.texi: Likewise.
49925         * manual/syslog.texi: Likewise.
49926         * manual/terminal.texi: Likewise.
49927         * manual/time.texi: Likewise.
49928         * manual/users.texi: Likewise.
49929         * INSTALL: Regenerated.
49930         * NOTES: Regenerated.
49931         * sysdeps/gnu/errlist.c: Regenerated.
49933 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49935         * include/dirent.h: Include <dirstream.h> before
49936         <dirent/dirent.h>.
49938 2012-02-28  David S. Miller  <davem@davemloft.net>
49940         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49941         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49942         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49943         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49945 2012-02-27  David S. Miller  <davem@davemloft.net>
49947         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49948         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49949         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49950         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49952         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49953         frame pointer instead of stack pointer relative arg slot.
49954         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49955         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49956         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49958 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49960         [BZ #3992]
49961         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49963 2012-02-27  David S. Miller  <davem@davemloft.net>
49965         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49966         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49967         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49968         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49969         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49970         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49971         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49972         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49974 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49976         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49977         later.  Allow versions 5-9.
49978         * configure: Regenerated.
49979         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49980         required minimum version and 4.6 as recommended version.  Do not
49981         mention bugs in GCC 2.7 and 2.8.
49982         * INSTALL: Regenerated.
49984 2012-02-27  David S. Miller  <davem@davemloft.net>
49986         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49987         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49988         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49989         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49990         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49991         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49992         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49993         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49995         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49996         manipulate bits before adding and subtracting TWO112[sx].
49997         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49999 2012-02-27  Roland McGrath  <roland@hack.frob.com>
50001         [BZ #13775]
50002         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
50003         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
50004         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
50005         being in POSIX, because they are in 1003.1-2008.
50007         * rt/tst-aio.c: Include <fcntl.h>.
50008         * rt/tst-aio7.c: Likewise.
50009         * rt/tst-aio64.c: Likewise.
50011         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
50013 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50015         * manual/install.texi (--with-headers): Describe headers as
50016         interface headers, not private headers.
50017         (Specific advice for GNU/Linux systems): Describe use of headers
50018         from "make headers_install", not private headers from older
50019         kernels.
50020         * INSTALL: Regenerated.
50021         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
50022         Change to 2.6.19.
50023         * sysdeps/unix/sysv/linux/configure: Regenerated.
50025         * manual/llio.texi (fclean): Remove documentation.
50027         * manual/Makefile (libc-texi-generated): New variable.  Include
50028         version.texi.
50029         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
50030         $(libc-texi-generated), not duplicated list of files.
50031         (version.texi, stamp-version): New rules.
50032         (realclean): Remove $(libc-texi-generated), not individual files
50033         from that list.  Do not remove dir-add.texinfo.
50034         * manual/libc.texinfo: Comment out uses of edition numbers and
50035         references to printed manual.  Remove last-updated dates.
50036         (EDITION): Comment out.
50037         (ISBN): Likewise.
50038         (VERSION, UPDATED): Remove.
50039         (version.texi): Include.
50041 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
50043         * sysdeps/posix/spawni.c: Include <signal.h>.
50044         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
50045         * sysdeps/pthread/aio_fsync.c: Likewise.
50047 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
50049         * conform/Makefile (tests): Run only when not cross-compiling and
50050         when fast-check is not defined.
50052         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
50053         * conform/data/limits.h-data: Fixes for POSIX2008.
50054         * conform/run-conformtest.sh: Run all tests.
50055         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
50056         headers.
50057         * include/bits/dlfcn.h: Likewise.
50058         * include/langinfo.h: Likewise.
50059         * include/monetary.h: Likewise.
50060         * include/sys/poll.h: Likewise.
50062         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
50063         for __USE_GNU.
50064         * posix/spawn.h: Define __need_sigset_t.
50065         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
50066         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
50067         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
50068         to get sigevent_t only.
50069         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50070         only for __USE_GNU.
50071         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50072         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50073         process_vm_writev only for __USE_GNU.
50074         * termios/termios.h: Declare tcgetsid also for POSIX2008.
50076         * conform/Makefile: For now ignore errors from run-conformtest.
50077         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
50078         POSIX to avoid namespace pollution.  Don't prepend headers.
50079         * conform/data/aio.h-data: Fixes for POSIX testing.
50080         * conform/data/fcntl.h-data: Likewise.
50081         * conform/data/glob.h-data: Likewise.
50082         * conform/data/grp.h-data: Likewise.
50083         * conform/data/pthread.h-data: Likewise.
50084         * conform/data/pwd.h-data: Likewise.
50085         * conform/data/signal.h-data: Likewise.
50086         * conform/data/spawn.h-data: Likewise.
50087         * conform/data/stdio.h-data: Likewise.
50088         * conform/data/stdlib.h-data: Likewise.
50089         * conform/data/stropts.h-data: Likewise.
50090         * conform/data/sys/mman.h-data: Likewise.
50091         * conform/data/sys/stat.h-data: Likewise.
50092         * conform/data/sys/types.h-data: Likewise.
50093         * conform/data/sys/wait.h-data: Likewise.
50094         * conform/data/time.h-data: Likewise.
50095         * conform/data/unistd.h-data: Likewise.
50096         * conform/data/utime.h-data: Likewise.
50098         * io/sys/stat.h: fchmod was always in POSIX.
50099         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
50100         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
50101         * rt/aio.h: Define __need_timespec before including <time.h>.
50102         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
50103         struct.  Add forward declaration of pthread_attr_t and use it in
50104         sigevent.
50105         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50106         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50107         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
50108         always remove CLK_TCK definition.
50110 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
50112         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
50114 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
50116         * conform/run-conformtest.sh: New file.
50117         * conform/Makefile: Run run-conformtest for tests.
50118         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
50119         support.
50121         * conform/data/uchar.h-data: New file.
50122         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
50123         * conform/data/arpa/inet.h-data: Likewise.
50124         * conform/data/assert.h-data: Likewise.
50125         * conform/data/complex.h-data: Likewise.
50126         * conform/data/cpio.h-data: Likewise.
50127         * conform/data/ctype.h-data: Likewise.
50128         * conform/data/dirent.h-data: Likewise.
50129         * conform/data/dlfcn.h-data: Likewise.
50130         * conform/data/errno.h-data: Likewise.
50131         * conform/data/fcntl.h-data: Likewise.
50132         * conform/data/float.h-data: Likewise.
50133         * conform/data/fmtmsg.h-data: Likewise.
50134         * conform/data/fnmatch.h-data: Likewise.
50135         * conform/data/ftw.h-data: Likewise.
50136         * conform/data/glob.h-data: Likewise.
50137         * conform/data/grp.h-data: Likewise.
50138         * conform/data/iconv.h-data: Likewise.
50139         * conform/data/inttypes.h-data: Likewise.
50140         * conform/data/langinfo.h-data: Likewise.
50141         * conform/data/libgen.h-data: Likewise.
50142         * conform/data/limits.h-data: Likewise.
50143         * conform/data/locale.h-data: Likewise.
50144         * conform/data/math.h-data: Likewise.
50145         * conform/data/monetary.h-data: Likewise.
50146         * conform/data/mqueue.h-data: Likewise.
50147         * conform/data/ndbm.h-data: Likewise.
50148         * conform/data/net/if.h-data: Likewise.
50149         * conform/data/netdb.h-data: Likewise.
50150         * conform/data/netinet/in.h-data: Likewise.
50151         * conform/data/nl_types.h-data: Likewise.
50152         * conform/data/poll.h-data: Likewise.
50153         * conform/data/pthread.h-data: Likewise.
50154         * conform/data/pwd.h-data: Likewise.
50155         * conform/data/regex.h-data: Likewise.
50156         * conform/data/sched.h-data: Likewise.
50157         * conform/data/search.h-data: Likewise.
50158         * conform/data/semaphore.h-data: Likewise.
50159         * conform/data/setjmp.h-data: Likewise.
50160         * conform/data/signal.h-data: Likewise.
50161         * conform/data/spawn.h-data: Likewise.
50162         * conform/data/stdarg.h-data: Likewise.
50163         * conform/data/stdio.h-data: Likewise.
50164         * conform/data/stdlib.h-data: Likewise.
50165         * conform/data/string.h-data: Likewise.
50166         * conform/data/strings.h-data: Likewise.
50167         * conform/data/stropts.h-data: Likewise.
50168         * conform/data/sys/ipc.h-data: Likewise.
50169         * conform/data/sys/mman.h-data: Likewise.
50170         * conform/data/sys/msg.h-data: Likewise.
50171         * conform/data/sys/resource.h-data: Likewise.
50172         * conform/data/sys/select.h-data: Likewise.
50173         * conform/data/sys/sem.h-data: Likewise.
50174         * conform/data/sys/shm.h-data: Likewise.
50175         * conform/data/sys/socket.h-data: Likewise.
50176         * conform/data/sys/stat.h-data: Likewise.
50177         * conform/data/sys/statvfs.h-data: Likewise.
50178         * conform/data/sys/time.h-data: Likewise.
50179         * conform/data/sys/timeb.h-data: Likewise.
50180         * conform/data/sys/times.h-data: Likewise.
50181         * conform/data/sys/types.h-data: Likewise.
50182         * conform/data/sys/uio.h-data: Likewise.
50183         * conform/data/sys/un.h-data: Likewise.
50184         * conform/data/sys/utsname.h-data: Likewise.
50185         * conform/data/sys/wait.h-data: Likewise.
50186         * conform/data/syslog.h-data: Likewise.
50187         * conform/data/tar.h-data: Likewise.
50188         * conform/data/termios.h-data: Likewise.
50189         * conform/data/utime.h-data: Likewise.
50190         * conform/data/utmpx.h-data: Likewise.
50191         * conform/data/varargs.h-data: Likewise.
50192         * conform/data/wchar.h-data: Likewise.
50193         * conform/data/wctype.h-data: Likewise.
50194         * conform/data/wordexp.h-data: Likewise.
50196         * include/stropts.h: New file.
50197         * include/uchar.h: New file.
50198         * include/aio.h: Changes to allow conformtest.pl to use the headers.
50199         * include/assert.h: Likewise.
50200         * include/ctype.h: Likewise.
50201         * include/dirent.h: Likewise.
50202         * include/dlfcn.h: Likewise.
50203         * include/fcntl.h: Likewise.
50204         * include/fnmatch.h: Likewise.
50205         * include/glob.h: Likewise.
50206         * include/grp.h: Likewise.
50207         * include/libio.h: Likewise.
50208         * include/locale.h: Likewise.
50209         * include/math.h: Likewise.
50210         * include/net/if.h: Likewise.
50211         * include/netdb.h: Likewise.
50212         * include/netinet/in.h: Likewise.
50213         * include/pthread.h: Likewise.
50214         * include/pwd.h: Likewise.
50215         * include/regex.h: Likewise.
50216         * include/sched.h: Likewise.
50217         * include/search.h: Likewise.
50218         * include/setjmp.h: Likewise.
50219         * include/signal.h: Likewise.
50220         * include/stdio.h: Likewise.
50221         * include/stdlib.h: Likewise.
50222         * include/string.h: Likewise.
50223         * include/sys/cdefs.h: Likewise.
50224         * include/sys/mman.h: Likewise.
50225         * include/sys/msg.h: Likewise.
50226         * include/sys/resource.h: Likewise.
50227         * include/sys/select.h: Likewise.
50228         * include/sys/socket.h: Likewise.
50229         * include/sys/stat.h: Likewise.
50230         * include/sys/statvfs.h: Likewise.
50231         * include/sys/time.h: Likewise.
50232         * include/sys/times.h: Likewise.
50233         * include/sys/uio.h: Likewise.
50234         * include/sys/utsname.h: Likewise.
50235         * include/sys/wait.h: Likewise.
50236         * include/termios.h: Likewise.
50237         * include/time.h: Likewise.
50238         * include/ulimit.h: Likewise.
50239         * include/unistd.h: Likewise.
50240         * include/utime.h: Likewise.
50241         * include/wchar.h: Likewise.
50242         * include/wctype.h: Likewise.
50243         * include/wordexp.h: Likewise.
50245         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50247         * time/time.h: TIME_UTC must be a macro.
50248         Make timespec_get available for ISO C11 only as well.
50250 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
50252         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50253         Reported by Peng Haitao <penght@cn.fujitsu.com>.
50255 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50257         * configure.in: Use -o not -a in test for unsupported multi-arch.
50259 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50261         * manual/texinfo.tex: Update to version 2012-01-19.16.
50263 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50265         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50267 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50269         [BZ #13738]
50270         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50271         * manual/fdl-1.3.texi: New file.
50272         * manual/fdl-1.1.texi: File removed.
50274         [BZ #13738]
50275         * manual/libc.texinfo (FDL_VERSION): New @set.
50276         Use it for mention of FDL in cover text.
50277         (Documentation License): Use it in @include file name.
50279 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50280             Roland McGrath  <roland@hack.frob.com>
50282         [BZ #5461]
50283         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50284         (not LONG_LONG_MAX and LONG_LONG_MIN.
50285         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50286         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50287         name.
50288         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50290 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50292         [BZ #2547]
50293         [BZ #11365]
50294         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50295         manipulate bits before adding and subtracting TWO23[sx].
50296         * math/libm-test.inc (nearbyint_test): Add more tests.
50298 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50300         [BZ #2548]
50301         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50302         bits before adding and subtracting TWO23[sx].
50303         * math/libm-test.inc (rint_test): Add more tests.
50304         (rint_test_tonearest): Likewise.
50305         (rint_test_towardzero): Likewise.
50306         (rint_test_downward): Likewise.
50307         (rint_test_upward: Likewise.
50309 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50311         [BZ #10110]
50312         * include/stdc-predef.h: New file.  Extracted from features.h.
50313         * include/features.h: Include stdc-predef.h.
50314         * Makefile (headers): Add stdc-predef.h.
50315         * CONFORMANCE (Compiler limitations): Update.
50317 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50319         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50321 2012-02-21  David S. Miller  <davem@davemloft.net>
50323         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50324         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50326 2012-02-20  David S. Miller  <davem@davemloft.net>
50328         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50329         using a normal save/restore sequence, rather than allocating a
50330         dummy stack frame just to store a frame pointer and restore.
50331         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50333 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50335         * manual/install.texi: Fix stray word in line-wrapped comment.
50337 2012-02-20  David S. Miller  <davem@davemloft.net>
50339         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50340         both binutils and gcc support GOTDATA.
50342         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50343         "rd %pc" in the PIC register setup sequences.
50345         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50346         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50347         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50348         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50349         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50350         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50351         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50352         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50353         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50354         (SYSCALL_ERROR_HANDLER): Likewise.
50355         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50356         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50357         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50358         (SYSCALL_ERROR_HANDLER): Likewise.
50360         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50361         (HAVE_GCC_GOTDATA): New.
50362         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50363         relocation support in both binutils and gcc.
50364         * sysdeps/sparc/elf/configure: Regenerate.
50366         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50367         * sysdeps/sparc/sparc32/elf/configure: Delete.
50368         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50369         * sysdeps/sparc/sparc64/elf/configure: Delete.
50370         * sysdeps/sparc/elf/configure.in: New file.
50371         * sysdeps/sparc/elf/configure: Generate.
50373         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50374         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50375         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50376         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50377         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50379 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50381         * manual/install.texi: Do not mention specific glibc version
50382         numbers.
50383         * manual/libc.texinfo (VERSION, UPDATED): Update.
50384         (@copying): Use @copyright{} and range of years.
50386 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50388         [BZ #13695]
50389         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50390         [crti.S not in sysdirs] (generated): Do not append.
50391         [crti.S not in sysdirs] (omit-deps): Likewise.
50392         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50393         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50394         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50395         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50396         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50397         Likewise.
50398         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50399         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50400         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50401         * csu/defs.awk: Remove file.
50402         * sysdeps/generic/initfini.c: Likewise.
50403         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50404         variable.
50405         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50406         Likewise.
50408 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50410         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50411         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50412         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50413         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50414         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50415         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50416         <bits/epoll.h>.
50417         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50418         (__EPOLL_PACKED): Define to empty if not defined by
50419         <bits/epoll.h>.
50420         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50421         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50422         bits/epoll.h.
50424 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50426         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50427         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50428         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50429         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50430         <bits/timerfd.h>.
50431         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50432         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50433         bits/timerfd.h.
50435 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50437         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50438         in C locale.
50439         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50440         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50441         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50444 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50446         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50447         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50449 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50451         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50452         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50453         defined.
50454         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50455         Likewise.
50456         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50457         entry for 2.16.
50459 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50461         * math/w_acos.c: Use non-signaling floating-point comparisons.
50462         * math/w_acosf.c: Likewise.
50463         * math/w_acosh.c: Likewise.
50464         * math/w_acoshf.c: Likewise.
50465         * math/w_acoshl.c: Likewise.
50466         * math/w_acosl.c: Likewise.
50467         * math/w_asin.c: Likewise.
50468         * math/w_asinf.c: Likewise.
50469         * math/w_asinl.c: Likewise.
50470         * math/w_atanh.c: Likewise.
50471         * math/w_atanhf.c: Likewise.
50472         * math/w_atanhl.c: Likewise.
50473         * math/w_exp2.c: Likewise.
50474         * math/w_exp2f.c: Likewise.
50475         * math/w_exp2l.c: Likewise.
50476         * math/w_j0.c: Likewise.
50477         * math/w_j0f.c: Likewise.
50478         * math/w_j0l.c: Likewise.
50479         * math/w_j1.c: Likewise.
50480         * math/w_j1f.c: Likewise.
50481         * math/w_j1l.c: Likewise.
50482         * math/w_jn.c: Likewise.
50483         * math/w_jnf.c: Likewise.
50484         * math/w_log.c: Likewise.
50485         * math/w_log10.c: Likewise.
50486         * math/w_log10f.c: Likewise.
50487         * math/w_log10l.c: Likewise.
50488         * math/w_log2.c: Likewise.
50489         * math/w_log2f.c: Likewise.
50490         * math/w_log2l.c: Likewise.
50491         * math/w_logf.c: Likewise.
50492         * math/w_logl.c: Likewise.
50493         * math/w_sqrt.c: Likewise.
50494         * math/w_sqrtf.c: Likewise.
50495         * math/w_sqrtl.c: Likewise.
50496         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50497         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50498         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50499         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50500         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50502 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50504         [BZ #9739]
50505         * manual/string.texi (strnlen): Use correct parameter name in
50506         equivalent expression.
50508 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50510         [BZ #11174]
50511         * manual/users.texi (seteuid): Consistently use neweuid for
50512         argument name.
50514 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50516         [BZ #13704]
50517         * manual/nss.texi (Services in the NSS configuration): Correct
50518         list of services in example configuration file.
50520 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50522         [BZ #11322]
50523         * manual/arith.texi: Remove statements about negative zero
50524         behaving identically to zero.
50526 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50528         [BZ #5993]
50529         * manual/install.texi: Do not document upgrading from libc5.
50531 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50533         [BZ #4596]
50534         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50536 2012-02-18  David S. Miller  <davem@davemloft.net>
50538         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50539         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50540         %o7 across the call.
50541         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50542         instead.
50543         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50544         SETUP_PIC_REG_LEAF.
50545         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50546         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50547         * sysdeps/sparc/crtn.S: Likewise.
50549 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50551         * aout/Makefile: Remove.
50553 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50555         [BZ #13058]
50556         * manual/examples/argp-ex1.c (main): Format definition in GNU
50557         style.
50558         * manual/examples/argp-ex2.c (main): Likewise.
50559         * manual/examples/argp-ex3.c (main): Likewise.
50560         * manual/examples/argp-ex4.c (main): Likewise.
50561         * manual/examples/longopt.c (main): Use new-style prototype
50562         definition.
50563         * manual/examples/strncat.c (main): Specify return type and use
50564         (void) for arguments.
50565         * manual/examples/subopt.c (main): Use char **argv argument.
50567 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50569         [BZ #5077]
50570         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50571         rounding modes.
50573 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50575         [BZ #6907]
50576         * manual/string.texi (strchr): Change when strchrnul is
50577         recommended.
50579 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50581         [BZ #174]
50582         * manual/locale.texi (setlocale): Document LOCPATH.
50584 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50586         [BZ #10210]
50587         * manual/process.texi (execle): Move @dots{} before last argument.
50589 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50591         [BZ #12047]
50592         * manual/charset.texi (Generic Charset Conversion): Fix typo
50593         (LC_TYPE -> LC_CTYPE).
50595 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50597         [BZ #5805]
50598         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50599         (scalbnf): Likewise.
50600         (scalbnl): Likewise.
50601         (scalbln): Likewise.
50602         (scalblnf): Likewise.
50603         (scalblnl): Likewise.
50604         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50605         (vwarnx): Likewise.
50606         (verr): Likewise.
50607         (verrx): Likewise.
50608         * manual/filesys.texi (telldir): Use braces around return type.
50609         * manual/llio.texi (mmap): Add space after comma.
50610         (mmap64): Likewise.
50611         * manual/math.texi (jn): Use @var{} on parameter names.
50612         (jnf): Likewise.
50613         (jnl): Likewise.
50614         (yn): Likewise.
50615         (ynf): Likewise.
50616         (ynl): Likewise.
50617         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50618         line.
50619         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50620         "...".
50621         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50622         (sched_get_priority_max): Likewise.
50623         * manual/signal.texi (sigvec): Add space after comma.
50624         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50625         names.
50626         (if_indextoname): Likewise.
50627         (if_freenameindex): Likewise.
50628         (sendto): Use ',' instead of '.' in prototype.
50629         * manual/startup.texi (syscall): Use @dots{} instead of literal
50630         "...".
50631         * manual/stdio.texi (__fpending): Separate initial words of
50632         paragraph from @deftypefun line.
50633         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50634         "...".
50635         (vsyslog): Use @var{} on parameter names.
50636         * manual/terminal.texi (stty): Use @var{} on parameter names.
50637         * manual/users.texi (getutmp): Use @var{} on parameter names.
50638         (getutmpx): Likewise.
50640 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50642         [BZ #6884]
50643         * manual/stdio.texi (fopen): Fix typos in description of
50644         ",ccs=STRING".
50646 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50648         [BZ #4026]
50649         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50650         get clock_id definition.
50652 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50654         [BZ #4822]
50655         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50656         (madvise): Cast every argument to void on its own.
50658 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50660         [BZ #9902]
50661         * manual/startup.texi (Exit Status): Fix typo.
50663 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50665         [BZ #10140]
50666         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50667         * manual/examples/argp-ex2.c: Likewise.
50668         * manual/examples/argp-ex3.c: Likewise.
50670 2012-02-16  Richard Henderson  <rth@redhat.com>
50672         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50673         * sysdeps/s390/s390-32/initfini.c: Remove.
50674         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50675         * sysdeps/s390/s390-64/initfini.c: Remove.
50677 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50679         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50680         compiler output for sysdeps/generic/initfini.c.
50681         * sysdeps/sh/elf/initfini.c: Remove file.
50683 2012-02-16  David S. Miller  <davem@davemloft.net>
50685         [BZ #11494]
50686         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50688         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50689         * sysdeps/sparc/crti.S: New file.
50690         * sysdeps/sparc/crtn.S: New file.
50691         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50692         * sysdeps/sparc/sparc64/Makefile: Likewise.
50694 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50696         [BZ #3335]
50697         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50699 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50701         [BZ #4822]
50702         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50704         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50705         (write, read, close): Likewise.
50706         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50708 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50710         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50711         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50712         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50713         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50714         <bits/signalfd.h>.
50715         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50716         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50717         bits/signalfd.h.
50719 2012-02-14  Marek Polacek  <polacek@redhat.com>
50721         * sysdeps/x86_64/crti.S: New file.
50722         * sysdeps/x86_64/crtn.S: New file.
50723         * sysdeps/x86_64/elf/initfini.c: Remove file.
50725 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50727         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50728         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50729         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50730         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50731         <bits/inotify.h>.
50732         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50733         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50734         bits/inotify.h.
50736 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50738         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50739         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50740         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50741         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50742         <bits/eventfd.h>.
50743         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50744         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50745         bits/eventfd.h.
50747 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50749         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50750         __feraiseexcept instead of feraiseexcept.
50752         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50753         nanosleep invocations.
50754         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50755         strings, and add error checking for a nanosleep invocations.
50757 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50759         Replace FSF snail mail address with URLs, as per GNU coding standards.
50760         Most of the snail mail addresses were wrong anyway, and omitting
50761         them makes the source code easier to maintain.  Almost all of the
50762         changes are to license notices and to locale LC_IDENTIFICATION
50763         addresses, except for this one:
50764         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50765         not its snail mail address.
50767 2012-02-09  Richard Henderson  <rth@twiddle.net>
50769         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50770         of kernel-features.h.
50772         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50774 2012-02-08  Marek Polacek  <polacek@redhat.com>
50776         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50777         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50778         * sysdeps/gnu/_G_config.h: Likewise.
50779         * sysdeps/generic/_G_config.h: Likewise.
50781 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50783         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50784         tests.
50785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50787         * sysdeps/powerpc/powerpc32/crti.S: New file.
50788         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50789         * sysdeps/powerpc/powerpc64/crti.S: New file.
50790         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50792         * Makeconfig (have-initfini): Don't set.
50793         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50794         * configure.in (nopic_initfini): Don't substitute.
50795         * config.h.in (HAVE_INITFINI): Don't #undef.
50796         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50797         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50799 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50801         Support crti.S and crtn.S provided directly by architectures.
50802         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50803         [crti.S in sysdirs] (omit-deps): Likewise.
50804         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50805         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50806         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50807         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50808         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50809         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50810         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50811         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50812         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50813         compiler output for sysdeps/generic/initfini.c.
50814         * sysdeps/i386/elf/Makefile: Remove file.
50815         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50817 2012-02-07  Marek Polacek  <polacek@redhat.com>
50819         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50820         * sysdeps/gnu/_G_config.h: Likewise.
50821         * sysdeps/mach/hurd/_G_config.h: Likewise.
50823 2012-02-07  Marek Polacek  <polacek@redhat.com>
50825         * math/Makefile (tests): Add tst-CMPLX2.
50826         * math/tst-CMPLX2.c: New file.
50828 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50830         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50832         * math/libm-test.inc (jn_test): Add missing L suffix.
50834 2012-02-06  Marek Polacek  <polacek@redhat.com>
50836         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50837         * sysdeps/i386/fpu/e_powf.S: Likewise.
50838         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50839         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50840         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50841         * sysdeps/i386/fpu/e_pow.S: Likewise.
50842         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50843         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50844         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50845         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50846         * sysdeps/i386/fpu/e_log2.S: Likewise.
50847         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50848         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50849         * sysdeps/i386/fpu/e_powl.S: Likewise.
50850         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50851         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50852         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50853         * sysdeps/i386/fpu/e_logl.S: Likewise.
50854         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50855         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50856         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50857         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50858         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50859         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50860         * sysdeps/i386/fpu/e_log.S: Likewise.
50861         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50862         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50863         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50864         * sysdeps/i386/fpu/e_logf.S: Likewise.
50865         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50866         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50867         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50868         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50869         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50870         * sysdeps/i386/fpu/e_log10.S: Likewise.
50871         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50872         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50873         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50874         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50875         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50876         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50877         * sysdeps/i386/asm-syntax.h: Likewise.
50878         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50879         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50880         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50881         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50882         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50883         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50884         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50885         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50886         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50887         * sysdeps/powerpc/sysdep.h: Likewise.
50888         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50889         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50891 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50893         [BZ #411]
50894         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50896 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50898         * sysdeps/i386/sysdep.h: Include <features.h>.
50899         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50900         version.
50902 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50904         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50905         Define.
50906         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50907         LOAD_PIC_REG_STR.
50909 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50911         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50912         (SETUP_PIC_REG): Use GET_PC_THUNK.
50913         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50914         macro.
50916 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50918         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50919         for non-PIC compilation.
50920         (SETUP_PIC_REG): Add .p2align directive.
50921         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50922         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50923         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50924         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50925         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50926         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50927         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50928         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50929         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50930         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50931         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50932         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50933         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50934         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50935         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50936         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50937         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50938         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50939         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50940         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50941         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50942         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50943         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50944         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50945         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50946         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50947         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50948         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50949         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50950         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50951         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50952         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50953         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50954         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50955         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50956         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50957         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50958         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50959         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50960         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50961         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50963 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50965         * math/tst-CMPLX.c: Include <stdio.h>.
50967 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50969         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50970         float.
50971         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50972         * sysdeps/sparc/bits/mathdef.h: Likewise.
50974 2012-01-31  Marek Polacek  <polacek@redhat.com>
50976         * libio/libio.h: Don't define _PARAMS.
50977         * locale/programs/config.h: Don't define PARAMS.
50978         * stdlib/strtol_l.c: Likewise.
50979         (__strtol_l): Remove PARAMS from the prototype.
50981 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50983         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50984         names.  Just use the correct names.  Remove unnecessary wrapper
50985         functions.
50986         * malloc/arena.c: Likewise.
50987         * malloc/hooks.c: Likewise.
50989         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50990         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50991         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50993 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50995         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50996         into tail calls.
50997         (update_get_addr): New function.
50998         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50999         GET_ADDR_MODULE parameter.
51001 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51003         * crypt/cert.c: Remove __STDC__ conditionals.
51004         * crypt/crypt-entry.c: Likewise.
51005         * crypt/crypt_util.c: Likewise.
51006         * libio/filedoalloc.c: Likewise.
51007         * libio/fileops.c: Likewise.
51008         * libio/genops.c: Likewise.
51009         * libio/iofclose.c: Likewise.
51010         * libio/iofdopen.c: Likewise.
51011         * libio/iofopen.c: Likewise.
51012         * libio/iofopen64.c: Likewise.
51013         * libio/iogetdelim.c: Likewise.
51014         * libio/iopopen.c: Likewise.
51015         * libio/obprintf.c: Likewise.
51016         * libio/oldfileops.c: Likewise.
51017         * libio/oldiofclose.c: Likewise.
51018         * libio/oldiofdopen.c: Likewise.
51019         * libio/oldiofopen.c: Likewise.
51020         * libio/oldiopopen.c: Likewise.
51021         * libio/wfiledoalloc.c: Likewise.
51022         * libio/wgenops.c: Likewise.
51023         * locale/programs/xmalloc.c: Likewise.
51024         * misc/syslog.c: Likewise.
51025         * stdio-common/xbug.c: Likewise.
51026         * string/memchr.c: Likewise.
51027         * string/memcmp.c: Likewise.
51028         * string/memrchr.c: Likewise.
51029         * string/rawmemchr.c: Likewise.
51030         * sysdeps/posix/getcwd.c: Likewise.
51031         * time/strftime_l.c: Likewise.
51033 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51035         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
51036         * config.make.in (config-cflags-sse2avx): Define.
51037         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
51038         Fix typo.
51040 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
51042         * scripts/config.guess: Update from upstream config git repository.
51043         * scripts/config.sub: Likewise.
51045 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
51047         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
51048         (EM_NUM): Update.
51049         (R_TILEPRO_*, R_TILEGX_*): New macros.
51051         * scripts/firstversions.awk: Fix bug in version range handling.
51053         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
51055         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
51057         * include/sys/epoll.h: New file.
51058         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
51059         libc_hidden_def.
51061 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
51063         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
51064         Avoid unnecessary __WORDSIZE == 64 test.
51065         (fmaxf): Use VEX format if possible.
51066         (fmax): Likewise.
51067         (fminf): Likewise.
51068         (fmin): Likewise.
51070         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51071         * math/math_private.h: Remove libc_fegetround* and
51072         libc_fesetround*.
51073         * sysdeps/i386/configure.in: Check for -msse2avx.
51074         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51075         also if SSE2AVX is defined.
51076         Remove libc_fegetround* and libc_fesetround*.
51077         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51078         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
51079         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51080         of HAS_YMM_USABLE.
51081         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51082         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51083         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51084         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51085         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51087         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
51089 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51091         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
51092         size is not set.
51093         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
51095 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
51097         [BZ #13618]
51098         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
51099         relocation.
51100         * Makeconfig (libm): Define.
51101         * elf/Makefile: Add rules to build and run tst-relsort1.
51102         * elf/tst-relsort1.c: New file.
51103         * elf/tst-relsort1mod1.c: New file.
51104         * elf/tst-relsort1mod2.c: New file.
51106 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
51108         * math/s_ldexp.c: Remove __STDC__ conditionals.
51109         * math/s_ldexpf.c: Likewise.
51110         * math/s_ldexpl.c: Likewise.
51111         * math/s_nextafter.c: Likewise.
51112         * math/s_nexttowardf.c: Likewise.
51113         * math/s_significand.c: Likewise.
51114         * math/s_significandf.c: Likewise.
51115         * math/s_significandl.c: Likewise.
51116         * math/w_jnl.c: Likewise.
51117         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
51118         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
51119         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
51120         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
51121         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
51122         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
51123         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
51124         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
51125         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
51126         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
51127         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
51128         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51129         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
51130         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
51131         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
51132         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
51133         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
51134         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
51135         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
51136         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51137         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51138         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
51139         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
51140         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
51141         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
51142         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
51143         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
51144         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
51145         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
51146         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
51147         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
51148         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
51149         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
51150         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
51151         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
51152         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
51153         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
51154         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
51155         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
51156         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
51157         * sysdeps/ieee754/k_standard.c: Likewise.
51158         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51159         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
51160         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
51161         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
51162         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
51163         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
51164         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
51165         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
51166         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
51167         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
51168         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
51169         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
51170         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
51171         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
51172         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
51173         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
51174         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
51175         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
51176         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
51177         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
51178         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
51179         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
51180         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
51181         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51182         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51183         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51184         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51185         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51186         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51187         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51188         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51189         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51190         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51191         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51192         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51193         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51194         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51195         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51196         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51197         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51198         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51199         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51200         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51201         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51202         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51203         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51204         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51205         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51206         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51207         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51208         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51209         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51210         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51211         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51212         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51213         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51214         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51215         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51216         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51217         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51218         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51219         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51220         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51221         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51222         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51223         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51224         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51225         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51226         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51227         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51228         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51229         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51230         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51231         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51232         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51233         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51234         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51235         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51236         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51237         * sysdeps/ieee754/s_matherr.c: Likewise.
51238         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51239         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51240         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51241         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51243 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51245         * crypt/md5.h: Remove __STDC__ conditionals.
51246         * libio/libioP.h: Likewise.
51247         * locale/programs/config.h: Likewise.
51248         * sysdeps/generic/sysdep.h: Likewise.
51249         * sysdeps/i386/asm-syntax.h: Likewise.
51250         * sysdeps/s390/asm-syntax.h: Likewise.
51251         * sysdeps/unix/sysdep.h: Likewise.
51252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51255 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51257         * libio/libio.h: Remove __STDC__ conditionals.
51258         * malloc/obstack.h: Likewise.
51259         * math/complex.h: Likewise.
51260         * math/math.h: Likewise.
51261         * sysdeps/generic/_G_config.h: Likewise.
51262         * sysdeps/gnu/_G_config.h: Likewise.
51263         * sysdeps/mach/hurd/_G_config.h: Likewise.
51264         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51265         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51266         * sysdeps/sparc/bits/mathdef.h: Likewise.
51268 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51270         [BZ #13583]
51271         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51272         Clean up HAS_* macros.
51273         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51274         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51275         possible.
51276         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51277         HAS_AVX.
51278         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51279         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51280         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51281         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51282         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51284 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51286         * elf/tst-unique3.cc (gets): Remove declaration.
51287         * elf/tst-unique3lib.cc (gets): Likewise.
51288         * elf/tst-unique3lib2.cc (gets): Likewise.
51289         * elf/tst-unique4.cc (gets): Likewise.
51291 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51293         * include/stdio.h: Add C++ protection.  Add gets declarations and
51294         definitions.
51295         * debug/tst-chk1.c: Don't declare gets here.
51296         * stdio-common/tst-gets.c: Likewise.
51298 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51300         * posix/glob: Remove directory.
51302 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51304         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51306 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51308         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51309         of the non-standard EPFNOSUPPORT.
51311 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51313         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51314         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51315         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51317 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51319         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51321 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51323         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51324         transient errors.
51325         * nscd/grpcache.c (cache_addgr): Likewise.
51326         * nscd/hstcache.c (cache_addhst): Likewise.
51327         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51328         * nscd/pwdcache.c (cache_addpw): Likewise.
51329         * nscd/servicescache.c (cache_addserv): Likewise.
51331 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51333         * malloc/malloc.c: Various cleanups.
51334         * malloc/hooks.c: Likewise.
51336         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51337         * stdlib/bug-fmtmsg1.c: New file.
51339         * stdlib/fmtmsg.c (init): Add missing unlock.
51340         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51342 2012-01-12  Marek Polacek  <polacek@redhat.com>
51344         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51345         and _GNU_SOURCE.
51347 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51349         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51350         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51351         macro to ensure uniqueness of label name.
51352         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51353         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51355 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51357         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51359         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51360         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51361         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51362         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51364 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51366         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51368         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51369         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51370         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51372         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51374         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51375         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51376         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51377         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51379         * math/bits/math-finite.h: Add ldexp support.
51381 2012-01-10  Marek Polacek  <polacek@redhat.com>
51383         * locale/programs/localedef.h (show_archive_content): Add noreturn
51384         attribute.
51386 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51388         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51390 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51392         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51394         * io/Makefile (headers): Add bits/poll2.h.
51396 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51399         typo #include statement.
51401 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51403         * include/sys/cdefs.h: Define __attribute_alloc_size.
51404         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51405         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51406         * elf/pldd.c: Likewise.
51407         * iconv/iconv_charmap.c: Likewise.
51408         * iconv/iconvconfig.c: Likewise.
51409         * iconv/strtab.c: Likewise.
51410         * locale/programs/locale.c: Likewise.
51411         * locale/programs/localedef.h: Likewise.
51412         * locale/programs/simple-hash.c: Likewise.
51413         * nscd/nscd.h: Likewise.
51414         * nss/makedb.c: Likewise.
51415         * sysdeps/generic/ldconfig.h: Likewise.
51416         * locale/programs/localedef.c: Remove xmalloc prototype.
51417         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51419 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51421         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51422         appropriate.
51424 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51426         * math/Makefile (tests): Add tst-CMPLX.
51427         * math/tst-CMPLX.c: New file.
51429         * math/complex.h (CMPLXL): Fix typo.
51431         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51432         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51433         GLIBC_2.16.
51434         * debug/tst-chk1.c: Add poll and ppoll tests.
51435         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51436         * include/sys/poll.h: Add hidden proto for ppoll.
51437         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51438         * sysdeps/mach/hurd/ppoll.c: Likewise.
51439         * io/ppoll.c: Likewise.
51440         * debug/poll_chk.c: New file.
51441         * debug/ppoll_chk.c: New file.
51442         * include/bits/poll2.h: New file.
51443         * io/bits/poll2.h: New file.
51445         [BZ #1350]
51446         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51448         * configure.in: static is always set to yes.  Remove.
51449         * config.make.in: Don't set build-static.
51450         * Makeconfig: Remove use of build-static.
51451         * dlfcn/Makefile: Likewise.
51452         * elf/Makefile: Likewise.
51453         * math/Makefile: Likewise.
51454         * misc/Makefile: Likewise.
51455         * nptl/Makefile: Likewise.
51456         * sysdeps/mach/hurd/Makefile: Likewise.
51458         * configure.in: PWD_P is not used anymore.
51459         * config.make.in: Remove PWD_P entry.
51461         * configure.in: Remove last remnants of RANLIB.
51462         No need to check for signed size_t anymore.
51463         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51464         and IA-64.
51465         Remove __builtin_expect test because we require at least gcc 3.4.
51466         * aclocal.m4: Likewise.
51468         * wcsmbs/mbrtoc16.c: Implement using towc function.
51469         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51470         * wcsmbs/wcsmbsload.c: Likewise.
51471         * iconv/gconv_simple.c: Likewise.
51472         * iconv/gconv_int.h: Likewise.
51473         * iconv/gconv_builtin.h: Likewise.
51474         * iconv/iconv_prog.c: Remove CHAR16 handling.
51476         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51478         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51480         * configure.in: Remove --with-elf and --enable-bounded options.
51481         Dont set base_machine for ia64.  More non-ELF conditions removed.
51482         Remove testing and setting of leading underscore information.
51483         * config.make.in (build-bounded): Set to no.
51484         * config.h.in: Remove NO_UNDERSCORES entry.
51485         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51486         them.
51487         * csu/start.c: Remove !NO_UNDERSCORE code.
51488         * locale/localeinfo.h: Likewise.
51489         * sysdeps/generic/machine-gmon.h: Likewise.
51490         * sysdeps/generic/sysdep.h: Likewise.
51491         * sysdeps/i386/sysdep.h: Likewise.
51492         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51493         * sysdeps/mach/sysdep.h: Likewise.
51494         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51495         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51496         * sysdeps/sh/sysdep.h: Likewise.
51497         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51498         * sysdeps/unix/i386/sysdep.S: Likewise.
51499         * sysdeps/unix/sparc/start.c: Likewise.
51500         * sysdeps/unix/sparc/sysdep.S: Likewise.
51501         * sysdeps/unix/sparc/sysdep.h: Likewise.
51502         * sysdeps/unix/start.c: Likewise.
51503         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51504         * sysdeps/x86_64/sysdep.h: Likewise.
51506 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51508         [BZ #13553]
51509         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51510         for non-gcc.
51511         * argp/argp-fmtstream.h: Use const instead __const.
51512         * argp/argp.h: Likewise.
51513         * assert/assert.h: Likewise.
51514         * bits/fenv.h: Likewise.
51515         * bits/sched.h: Likewise.
51516         * bits/sigset.h: Likewise.
51517         * bits/sigthread.h: Likewise.
51518         * catgets/nl_types.h: Likewise.
51519         * conform/data/pthread.h-data: Likewise.
51520         * crypt/crypt-private.h: Likewise.
51521         * crypt/crypt.h: Likewise.
51522         * crypt/crypt_util.c: Likewise.
51523         * ctype/ctype.h: Likewise.
51524         * debug/execinfo.h: Likewise.
51525         * debug/mbsnrtowcs_chk.c: Likewise.
51526         * debug/mbsrtowcs_chk.c: Likewise.
51527         * debug/wcsnrtombs_chk.c: Likewise.
51528         * debug/wcsrtombs_chk.c: Likewise.
51529         * debug/wcstombs_chk.c: Likewise.
51530         * dirent/dirent.h: Likewise.
51531         * dlfcn/dlfcn.h: Likewise.
51532         * elf/neededtest4.c: Likewise.
51533         * grp/grp.h: Likewise.
51534         * gshadow/gshadow.h: Likewise.
51535         * iconv/gconv.h: Likewise.
51536         * iconv/gconv_int.h: Likewise.
51537         * iconv/gconv_simple.c: Likewise.
51538         * iconv/iconv.h: Likewise.
51539         * iconv/loop.c: Likewise.
51540         * iconv/skeleton.c: Likewise.
51541         * include/aio.h: Likewise.
51542         * include/aliases.h: Likewise.
51543         * include/argz.h: Likewise.
51544         * include/arpa/inet.h: Likewise.
51545         * include/assert.h: Likewise.
51546         * include/dirent.h: Likewise.
51547         * include/dlfcn.h: Likewise.
51548         * include/execinfo.h: Likewise.
51549         * include/fcntl.h: Likewise.
51550         * include/fenv.h: Likewise.
51551         * include/glob.h: Likewise.
51552         * include/grp.h: Likewise.
51553         * include/libintl.h: Likewise.
51554         * include/mntent.h: Likewise.
51555         * include/netdb.h: Likewise.
51556         * include/pwd.h: Likewise.
51557         * include/rpc/netdb.h: Likewise.
51558         * include/sched.h: Likewise.
51559         * include/search.h: Likewise.
51560         * include/shadow.h: Likewise.
51561         * include/signal.h: Likewise.
51562         * include/stdio.h: Likewise.
51563         * include/stdlib.h: Likewise.
51564         * include/string.h: Likewise.
51565         * include/sys/socket.h: Likewise.
51566         * include/sys/stat.h: Likewise.
51567         * include/sys/statfs.h: Likewise.
51568         * include/sys/statvfs.h: Likewise.
51569         * include/sys/syslog.h: Likewise.
51570         * include/sys/time.h: Likewise.
51571         * include/sys/uio.h: Likewise.
51572         * include/time.h: Likewise.
51573         * include/unistd.h: Likewise.
51574         * include/utmp.h: Likewise.
51575         * include/wchar.h: Likewise.
51576         * include/wctype.h: Likewise.
51577         * inet/aliases.h: Likewise.
51578         * inet/arpa/inet.h: Likewise.
51579         * inet/netinet/ether.h: Likewise.
51580         * inet/netinet/in.h: Likewise.
51581         * intl/libintl.h: Likewise.
51582         * io/bits/fcntl2.h: Likewise.
51583         * io/fcntl.h: Likewise.
51584         * io/ftw.h: Likewise.
51585         * io/sys/poll.h: Likewise.
51586         * io/sys/stat.h: Likewise.
51587         * io/sys/statfs.h: Likewise.
51588         * io/sys/statvfs.h: Likewise.
51589         * io/utime.h: Likewise.
51590         * libio/bits/stdio.h: Likewise.
51591         * libio/bits/stdio2.h: Likewise.
51592         * libio/libio.h: Likewise.
51593         * libio/libioP.h: Likewise.
51594         * libio/stdio.h: Likewise.
51595         * locale/lc-ctype.c: Likewise.
51596         * locale/locale.h: Likewise.
51597         * login/utmp.h: Likewise.
51598         * malloc/arena.c: Likewise.
51599         * malloc/malloc.c: Likewise.
51600         * malloc/malloc.h: Likewise.
51601         * malloc/mcheck.c: Likewise.
51602         * malloc/mtrace.c: Likewise.
51603         * math/bits/mathcalls.h: Likewise.
51604         * math/fenv.h: Likewise.
51605         * math/math_private.h: Likewise.
51606         * misc/bits/error.h: Likewise.
51607         * misc/bits/syslog.h: Likewise.
51608         * misc/err.h: Likewise.
51609         * misc/error.h: Likewise.
51610         * misc/fstab.h: Likewise.
51611         * misc/mntent.h: Likewise.
51612         * misc/regexp.h: Likewise.
51613         * misc/search.h: Likewise.
51614         * misc/sgtty.h: Likewise.
51615         * misc/sys/mman.h: Likewise.
51616         * misc/sys/syslog.h: Likewise.
51617         * misc/sys/uio.h: Likewise.
51618         * misc/sys/xattr.h: Likewise.
51619         * misc/ttyent.h: Likewise.
51620         * nis/rpcsvc/ypclnt.h: Likewise.
51621         * nss/nss.h: Likewise.
51622         * posix/bits/unistd.h: Likewise.
51623         * posix/fnmatch.h: Likewise.
51624         * posix/glob.h: Likewise.
51625         * posix/sched.h: Likewise.
51626         * posix/spawn.h: Likewise.
51627         * posix/sys/wait.h: Likewise.
51628         * posix/unistd.h: Likewise.
51629         * posix/wordexp.h: Likewise.
51630         * pwd/pwd.h: Likewise.
51631         * resolv/netdb.h: Likewise.
51632         * resource/sys/resource.h: Likewise.
51633         * rt/aio.h: Likewise.
51634         * rt/bits/mqueue2.h: Likewise.
51635         * rt/mqueue.h: Likewise.
51636         * shadow/shadow.h: Likewise.
51637         * signal/signal.h: Likewise.
51638         * socket/send.c: Likewise.
51639         * socket/sendto.c: Likewise.
51640         * socket/sys/socket.h: Likewise.
51641         * stdio-common/printf.h: Likewise.
51642         * stdlib/bits/stdlib.h: Likewise.
51643         * stdlib/fmtmsg.h: Likewise.
51644         * stdlib/monetary.h: Likewise.
51645         * stdlib/stdlib.h: Likewise.
51646         * stdlib/ucontext.h: Likewise.
51647         * streams/stropts.h: Likewise.
51648         * string/argz.h: Likewise.
51649         * string/bits/string2.h: Likewise.
51650         * string/string.h: Likewise.
51651         * string/strings.h: Likewise.
51652         * sunrpc/rpc/auth.h: Likewise.
51653         * sunrpc/rpc/auth_des.h: Likewise.
51654         * sunrpc/rpc/clnt.h: Likewise.
51655         * sunrpc/rpc/netdb.h: Likewise.
51656         * sunrpc/rpc/pmap_clnt.h: Likewise.
51657         * sunrpc/rpc/xdr.h: Likewise.
51658         * sysdeps/generic/inttypes.h: Likewise.
51659         * sysdeps/generic/net/if.h: Likewise.
51660         * sysdeps/generic/sys/swap.h: Likewise.
51661         * sysdeps/gnu/net/if.h: Likewise.
51662         * sysdeps/gnu/utmpx.h: Likewise.
51663         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51664         * sysdeps/i386/i486/bits/string.h: Likewise.
51665         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51666         * sysdeps/s390/bits/string.h: Likewise.
51667         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51668         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51669         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51670         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51671         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51672         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51673         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51674         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51675         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51676         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51677         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51678         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51679         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51680         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51681         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51682         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51683         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51684         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51685         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51686         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51687         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51688         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51689         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51690         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51691         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51692         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51693         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51694         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51695         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51696         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51697         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51698         * sysvipc/sys/ipc.h: Likewise.
51699         * sysvipc/sys/msg.h: Likewise.
51700         * sysvipc/sys/sem.h: Likewise.
51701         * sysvipc/sys/shm.h: Likewise.
51702         * termios/termios.h: Likewise.
51703         * time/sys/time.h: Likewise.
51704         * time/time.h: Likewise.
51705         * wcsmbs/bits/wchar2.h: Likewise.
51706         * wcsmbs/uchar.h: Likewise.
51707         * wcsmbs/wchar.h: Likewise.
51708         * wctype/wctype.h: Likewise.
51710         [BZ #13551]
51711         * Makeconfig: Remove all but ELF support including AIX support.
51712         * Makerules: Likewise.
51713         * config.h.in: Likewise.
51714         * config.make.in: Likewise.
51715         * configure: Likewise.
51716         * configure.in: Likewise.
51717         * csu/Makefile: Likewise.
51718         * csu/version.c: Likewise.
51719         * debug/Makefile: Likewise.
51720         * dlfcn/Makefile: Likewise.
51721         * elf/Makefile: Likewise.
51722         * extra-lib.mk: Likewise.
51723         * iconv/Makefile: Likewise.
51724         * include/libc-symbols.h: Likewise.
51725         * include/shlib-compat.h: Likewise.
51726         * resolv/Makefile: Likewise.
51727         * resolv/res_libc.c: Likewise.
51728         * rt/Makefile: Likewise.
51729         * sysdeps/i386/asm-syntax.h: Likewise.
51730         * sysdeps/i386/sysdep.h: Likewise.
51731         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51732         * sysdeps/mach/sysdep.h: Likewise.
51733         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51734         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51735         * sysdeps/s390/asm-syntax.h: Likewise.
51736         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51737         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51738         * sysdeps/sh/sysdep.h: Likewise.
51739         * sysdeps/unix/sparc/sysdep.h: Likewise.
51740         * sysdeps/wordsize-32/divdi3.c: Likewise.
51741         * sysdeps/x86_64/sysdep.h: Likewise.
51743         * argp/Versions: Remove _argp_unlock_xxx.
51745         [BZ #13559]
51746         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51747         * abilist/libBrokenLocale.abilist: Likewise.
51748         * abilist/libanl.abilist: Likewise.
51749         * abilist/libc.abilist: Likewise.
51750         * abilist/libcrypt.abilist: Likewise.
51751         * abilist/libdl.abilist: Likewise.
51752         * abilist/libm.abilist: Likewise.
51753         * abilist/libnsl.abilist: Likewise.
51754         * abilist/libpthread.abilist: Likewise.
51755         * abilist/libresolv.abilist: Likewise.
51756         * abilist/librt.abilist: Likewise.
51757         * abilist/libthread_db.abilist: Likewise.
51758         * abilist/libutil.abilist: Likewise.
51759         * abilist/libnss_db.abilist: New file.
51761         * scripts/abilist.awk: Add support for indirect functions.
51763         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51765         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51767         * shlib-versions: Remove entries for ports architectures.
51769         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51770         files in ports.
51771         * elf/stackguard-macros.h: Remove support for IA-64.
51772         * elf/tst-auditmod1.c: Likewise.
51773         * sysdeps/generic/ldsodefs.h: Likewise.
51775         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51776         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51777         configure files.
51779         [BZ #13552]
51780         * configure.in: Remove --enable-omitfp support.
51781         * FAQ.in: Adjust.
51782         * config.make.in: Likewise.
51783         * Makeconfig: Likewise.
51784         * manual/install.texi: Likewise.
51786         In case anyone cares, the IA-64 architecture could move to ports.
51787         * sysdeps/ia64/*: Removed.
51788         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51789         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51791         [BZ #13555]
51792         * configure.in: Remove entries for unsupported architectures.
51794         [BZ #13533]
51795         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51796         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51797         routines.
51798         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51799         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51800         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51801         fall back to using wcrtomb.
51802         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51803         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51804         renaming.
51805         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51806         * wcsmbs/tst-c16c32-1.c: New file.
51808         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51809         local variable.
51811         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51813         * elf/tst-unique3.cc: Add explicit declaration of gets.
51814         * elf/tst-unique3lib.cc: Likewise.
51815         * elf/tst-unique3lib2.cc: Likewise.
51816         * elf/tst-unique4.cc: Likewise.
51818         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51820 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51822         [BZ #13566]
51823         * assert/assert.h (static_assert): Don't define for C++.
51824         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51825         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51827 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51829         * iconv/loop.c (single loop): Fix assertion in storing of
51830         remaining bytes.
51832         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51834 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51836         * posix/getconf.c: Update copyright year.
51837         * nss/getent.c: Likewise.
51838         * nss/makedb.c: Likewise.
51839         * iconv/iconvconfig.c: Likewise.
51840         * iconv/iconv_prog.c: Likewise.
51841         * elf/ldconfig.c: Likewise.
51842         * elf/pldd.c: Likewise.
51843         * elf/sotruss.ksh: Likewise.
51844         * catgets/gencat.c: Likewise.
51845         * csu/version.c: Likewise.
51846         * elf/ldd.bash.in: Likewise.
51847         * elf/sprof.c (print_version): Likewise.
51848         * locale/programs/locale.c: Likewise.
51849         * locale/programs/localedef.c: Likewise.
51850         * login/programs/pt_chown.c: Likewise.
51851         * nscd/nscd.c (print_version): Likewise.
51852         * debug/xtrace.sh: Likewise.
51853         * malloc/memusage.sh: Likewise.
51854         * malloc/mtrace.pl: Likewise.
51855         * debug/catchsegv.sh: Likewise.
51857 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51859         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51860         pure attribute.
51862 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51864         [BZ #13533]
51865         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51866         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51867         transformations.
51868         * iconv/gconv_int.h: Likewise.
51869         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51870         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51871         from libc for GLIBC_2.16.
51872         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51873         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51874         * wcsmbs/uchar.h: Really define mbstate_t.
51875         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51876         * wcsmbs/c16rtomb.c: New file.
51877         * wcsmbs/mbrtoc16.c: New file.
51878         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51879         for C/POSIX locale.
51880         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51881         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51883         * wcsmbs/wchar.h: Add missing __restrict.
51885 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51887         [BZ #13532]
51888         * time/Makefile (routines): Add timespec_get.
51889         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51890         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51891         timespec for ISO C11.
51892         * time/timespec_get.c: New file.
51893         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51894         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51896         [BZ #13531]
51897         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51898         * stdlib/stdlib.h: Declare aligned_alloc.
51899         * Versions.def: Add GLIBC_2.16 for libc.
51900         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51902         [BZ 13527]
51903         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51904         ISO C11.
51906         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51907         code.
51909         [BZ #13528]
51910         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51912         [BZ #13529]
51913         * assert/assert.h (static_assert): Define.
51915         * version.h: Update for 2.16 development version.
51917         [BZ #13526]
51918         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51919         _ISOC11_SOURCE.
51921         * version.h (RELEASE): Bump for 2.15 release.
51922         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51924         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51925         Patch by Marek Polacek <mpolacek@redhat.com>.
51927         * bits/byteswap.h: Protect long long constants with __extension__.
51928         * sysdeps/i386/bits/byteswap.h: Likewise.
51929         * sysdeps/ia64/bits/byteswap.h: Likewise.
51930         * sysdeps/s390/bits/byteswap.h: Likewise.
51931         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51933 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51935         [BZ #13540]
51936         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51937         destination buffer.
51938         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51940 2011-12-23  Marek Polacek  <polacek@redhat.com>
51942         * elf/dl-addr.c (determine_info): Add inline keyword.
51943         * elf/tst-auditmod4b.c (check_avx): Likewise.
51944         * elf/tst-auditmod6b.c (check_avx): Likewise.
51945         * elf/tst-auditmod6c.c (check_avx): Likewise.
51946         * elf/tst-auditmod7b.c (check_avx): Likewise.
51948 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51950         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51951         !__SSE_MATH__.
51953 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51955         [BZ #13540]
51956         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51957         processing for last bytes.
51959 2011-08-06  Bruno Haible  <bruno@clisp.org>
51961         [BZ #13061]
51962         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51963         U+0385, not to U+1FEE.
51965         [BZ #13062]
51966         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51967         entry for U+00A5 U+0301.
51969 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51971         [BZ #13166]
51972         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51973         buffer for the output is too small.
51975         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51976         optimization.
51978         [BZ #13185]
51979         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51980         SSE flags if possible.
51982 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51984         [BZ #13540]
51985         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51986         processing for last bytes.
51988 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51990         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51991         (syscall-list-default-options, syscall-list-default-condition)
51992         (syscall-list-includes): Define.
51993         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51994         list of ABIs and options and #if conditions for each ABI.  Do not
51995         handle common syscalls between ABIs specially.
51996         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51997         Remove.
51998         (syscall-list-variants, syscall-list-32bit-options)
51999         (syscall-list-32bit-condition, syscall-list-64bit-options)
52000         (syscall-list-64bit-condition): Define.
52001         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
52002         (syscall-list-variants, syscall-list-32bit-options)
52003         (syscall-list-32bit-condition, syscall-list-64bit-options)
52004         (syscall-list-64bit-condition): Define.
52005         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
52006         Remove.
52007         (syscall-list-variants, syscall-list-32bit-options)
52008         (syscall-list-32bit-condition, syscall-list-64bit-options)
52009         (syscall-list-64bit-condition): Define.
52010         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
52011         Remove.
52012         (syscall-list-variants, syscall-list-32bit-options)
52013         (syscall-list-32bit-condition, syscall-list-64bit-options)
52014         (syscall-list-64bit-condition): Define.
52016 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52018         * locale/iso-639.def: Add brx entry.
52020         [BZ #13328]
52021         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
52022         Proposed by Mariusz_Cukr <marcukr@op.pl>.
52024         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
52025         __feraiseexcept_renamed.
52027 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52029         [BZ #13538]
52030         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
52031         EPOLLET with unsigned values.
52032         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52033         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52035         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
52036         to large cancellation.
52037         * math/s_cacoshf.c: Likewise.
52038         * math/s_cacoshl.c: Likewise.
52040 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
52042         [BZ #13305]
52043         [BZ #12786]
52044         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
52045         * math/s_cacoshf.c: Likewise.
52046         * math/s_cacoshl.c: Likewise.
52048 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52050         [BZ #13439]
52051         * iconv/gconv.h: Define __GCONV_SWAP.
52052         * iconvdata/unicode.c: The swap bit must be stored in __flags.
52053         * iconvdata/utf-16.c: Likewise.
52054         * iconvdata/utf-32.c: Likewise.
52056 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
52058         [BZ #13524]
52059         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
52060         numerator after shifting it by one limb.
52062 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
52064         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
52065         under [__USE_EXTERN_INLINES].
52067 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52069         [BZ #13446]
52070         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52072 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52074         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52075         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52076         optimized code.
52077         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52078         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52079         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52080         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52081         for strncasecmp/strncasecmp_l compilation.
52082         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
52083         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
52085 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
52087         [BZ #13484]
52088         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
52089         of __asm__.
52091 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52093         [BZ #13506]
52094         * time/tzfile.c (__tzfile_read): Check values from file header.
52096 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
52098         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
52099         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
52100         * powerpc/powerpc32/dl-start.S: Likewise.
52101         * powerpc/powerpc32/elf/start.S: Likewise.
52102         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
52103         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
52104         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
52105         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
52106         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
52107         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
52108         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
52109         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
52110         * powerpc/powerpc32/fpu/s_round.S: Likewise.
52111         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
52112         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
52113         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
52114         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
52115         * powerpc/powerpc32/memset.S: Likewise.
52116         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
52117         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
52118         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
52119         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
52120         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
52121         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
52122         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
52123         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
52124         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
52125         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
52126         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
52127         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52128         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52130 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52132         * math/libm-test.inc: Added more nearbyint tests.
52133         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
52134         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
52135         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
52136         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
52138 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
52140         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
52141         FD_CLOEXEC.
52143 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52145         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
52146         Add wcscpy-ssse3 wcscpy-c.
52147         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
52148         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
52149         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
52150         * sysdeps/x86_64/wcschr.S: New file.
52151         * sysdeps/x86_64/wcsrchr.S: New file.
52152         * string/test-strcmp.c: Remove checking of wcscmp function for
52153         wrong alignments.
52154         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
52155         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
52156         wcsrchr-sse2 wcsrchr-c.
52157         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
52158         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
52159         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
52160         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
52161         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
52162         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
52163         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
52164         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
52165         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
52166         * wcsmbc/wcschr.c (WCSCHR): New macro.
52168 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52170         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
52171         * wcsmbs/test-wcsrchr.c: New file.
52172         * string/test-strrchr.c: Add wcsrchr support.
52173         (WIDE): New macro.
52174         * wcsmbs/test-wcscpy.c: New file.
52175         * string/test-strcpy.c: Add wcscpy support.
52176         (WIDE): New macro.
52178 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
52180         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
52181         the inner loop.
52183 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
52185         [BZ #13472]
52186         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52188 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
52190         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52191         Minor optimizations.
52193         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52194         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52195         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52197 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
52199         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52200         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52201         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52202         for gcc to avoid warnings.
52203         * inet/Makefile (tests): Add tst-checks.
52204         * inet/tst-checks.c: New file.
52206         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52207         warning.
52209         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52210         __wmemcmp_sse2.
52212         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52213         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52215         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52217 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
52219         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52220         problem.
52222         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52224 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
52226         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52227         conditional on GCC version.
52228         (__arch_compare_and_exchange_val_8_acq)
52229         (__arch_compare_and_exchange_val_16_acq)
52230         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52231         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52232         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52234 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
52236         * sysdeps/sh/backtrace.c: New file.
52238 2011-12-02  Andreas Schwab  <schwab@redhat.com>
52240         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
52241         parenthesis.
52243 2011-12-01  Andreas Schwab  <schwab@redhat.com>
52245         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52246         falling back to utime.
52248 2011-11-30  Andreas Schwab  <schwab@redhat.com>
52250         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52251         expectations for float.
52253 2011-11-29  Andreas Schwab  <schwab@redhat.com>
52255         * locale/weight.h (findidx): Add parameter len.
52256         * locale/weightwc.h (findidx): Likewise.
52257         * posix/fnmatch_loop.c (FCT): Adjust caller.
52258         * posix/regcomp.c (build_equiv_class): Likewise.
52259         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52260         * posix/regexec.c (check_node_accept_bytes): Likewise.
52261         * string/strcoll_l.c (STRCOLL): Likewise.
52262         * string/strxfrm_l.c (STRXFRM): Likewise.
52264 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52266         * Makefile.in: Remove CVSOPT handling.
52267         * configure.in: Remove use of AC_REVISION.
52268         * iconvdata/Makefile (distribute): No need to filter out CVS.
52269         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52270         handling.
52272 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52274         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52275         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52276         [USE_AS_STRNCASECMP_L]: Likewise.
52277         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52278         NO_TLS_DIRECT_SEG_REFS.
52279         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52280         Fix argument offsets for non-PIC.
52281         [USE_AS_STRNCASECMP_L]: Likewise.
52282         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52283         NO_TLS_DIRECT_SEG_REFS.
52285 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52287         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52288         O_CLOEXEC.
52289         * locale/loadlocale.c (_nl_load_locale): Likewise.
52291 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52293         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52294         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52295         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52296         (SYSCALL_GETTIME): Set errno on error.
52298         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52299         count references to noai6ai_cached.
52301 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52303         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52305         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52306         FD_CLOEXEC for /proc/self/maps.
52308         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52309         FD_CLOEXEC for /proc/meminfo.
52311         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52312         gai.conf.
52314         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52315         FD_CLOEXEC for given file.
52317         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52319         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52320         FD_CLOEXEC for /etc/hosts.
52321         (_gethtent): Likewise.
52323         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52325         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52326         cancellation and set FD_CLOEXEC for /etc/netgroup.
52328         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52329         reading /etc/publickey.
52331         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52332         allow cancellation when reading /etc/group.
52334         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52335         cancellation.
52336         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52338         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52339         when using data file.
52341         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52343         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52344         (write_nis_obj): Use "c" and "e" in fopen.
52346         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52348         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52350         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52352         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52354         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52355         locale.alias.
52357         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52359         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52361         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52363         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52364         file parsing and set FD_CLOEXEC.
52366 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52368         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52370 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52372         * malloc/arena.c (arena_get2): Don't call reused_arena when
52373         _int_new_arena failed.
52375 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52377         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52378         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52379         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52380         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52381         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52382         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52383         to compile strcasecmp and strncasecmp.
52384         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52385         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52387         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52389 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52391         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52392         locale-defines.sym to gen-as-const-headers.
52393         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52394         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52395         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52396         to compile strcasecmp and strncasecmp.
52397         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52398         strcasecmp_l and strncasecmp_l.
52399         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52400         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52401         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52402         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52403         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52404         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52405         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52406         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52407         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52408         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52409         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52411 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52413         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52414         result of SYSDEP_GETTIME_CPU to retval.
52415         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52416         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52418         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52419         variable.
52421         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52422         mantissa words.
52423         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52425         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52426         from unused variable.
52428         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52429         DWARF definitions.
52430         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52431         for assembling.
52433         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52434         over namespaces.
52436         * sunrpc/rpc_prot.c (rejected): Fix case value.
52438         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52439         unsigned long long int to avoid warnings in shift.
52441         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52442         of use of trans.
52443         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52444         variable tmp.
52446         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52447         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52448         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52450         * nis/nis_table.c (nis_list): Use variable of correct type for
52451         result of __follow_path call.
52453 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52455         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52456         of math functions ceil, trunc, floor, round, and sqrt, when
52457         avaliable on the platform.
52458         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52459         name clash.
52460         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52461         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52462         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52464 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52466         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52467         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52469 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52471         * include/unistd.h: Fix __readlink return type.
52472         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52474 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52476         * stdlib/ucontext.h: Undo last change for makecontext.
52478 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52480         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52482         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52483         * setjmp/setjmp.h: Mark functions as non-leaf.
52484         * setjmp/bits/setjmp2.h: Likewise.
52485         * stdlib/ucontext.h: Likewise.
52487 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52489         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52490         (reused_arena): Don't check arena limit.
52491         (arena_get2): Atomically check arena limit.
52493 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52495         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52496         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52498         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52499         instructions.
52501 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52503         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52504         handler when locking.
52506         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52507         Fix size of allocated buffer.
52509 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52511         [BZ #10103]
52512         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52513         declarations for long double functions.
52514         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52516         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52518 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52520         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52521         installed.
52523         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52524         is disabled.
52526 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52528         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52530 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52532         * include/alloca.h (stackinfo_alloca_round): Define.
52533         (extend_alloca): Use it.
52534         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52535         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52536         here.
52538         * scripts/check-local-headers.sh: Ignore libaudit.h.
52540         * nscd/Makefile (extra-objs): Make recursively expanded.
52542 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52544         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52545         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52547         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52548         * posix/tst-rfc3484-2.c: Likewise.
52549         * posix/tst-rfc3484-3.c: Likewise.
52551         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52552         process_vm_writev.
52553         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52554         process_vm_writev.
52555         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52556         process_vm_writev from libc using GLIBC_2.15 version.
52558         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52560 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52562         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52563         stack usage.
52565 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52567         [BZ #13367]
52568         * nss/getent.c (initgroups_keys): Show error message in case no group
52569         names are given.
52571         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52572         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52573         __bump_nl_timestamp.
52574         * nscd/connections (nscd_init): When host database is served open
52575         netlink socket and request notification about configuration changes.
52576         (main_loop_poll): Track netlink file descriptor and bump timestamp
52577         in case data becomes available.
52578         (main_loop_epoll): Likewise.
52579         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52580         (database_pers_head): Add extra_data fileds.
52581         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52582         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52583         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52584         Adjust caller.
52585         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52586         in6ai data, call __free_in6ai.
52587         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52588         Add -DHAVE_NETLINK.
52589         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52590         interface information.  Reuse previous data if netlink timestamp
52591         is not changed.
52592         (__bump_nl_timestamp): New function.
52593         (__free_in6ai): New function.
52595 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52597         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52598         close_not_cancel_no_status here.
52599         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52601 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52603         [BZ #13276]
52604         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52605         return value.
52607         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52608         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52609         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52611 2011-07-03  Andreas Jaeger  <aj@suse.de>
52613         [BZ #10709]
52614         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52615         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52616         * math/libm-test.inc (sin_test): Add test case.
52618 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52620         [BZ #13337]
52621         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52622         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52624         * elf/chroot_canon.c (chroot_canon): Cleanups.
52626         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52628         [BZ #13335]
52629         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52630         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52632         * string/test-strchr.c: Make usable for strchrnul testing.
52633         * string/test-strchrnul.c: New file.
52634         * string/Makefile (strop-tests): Add strchrnul.
52636         * po/it.po: Update from translation team.
52637         * po/es.po: Likewise.
52639 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52641         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52642         the three constants needed as parameters.  Drop the others.
52643         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52644         __m128i_strloadu_tolower.
52645         Create and initialize variable zero and use it in all the places
52646         where _mm_setzero_si128 was used.
52648         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52649         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52650         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52651         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52652         anymore.
52653         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52654         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52655         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52656         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52657         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52658         __mpranred, __mptan.
52659         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52660         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52661         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52662         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52663         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52664         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52665         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52666         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52667         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52669 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52671         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52672         redefine if SHARED.
52673         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52675         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52676         wide char related routines to wcsmbs subdir.
52678 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52680         [BZ #13344]
52681         * misc/sys/cdefs.h (__THROWNL): Define.
52682         * posix/unistd.h: Use __THREADNL instead of __THREAD
52683         for memory synchronization functions.
52685 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52687         [BZ #13349]
52688         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52689         doesn't exist.
52690         * manual/stdio.texi (Obstack Streams): Node removed.
52692 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52694         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52695         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52696         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52698         * math/math_private.h (math_force_eval): Allow non-addressable
52699         arguments.
52700         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52702 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52704         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52705         file is not needed.
52707         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52708         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52709         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52710         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52711         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52712         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52713         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52714         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52715         Add AVX variants.
52716         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52717         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52718         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52719         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52720         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52721         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52722         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52723         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52724         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52725         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52726         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52727         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52728         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52729         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52730         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52731         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52732         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52733         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52734         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52736         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52737         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52739         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52740         place.  Use VEX encoding when compiling for AVX.
52742 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52744         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52745         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52747         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52749 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52751         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52752         useless if() expression.
52753         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52754         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52755         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52756         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52757         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52758         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52759         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52760         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52761         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52762         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52763         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52764         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52765         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52766         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52767         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52768         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52769         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52770         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52771         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52773         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52775 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52777         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52778         condition.
52779         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52781 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52783         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52784         .text section.  Avoid duplicate constants.
52785         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52786         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52787         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52788         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52789         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52790         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52791         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52792         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52793         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52794         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52795         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52796         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52797         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52798         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52799         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52800         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52801         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52802         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52803         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52804         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52805         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52806         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52807         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52808         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52809         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52810         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52811         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52812         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52813         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52814         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52815         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52816         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52817         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52818         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52819         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52820         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52821         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52822         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52823         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52824         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52825         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52826         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52827         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52828         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52829         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52831 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52833         * sysdeps/x86_64/dla.h: Move to ...
52834         * sysdeps/x86_64/fpu/dla.h: ...here.
52835         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52836         situations.  Use __builtin_fma only for gcc 4.6 and up.
52838         * config.make.in: Add have-mfma4 entry.
52839         * configure.in: Substitute libc_cv_cc_fma4.
52840         * math/Makefile (dbl-only-routines): Add sincostab.
52841         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52842         Use __sincostab not sincos.
52843         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52844         name is a macro.
52845         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52846         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52847         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52848         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52849         using __copysign.
52850         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52851         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52852         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52853         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52854         and __inv.
52855         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52856         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52857         __copysign.
52858         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52859         define aliases when function name is a macro.
52860         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52861         sysdeps/ieee754/dbl-64/sincos.tbl.
52862         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52863         fma4-enabled routines.
52864         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52865         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52866         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52867         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52868         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52869         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52870         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52871         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52872         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52873         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52874         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52875         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52876         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52877         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52878         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52879         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52880         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52881         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52882         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52883         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52884         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52885         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52886         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52887         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52888         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52889         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52890         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52891         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52892         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52893         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52895         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52896         rename.
52897         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52898         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52899         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52900         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52901         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52902         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52903         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52904         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52906 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52908         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52910 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52912         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52914         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52915         prediction.
52916         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52918         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52919         Remove unused variable magic_bits.
52920         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52922         * string/strnlen.c: Define and use STRNLEN macro.
52923         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52924         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52925         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52926         * wcsmbs/wcslen.c: Define and use WCSLEN.
52927         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52928         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52929         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52930         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52931         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52932         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52933         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52935 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52937         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52938         strnlen-sse2-no-bsf.
52939         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52940         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52941         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52942         Add strnlen support.
52943         (USE_AS_STRNLEN): New macro.
52944         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52945         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52946         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52947         * sysdeps/x86_64/wcslen.S: New file.
52949 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52951         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52952         XMM-moves are used for copying on small sizes.
52954 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52956         * wcsmbs/Makefile (strop-tests): Add wcschr.
52957         * wcsmbs/test-wcschr.c: New file.
52958         * string/test-strchr.c: Update.
52959         Add wcschr support.
52960         (WIDE): New macro.
52962 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52964         * wcsmbs/Makefile (strop-tests): Add wcslen.
52965         * wcsmbs/test-wcslen.c: New file.
52966         * string/test-strlen.c: Update.
52967         Add wcslen support.
52968         (WIDE): New macro.
52970 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52972         * po/it.po: Update from translation team.
52974 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52976         * sysdeps/x86_64/wcscmp.S: Update.
52977         Fix wrong comparison semantics.
52978         wcscmp shall use signed comparison not unsigned.
52979         Don't use substraction to avoid overflow bug.
52980         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52981         * wcsmbc/wcscmp.c: Likewise.
52982         * string/test-strcmp.c: Likewise.
52983         Add new tests to check cases with negative values.
52985 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52987         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52988         * sysdeps/x86_64/dla.h: ...here.  New file.
52989         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52990         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52991         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52992         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52993         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52994         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52995         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52996         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52997         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52999 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
53001         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
53002         __ynl_finite aliases.
53004 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53006         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53008         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
53009         define DLA_FMA.
53010         [DLA_FMA] (EMULV): Use DLA_FMA.
53011         [DLA_FMA] (MUL12): Use EMULV.
53012         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
53013         that are not needed.
53014         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53015         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53016         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53017         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53018         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53019         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53020         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53022 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
53024         * math/s_nan.c: Undef __nan.
53025         * math/s_nanf.c: Undef __nanf.
53026         * math/s_nanl.c: Undef __nanl.
53027         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
53028         "math_private.h".
53030 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53032         * math/s_catan.c: Add branch predictions.
53033         * math/s_catanf.c: Likewise.
53034         * math/s_catanh.c: Likewise.
53035         * math/s_catanhf.c: Likewise.
53036         * math/s_catanhl.c: Likewise.
53037         * math/s_catanl.c: Likewise.
53038         * math/s_cexp.c: Likewise.
53039         * math/s_cexpf.c: Likewise.
53040         * math/s_cexpl.c: Likewise.
53041         * math/s_clog.c: Likewise.
53042         * math/s_clog10.c: Likewise.
53043         * math/s_clog10f.c: Likewise.
53044         * math/s_clog10l.c: Likewise.
53045         * math/s_clogf.c: Likewise.
53046         * math/s_clogl.c: Likewise.
53047         * math/s_csqrt.c: Likewise.
53048         * math/s_csqrtf.c: Likewise.
53049         * math/s_csqrtl.c: Likewise.
53050         * math/s_ctanf.c: Likewise.
53051         * math/s_ctanh.c: Likewise.
53052         * math/s_ctanhf.c: Likewise.
53053         * math/s_ctanhl.c: Likewise.
53054         * math/s_ctanl.c: Likewise.
53056         * math/math_private.h: Define __nan, __nanf, __nanl.
53057         * math/s_cacosh.c: Include <math_private.h>.
53058         * math/s_cacoshl.c: Likewise.
53059         * math/s_casinh.c: Likewise.
53060         * math/s_casinhf.c: Likewise.
53061         * math/s_casinhl.c: Likewise.
53062         * math/s_ccos.c: Rely entire on ccosh.
53063         * math/s_ccosf.c: Rely entire on ccoshf.
53064         * math/s_ccosl.c: Rely entirely on ccoshl.
53065         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
53066         Remove tests for FE_INVALID.
53067         * math/s_ccoshf.c: Likewise.
53068         * math/s_ccoshl.c: Likewise.
53069         * math/s_csin.c: Likewise.
53070         * math/s_csinf.c: Likewise.
53071         * math/s_csinh.c Likewise.
53072         * math/s_csinhf.c: Likewise.
53073         * math/s_csinhl.c: Likewise.
53074         * math/s_csinl.c: Likewise.
53075         * math/s_ctan.c: Likewise.
53076         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53077         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53078         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53080 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
53082         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
53083         compilation problems.
53085         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
53086         __builtin_expect.
53088 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
53090         * sysdeps/i386/configure.in: Test for -mfma4 option.
53091         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
53092         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
53093         COMMON_CPUID_INDEX_80000001.
53094         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
53095         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
53096         use it if FMA3 is not supported.
53097         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
53099         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
53100         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53102 2011-10-20  Andreas Schwab  <schwab@redhat.com>
53104         [BZ #12892]
53105         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
53106         it would create a cycle with a link time dependency.
53108 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
53110         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
53111         instruction.
53112         * string/Makefile (strop-tests): Add rawmemchr.
53113         * string/test-rawmemchr.c: New file.
53115         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
53116         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
53117         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
53118         when compiling str{,n}casecmp and when AVX is available.  Hook up
53119         new optimized code in initializers.
53121 2011-10-19  Andreas Schwab  <schwab@redhat.com>
53123         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
53124         __feraiseexcept instead of feraiseexcept.
53126 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
53128         * math/math_private.h: Define defaults for libc_fetestexcept and
53129         libc_feupdateenv.
53130         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
53131         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
53132         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53133         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53134         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
53135         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53136         libc_fetestexcept and libc_feupdateenv.
53138         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
53139         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
53140         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
53141         * sysdeps/x86_64/fpu/math_private.h: Define special version of
53142         libc_feholdexcept_setround.
53144         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
53145         Add s_nearbyint-c and s_nearbyintf-c.
53146         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
53147         nearbyintf inlines.
53148         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
53149         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
53150         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
53151         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
53153         * math/math_private.h: Define defaults for libc_fegetround,
53154         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
53155         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
53156         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
53157         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
53158         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
53159         standard functions.
53160         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53161         Remove comments and hacks for old compiler versions.
53162         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53163         libc_fegetround, libc_fesetround, libc_feholdexcept, and
53164         libc_feholdexceptl.
53166 2011-10-18  Andreas Schwab  <schwab@redhat.com>
53168         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
53169         (__feraiseexcept_renamed): Add __NTH.
53170         (feraiseexcept): Add __NTH.  Rename local variables to fix
53171         namespace violations.
53173 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
53175         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
53177         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
53179         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
53180         recently added interfaces.
53181         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53183         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53184         about macro parameter expansion.
53186         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53187         __NO_MATH_INLINES is defined.  Cleanups.
53189         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53190         and __floorf is target has SSE4.1.
53191         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53192         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53193         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53194         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53196         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53197         name.
53198         (floorf): Likewise.
53200         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53202 2011-10-17  Andreas Schwab  <schwab@redhat.com>
53204         * misc/sys/cdefs.h: Fix last change.
53206         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53207         database lookup.
53209 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
53211         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53213         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53214         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53215         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53216         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53217         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53218         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53219         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53220         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53221         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53222         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53223         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53224         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53225         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53226         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53227         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53228         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53229         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53230         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53231         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53232         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53233         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53234         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53236         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53237         ceil, ceilf, floor, floorf.
53239         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53240         Perform IRELATIVE relocations last.
53242         * elf/do-rel.h: Add another parameter nrelative, replacing the
53243         local variable with the same name.  Change name of the function
53244         to end in Rel or Rela (uppercase).
53245         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53246         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
53247         elf_dynamic_do_##reloc function.
53249 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53251         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53252         is sufficient, at least on modern CPUs.
53254         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53256         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53257         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53259         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53260         __expl_finite.
53261         * math/bits/math-finite.h: Add entries for exp.
53262         * math/e_expl.c: Add __*_finite alias.
53263         * sysdeps/i386/fpu/e_exp.S: Likewise.
53264         * sysdeps/i386/fpu/e_expf.S: Likewise.
53265         * sysdeps/i386/fpu/e_expl.c: Likewise.
53266         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53267         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53268         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53269         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53270         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53271         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53272         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53274         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53275         is sufficient, at least on modern CPUs.
53277         * ctype/ctype-info.c (__ctype_init): Define.
53278         * include/ctype.h (__ctype_init): Declare.
53279         (__ctype_b_loc): The variable is always initialized.
53280         (__ctype_toupper_loc): Likewise.
53281         (__ctype_tolower_loc): Likewise.
53282         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53283         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53285 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53287         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53289         * configure.in: Also look in $cxxmachine/include for C++ system
53290         headers.
53292 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53294         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53295         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53296         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53297         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53298         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53299         (USE_AS_WMEMCMP): New macro.
53300         Fixing indents.
53301         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53302         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53303         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53304         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53305         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53306         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53307         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53308         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53309         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53310         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53311         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53312         (USE_AS_WMEMCMP): New macro.
53313         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53314         * sysdeps/string/test-memcmp.c: Update.
53315         Fix simple_wmemcmp.
53316         Add new tests.
53317         * wcsmbs/wmemcmp.c: Update.
53318         (WMEMCMP): New macro.
53319         Fix overflow bug.
53321 2011-10-12  Andreas Jaeger  <aj@suse.de>
53323         [BZ #13268]
53324         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53326 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53328         * libio/iofwide.c (do_length): Avoid warning.
53330         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53332 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53334         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53336         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53337         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53338         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53339         * sysdeps/i386/i686/fpu/e_log.S: New file.
53340         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53341         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53343         * ctype/ctype.h: Add support for inlined isXXX functions when
53344         compiling C++ code.
53346 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53348         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53350         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53352 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53354         [BZ #13291]
53355         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53357 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53359         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53360         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53361         feraiseexcept.
53363         * sysdeps/x86_64/memrchr.S: Check for zero size.
53365         * string/stratcliff.c: Add memrchr tests.
53367 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53369         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53370         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53371         rawmemchr-sse2 rawmemchr-sse2-bsf.
53372         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53373         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53374         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53375         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53376         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53377         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53378         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53379         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53380         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53381         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53382         * string/memrchr.c (MEMRCHR): New macro.
53384 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53386         Add integration with gcc's -ffinite-math-only and optimize wrapper
53387         functions in libm.
53388         * Versions.def: Define GLIBC_2.15 version for libm.
53389         * math/Makefile (headers): Add bits/math-finite.h.
53390         * math/bits/math-finite.h: New file.
53391         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53392         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53393         * math/e_acoshl.c: Add __*_finite alias.
53394         * math/e_acosl.c: Likewise.
53395         * math/e_asinl.c: Likewise.
53396         * math/e_atan2l.c: Likewise.
53397         * math/e_atanhl.c: Likewise.
53398         * math/e_coshl.c: Likewise.
53399         * math/e_exp10.c: Likewise.
53400         * math/e_exp10f.c: Likewise.
53401         * math/e_exp10l.c: Likewise.
53402         * math/e_exp2l.c: Likewise.
53403         * math/e_fmodl.c: Likewise.
53404         * math/e_gammal_r.c: Likewise.
53405         * math/e_hypotl.c: Likewise.
53406         * math/e_j0l.c: Likewise.
53407         * math/e_j1l.c: Likewise.
53408         * math/e_jnl.c: Likewise.
53409         * math/e_lgammal_r.c: Likewise.
53410         * math/e_log10l.c: Likewise.
53411         * math/e_log2l.c: Likewise.
53412         * math/e_logl.c: Likewise.
53413         * math/e_powl.c: Likewise.
53414         * math/e_sinhl.c: Likewise.
53415         * math/e_sqrtl.c: Likewise.
53416         * math/e_scalb.c: Completely rewritten and optimized.
53417         * math/e_scalbf.c: Likewise.
53418         * math/e_scalbl.c: Likewise.
53419         * math/w_acos.c: Likewise.
53420         * math/w_acosf.c: Likewise.
53421         * math/w_acosl.c: Likewise.
53422         * math/w_acosh.c: Likewise.
53423         * math/w_acoshf.c: Likewise.
53424         * math/w_acoshl.c: Likewise.
53425         * math/w_asin.c: Likewise.
53426         * math/w_asinf.c: Likewise.
53427         * math/w_asinl.c: Likewise.
53428         * math/w_atan2.c: Likewise.
53429         * math/w_atan2f.c: Likewise.
53430         * math/w_atan2l.c: Likewise.
53431         * math/w_atanh.c: Likewise.
53432         * math/w_atanhf.c: Likewise.
53433         * math/w_atanhl.c: Likewise.
53434         * math/w_exp10.c: Likewise.
53435         * math/w_exp10f.c: Likewise.
53436         * math/w_exp10l.c: Likewise.
53437         * math/w_fmod.c: Likewise.
53438         * math/w_fmodf.c: Likewise.
53439         * math/w_fmodl.c: Likewise.
53440         * math/w_j0.c: Likewise.
53441         * math/w_j0f.c: Likewise.
53442         * math/w_j0l.c: Likewise.
53443         * math/w_j1.c: Likewise.
53444         * math/w_j1f.c: Likewise.
53445         * math/w_j1l.c: Likewise.
53446         * math/w_jn.c: Likewise.
53447         * math/w_jnf.c: Likewise.
53448         * math/w_log.c: Likewise.
53449         * math/w_logf.c: Likewise.
53450         * math/w_logl.c: Likewise.
53451         * math/w_log10.c: Likewise.
53452         * math/w_log10f.c: Likewise.
53453         * math/w_log10l.c: Likewise.
53454         * math/w_log2.c: Likewise.
53455         * math/w_log2f.c: Likewise.
53456         * math/w_log2l.c: Likewise.
53457         * math/w_pow.c: Likewise.
53458         * math/w_powf.c: Likewise.
53459         * math/w_powl.c: Likewise.
53460         * math/w_remainder.c: Likewise.
53461         * math/w_remainderf.c: Likewise.
53462         * math/w_remainderl.c: Likewise.
53463         * math/w_scalb.c: Likewise.
53464         * math/w_scalbf.c: Likewise.
53465         * math/w_scalbl.c: Likewise.
53466         * math/w_sqrt.c: Likewise.
53467         * math/w_sqrtf.c: Likewise.
53468         * math/w_sqrtl.c: Likewise.
53469         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53470         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53471         used.
53472         * math/math_private.h: Declare __kernel_standard_f.
53473         * math/w_cosh.c: Remove cruft and optimize a bit.
53474         * math/w_coshf.c: Likewise.
53475         * math/w_coshl.c: Likewise.
53476         * math/w_exp2.c: Likewise.
53477         * math/w_exp2f.c: Likewise.
53478         * math/w_exp2l.c: Likewise.
53479         * math/w_hypot.c: Likewise.
53480         * math/w_hypotf.c: Likewise.
53481         * math/w_hypotl.c: Likewise.
53482         * math/w_lgamma.c: Likewise.
53483         * math/w_lgamma_r.c: Likewise.
53484         * math/w_lgammaf.c: Likewise.
53485         * math/w_lgammaf_r.c: Likewise.
53486         * math/w_lgammal.c: Likewise.
53487         * math/w_lgammal_r.c: Likewise.
53488         * math/w_sinh.c: Likewise.
53489         * math/w_sinhf.c: Likewise.
53490         * math/w_sinhl.c: Likewise.
53491         * math/w_tgamma.c: Likewise.
53492         * math/w_tgammaf.c: Likewise.
53493         * math/w_tgammal.c: Likewise.
53494         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53495         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53496         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53497         Minor optimizations.  Pretty printing.  Remove cruft.
53498         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53499         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53500         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53501         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53502         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53503         * sysdeps/i386/fpu/e_asin.S: Likewise.
53504         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53505         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53506         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53507         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53508         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53509         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53510         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53511         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53512         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53513         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53514         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53515         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53516         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53517         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53518         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53519         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53520         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53521         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53522         * sysdeps/i386/fpu/e_log.S: Likewise.
53523         * sysdeps/i386/fpu/e_log10.S: Likewise.
53524         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53525         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53526         * sysdeps/i386/fpu/e_log2.S: Likewise.
53527         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53528         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53529         * sysdeps/i386/fpu/e_logf.S: Likewise.
53530         * sysdeps/i386/fpu/e_logl.S: Likewise.
53531         * sysdeps/i386/fpu/e_pow.S: Likewise.
53532         * sysdeps/i386/fpu/e_powf.S: Likewise.
53533         * sysdeps/i386/fpu/e_powl.S: Likewise.
53534         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53535         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53536         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53537         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53538         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53539         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53540         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53541         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53542         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53543         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53544         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53545         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53546         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53547         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53548         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53549         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53550         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53551         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53552         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53553         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53554         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53555         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53556         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53557         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53558         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53559         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53560         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53561         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53562         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53563         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53564         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53565         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53566         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53567         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53568         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53569         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53570         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53571         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53572         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53573         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53574         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53575         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53576         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53577         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53578         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53579         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53580         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53581         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53582         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53583         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53584         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53585         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53586         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53587         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53588         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53589         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53590         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53591         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53592         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53593         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53594         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53595         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53596         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53597         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53598         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53599         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53600         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53601         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53602         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53603         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53604         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53605         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53606         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53607         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53608         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53609         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53610         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53611         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53612         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53613         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53614         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53615         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53616         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53617         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53618         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53619         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53620         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53621         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53622         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53623         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53624         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53625         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53626         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53627         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53628         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53629         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53630         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53631         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53632         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53633         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53634         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53635         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53636         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53637         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53638         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53639         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53640         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53641         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53642         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53643         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53644         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53645         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53646         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53647         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53648         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53649         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53650         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53651         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53652         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53653         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53654         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53655         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53656         (__isnanf): Likewise.
53657         (__isinf_ns): Likewise.
53658         (__isinf_nsf): Likewise.
53659         (__finite): Likewise.
53660         (__finitef): Likewise.
53661         (__ieee754_sqrt): Define as macro.
53662         (__ieee754_sqrtf): Define as macro.
53663         (__ieee754_sqrtl): Define as macro.
53664         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53665         inlined copy.
53666         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53667         __FINITE_MATH_ONLY__ consistent.
53668         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53670 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53672         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53673         of rawmemchr.
53675         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53677 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53679         * po/ja.po: Update from translation team.
53681 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53683         * locale/programs/locarchive.c (prepare_address_space): New function.
53684         (create_archive, enlarge_archive, open_archive): Use it.
53686         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53687         inside [SHARED], where it is used.
53689         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53691         * nss/getent.c (netgroup_keys): Remove unused variable.
53692         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53694 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53696         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53697         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53698         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53699         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53700         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53701         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53702         * math/Makefile (libm-calls): Add s_isinf_ns.
53703         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53704         * math/multc3.c: Likewise.
53705         * math/s_casin.c: Likewise.
53706         * math/s_casinf.c: Likewise.
53707         * math/s_casinl.c: Likewise.
53708         * math/s_ccos.c: Likewise.
53709         * math/s_ccosf.c: Likewise.
53710         * math/s_ccosl.c: Likewise.
53711         * math/s_ctan.c: Likewise.
53712         * math/s_ctanf.c: Likewise.
53713         * math/s_ctanh.c: Likewise.
53714         * math/s_ctanhf.c: Likewise.
53715         * math/s_ctanhl.c: Likewise.
53716         * math/s_ctanl.c: Likewise.
53717         * math/w_fmod.c: Likewise.
53718         * math/w_fmodf.c: Likewise.
53719         * math/w_fmodl.c: Likewise.
53720         * math/w_remainder.c: Likewise.
53721         * math/w_remainderf.c: Likewise.
53722         * math/w_remainderl.c: Likewise.
53723         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53724         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53725         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53726         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53727         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53728         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53729         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53730         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53732         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53733         of the number.
53734         * stdio-common/printf_fphex.c: Likewise.
53735         * stdio-common/printf_size.c: Likewise.
53737         * math/e_exp10.c: Include math_private.h using <...> not "...".
53738         * math/e_exp10f.c: Likewise.
53739         * math/e_exp10l.c: Likewise.
53740         * math/e_exp2l.c: Likewise.
53741         * math/e_j0l.c: Likewise.
53742         * math/e_j1l.c: Likewise.
53743         * math/e_jnl.c: Likewise.
53744         * math/e_lgammal_r.c: Likewise.
53745         * math/e_rem_pio2l.c: Likewise.
53746         * math/e_scalb.c: Likewise.
53747         * math/e_scalbf.c: Likewise.
53748         * math/e_scalbl.c: Likewise.
53749         * math/k_cosl.c: Likewise.
53750         * math/k_sinl.c: Likewise.
53751         * math/k_tanl.c: Likewise.
53752         * math/s_cacoshf.c: Likewise.
53753         * math/s_catan.c: Likewise.
53754         * math/s_catanf.c: Likewise.
53755         * math/s_catanh.c: Likewise.
53756         * math/s_catanhf.c: Likewise.
53757         * math/s_catanhl.c: Likewise.
53758         * math/s_catanl.c: Likewise.
53759         * math/s_ccosh.c: Likewise.
53760         * math/s_ccoshf.c: Likewise.
53761         * math/s_ccoshl.c: Likewise.
53762         * math/s_cexp.c: Likewise.
53763         * math/s_cexpf.c: Likewise.
53764         * math/s_cexpl.c: Likewise.
53765         * math/s_clog.c: Likewise.
53766         * math/s_clog10.c: Likewise.
53767         * math/s_clog10f.c: Likewise.
53768         * math/s_clog10l.c: Likewise.
53769         * math/s_clogf.c: Likewise.
53770         * math/s_clogl.c: Likewise.
53771         * math/s_csin.c: Likewise.
53772         * math/s_csinf.c: Likewise.
53773         * math/s_csinh.c: Likewise.
53774         * math/s_csinhf.c: Likewise.
53775         * math/s_csinhl.c: Likewise.
53776         * math/s_csinl.c: Likewise.
53777         * math/s_csqrt.c: Likewise.
53778         * math/s_csqrtf.c: Likewise.
53779         * math/s_csqrtl.c: Likewise.
53780         * math/s_ctan.c: Likewise.
53781         * math/s_ctanf.c: Likewise.
53782         * math/s_ctanh.c: Likewise.
53783         * math/s_ctanhf.c: Likewise.
53784         * math/s_ctanhl.c: Likewise.
53785         * math/s_ctanl.c: Likewise.
53786         * math/s_ldexp.c: Likewise.
53787         * math/s_ldexpf.c: Likewise.
53788         * math/s_ldexpl.c: Likewise.
53789         * math/s_significand.c: Likewise.
53790         * math/s_significandf.c: Likewise.
53791         * math/s_significandl.c: Likewise.
53792         * math/w_acos.c: Likewise.
53793         * math/w_acosf.c: Likewise.
53794         * math/w_acosh.c: Likewise.
53795         * math/w_acoshf.c: Likewise.
53796         * math/w_acoshl.c: Likewise.
53797         * math/w_acosl.c: Likewise.
53798         * math/w_asin.c: Likewise.
53799         * math/w_asinf.c: Likewise.
53800         * math/w_asinl.c: Likewise.
53801         * math/w_atan2.c: Likewise.
53802         * math/w_atan2f.c: Likewise.
53803         * math/w_atan2l.c: Likewise.
53804         * math/w_atanh.c: Likewise.
53805         * math/w_atanhf.c: Likewise.
53806         * math/w_atanhl.c: Likewise.
53807         * math/w_cosh.c: Likewise.
53808         * math/w_coshf.c: Likewise.
53809         * math/w_coshl.c: Likewise.
53810         * math/w_dremf.c: Likewise.
53811         * math/w_exp10.c: Likewise.
53812         * math/w_exp10f.c: Likewise.
53813         * math/w_exp10l.c: Likewise.
53814         * math/w_exp2.c: Likewise.
53815         * math/w_exp2f.c: Likewise.
53816         * math/w_fmod.c: Likewise.
53817         * math/w_fmodf.c: Likewise.
53818         * math/w_fmodl.c: Likewise.
53819         * math/w_hypot.c: Likewise.
53820         * math/w_hypotf.c: Likewise.
53821         * math/w_hypotl.c: Likewise.
53822         * math/w_j0.c: Likewise.
53823         * math/w_j0f.c: Likewise.
53824         * math/w_j0l.c: Likewise.
53825         * math/w_j1.c: Likewise.
53826         * math/w_j1f.c: Likewise.
53827         * math/w_j1l.c: Likewise.
53828         * math/w_jn.c: Likewise.
53829         * math/w_jnf.c: Likewise.
53830         * math/w_jnl.c: Likewise.
53831         * math/w_lgamma.c: Likewise.
53832         * math/w_lgamma_r.c: Likewise.
53833         * math/w_lgammaf.c: Likewise.
53834         * math/w_lgammaf_r.c: Likewise.
53835         * math/w_lgammal.c: Likewise.
53836         * math/w_lgammal_r.c: Likewise.
53837         * math/w_log.c: Likewise.
53838         * math/w_log10.c: Likewise.
53839         * math/w_log10f.c: Likewise.
53840         * math/w_log10l.c: Likewise.
53841         * math/w_log2.c: Likewise.
53842         * math/w_log2f.c: Likewise.
53843         * math/w_log2l.c: Likewise.
53844         * math/w_logf.c: Likewise.
53845         * math/w_logl.c: Likewise.
53846         * math/w_pow.c: Likewise.
53847         * math/w_powf.c: Likewise.
53848         * math/w_powl.c: Likewise.
53849         * math/w_remainder.c: Likewise.
53850         * math/w_remainderf.c: Likewise.
53851         * math/w_remainderl.c: Likewise.
53852         * math/w_scalb.c: Likewise.
53853         * math/w_scalbf.c: Likewise.
53854         * math/w_scalbl.c: Likewise.
53855         * math/w_sinh.c: Likewise.
53856         * math/w_sinhf.c: Likewise.
53857         * math/w_sinhl.c: Likewise.
53858         * math/w_sqrt.c: Likewise.
53859         * math/w_sqrtf.c: Likewise.
53860         * math/w_sqrtl.c: Likewise.
53861         * math/w_tgamma.c: Likewise.
53862         * math/w_tgammaf.c: Likewise.
53863         * math/w_tgammal.c: Likewise.
53865         * po/ja.po: Update from translation team.
53867 2011-09-29  Andreas Jaeger  <aj@suse.de>
53869         [BZ #13179]
53870         * sunrpc/netname.c (netname2host): Fix logic.
53872         [BZ #6779]
53873         [BZ #6783]
53874         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53875         correctly.
53876         * math/w_remainder.c (__remainder): Likewise.
53877         * math/w_remainderf.c (__remainderf): Likewise.
53878         * math/libm-test.inc (remainder_test): Add test cases.
53880 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53882         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53883         sdiv_qrnnd.
53885 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53887         * string/test-memcmp.c: Avoid unncessary #defines.
53888         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53890 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53892         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53893         Use new sse2 version for core i3 - i7 as it's faster
53894         than sse42 version.
53895         (bit_Prefer_PMINUB_for_stringop): New.
53896         * sysdeps/x86_64/rawmemchr.S: Update.
53897         Replace with faster SSE2 version.
53898         * sysdeps/x86_64/memrchr.S: New file.
53899         * sysdeps/x86_64/memchr.S: Update.
53900         Replace with faster SSE2 version.
53902 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53904         * elf/dl-load.c (lose): Add cast to avoid warning.
53906 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53908         * po/ca.po: Update from translation team.
53910         * inet/getnetgrent_r.c: Hook up nscd.
53911         * nscd/Makefile (routines): Add nscd_netgroup.
53912         (nscd-modules): Add netgroupcache.
53913         (CFLAGS-netgroupcache.c): Define.
53914         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53915         (cache_search): Add const to second parameter.
53916         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53917         INNETGR.
53918         (dbs): Add netgrdb entry.
53919         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53920         (verify_persistent_db): Handle netgrdb.
53921         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53922         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53923         GETFDNETGR.
53924         (netgroup_response_header): Define.
53925         (innetgroup_response_header): Define.
53926         (datahead): Add netgroup_response_header and innetgroup_response_header
53927         elements.
53928         * nscd/nscd.conf: Add entries for netgroup cache.
53929         * nscd/nscd.h (dbtype): Add netgrdb.
53930         (_PATH_NSCD_NETGROUP_DB): Define.
53931         (netgroup_iov_disabled): Declare.
53932         (xmalloc, xcalloc, xrealloc): Move declarations here.
53933         (cache_search): Adjust prototype.
53934         Add netgroup-related prototypes.
53935         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53936         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53937         (__nscd_innetgr): Declare.
53938         * nscd/selinux.c (perms): Use access_vector_t as element type and
53939         add netgroup-related initializers.
53940         * nscd/netgroupcache.c: New file.
53941         * nscd/nscd_netgroup.c: New file.
53942         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53943         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53944         For four parameters use innetgr.
53945         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53946         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53947         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53948         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53950         * nscd/connections.c (register_traced_file): Don't register file
53951         for disabled databases.
53953 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53955         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53957         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53958         from tree and freeing node.
53960 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53962         * nss/nsswitch.c (__nss_database_lookup): Handle
53963         nss_parse_service_list out of memory case.
53965 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53967         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53968         out of memory case.
53970 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53972         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53973         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53974         pass it down.
53975         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53976         elf_machine_rela, elf_machine_lazy_rel.
53977         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53978         (ELF_DYNAMIC_DO_REL): Likewise.
53979         (ELF_DYNAMIC_DO_RELA): Likewise.
53980         (ELF_DYNAMIC_RELOCATE): Likewise.
53981         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53982         to ELF_DYNAMIC_DO_REL.
53983         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53984         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53985         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53986         elf_machine_rela.
53987         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53988         skip_ifunc, don't call ifunc function if non-zero.
53989         (elf_machine_rela): Likewise.
53990         (elf_machine_lazy_rel): Likewise.
53991         (elf_machine_lazy_rela): Likewise.
53992         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53993         (elf_machine_lazy_rel): Likewise.
53994         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53995         Likewise.
53996         (elf_machine_lazy_rel): Likewise.
53997         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53998         Likewise.
53999         (elf_machine_lazy_rel): Likewise.
54000         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
54001         (elf_machine_lazy_rel): Likewise.
54002         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
54003         (elf_machine_lazy_rel): Likewise.
54004         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
54005         (elf_machine_lazy_rel): Likewise.
54006         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
54007         (elf_machine_lazy_rel): Likewise.
54008         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
54009         (elf_machine_lazy_rel): Likewise.
54010         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
54011         (elf_machine_lazy_rel): Likewise.
54013 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
54015         * nss/nss_files/files-init.c (_nss_files_init): Use static
54016         initialization for all the *_traced_file variables.
54018 2011-09-28  Andreas Schwab  <schwab@redhat.com>
54020         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54022 2011-09-27  Roland McGrath  <roland@hack.frob.com>
54024         [BZ #13226]
54025         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
54027 2011-09-27  Andreas Schwab  <schwab@redhat.com>
54029         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
54030         Reread the line before reparsing it.
54032 2011-09-26  Andreas Schwab  <schwab@redhat.com>
54034         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
54036 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
54037             Maxim Kuvyrkov  <maxim@codesourcery.com>
54038             Joseph Myers  <joseph@codesourcery.com>
54040         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
54041         if needed for __stack_chk_guard.
54043 2011-09-19  Roland McGrath  <roland@hack.frob.com>
54045         * sysdeps/posix/spawni.c (script_execute): Always define it.
54046         It will be optimized away if unused.
54047         (maybe_script_execute): New function.
54048         (__spawni): Call it.
54050         * Makerules: Don't include tls.make.
54051         (config-tls): Always set to thread.
54052         * tls.make.c: File removed.
54054 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
54056         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
54057         * config.make.in (CPPFLAGS-config): New substituted variable.
54059 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54061         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
54063         [BZ #13192]
54064         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
54065         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
54067 2011-09-15  Roland McGrath  <roland@hack.frob.com>
54069         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54070         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54071         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54072         (CALL_FAIL): Likewise.
54073         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54074         (CALL_FAIL): Macro removed.
54075         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54077 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54079         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54080         for __FINITE_MATH_ONLY__ == 1.
54082 2011-09-15  Andreas Schwab  <schwab@redhat.com>
54084         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
54085         __ieee754_sqrt instead of sqrt.
54086         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
54087         __ieee754_sqrtf instead of sqrtf.
54088         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
54089         __floorf instead of floorf.
54090         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
54091         __floorf, __truncf instead of floorf, truncf.
54093 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
54095         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
54097         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
54098         __extern_always_inline.
54099         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
54100         32-bit.
54102 2011-09-14  Andreas Schwab  <schwab@redhat.com>
54104         * elf/rtld.c (dl_main): Also relocate in dependency order when
54105         doing symbol dependency testing.
54107 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
54109         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54110         Always define `refsym'.
54112 2011-09-13  Andreas Schwab  <schwab@redhat.com>
54114         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
54115         (__FD_ELT): Renamed from __FDELT.
54116         * misc/bits/select2.h (__FD_ELT): Likewise.
54117         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
54118         __FD_MASK instead of __FDELT, __FDMASK.
54119         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54120         Likewise.
54121         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54122         Likewise.
54124         * elf/Makefile (gen-ldd): Fix pattern.
54126         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
54127         (init_tls): Likewise.
54129 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
54131         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
54133 2011-09-12  Andreas Schwab  <schwab@redhat.com>
54135         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
54136         `struct cmsghdr *' instead of `void *'.
54137         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
54138         Likewise.
54140 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
54142         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
54143         if non-absolute.
54144         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
54145         ldd_rewrite_script.
54147 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
54149         * configure.in: Remove --with-tls option.
54150         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
54151         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
54152         out in case it is missing.
54153         * sysdeps/ia64/elf/configure.in: Likewise.
54154         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
54155         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
54156         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
54157         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
54158         * sysdeps/sh/elf/configure.in: Likewise.
54159         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
54160         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
54161         * sysdeps/x86_64/elf/configure.in: Likewise.
54162         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
54163         * sysdeps/mach/hurd/tls.h: Likewise.
54165         [BZ #13067]
54166         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
54168         [BZ #13090]
54169         * configure.in: Fix use of AC_INIT.
54171         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
54173 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
54175         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
54176         __set_errno.
54177         * malloc/hooks.c: Likewise.
54179         [BZ #11929]
54180         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
54181         variables statically.
54182         (narenas): Initialize.
54183         (list_lock): Initialize.
54184         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
54185         initializtion of main_arena and list_lock.  Small cleanups.
54186         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54187         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
54188         Add initializers to main_arena and mp_.
54189         (malloc_state): Remove pagesize member.  Change all users to use
54190         GLRO(dl_pagesize).
54192         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54193         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
54194         is always initialized.
54196         * malloc/malloc.c: Removed unused configurations and dead code.
54197         * malloc/arena.c: Likewise.
54198         * malloc/hooks.c: Likewise.
54199         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54201         * include/tls.h: Removed.  USE___THREAD must always be defined.
54202         * bits/libc-tsd.h: Don't handle !USE___THREAD.
54203         * elf/dl-libc.c: Likewise.
54204         * elf/dl-tsd.c: Likewise.
54205         * include/errno.h: Likewise.
54206         * include/netdb.h: Likewise.
54207         * include/resolv.h: Likewise.
54208         * inet/herrno-loc.c: Likewise.
54209         * inet/herrno.c: Likewise.
54210         * malloc/arena.c: Likewise.
54211         * malloc/hooks.c: Likewise.
54212         * malloc/malloc.c: Likewise.
54213         * resolv/res-state.c: Likewise.
54214         * resolv/res_libc.c: Likewise.
54215         * sysdeps/i386/dl-machine.h: Likewise.
54216         * sysdeps/ia64/dl-machine.h: Likewise.
54217         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54218         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54219         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54220         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54221         * sysdeps/sh/dl-machine.h: Likewise.
54222         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54223         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54224         * sysdeps/unix/i386/sysdep.S: Likewise.
54225         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54226         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54227         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54228         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54229         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54230         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54231         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54232         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54233         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54234         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54235         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54236         * sysdeps/x86_64/dl-machine.h: Likewise.
54237         * tls.make.c: Likewise.
54239         * configure.in: Remove --with-__thread option.  Make tests for
54240         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54241         tls_model attribute fail if no support is available.  Remove
54242         USE_IN_LIBIO.
54243         * Makeconfig: Adjust for dropped configure option.  All features are
54244         now mandatory.
54245         * Makerules: Likewise.
54246         * Versions.def: Likewise.
54247         * argp/argp-fmtstream.c: Likewise.
54248         * argp/argp-fmtstream.h: Likewise.
54249         * argp/argp-help.c: Likewise.
54250         * assert/assert.c: Likewise.
54251         * config.h.in: Likewise.
54252         * config.make.in: Likewise.
54253         * configure: Likewise.
54254         * configure.in: Likewise.
54255         * csu/Versions: Likewise.
54256         * csu/init.c: Likewise.
54257         * elf/tst-audit2.c: Likewise.
54258         * elf/tst-tls10.c: Likewise.
54259         * elf/tst-tls10.h: Likewise.
54260         * elf/tst-tls11.c: Likewise.
54261         * elf/tst-tls12.c: Likewise.
54262         * elf/tst-tls14.c: Likewise.
54263         * elf/tst-tlsmod11.c: Likewise.
54264         * elf/tst-tlsmod12.c: Likewise.
54265         * elf/tst-tlsmod13.c: Likewise.
54266         * elf/tst-tlsmod13a.c: Likewise.
54267         * elf/tst-tlsmod14a.c: Likewise.
54268         * elf/tst-tlsmod15b.c: Likewise.
54269         * elf/tst-tlsmod16a.c: Likewise.
54270         * elf/tst-tlsmod16b.c: Likewise.
54271         * elf/tst-tlsmod7.c: Likewise.
54272         * elf/tst-tlsmod8.c: Likewise.
54273         * elf/tst-tlsmod9.c: Likewise.
54274         * gmon/gmon.c: Likewise.
54275         * grp/fgetgrent_r.c: Likewise.
54276         * grp/putgrent.c: Likewise.
54277         * hurd/fopenport.c: Likewise.
54278         * include/libc-symbols.h: Likewise.
54279         * include/tls.h: Likewise.
54280         * intl/gettextP.h: Likewise.
54281         * intl/loadinfo.h: Likewise.
54282         * locale/global-locale.c: Likewise.
54283         * locale/localeinfo.h: Likewise.
54284         * mach/devstream.c: Likewise.
54285         * malloc/arena.c: Likewise.
54286         * malloc/set-freeres.c: Likewise.
54287         * misc/err.c: Likewise.
54288         * misc/getttyent.c: Likewise.
54289         * misc/mntent_r.c: Likewise.
54290         * posix/getopt.c: Likewise.
54291         * posix/wordexp.c: Likewise.
54292         * pwd/fgetpwent_r.c: Likewise.
54293         * resolv/Versions: Likewise.
54294         * resolv/res_hconf.c: Likewise.
54295         * shadow/fgetspent_r.c: Likewise.
54296         * shadow/putspent.c: Likewise.
54297         * stdio-common/printf_fphex.c: Likewise.
54298         * stdio-common/tmpfile.c: Likewise.
54299         * stdlib/abort.c: Likewise.
54300         * stdlib/fmtmsg.c: Likewise.
54301         * sunrpc/auth_unix.c: Likewise.
54302         * sunrpc/clnt_perr.c: Likewise.
54303         * sunrpc/clnt_tcp.c: Likewise.
54304         * sunrpc/clnt_udp.c: Likewise.
54305         * sunrpc/clnt_unix.c: Likewise.
54306         * sunrpc/openchild.c: Likewise.
54307         * sunrpc/svc_simple.c: Likewise.
54308         * sunrpc/svc_tcp.c: Likewise.
54309         * sunrpc/svc_udp.c: Likewise.
54310         * sunrpc/svc_unix.c: Likewise.
54311         * sunrpc/xdr.c: Likewise.
54312         * sunrpc/xdr_array.c: Likewise.
54313         * sunrpc/xdr_rec.c: Likewise.
54314         * sunrpc/xdr_ref.c: Likewise.
54315         * sunrpc/xdr_stdio.c: Likewise.
54317 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54319         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54321 2011-07-03  Andreas Jaeger  <aj@suse.de>
54323         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54324         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54325         regenerate with gen-libm-tests.pl.
54327 2010-05-12  Petr Baudis  <pasky@suse.cz>
54329         [BZ #11589]
54330         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54331         around j0() zero points by switching to j1().
54332         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54333         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54334         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54335         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54337 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54339         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54340         instead of 0.
54341         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54342         instead of 0.
54343         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54344         Patch in part by Pavel Roskin <proski@gnu.org>.
54346         [BZ #13138]
54347         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54348         realloc.
54349         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54350         Free memory block if necessary.
54352         [BZ #12847]
54353         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54354         be NULL.  Don't lock in this case.
54356 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54358         * elf/elf.h (ELFOSABI_GNU): New macro.
54359         (ELFOSABI_LINUX): Define to that.
54361 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54363         * string/strncat.c (strncat): Undef the symbol in case it has been
54364         defined in bits/string.h.
54366 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54368         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54370         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54371         link map.
54373 2011-08-17  Andreas Jaeger  <aj@suse.de>
54375         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54377 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54378             Ian Lance Taylor  <iant@google.com>
54380         * math/libm-test.inc (lround_test): New testcase.
54381         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54383 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54385         * Makefile: Remove support for automatic cvs check-ins.
54386         * Makerules: Likewise.
54387         * config.make.in: Likewise.
54388         * configure.in: Likewise.
54389         * intl/Makefile: Likewise.
54390         * locale/Makefile: Likewise.
54391         * po/Makefile: Likewise.
54392         * posix/Makefile: Likewise.
54393         * sysdeps/gnu/Makefile: Likewise.
54394         * sysdeps/mach/hurd/Makefile: Likewise.
54395         * sysdeps/sparc/sparc32/Makefile: Likewise.
54397         [BZ #13118]
54398         * posix/Makefile (bug-regex32-ENV): Define.
54399         Patch by John Stanley <jpsinthemix@verizon.net>.
54401         * misc/Makefile (headers): Add bits/select2.h.
54402         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54403         * misc/bits/select2.h: New file.
54404         * include/bits/select2.h: New file.
54405         * debug/Makefile (routines): Add fdelt_chk.
54406         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54407         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54408         FD_ISSET.
54409         * debug/fdelt_chk.c: New file.
54411         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54412         * wcsmbs/test-wmemcmp.c: Likewise.
54413         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54414         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54416 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54418         * string/Makefile (strop-tests): Add memcmp.
54419         * string/test-wmemcmp.c: New file.
54420         * string/test-memcmp.c: Add wmemcmp support.
54422 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54424         [BZ #13153]
54425         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54426         2011-07-19 change.
54428         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54429         garbage value in a __mach_port_mod_refs call in the cases of the
54430         task-self and thread-self ports.
54432 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54434         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54436 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54438         * elf/dl-load.c (lose): Check for non-null L.
54440 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54442         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54444         * elf/dl-libc.c (dlerror_run): Pass back error code from
54445         dl_catch_error.
54447         [BZ #13123]
54448         * elf/dl-load.c (lose): Free l_origin if it is valid.
54450         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54451         names.
54452         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54453         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54454         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54455         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54456         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54457         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54459 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54461         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54462         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54463         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54464         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54465         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54466         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54467         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54468         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54469         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54470         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54472 2011-08-15  Alan Modra  <amodra@gmail.com>
54474         [BZ #13092]
54475         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54476         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54477         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54478         ppc_mcount to static-only-routines.
54479         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54480         __mcount_internal.
54481         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54482         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54484 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54486         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54487         for finite and infinity parameters.
54489 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54491         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54492         and add nop instructions for throughput optimization.
54493         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54495 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54497         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54498         aligned copy for power7 with vector-scalar instructions.
54499         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54501 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54503         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54504         AVX check.
54506 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54508         [BZ #13144]
54509         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54510         last change.
54512 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54514         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54515         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54516         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54517         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54518         clock_gettime.
54520 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54522         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54523         Forgot to demangle the pointer.
54525         * sysdeps/i386/sysdep.h: Define atom_text_section.
54526         * sysdeps/x86_64/sysdep.h: Likewise.
54527         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54528         section with atom_text_section.
54529         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54530         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54531         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54532         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54533         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54535         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54536         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54537         already be defined.  Change to take two parameters and don't assign
54538         result to variable.  Adjust all users.
54539         Define INTERNAL_GETTIME if not already defined.
54540         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54541         call.
54542         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54543         HAVE_CLOCK_GETTIME_VSYSCALL.
54544         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54546         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54547         gettimeofday vsyscall, just use time.
54549 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54551         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54552         <errno.h>.
54554 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54556         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54557         syscall on x86-64.
54558         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54559         syscall.
54560         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54561         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54562         syscall if possible.
54564 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54566         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54567         e_ident.  Don't pass to find_mapsXX.
54568         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54570 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54572         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54573         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54574         * sysdeps/x86_64/multiarch/strchr.S: Update.
54575         Check bit_slow_BSF bit.
54576         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54577         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54578         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54580 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54582         [BZ #13134]
54583         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54584         before glibc 2.15.
54585         (tryshell): Define.
54586         (__spawni): Change last parameter to be flag.  Test
54587         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54588         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54589         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54590         * posix/spawni.c: Likewise.
54591         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54592         * posix/spawnp.c: Likewise.  Change normal version to use
54593         SPAWN_XFLAGS_USE_PATH.
54594         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54595         SPAWN_XFLAGS_TRY_SHELL.
54597         [BZ #13150]
54598         * posix/glob.h: Remove gcc 1.x support.
54600         [BZ #13068]
54601         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54603 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54605         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54606         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54607         strrchr-sse2-bsf
54608         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54609         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54610         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54611         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54612         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54613         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54615 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54617         * sysdeps/x86_64/wcscmp.S: New file.
54619         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54620         wcscmp-c wcscmp-sse2
54621         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54622         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54623         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54624         * wcsmbs/wcscmp.c: Allow renaming.
54626 2011-09-05  David S. Miller  <davem@davemloft.net>
54628         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54629         stack slot, rather than the struct return pointer slot.
54630         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54631         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54632         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54633         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54635 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54637         * po/ja.po: Update from translation team.
54639         [BZ #13144]
54640         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54641         kernel in 64-bit binaries.
54643 2011-09-01  David S. Miller  <davem@davemloft.net>
54645         * elf/elf.h (HWCAP_SPARC_*): Move to..
54646         * sysdeps/sparc/sysdep.h: this new file and add new values.
54647         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54648         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54649         _DL_HWCAP_COUNT to 24.
54650         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54651         entries.
54652         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54653         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54654         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54655         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54656         instead of magic constants.
54657         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54659 2011-08-31  David S. Miller  <davem@davemloft.net>
54661         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54662         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54663         Reimplement to do errno handling inline.
54664         (SYSCALL_ERROR_HANDLER): New macro.
54665         (__SYSCALL_STRING): Do not do errno handling in asm.
54666         (__CLONE_SYSCALL_STRING): Delete.
54667         (__INTERNAL_SYSCALL_STRING): Delete.
54668         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54669         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54670         (PSEUDO): Reimplement to do errno handling inline.
54671         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54672         (SYSCALL_ERROR_HANDLER): New macro.
54673         (__SYSCALL_STRING): Do not do errno handling in asm.
54674         (__CLONE_SYSCALL_STRING): Delete.
54675         (__INTERNAL_SYSCALL_STRING): Delete.
54676         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54677         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54678         i386.
54679         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54680         (inline_syscall*): Add 'err' argument.
54681         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54682         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54683         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54684         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54686         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54687         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54689 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54691         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54693 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54695         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54696         directive.
54698 2011-08-24  David S. Miller  <davem@davemloft.net>
54700         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54702 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54704         * elf/Makefile: Add rules to build and run unload8 test.
54705         * elf/unload8.c: New file.
54706         * elf/unload8mod1.c: New file.
54707         * elf/unload8mod1x.c: New file.
54708         * elf/unload8mod2.c: New file.
54709         * elf/unload8mod3.c: New file.
54711         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54712         it wasn't used.
54714 2011-08-23  David S. Miller  <davem@davemloft.net>
54716         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54717         subtract stack bias.
54718         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54719         %sp not %fp in calculations.
54720         (_JMPBUF_UNWINDS_ADJ): Likewise.
54722         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54723         (aio_suspend): Call it to force an exception region around the
54724         AIO_MISC_WAIT() invocation.
54726 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54728         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54729         backslash.
54731 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54733         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54734         protection macro.
54735         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54736         and <dl-machine.h>.
54737         (Elf64_FuncDesc): Remove.
54739 2011-08-22  David S. Miller  <davem@davemloft.net>
54741         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54742         sigaltstack check, add missing cfi directives.
54743         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54744         missing cfi directives, and sigaltstack handling.
54746 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54748         [BZ #11724]
54749         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54750         object is seen twice.
54751         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54753         * elf/Makefile (distribute): Add tst-initorder2.c.
54754         (tests): Add tst-initorder2.
54755         (modules-names): Add tst-initorder2a tst-initorder2b
54756         tst-initorder2c tst-initorder2d.  Add rules to build them.
54757         ($(objpfx)tst-initorder2.out): New rule.
54758         * elf/tst-initorder2.c: New file.
54759         * elf/tst-initorder2.exp: New file.
54761 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54763         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54765         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54766         dependencies back to end of function.
54768         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54769         $(elfobjdir)/ld.so.
54771 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54773         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54774         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54775         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54776         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54777         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54778         of __vdso_gettimeofday.
54779         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54780         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54781         attribute_hidden.
54782         (_libc_vdso_platform_setup): Remove initialization of
54783         __vdso_gettimeofday and __vdso_time.
54785 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54787         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54788         and fgetc_unlocked.
54789         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54790         getc_unlocked.
54792         * elf/dl-open.c (add_to_global): Report additions to the global scope
54793         for LD_DEBUG=scopes.
54794         (dl_open_worker): Also print scope of newly loaded dependencies.
54795         (_dl_show_scope): Indicate if there is no scope.
54797         [BZ #13114]
54798         * stdio-common/Makefile (tests): Add bug24.
54799         * stdio-common/bug24.c: New file.
54801 2011-08-19  Andreas Jaeger  <aj@suse.de>
54803         [BZ #13114]
54804         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54805         non-existant file when using close-on-exec mode.
54807 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54809         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54810         the very first instruction.
54812         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54813         the CFI state in the end.
54814         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54815         inclusion of dl-trampoline.h.
54816         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54818 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54820         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54821         expectations for long double.
54823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54824         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54826 2011-08-14  David S. Miller  <davem@davemloft.net>
54828         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54829         artificual limit depends upon the system page size.
54831 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54833         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54834         * resolv/Makefile: Define CFLAGS-libresolv.
54836 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54838         * nss/makedb.c (compute_tables): Make variables used in nested
54839         function static.
54841 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54843         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54844         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54845         if buffer was too small.
54847         * elf/pldd.c (main): Attach to all threads in the process.
54848         Rewrite /proc handling to use *at functions.
54850 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54852         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54853         specifies first scope to show.
54854         (dl_open_worker): Update callers.  Move printing scope of new
54855         object to before the relocation.
54856         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54857         * sysdeps/generic/ldsodefs.h: Update declaration.
54859         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54860         string for the scope number.
54862 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54864         * nscd/servicescache.c (cache_addserv): Make sure written is always
54865         initialized.
54867 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54869         * sysdeps/i386/i486/bits/atomic.h
54870         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54871         statement expression, so as to suppress "set but not used" warning.
54872         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54874         * string/strncat.c (STRNCAT): Use prototype definition.
54876         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54877         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54878         -Iprograms here.
54879         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54880         (localedef-modules): Add localedef.
54881         (locale-modules): Add locale.
54883         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54884         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54885         to avoid a warning.
54887 2011-08-14  David S. Miller  <davem@davemloft.net>
54889         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54890         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54892 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54894         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54895         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54896         * elf/rtld.c (dl_main): Set l_name of vDSO.
54897         Call _dl_show_scope when DL_DEBUG_SCOPES.
54898         (process_dl_debug): Recognize scopes flag and also set it for all.
54899         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54900         Declare _dl_show_scope.
54902         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54903         (do_dlopen): Pass caller_dlopen to dl_open.
54904         (__libc_dlopen_mode): Initialize caller_dlopen.
54906         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54907         of libc.  Make tolower call locale-independent.  Optimize a bit by
54908         using isdigit instead of isalnum.
54909         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54911 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54913         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54914         was a dependency or dynamically loaded.
54916 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54918         * intl/l10nflist.c: Allow architecture-specific pop function.
54919         * sysdeps/x86_64/l10nflist.c: New file.
54921         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54922         classification.
54924 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54926         * include/dirent.h: Add libc_hidden_proto for scandirat and
54927         scandirat64.  Don't declare __scandirat64.
54928         * dirent/scandirat.c: Add libc_hidden_def.
54929         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54930         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54932 2011-08-10  David S. Miller  <davem@davemloft.net>
54934         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54935         enum.
54936         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54937         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54938         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54940 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54942         * Versions.def [libc]: Add GLIBC_2.15.
54943         * dirent/Makefile (routines): Add scandirat and scandirat64.
54944         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54945         GLIBC_2.15.
54946         * dirent/dirent.h: Declare scandirat and scandirat64.
54947         * dirent/scandirat.c: New file.
54948         * dirent/scandirat64.c: New file.
54949         * sysdeps/wordsize-64/scandirat.c: New file.
54950         * sysdeps/wordsize-64/scandirat64.c: New file.
54951         * dirent/opendir.c: Define opendirat.
54952         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54953         using scandirat.
54954         * dirent/scandir64.c: Adjust for scandir.c change.
54955         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54956         __scandirat64, and __scandir_cancel_handler.
54957         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54958         additional parameter and use openat instead of open (outside of ld.so).
54959         Add new __opendir as wrapper around __opendirat.
54960         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54961         here without requiring old scandirat implementation.
54963 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54965         * dirent/scandir.c (cancel_handler): Renamed to
54966         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54967         defined.  Adjust users.
54968         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54969         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54971 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54973         * string/test-string.h (IMPL): Use __STRING to expand name and then
54974         stringify it.
54976         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54977         of cleanups.
54979 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54981         * string/Makefile: Update.
54982         (strop-tests): Append strncat.
54983         * string/test-wcscmp.c: New file.
54984         New comprehensive test for wcscmp.
54985         * string/test-strcmp.c: Update.
54986         (WIDE): New define.
54988 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54990         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54991         line.
54993 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54995         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54996         encoding to ACE if AI_IDN.
54998 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
55000         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
55001         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
55003 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55005         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
55006         Fix overflow bug in strncat.
55007         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
55009         * string/test-strncat.c: Update.
55010         Add new tests for checking overflow bugs.
55012 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55014         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55015         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
55016         * sysdeps/i386/i686/multiarch/strcat.S: New file.
55017         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
55018         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
55019         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
55020         * sysdeps/i386/i686/multiarch/strncat.S: New file.
55021         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
55022         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
55024         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
55025         (USE_AS_STRCAT): Define.
55026         Add strcat and strncat support.
55027         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55029 2011-07-25  Andreas Schwab  <schwab@redhat.com>
55031         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
55032         __n bigger than INT_MAX+1.
55033         (__strncmp_g): Likewise.
55035 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
55037         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
55038         * libio/stido.h: Likewise.
55040         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
55041         (AF_NFC): Define.
55042         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
55043         (AF_NFC): Define.
55045         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
55046         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55047         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55048         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
55049         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55051         [BZ #13021]
55052         * scripts/test-installation.pl: Don't expect libnss_test1 to be
55053         installed.
55055         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
55056         typo.
55057         (_dl_x86_64_save_sse): Likewise.
55059 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
55061         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
55062         OSXSAVE.
55063         (_dl_x86_64_save_sse): Likewise.
55065         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
55067         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55069 2011-07-21  Andreas Schwab  <schwab@redhat.com>
55071         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55072         change.
55073         (_dl_x86_64_save_sse): Use correct AVX check.
55075 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55077         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55078         bug in strncpy/strncat.
55079         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55081 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
55083         * string/tester.c (test_strcat): Add tests for different alignments
55084         of source and destination.
55085         (test_strncat): Likewise.
55087 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55089         [BZ #12852]
55090         * posix/glob.c (glob): Check passed in values before using them in
55091         expressions to avoid some overflows.
55092         (glob_in_dir): Likewise.
55094         [BZ #13007]
55095         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
55096         check for AVX enablement so that we don't crash with old kernels and
55097         new hardware.
55098         * elf/tst-audit4.c: Add same checks here.
55099         * elf/tst-audit6.c: Likewise.
55101         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
55103 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
55105         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
55107 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55109         * po/cs.po: Update from translation team.
55110         * po/bg.po: Likewise.
55112 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
55114         * misc/sys/cdefs.h: Add support for const attribute.
55115         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
55116         to gnu_dev_{major,minor,makedev} functions.
55118 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
55120         * intl/dcigettext.c (get_output_charset): Add missing bracket.
55122 2011-07-20  Andreas Schwab  <schwab@redhat.com>
55124         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
55125         strlen results.
55127 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55129         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
55130         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
55131         register in order to avoid conflicts with the soft frame pointer
55132         being held in r11 when necessary.
55133         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
55134         (INTERNAL_VSYSCALL_NCS): Likewise.
55136 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
55138         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
55139         * elf/dl-fini.c (_dl_fini): Adjust caller.
55140         * elf/dl-close.c (_dl_close_worker): Likewise.
55141         * sysdeps/generic/ldsodefs.h: Adjust declaration.
55143 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55145         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
55146         "aux_cache->nlibs < 0".
55148         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
55149         in the reload-count case.
55151 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55153         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55154         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
55155         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
55156         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
55157         * sysdeps/x86_64/multiarch/strcat.S: New file.
55158         * sysdeps/x86_64/multiarch/strncat.S: New file.
55159         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
55160         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
55161         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
55162         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
55163         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
55164         (USE_AS_STRCAT): Define.
55165         Add strcat and strncat support.
55166         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55167         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
55168         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
55169         * string/strncat.c: Update.
55170         (USE_AS_STRNCAT): Define.
55171         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55172         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
55173         and i7.
55174         * sysdeps/x86_64/multiarch/init-arch.h
55175         (bit_Prefer_PMINUB_for_stringop): New.
55176         (index_Prefer_PMINUB_for_stringop): Likewise.
55177         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
55178         bit_Prefer_PMINUB_for_stringop.
55180 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55182         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55183         buffer64.
55184         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55185         of casting of buffer.
55186         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55187         buffer32 and buffer64.
55188         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55189         writes instead of casting of buffer.
55190         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55191         buffer32.
55192         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55193         casting of buffer.
55195 2011-07-19  Andreas Schwab  <schwab@redhat.com>
55197         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55199 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55201         * nscd/nscd.c (termination_handler): Don't do anything for a database
55202         if it has not yet been initialized.
55204 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55206         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55208 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55210         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55212 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55214         * po/nl.po: Update from translation team.
55215         * po/sv.po: Likewise.
55217 2011-07-16  Roland McGrath  <roland@hack.frob.com>
55219         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55220         now disallowed by GCC.
55222         * configure.in (use-default-link): Default to yes if a test -shared
55223         link meets our qualifications.
55224         * configure: Regenerated.
55226         * config.make.in (output-format): New variable.
55227         * configure.in: Check for ld --print-output-format support.
55228         * configure: Regenerated.
55229         * Makerules ($(common-objpfx)format.lds)
55230         [$(output-format) != unknown]: Just use $(output-format),
55231         instead of the linker-script munging.
55233 2011-07-14  Roland McGrath  <roland@hack.frob.com>
55235         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55236         of $(common-objpfx)shlib.lds.
55237         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55239         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55240         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55242         * configure.in (-z relro check): Adjust test code to add a large
55243         writable data section after it.
55244         * configure: Regenerated.
55246 2011-07-11  Roland McGrath  <roland@hack.frob.com>
55248         * configure.in (-z relro check): Fix test code to make the variable
55249         truly const.
55250         * configure: Regenerated.
55252 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
55254         * nscd/nscd.h (struct traced_file): Define.
55255         (struct database_dyn): Remove inotify_descr, reset_res, and filename
55256         elements.  Add traced_files.
55257         (inotify_fd): Declare.
55258         (register_traced_file): Declare.
55259         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55260         (inotify_fd): Export.
55261         (resolv_conf_descr): Remove.
55262         (nscd_init): Move inotify descriptor creation to main.
55263         Don't register files for notification here.
55264         (register_traced_file): New function.
55265         (invalidate_cache): Don't use reset_res to determine whether to call
55266         res_init, go through the list of registered files.
55267         (main_loop_poll): The inotify descriptors are now stored in the
55268         structures for the traced files.
55269         (main_loop_epoll): Likewise
55270         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55271         to __nss_disable_nscd.
55272         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55273         for a database anymore.  Check the records for all the registered
55274         files instead.
55275         * nss/Makefile (libnss_files-routines): Add files-init.
55276         (libnss_db-routines): Add db-init.
55277         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55278         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55279         * nss/nss_db/db-init.c: New file.
55280         * nss/nss_files/files-init.c: New file.
55281         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55282         __nss_lookup_function.
55283         (__nss_lookup_function): Call nss_load_library.
55284         (nss_load_all_libraries): New function.
55285         (__nss_disable_nscd): Take parameter with callback function for files
55286         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55287         used for the cached services.
55288         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55289         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55290         options for features to all the files in nscd.
55292         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55294 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55296         * csu/elf-init.c (__libc_csu_init): Comment typo.
55298 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55300         * po/pl.po: Update from translation team.
55301         * po/ja.po: Likewise.
55302         * po/ru.po: Likewise.
55303         * po/ko.po: Likewise.
55304         * po/fr.po: Likewise.
55306 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55308         * configure.in (.ctors/.dtors header and trailer check):
55309         Use an empirical test on a built program.
55310         * configure: Regenerated.
55312         * configure.in (-z relro check): Use an empirical test on a built DSO.
55313         Detect, but do not require, on ia64.
55314         * configure: Regenerated.
55316         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55317         Update tests that use readelf to use $READELF instead.
55318         * configure: Regenerated.
55320 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55322         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55323         if the result is not used.
55325 2011-07-05  Andreas Jaeger  <aj@suse.de>
55327         [BZ#9696]
55328         * stdlib/tst-strtod.c: Add testcase.
55330 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55332         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55333         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55334         The latter has a higher limit.  Take additional parameter to pass to
55335         the new function.
55336         (__pathconf): Pass file to __statfs_link_max.
55337         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55338         __statfs_link_max.
55339         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55340         __statfs_link_max.
55342         [BZ #12868]
55343         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55344         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55345         Handle Lustre.
55346         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55347         (__statfs_filesize_max): Likewise.
55348         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55350 2011-07-05  Andreas Jaeger  <aj@suse.de>
55352         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55354 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55356         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55357         `status' variable.
55358         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55359         Likewise.
55361 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55363         * Makefile (strop-tests): Add strncat.
55364         * string/test-strncat.c: New file.
55366 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55368         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55370 2011-06-21  Andreas Jaeger  <aj@suse.de>
55372         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55373         Copy rule from iconvdata/Makefile.
55375 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55377         [BZ #12922]
55378         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55379         but no long options are defined, just return 'W'.
55381 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55383         [BZ #9696]
55384         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55386 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55388         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55389         netgroups to read.
55390         (innetgr): Likewise.
55392 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55394         * config.make.in (install_root): Default to $(DESTDIR).
55396 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55398         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55400 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55402         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55404         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55405         containing directory rather than embedding absolute directory names.
55407         * scripts/check-local-headers.sh: Rewritten using awk.
55408         Match by word, not by line.  Print error messages for matches.
55409         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55411         * Makerules [shlib-lds-flags empty]:
55412         ($(common-objpfx)libc_pic.opts): New target.
55413         ($(common-objpfx)libc_pic.os.clean): New target.
55414         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55416         * config.make.in (OBJCOPY): New variable.
55417         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55418         * configure: Regenerated.
55420         * config.make.in (use-default-link): New variable.
55421         * configure.in (use_default_link): Grok --with-default-link to set it.
55422         * configure: Regenerated.
55423         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55424         (shlib-lds, shlib-lds-flags): Define to empty.
55426         * Makerules (shlib-lds): New variable.
55427         (shlib-lds-flags): New variable.
55428         (build-shlib, build-moduile, build-module-asneeded): Use it.
55429         ($(common-objpfx)libc.so): Use $(shlib-lds).
55430         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55431         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55433         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55434         DT_FLAGS/DT_FLAGS_1 with zero flags.
55436         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55437         linker script munging.
55439 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55441         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55442         as 128-bit value.
55443         * crypt/sha512.c (sha512_process_block): Perform total addition using
55444         128-bit if possible.
55445         (__sha512_finish_ctx): Likewise.
55446         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55447         as 64-bit value.
55448         * crypt/sha256.c (SWAP64): Define.
55449         (sha256_process_block): Perform total addition using 64-bit if
55450         possible.
55451         (__sha256_finish_ctx): Likewise.
55453 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55455         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55456         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55457         * nscd/hstcache.c (cache_addhst): Likewise.
55458         * nscd/grpcache.c (cache_addgr): Likewise.
55459         * nscd/aicache.c (addhstaiX): Likewise
55460         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55462 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55464         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55465         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55466         * nscd/hstcache.c (cache_addhst): Likewise.
55467         * nscd/grpcache.c (cache_addgr): Likewise.
55468         * nscd/aicache.c (addhstaiX): Likewise
55470 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55472         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55473         domain only when needed.
55475 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55477         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55478         is always restored.
55480 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55482         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55483         are re-adding the entry.
55484         * nscd/servicescache.c (cache_addserv): Likewise.
55486 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55488         * sysdeps/generic/dl-irel.h: fix protection against multiple
55489         inclusions.
55490         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55492 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55494         [BZ #12935]
55495         * malloc/memusage.sh: Fix quoting in message.
55496         * debug/xtrace.sh: Likewise.
55498         * configure.in: Remove support for --experimental-malloc option, make
55499         it the default.
55500         * config.make.in: Likewise.
55501         * malloc/Makefile: Likewise.
55503 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55505         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55506         two-byte characters.
55508 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55510         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55511         AC_CACHE_CHECK invocation.
55512         * configure: Regenerated.
55514         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55516 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55518         [BZ #12350]
55519         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55520         bit from old_res_options.
55522         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55524         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55525         value type for setfct.
55527 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55529         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55530         __gettimeofday instead of gettimeofday.
55532 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55534         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55536 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55538         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55540         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55541         info.
55543 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55545         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55546         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55547         strcpy-sse2-unaligned strncpy-sse2-unaligned
55548         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55549         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55550         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55551         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55552         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55553         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55554         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55555         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55556         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55557         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55558         (STRCPY): Support SSE2 and SSSE3 versions.
55560 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55562         [BZ #12874]
55563         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55564         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55565         kernels which artificially limit size of requests.
55567 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55569         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55570         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55571         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55572         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55573         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55574         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55575         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55576         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55577         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55578         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55579         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55580         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55581         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55582         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55583         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55584         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55585         Enable unaligned load optimization for Intel Core i3, i5 and i7
55586         processors.
55587         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55588         Define.
55589         (index_Fast_Unaligned_Load): Define.
55590         (HAS_FAST_UNALIGNED_LOAD): Define.
55592 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55594         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55596 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55598         [BZ #12907]
55599         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55600         until it is clear that the information is realy needed.
55601         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55603 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55605         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55607 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55609         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55610         /sys/devices/system/cpu/online if it is usable.
55612         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55613         reading the information from the /proc filesystem to once a second.
55615 2011-06-21  Andreas Jaeger  <aj@suse.de>
55617         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55618         NULL after inclusion of kernel headers.
55620 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55622         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55623         calls to internal_setent.
55625         [BZ #12885]
55626         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55627         addresses using gethostbyname4_r ignore IPv4 addresses.
55629         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55630         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55632         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55634 2011-06-20  David S. Miller  <davem@davemloft.net>
55636         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55637         inclusions.
55638         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55640         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55641         (elf_irel): Use it.
55642         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55643         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55644         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55645         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55646         * sysdeps/x86_64/dl-irel.h: Likewise.
55648         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55649         * elf/dl-sym.c: Likewise.
55651 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55653         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55654         need to dereference resplen2.
55656 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55658         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55660 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55662         * Makeconfig: Define vardbdir and inst_vardbdir.
55663         * nss/Makefile: Add rules to install db-Makefile.
55665         * nss/nss_db/db-XXX.c: Cleanup.
55667         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55668         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55669         GLIBC_PRIVATE.
55670         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55671         * nss/makedb.c: Implement -g option to specify that value strings
55672         are generated and should not be added to table iterated over for
55673         get*ent calls.
55674         * nss/nss_db/db-initgroups.c: New file.
55676         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55677         interface.
55679         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55680         (internal_getgrouplist): Adjust to name change.
55681         Update use_initgroups_entry if this is not the first call.
55682         * nss/databases.def: Add initgroups entry.
55684         * nss/makedb.c (compute_tables): Check result of multiple hash table
55685         sizes to minimize maximum chain length.
55687 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55689         * Versions.def: Add entry for libnss_db.
55690         * shlib-versions: Likewise.
55691         * nss/Makefile: Add rules to build libnss_db.
55692         * nss/Versions: Add libnss_db information.  Organize libnss_files
55693         entries better.
55694         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55695         makedb progra.  Some minor improvements to generate smaller files.
55696         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55697         here from...
55698         * nss/makedb.c: ...here.
55699         Improve database format to be smaller and require less memory at
55700         runtime.
55701         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55702         db anymore.
55703         * nss/nss_db/db-netgrp.c: Likewise.
55704         * nss/nss_db/db-open.c: Likewise.
55705         * nss/nss_files/flies-XXX.x: Adjust comments.
55706         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55707         * nss/nss_files/files-grp.c: Likewise.
55708         * nss/nss_files/files-hosts.c: Likewise.
55709         * nss/nss_files/files-network.c: Likewise.
55710         * nss/nss_files/files-proto.c: Likewise.
55711         * nss/nss_files/files-pwd.c: Likewise.
55712         * nss/nss_files/files-rpc.c: Likewise.
55713         * nss/nss_files/files-service.c: Likewise.
55714         * nss/nss_files/files-sgrp.c: Likewise.
55715         * nss/nss_files/files-spwd.c: Likewise.
55716         * nss/nss_db/db-alias.c: Removed.
55717         * nss/nss_db/dummy-db.h: Removed.
55719 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55721         * nss/makedb.c: Rewritten to not use database library.
55722         * nss/Makefile: Update to build new makedb program.
55724 2011-06-14  Andreas Jaeger  <aj@suse.de>
55726         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55727         memset declaration.
55729 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55731         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55732         tmpbuf.
55734 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55736         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55737         * elf/Makefile ($(objpfx)ld.so): Likewise.
55739         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55740         Don't list ld.so twice in dependencies.
55742         * posix/bug-regex31.c: Include <stdlib.h>.
55744         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55746         * nis/nss_compat/compat-spwd.c
55747         (getspent_next_nss_netgr): Remove unused variable.
55748         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55750         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55751         nonmembers" output to use the right array.
55753         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55755         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55757         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55758         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55759         * catgets/gencat.c (read_input_file): Likewise.
55760         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55762         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55763         variable definition inside #if's controlling its use.
55765         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55767         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55769         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55771         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55772         unreachable code.
55774         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55776         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55777         * configure: Regenerated.
55779         * Makerules: Revert last change.
55780         * elf/Makefile: Likewise.
55782 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55784         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55785         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55786         (reloc-link): Likewise.
55788 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55790         * elf/Makefile: Add rules to build pldd.
55791         * elf/pldd.c: New file.
55792         * elf/pldd-xx.c: New file.
55794 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55796         * version.h: Update for 2.15 development version.
55798 2011-06-07  David S. Miller  <davem@davemloft.net>
55800         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55801         ifuncs.
55802         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55803         elf_machine_lazy_rel): Likewise.
55804         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55805         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55806         elf_machine_lazy_rel): Likewise.
55807         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55808         dl_hwcap via passed in argument.
55809         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55810         Likewise.
55812 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55814         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55816 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55818         [BZ #12849]
55819         * manual/fdl-1.1.texi: New file, verbatim from:
55820         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55821         * manual/lgpl-2.1.texi: New file, verbatim from:
55822         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55823         * manual/Makefile (licenses): New variable, list those new file names.
55824         (texis): Use it.
55825         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55827         * manual/fdl.texi: File removed.
55828         * manual/lesser.texi: File removed.
55829         * manual/libc.texinfo (Copying, Documentation License):
55830         Use new @include file names, put @appendix directive before @include.
55832 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55834         [BZ #12841]
55835         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55836         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55837         (mq_open): Add __NTH.
55839 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55841         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55842         Assume Intel Core i3/i5/i7 processor if AVX is available.
55844 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55846         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55847         typo.
55849 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55851         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55852         memory.  Use alloca_account.  Fix memory leak when retrying.
55854 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55856         * version.h (RELEASE): Bump for 2.14 release.
55857         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55859         * config.make.in (RANLIB): Remove entry.
55861 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55863         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55864         (libc.pot): Work around missing support for .ksh extension in xgettext.
55866         [BZ #12684]
55867         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55868         if both request failed.
55869         (send_dg): In case of server errors clear resplen or *resplen2.
55871         [BZ #12454]
55872         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55873         when there are multiple maps.
55874         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55875         (_dl_fini): Remove test here.
55877         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55879 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55881         [BZ #12350]
55882         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55883         bit from old_res_options.
55884         (gaih_inet): Likewise.
55886         [BZ #11099]
55887         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55888         as signed.
55890         * resolv/res_init.c (res_setoptions): Make the code more compact.
55892         [BZ #11558]
55893         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55894         set RES_USEVC.
55896         [BZ #11634]
55897         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55899         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55901         [BZ #11781]
55902         * malloc/malloc.h: Declare malloc hook variables as volatile.
55904         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55905         in last patch.
55907         [BZ #11799]
55908         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55909         raise in the comment.
55910         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55911         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55912         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55914 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55916         [BZ #12811]
55917         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55918         grow the buffers more if it already has to be sufficient.
55919         (build_wcs_upper_buffer): Likewise.
55920         * posix/regexec.c (check_matching): Likewise.
55921         (clean_state_log_if_needed): Likewise.
55922         (extend_buffers): Don't enlarge buffers beyond size of the input
55923         buffer.
55924         Patches mostly by Emil Wojak <emil@wojak.eu>.
55925         * posix/bug-regex32.c: New file.
55926         * posix/Makefile (tests): Add bug-regex32.
55928         * locale/findlocale.c (_nl_find_locale): Return right away if
55929         _nl_explode_name failed.
55930         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55932         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55934         * debug/xtrace.sh: Unify messages.
55935         * malloc/memusage.sh: Likewise.
55937         [BZ #12813]
55938         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55939         time symbol from vDSO.  Substitute with vsyscall if not available.
55940         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55941         __vdso_time.
55943         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55944         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55945         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55946         Add sendmmsg and internal_sendmmsg.
55947         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55948         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55949         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55951         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55952         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55953         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55955 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55957         [BZ #12813]
55958         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55959         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55960         available.
55961         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55962         __vdso_getcpu.
55964         [BZ #12814]
55965         * iconvdata/Makefile (tests): Add bug-iconv9.
55966         * iconvdata/bug-iconv9.c: New file.
55968 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55970         [BZ #12814]
55971         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55973 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55975         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55976         (struct user_regs_struct): Change intcs field back to cs.
55978 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55980         * po/ja.po: Update from translation team.
55982 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55984         [BZ #12795]
55985         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55986         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55988 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55990         * stdlib/longlong.h: Update from GCC.
55992 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55994         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55995         parameter name.
55996         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55997         Add parameter name.
55998         (__sysconf): Pass it down.
56000 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
56002         [BZ #12671]
56003         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
56004         some situations.
56005         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
56006         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
56007         add in in __libc_use_alloca calls.  Adjust callers.
56008         (glob): Use malloc in some situations.
56010         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
56011         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
56012         pltexit.
56014 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
56016         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
56017         and CLOCK_BOOTTIME_ALARM.
56019         [BZ #12782]
56020         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
56021         is returned.
56023         * string/_strerror.c (__strerror_r): Print negative errors as signed
56024         numbers.
56026         [BZ #12777]
56027         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
56028         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
56029         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
56031         * configure.in: Fix typo in redirection and correct removal of test
56032         files in two cases.
56034         [BZ #12788]
56035         * locale/setlocale.c (new_composite_name): Fix test to check for
56036         identical name of all categories.
56038         [BZ #12792]
56039         * libio/filedoalloc.c (local_isatty): New function.
56040         (_IO_file_doallocate): Use local_isatty.
56041         * stdio-common/perror.c (perror): In case a new stream is used
56042         forward the stream error.
56043         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
56044         error flag.
56046 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
56048         [BZ #11869]
56049         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
56050         alloca.
56051         * include/alloca.h (extend_alloca_account): Define.
56053         [BZ #11857]
56054         * posix/regex.h: Fix comments with documentation of user-accessible
56055         fields after compilation and describe correct free'ing of pattern
56056         after re_compile_pattern.
56057         Patch by Reuben Thomas <rrt@sc3d.org>.
56059 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
56061         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
56062         and -mno-altivec to prevent the compiler from using Altivec and/or
56063         VSX instructions when the corresponding registers are not available.
56065 2011-05-19  Andreas Schwab  <schwab@redhat.com>
56067         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56069 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
56071         * libio/freopen.c (freopen): Use __dup2, not dup2.
56072         * libio/freopen64.c (freopen64): Likewise.
56074 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56076         [BZ #12775]
56077         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56078         * math/Makefile (tests): Add test-powl.
56079         (CFLAGS-test-powl.c): Define.
56080         * math/test-powl.c: New file.
56082 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56084         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
56086 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
56088         [BZ #11837]
56089         * iconvdata/gb18030.c: Update to GB18020-2005.
56091 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
56093         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
56094         RE_SYNTAX_POSIX_AWK): Update to match recent development.
56095         Patch by Aharon Robbins <arnold@skeeve.com>.
56097         [BZ #11892]
56098         * stdlib/putenv.c (putenv): Don't always create copy of the variable
56099         on the stack.
56101         [BZ #11895]
56102         * misc/pselect.c (__pselect): Handle timeout value errors hidden
56103         through underflows.
56105         [BZ #12766]
56106         * misc/error.c (error_at_line): Ensure file_name and old_file_name
56107         point to strings before performing equality test for error_one_per_line
56108         mode.
56110         [BZ #11697]
56111         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
56113         [BZ #11820]
56114         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56115         (struct user_fpregs_struct): Avoid __uint*_t types.
56117         [BZ #6420]
56118         * malloc/mtrace.c (tr_where): Add additional parameter to point to
56119         symbol info.  Use it instead of calling _dl_addr locally.
56120         (lock_and_info): New function.
56121         (tr_freehook): Call lock_and_info and pass symbol info as additional
56122         parameter to tr_where.
56123         (tr_mallochook): Likewise.
56124         (tr_reallochook): Likewise.
56125         (tr_memalignhook): Likewise.
56127         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
56128         used and couldn't be at all thread-safe.
56130 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
56132         * libio/freopen.c (freopen): Don't close old file descriptor
56133         before the new one is opened.  Instead dup the new file descriptor
56134         to the old one after the new stream is created.
56135         * libio/freopen64.c (freopen64): Likewise.
56136         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
56137         * libio/fileops.c (_IO_new_file_close_it): Handle new
56138         _IO_FLAGS2_NOCLOSE flag.
56139         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
56140         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
56141         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
56142         _IO_FLAGS2_NOCLOSE flag.
56143         * include/unistd.h: Add hidden_proto for dup3.
56144         Define __have_dup3.
56145         * io/dup3.c: Define hidden symbol.
56146         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
56148         [BZ #7101]
56149         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
56150         when an incomplete long option is used.
56151         * posix/tst-getopt_long1.c: New file.
56152         * posix/Makefile (tests): Add tst-getopt_long1.
56154         [BZ #10138]
56155         * scripts/config.guess: Update from autoconf-2.68.
56156         * scripts/config.sub: Likewise.
56158         [BZ #10157]
56159         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
56160         tests into ...
56161         (has_cpuclock): ...this.  New function.
56162         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
56163         macro here based on has_cpuclock code.
56165         [BZ #10149]
56166         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56167         First byte (not low byte) is now always NUL.
56168         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
56170         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56171         Use non-cancelable interfaces.
56173         [BZ #9809]
56174         * locale/iso-639.def: Add entry for Sorani.
56176         [BZ #11901]
56177         * include/stdlib.h: Move include protection to the right place.
56178         Define abort_msg_s.  Declare __abort_msg with it.
56179         * stdlib/abort.c (__abort_msg): Adjust type.
56180         * assert/assert.c (__assert_fail_base): New function.  Majority
56181         of code from __assert_fail.  Allocate memory for __abort_msg with
56182         mmap.
56183         (__assert_fail): Now call __assert_fail_base.
56184         * assert/assert-perr.c: Remove bulk of implementation.  Use
56185         __assert_fail_base.
56186         * include/assert.hL Declare __assert_fail_base.
56187         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56188         mmap.
56189         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56191 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
56193         [BZ #11952]
56194         [BZ #12453]
56195         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56196         until all modules are registered in the DTV.
56197         * elf/Makefile: Add rules to build and run tst-tls19.
56198         * elf/tst-tls19.c: New file.
56199         * elf/tst-tls19mod1.c: New file.
56200         * elf/tst-tls19mod2.c: New file.
56201         * elf/tst-tls19mod3.c: New file.
56202         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56204         [BZ #12083]
56205         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56206         correctly.
56208         [BZ #12601]
56209         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56210         two-byte sequence errors.
56211         * iconvdata/Makefile (tests): Add bug-iconv8.
56212         * iconvdata/bug-iconv8.c: New file.
56214         [BZ #12626]
56215         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56216         buf2 definition.
56218         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56220         [BZ #12432]
56221         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56222         (dummy_getcfa): New function.
56223         (init): Get _Unwind_GetCFA address, use dummy if not found.
56224         (backtrace_helper): In recursion check, also check whether CFA changes.
56225         (__backtrace): Completely initialize arg.
56227         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56228         storing incomplete byte sequence in state object.  Avoid testing for
56229         guaranteed too small input if we know there is enough data available.
56231 2011-05-11  Andreas Schwab  <schwab@redhat.com>
56233         * Makeconfig (+link-pie): Indent.
56234         * Rules (binaries-pie): Define if $(have-fpie) and
56235         $(build-shared).
56236         (binaries-shared): Also filter out $(binaries-pie).
56237         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56238         * nscd/Makefile (others-pie): Add nscd.
56239         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56240         ($(objpfx)nscd): Remove command override.
56241         * login/Makefile (others-pie): Add pt_chown.
56242         ($(objpfx)pt_chown): Remove command override.
56243         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56244         remove command overrides.
56246 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
56248         * libio/tst_putwc.c: Fix error messages.
56250         [BZ #12724]
56251         * libio/fileops.c (_IO_new_file_close_it): Always flush when
56252         currently writing and seek to current position when not.
56253         * libio/Makefile (tests): Add bug-fclose1.
56254         * libio/bug-fclose1.c: New file.
56256 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56258         [BZ #12511]
56259         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56260         don't set DF_1_NODELETE here.
56261         (do_lookup_x): When entering new entry test for copy relocation
56262         and if necessary set DF_1_NODELETE flag.
56263         * elf/tst-unique4.cc: New file.
56264         * elf/tst-unique4.h: New file.
56265         * elf/tst-unique4lib.cc: New file.
56266         * elf/Makefile: Add rules to build and run tst-unique4.
56267         Patch by Piotr Bury <pbury@goahead.com>.
56269 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56271         [BZ #12052]
56272         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56274         [BZ #12625]
56275         * misc/mntent_r.c (addmntent): Flush the stream after the output
56277         [BZ #12393]
56278         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56279         (is_trusted_path_normalize): Skip initial colon.  Append slash
56280         to empty buffer.  Duplicate is_trusted_path code but allow
56281         constructed patch to be prefix.
56282         (is_dst): Allow $ORIGIN followed by /.
56283         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56284         Correct testing of result of is_trusted_path_normalize
56285         (decompose_rpath): Fix warning.
56287 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56289         [BZ #11257]
56290         * grp/initgroups.c (internal_getgrouplist): When we found the service
56291         list through the initgroups entry in nsswitch.conf do not always
56292         continue on a successful lookup.  Don't always use the
56293         __nss_group_database value if it is set.
56294         * nss/nsswitch.conf (initgroups): Change action for successful db
56295         lookup to continue for compatibility.
56297 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56299         [BZ #11532]
56300         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56301         and CP774 modules.
56302         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56303         and CP774 modules.
56304         * iconvdata/tst-tables.sh: Likewise.
56305         * iconvdata/cp770.c: New file.
56306         * iconvdata/cp771.c: New file.
56307         * iconvdata/cp772.c: New file.
56308         * iconvdata/cp773.c: New file.
56309         * iconvdata/cp774.c: New file.
56310         * iconvdata/testdata/CP770: New file.
56311         * iconvdata/testdata/CP770..UTF8: New file.
56312         * iconvdata/testdata/CP771: New file.
56313         * iconvdata/testdata/CP771..UTF8: New file.
56314         * iconvdata/testdata/CP772: New file.
56315         * iconvdata/testdata/CP772..UTF8: New file.
56316         * iconvdata/testdata/CP773: New file.
56317         * iconvdata/testdata/CP773..UTF8: New file.
56318         * iconvdata/testdata/CP774: New file.
56319         * iconvdata/testdata/CP774..UTF8: New file.
56321         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56322         END CHARMAP line.
56323         * iconvdata/gen-8bit-gap.sh: Likewise.
56324         * iconvdata/gen-8bit.sh: Likewise.
56326         * locale/iso-639.def: Add ary entry.
56328         [BZ #11258]
56329         * locale/C-translit.h.in: Add U20A1 transliteration.
56331         [BZ #12178]
56332         * locale/iso-639.def: Add wae entry.
56333         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56335         [BZ #12545]
56336         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56337         for n.
56339         [BZ #12711]
56340         * locale/C-translit.h.in: Add entry for U20B9.
56341         Patch by pravin.d.s@gmail.com.
56343 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56345         [BZ #12713]
56346         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56347         ENAMETOOLONG use generic getcwd.
56348         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56349         in rtld.  Use *stat64.
56350         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56351         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56352         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56353         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56354         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56355         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56356         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56357         __fstatat64 macros.
56358         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56359         * dirent/rewinddir.c: Add libc_hidden_def.
56360         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56361         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56363         * include/dirent.h (__alloc_dir): Add flags parameter.
56364         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56365         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56366         __alloc_dir.
56367         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56368         from fdopendir if O_CLOEXEC is already set.
56370 2011-03-15  Alan Modra  <amodra@gmail.com>
56372         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56373         l_tls_firstbyte_offset non-zero.  Save padding offset in
56374         l_tls_firstbyte_offset for later use.
56375         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56376         freeing static tls block.
56378 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56380         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56381         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56382         being defined by the kernel headers.
56384 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56386         [BZ #12734]
56387         * resolv/resolv.h: Define RES_NOTLDQUERY.
56388         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56389         no-tld-query and set RES_NOTLDQUERY.
56390         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56391         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56392         modern BIND to search name as TLD unless forbidden.
56394 2011-05-07  Petr Baudis  <pasky@suse.cz>
56395             Ulrich Drepper  <drepper@gmail.com>
56397         [BZ #12393]
56398         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56399         (is_trusted_path): ...to here.
56400         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56401         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56402         using is_trusted_path_normalize() in setuid scripts.
56404 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56406         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56407         __BEGIN/__END_DECLS.
56409 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56411         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56412         NSS_STATUS_NOTFOUND if no record was found.
56414 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56416         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56417         (headers-not-in-tirpc): Remove rpc/netdb.h
56418         * resolv/netdb.h: Revert last change.
56420 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56422         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56423         circular dependency between libgcc.a and libc.a.
56425 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56427         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56428         * nis/Makefile: Don't install rpcsvc/*.
56429         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56430         instead of <rpc/types.h>.
56431         (MAXHOSTNAMELEN): Define.
56433 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56435         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56437 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56439         [BZ #12714]
56440         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56441         gethostbyname4_r when IPv6 results are possible.
56443 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56445         [BZ #12723]
56446         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56447         _PC_PIPE_BUF handling.
56449 2011-04-30  Bruno Haible  <bruno@clisp.org>
56451         [BZ #12717]
56452         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56453         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56454         to 'int'.
56455         * inet/getnameinfo.c (getnameinfo): Likewise.
56457 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56459         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56460         to groups setting in database lookup.
56461         * nss/nsswitch.conf: Add initgroups entry.
56463 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56465         [BZ #12685]
56466         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56467         mode string.
56468         Patch by Eric Blake <eblake@redhat.com>.
56470 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56472         * sunrpc/Makefile (need-export-routines): Add svc_run.
56473         (routines): Remove svc_run.
56474         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56475         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56476         * sunrpc/svc_run.c (svc_run): Likewise.
56477         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56479 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56481         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56482         problem in reallocation in last patch.
56484 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56486         * sunrpc/Makefile: Move inclusion of Rules.
56488 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56490         * nss/nss_files/files-initgroups.c: New file.
56491         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56492         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56493         _nss_files_initgroups_dyn.
56495 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56497         * elf/elf.h (R_ARM_IRELATIVE): Define.
56499 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56501         * po/ru.po: Update from translation team.
56503 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56505         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56506         dependencies.
56508 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56510         [BZ #12653]
56511         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56512         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56513         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56514         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56515         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56517 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56519         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56520         differing bytes.
56521         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56522         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56523         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56525 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56527         [BZ #12420]
56528         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56529         storing it.
56530         * stdlib/bug-getcontext.c: New file.
56531         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56533 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56535         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56536         instructions into .machine "z9-109".
56537         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56538         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56540 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56542         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56543         between environment variables and auxiliary vector.
56545 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56547         * Makefile: Add rules to build linkobj/libc.so.
56548         * include/libc-symbols.h: Define libc_hidden_nolink.
56549         * include/rpc/auth.h: Mark functions which are to be hidden.
56550         * include/rpc/auth_des.h: Likewise.
56551         * include/rpc/auth_unix.h: Likewise.
56552         * include/rpc/clnt.h: Likewise.
56553         * include/rpc/des_crypt.h: Likewise.
56554         * include/rpc/key_prot.h: Likewise.
56555         * include/rpc/pmap_clnt.h: Likewise.
56556         * include/rpc/pmap_prot.h: Likewise.
56557         * include/rpc/pmap_rmt.h: Likewise.
56558         * include/rpc/rpc_msg.h: Likewise.
56559         * include/rpc/svc.h: Likewise.
56560         * include/rpc/svc_auth.h: Likewise.
56561         * include/rpc/xdr.h: Likewise.
56562         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56563         * nss/Makefile: Likewise.
56564         * sunrpc/Makefile: Don't install headers.  Build library with normal
56565         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56566         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56567         for the compat linking library.  Remove use of INTDEF/INTUSE.
56568         * sunrpc/auth_none.c: Likewise.
56569         * sunrpc/auth_unix.c: Likewise.
56570         * sunrpc/authdes_prot.c: Likewise.
56571         * sunrpc/authuxprot.c: Likewise.
56572         * sunrpc/clnt_gen.c: Likewise.
56573         * sunrpc/clnt_perr.c: Likewise.
56574         * sunrpc/clnt_raw.c: Likewise.
56575         * sunrpc/clnt_simp.c: Likewise.
56576         * sunrpc/clnt_tcp.c: Likewise.
56577         * sunrpc/clnt_udp.c: Likewise.
56578         * sunrpc/clnt_unix.c: Likewise.
56579         * sunrpc/des_crypt.c: Likewise.
56580         * sunrpc/des_soft.c: Likewise.
56581         * sunrpc/get_myaddr.c: Likewise.
56582         * sunrpc/key_call.c: Likewise.
56583         * sunrpc/key_prot.c: Likewise.
56584         * sunrpc/netname.c: Likewise.
56585         * sunrpc/pm_getmaps.c: Likewise.
56586         * sunrpc/pm_getport.c: Likewise.
56587         * sunrpc/pmap_clnt.c: Likewise.
56588         * sunrpc/pmap_prot.c: Likewise.
56589         * sunrpc/pmap_prot2.c: Likewise.
56590         * sunrpc/pmap_rmt.c: Likewise.
56591         * sunrpc/publickey.c: Likewise.
56592         * sunrpc/rpc_cmsg.c: Likewise.
56593         * sunrpc/rpc_common.c: Likewise.
56594         * sunrpc/rpc_dtable.c: Likewise.
56595         * sunrpc/rpc_prot.c: Likewise.
56596         * sunrpc/rpc_thread.c: Likewise.
56597         * sunrpc/rtime.c: Likewise.
56598         * sunrpc/svc.c: Likewise.
56599         * sunrpc/svc_auth.c: Likewise.
56600         * sunrpc/svc_authux.c: Likewise.
56601         * sunrpc/svc_raw.c: Likewise.
56602         * sunrpc/svc_run.c: Likewise.
56603         * sunrpc/svc_simple.c: Likewise.
56604         * sunrpc/svc_tcp.c: Likewise.
56605         * sunrpc/svc_udp.c: Likewise.
56606         * sunrpc/svc_unix.c: Likewise.
56607         * sunrpc/svcauth_des.c: Likewise.
56608         * sunrpc/xcrypt.c: Likewise.
56609         * sunrpc/xdr.c: Likewise.
56610         * sunrpc/xdr_array.c: Likewise.
56611         * sunrpc/xdr_float.c: Likewise.
56612         * sunrpc/xdr_intXX_t.c: Likewise.
56613         * sunrpc/xdr_mem.c: Likewise.
56614         * sunrpc/xdr_rec.c: Likewise.
56615         * sunrpc/xdr_ref.c: Likewise.
56616         * sunrpc/xdr_sizeof.c: Likewise.
56617         * sunrpc/xdr_stdio.c: Likewise.
56619 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56621         [BZ #12650]
56622         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56623         * sysdeps/ia64/dl-tls.h: Likewise.
56624         * sysdeps/powerpc/dl-tls.h: Likewise.
56625         * sysdeps/s390/dl-tls.h: Likewise.
56626         * sysdeps/sh/dl-tls.h: Likewise.
56627         * sysdeps/sparc/dl-tls.h: Likewise.
56628         * sysdeps/x86_64/dl-tls.h: Likewise.
56629         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56631 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56633         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56634         rpath element also skip the following colon.
56635         (expand_dynamic_string_token): Add is_path parameter and pass
56636         down to DL_DST_REQUIRED and _dl_dst_substitute.
56637         (decompose_rpath): Call expand_dynamic_string_token with
56638         non-zero is_path.  Ignore empty rpaths.
56639         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56640         with zero is_path.
56642 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56645         Make cancelable.
56647 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56649         [BZ #12655]
56650         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56651         Patch by Filipe David Manana <fdmanana@apache.org>.
56653 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56655         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56656         Maintain aligned stack.
56657         (CHECK_RSP): Remove unused macro.
56659 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56661         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56662         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56664 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56666         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56668         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56670 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56672         [BZ #12518]
56673         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56674         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56675         * sysdeps/x86_64/memmove.c: New file.
56676         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56677         (memcpy): Renamed to ...
56678         (__new_memcpy): This.
56679         (memcpy): Provide GLIBC_2_14 memcpy.
56680         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56681         (memcpy): Provide GLIBC_2_2_5 memcpy.
56683 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56685         [BZ #12631]
56686         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56688 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56690         * misc/syncfs.c: New file.
56691         * misc/Makefile (routines): Add syncfs.
56692         * posix/unistd.h: Declare syncfs.
56693         * sysdeps/unix/syscalls.list: Add syncfs.
56695 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56697         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56698         open_by_handle_at.
56699         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56700         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56701         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56702         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56703         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56704         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56705         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56707 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56709         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56710         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56711         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56712         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56713         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56714         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56715         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56717         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56718         sync_file_range.c with -fexceptions.
56719         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56720         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56721         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56722         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56723         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56724         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56725         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56726         sync_file_range as cancellation point
56727         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56728         now a wrapper around __call_sync_file_range with cancellation handling.
56729         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56730         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56731         function name to __call_sync_file_range.
56732         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56733         Add call_sync_file_range.
56735 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56737         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56738         bits/timex.h.
56740 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56742         * iconv/iconv.h: Fix typo in comment.
56743         * io/fcntl.h: Likewise.
56744         * libio/stdio.h: Likewise.
56745         * posix/spawn.h: Likewise.
56746         * posix/unistd.h: Likewise.
56747         * stdlib/stdlib.h: Likewise.
56748         * time/time.h: Likewise.
56749         * wcsmbs/wchar.h: Likewise.
56751         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56752         open_by_handle): Add.
56753         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56754         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56755         Augment a few comments.
56756         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56757         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56758         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56759         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56760         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56761         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56762         open_by_handle.
56764         * io/fcntl.h (AT_EMPTY_PATH): Define.
56766 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56768         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56769         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56770         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56771         to...
56772         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56773         * Versions.def: Add GLIBC_2.14.
56774         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56775         Export.
56777 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56779         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56780         round counter.
56781         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56783 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56785         [BZ #12597]
56786         * string/test-strncmp.c (do_page_test): New function.
56787         (check2): Likewise.
56788         (test_main): Call check2.
56789         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56791 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56793         [BZ #12587]
56794         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56795         Handle cache information in CPU leaf 4.
56796         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56798 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56800         [BZ #12583]
56801         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56802         character representation.
56803         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56805 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56807         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56808         END(__isnan) to END(__isnanf) to match function entry point/label
56809         EALIGN(__isnanf,...).
56811 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56813         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56815 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56817         [BZ #12510]
56818         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56819         copy from the symbol referenced in the relocation to initialize the
56820         used variable.
56821         Patch by Piotr Bury <pbury@goahead.com>.
56822         * elf/Makefile: Add rules to build and tst-unique3.
56823         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56824         * elf/tst-unique3.cc: New file.
56825         * elf/tst-unique3.h: New file.
56826         * elf/tst-unique3lib.cc: New file.
56827         * elf/tst-unique3lib2.cc: New file.
56829         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56831 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56833         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56834         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56835         to _start.
56837 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56839         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56840         to-be-loaded object along a path to loader is ld.so.
56842 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56843             Ulrich Drepper  <drepper@gmail.com>
56845         * sysdeps/x86_64/memset.S: After aligning destination, code
56846         branches to different locations depending on the value of
56847         misalignment, when multiarch is enabled. Fix this.
56849 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56851         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56852         Set _x86_64_preferred_memory_instruction for AMD processsors.
56853         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56854         Set bit_Prefer_SSE_for_memop for AMD processors.
56856 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56858         * libio/fmemopen.c (fmemopen): Optimize a bit.
56860 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56862         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56864 2011-03-03  Roland McGrath  <roland@redhat.com>
56866         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56868 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56870         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56871         __bzero_ultra1 instead of __memset_ultra1.
56873 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56874             Ulrich Drepper  <drepper@gmail.com>
56876         [BZ #12509]
56877         * include/link.h (struct link_map): Add l_orig_initfini.
56878         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56879         returning unsuccessfully.
56880         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56881         close of a file loaded at startup, restore the original l_initfini
56882         list.
56883         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56884         list, store the pointer.
56885         * elf/Makefile ($(objpfx)noload-mem): New rule.
56886         (noload-ENV): Define.
56887         (tests): Add $(objpfx)noload-mem.
56888         * elf/noload.c: Include <memcheck.h>.
56889         (main): Call mtrace.  Close all opened handles.
56891 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56893         [BZ #12454]
56894         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56895         dependencies are missing.
56897 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56899         Fix __if_freereq crash: Unlike the generic version which uses free,
56900         Hurd needs munmap.
56901         * sysdeps/mach/hurd/ifreq.h: New file.
56903 2011-01-27  Petr Baudis  <pasky@suse.cz>
56904             Ulrich Drepper  <drepper@gmail.com>
56906         [BZ 12445]#
56907         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56908         to extend_alloca().
56909         * stdio-common/bug23.c: New file.
56910         * stdio-common/Makefile (tests): Add bug23.
56912 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56913             Ulrich Drepper  <drepper@gmail.com>
56915         [BZ #12489]
56916         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56917         before performing relro protection.  At old place add assertion
56918         to make sure nothing changed.
56920 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56921             Glauber de Oliveira Costa  <glommer@gmail.com>
56923         * elf/elf.h: Add new ARM TLS relocs.
56925 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56928         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56929         cast from r3.
56930         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56931         'tests' variable.
56932         * sysdeps/wordsize-64/tst-writev.c: New file.
56934 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56936         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56937         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56938         insns in _dl_start to prevent a TOC reference before relocs are
56939         resolved.
56941 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56943         [BZ #12469]
56944         * Makeconfig: Remove RANLIB definition.
56945         * Makerules: Don't use RANLIB.
56946         * aclocal.m4: Remove ranlib test.
56947         * configure.in: No need to check for ranlib.
56948         * elf/rtld-Rules: Don't use RANLIB.
56950 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56952         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56953         protection macro.
56954         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56955         inclusion protection macro.
56957         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56958         SIGRTMIN and SIGRTMAX and print information in that case only when
56959         SIGRTMIN is defined.
56961 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56963         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56964         arginfo fn returning -1.
56966         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56967         and thousands string is zero terminated.
56969 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56971         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56972         sysdeps/unix/sysv/linux/bits/socket.h.
56974 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56976         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56977         (__CPU_COUNT): Remove old macros.
56978         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56979         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56980         (__CPU_ALLOC, __CPU_FREE): Add macros.
56981         (__sched_cpualloc, __sched_cpufree): Add declarations.
56983 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56985         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56986         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56987         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56988         (readdhstai): Return value of addhstaiX call.
56989         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56990         (addgrbyX): Return value returned by cache_addgr.
56991         (readdgrbyname): Return value returned by addgrbyX.
56992         (readdgrbygid): Likewise.
56993         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56994         (addpwbyX): Return value returned by cache_addpw.
56995         (readdpwbyname): Return value returned by addhstbyX.
56996         (readdpwbyuid): Likewise.
56997         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56998         (addservbyX): Return value returned by cache_addserv.
56999         (readdservbyname): Return value returned by addservbyX:
57000         (readdservbyport): Likewise.
57001         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
57002         (addhstbyX): Return value returned by cache_addhst.
57003         (readdhstbyname): Return value returned by addhstbyX.
57004         (readdhstbyaddr): Likewise.
57005         (readdhstbynamev6): Likewise.
57006         (readdhstbyaddrv6): Likewise.
57007         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
57008         (readdinitgroups): Return value returned by addinitgroupsX.
57009         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
57010         (prune_cache): Keep track of timeout value of re-added entries.
57011         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
57012         * nscd/nscd.h: Adjust prototypes of readd* functions.
57014 2011-02-04  Roland McGrath  <roland@redhat.com>
57016         * nis/nis_server.c (nis_servstate): Use the right name for 0.
57017         (nis_stats): Likewise.
57018         * nis/nis_modify.c (nis_modify): Likewise.
57019         * nis/nis_remove.c (nis_remove): Likewise.
57020         * nis/nis_add.c (nis_add): Likewise.
57022         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
57024         * posix/fnmatch_loop.c: Add some consts.
57026         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
57028 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
57030         [BZ #12460]
57031         * config.make.in (config-cflags-novzeroupper): Define.
57032         * configure.in: Substitute libc_cv_cc_novzeroupper.
57033         * elf/Makefile (AVX-CFLAGS): Define.
57034         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
57035         (CFLAGS-tst-auditmod4a.c): Likewise.
57036         (CFLAGS-tst-auditmod4b.c): Likewise.
57037         (CFLAGS-tst-auditmod6b.c): Likewise.
57038         (CFLAGS-tst-auditmod6c.c): Likewise.
57039         (CFLAGS-tst-auditmod7b.c): Likewise.
57040         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
57042 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
57044         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
57045         function to the callback.
57046         Patch partly by Jiri Olsa <jolsa@redhat.com>.
57048 2011-02-02  Andreas Schwab  <schwab@redhat.com>
57050         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
57051         of errno.
57053 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
57055         [BZ #11724]
57056         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
57057         of constructors.
57058         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
57059         of destructors.
57060         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
57062         [BZ #11724]
57063         * elf/Makefile: Add rules to build and run new test.
57064         * elf/tst-initorder.c: New file.
57065         * elf/tst-initorder.exp: New file.
57066         * elf/tst-initordera1.c: New file.
57067         * elf/tst-initordera2.c: New file.
57068         * elf/tst-initordera3.c: New file.
57069         * elf/tst-initordera4.c: New file.
57070         * elf/tst-initorderb1.c: New file.
57071         * elf/tst-initorderb2.c: New file.
57072         * elf/tst-order-a1.c: New file.
57073         * elf/tst-order-a2.c: New file.
57074         * elf/tst-order-a3.c: New file.
57075         * elf/tst-order-a4.c: New file.
57076         * elf/tst-order-b1.c: New file.
57077         * elf/tst-order-b2.c: New file.
57078         * elf/tst-order-main.c: New file.
57079         New test case by George Gensure <werkt0@gmail.com>.
57081 2010-10-01  Andreas Schwab  <schwab@redhat.com>
57083         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
57084         decoding ACE if AI_CANONIDN.
57086 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
57088         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
57090 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
57092         * version.h (RELEASE): Bump for 2.13 release.
57093         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
57095         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
57097         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
57098         MADV_NOHUGEPAGE.
57099         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
57100         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
57101         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
57102         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
57103         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
57104         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57106         * posix/getconf.c: Update copyright year.
57107         * catgets/gencat.c: Likewise.
57108         * csu/version.c: Likewise.
57109         * debug/catchsegv.sh: Likewise.
57110         * debug/xtrace.sh: Likewise.
57111         * elf/ldconfig.c: Likewise.
57112         * elf/ldd.bash.in: Likewise.
57113         * elf/sprof.c (print_version): Likewise.
57114         * iconv/iconv_prog.c: Likewise.
57115         * iconv/iconvconfig.c: Likewise.
57116         * locale/programs/locale.c: Likewise.
57117         * locale/programs/localedef.c: Likewise.
57118         * malloc/memusage.sh: Likewise.
57119         * malloc/mtrace.pl: Likewise.
57120         * nscd/nscd.c (print_version): Likewise.
57121         * nss/getent.c: Likewise.
57123         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
57124         PF_CAIF, and PF_ALG.
57125         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57127 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
57129         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
57130         (modules-names): Use them.
57131         (ifunc-test-modules, ifunc-pie-tests): Define.
57132         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
57133         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
57134         (test-extras): Likewise.
57135         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
57136         $(compile-command.c).
57137         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
57138         (all-built-dso): Define.
57139         (check-textrel.out, check-execstack.out): Depend on it.
57141         * configure.in: Don't override --enable-multi-arch.
57143 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
57145         [BZ #6812]
57146         * nscd/hstcache.c (tryagain): Define.
57147         (cache_addhst): Return tryagain not notfound for temporary errors.
57148         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
57149         failed.
57151 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
57153         [BZ #10563]
57154         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
57155         to make the syscall.
57156         * sysdeps/unix/sysv/linux/setgroups.c: New file.
57158         [BZ #12378]
57159         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
57160         and fall back to matching as normal character if the string ends before
57161         the matching ']' is found.  This is what POSIX requires.
57162         * posix/testfnm.c: Adjust test result.
57163         * posix/globtest.sh: Adjust test result.  Add new test.
57164         * posix/tst-fnmatch.input: Likewise.
57165         * posix/tst-fnmatch2.c: Add new test.
57167 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
57169         * elf/Makefile (check-execstack): Revert last change.  Depend on
57170         check-execstack.h.
57171         (check-execstack.h): New target.
57172         (generated): Add check-execstack.h.
57173         * elf/check-execstack.c: Include "check-execstack.h".
57174         (main): Revert last change.
57175         (handle_file): Return zero if GNU_STACK is absent and
57176         DEFAULT_STACK_PERMS doesn't include PF_X.
57178 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
57180         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
57181         in child fails because the descriptor is already closed.
57182         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57183         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57184         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
57186         [BZ #12397]
57187         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57188         syscall.
57190         [BZ #10484]
57191         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57192         temporary buffer used to handle multi lookups locally.
57193         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57195 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57197         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57198         loader is ld.so.
57200 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
57202         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57203         alignment for SSE2.
57205 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57207         [BZ #12394]
57208         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57209         characters.  When rounding increased number of integer digits recompute
57210         number of groups.
57211         * stdio-common/tst-grouping.c: New file.
57212         * stdio-common/Makefile: Add rules to build and run tst-grouping.
57214 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
57216         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57217         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
57219         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57220         void.
57221         * bits/select.h: Likewise.
57223 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
57225         * po/ja.po: Update from translation team.
57227 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
57229         [BZ #11155]
57230         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57231         implementation just like for lxstat, fxstatat, et al.
57233 2010-12-27  Jim Meyering  <meyering@redhat.com>
57235         [BZ #12348]
57236         * posix/regexec.c (build_trtable): Return failure indication upon
57237         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
57239 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
57241         [BZ #12201]
57242         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57243         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57244         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57245         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57247         [BZ #12207]
57248         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57250         [BZ #12204]
57251         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57252         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57254 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
57256         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57257         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57258         script has SORT_BY_INIT_PRIORITY.
57259         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57260         NO_CTORS_DTORS_SECTIONS is defined.
57261         * elf/soinit.c: Likewise.
57262         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57263         NO_CTORS_DTORS_SECTIONS is defined.
57264         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57265         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57266         * sysdeps/sh/init-first.c: Likewise.
57267         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57269 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57271         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57272         always use the slow path.
57274 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57276         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57277         similar rule which adds the sysdep directories to the header search in
57278         order to pick up the correct platform stackinfo.h.
57279         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57280         perform test if it is, otherwise return successfully without testing.
57281         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57282         DEFAULT_STACK_PERMS define in stackinfo.h.
57283         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57284         defined in stackinfo.h.
57285         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57286         DEFAULT_STACK_PERMS defined in stackinfo.h.
57287         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57288         * sysdeps/ia64/stackinfo.h: Likewise.
57289         * sysdeps/s390/stackinfo.h: Likewise.
57290         * sysdeps/sh/stackinfo.h: Likewise.
57291         * sysdeps/sparc/stackinfo.h: Likewise.
57292         * sysdeps/x86_64/stackinfo.h: Likewise.
57293         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57294         PF_X for powerpc64.  Retain PF_X for powerpc32.
57296 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57298         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57299         accurately.
57300         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57301         GETDENTS_64BIT_ALIGNED.
57303 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57305         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57307 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57309         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57310         _GNU_SOURCE.
57312         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57313         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57314         Remove __restrict.
57315         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57316         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57318 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57320         [BZ #11655]
57321         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57322         are initialized.
57324 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57326         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57328 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57330         * po/it.po: Update from translation team.
57332 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57334         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57335         unused codes.
57337 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57339         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57341 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57343         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57344         specially.
57345         (gaih_getanswer_slice): Likewise.
57347 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57349         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57351 2010-05-31  Petr Baudis  <pasky@suse.cz>
57353         [BZ #11149]
57354         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57355         silently even in the chroot mode.
57357 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57359         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57360         last patch a bit.  Pretty printing
57362 2010-05-31  Petr Baudis <pasky@suse.cz>
57364         [BZ #10085]
57365         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57366         initialization of skip_initgroups_dyn.
57368 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57370         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57371         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57373 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57375         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57377 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57379         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57380         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57381         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57382         ($(objpfx)tst-fnmatch-mem): New rule.
57383         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57384         * posix/tst-fnmatch.c (main): Call mtrace.
57386 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57388         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57389         Support Intel processor model 6 and model 0x2c.
57391 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57393         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57394           signed comparison.
57396 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57398         [BZ #12205]
57399         * string/test-strncasecmp.c (check_result): New function.
57400         (do_one_test): Use it.
57401         (check1): New function.
57402         (test_main): Use it.
57403         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57404         Support strcasecmp and strncasecmp.
57406 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57408         [BZ #12194]
57409         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57410         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57412 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57414         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57415         IFUNC support.
57416         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57417         memset-x86-64.
57418         * sysdeps/x86_64/multiarch/bzero.S: New file.
57419         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57420         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57421         * sysdeps/x86_64/multiarch/memset.S: New file.
57422         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57423         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57424         Set bit_Prefer_SSE_for_memop for Intel processors.
57425         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57426         Define.
57427         (index_Prefer_SSE_for_memop): Define.
57428         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57430 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57432         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57433         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57435 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57437         [BZ #12191]
57438         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57439         (__x86_64_raw_data_cache_size_half): Likewise.
57440         (__x86_64_raw_shared_cache_size): Likewise.
57441         (__x86_64_raw_shared_cache_size_half): Likewise.
57443         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57444         (__x86_64_raw_data_cache_size_half): Likewise.
57445         (__x86_64_raw_shared_cache_size): Likewise.
57446         (__x86_64_raw_shared_cache_size_half): Likewise.
57447         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57448         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57449         and __x86_64_raw_shared_cache_size_half.  Round
57450         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57451         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57452         to multiple of 256 bytes.
57454 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57456         [BZ #12167]
57457         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57458         of inacessible symlinks.  Verify result of symlink before returning it.
57459         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57460         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57462 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57464         * math/math.h (isinf): Fix typo in comment.
57466 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57468         * po/da.po: Update from translation team.
57470 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57472         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57473         is added to the list.
57475 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57476             Ulrich Drepper  <drepper@gmail.com>
57478         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57479         the global list here.  Move code to...
57480         (_dl_add_to_namespace_list): ...here.  New function.
57481         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57482         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57483         * elf/dl-load.c (lose): Don't remove the element from the list.
57484         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57485         (_dl_map_object): Likewise.
57487 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57489         [BZ #12159]
57490         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57491         into all bytes of SSE register.
57492         Patch by Richard Li <richardpku@gmail.com>.
57494 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57496         [BZ #12140]
57497         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57498         perturbing.
57500 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57502         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57503         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57504         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57505         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57507         submachine.
57508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57510 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57512         * include/dlfcn.h (__RTLD_SECURE): Define.
57513         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57514         mode & __RTLD_SECURE instead.
57515         (open_path): Rename preloaded parameter to secure.
57516         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57517         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57518         * elf/dl-deps.c (openaux): Likewise.
57519         * elf/rtld.c (struct map_args): Remove is_preloaded.
57520         (map_doit): Don't use it.
57521         (dl_main): Likewise.
57522         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57523         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57525 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57527         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57528         (sysd-rules-targets): Remove duplicates.
57529         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57530         rtld-%.$o dependency.
57532 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57534         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57535         _dl_map_object do it.
57537 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57539         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57540         fast fma builtins, define the macros in the C99 standard.
57541         (FP_FAST_FMAF): Likewise.
57542         (FP_FAST_FMAL): Likewise.
57543         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57545         * bits/mathdef.h: Update copyright year.
57546         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57548 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57550         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57551         builtins, define the macros in the C99 standard.
57552         (FP_FAST_FMAF): Likewise.
57553         (FP_FAST_FMAL): Likewise.
57554         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57555         multiply/add.
57556         (FP_FAST_FMAF): Likewise.
57558 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57560         [BZ #3268]
57561         * math/libm-test.inc (fma_test): Some new testcases.
57562         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57563         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57564         y and infinite z.  Do multiplication by C already in long double.
57565         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57566         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57567         y and infinite z.  Do bitwise or of inexact bit into u.d.
57568         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57569         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57570         * sysdeps/i386/fpu/s_fma.S: Removed.
57571         * sysdeps/i386/fpu/s_fmal.S: Removed.
57573 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57575         [BZ #3268]
57576         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57577         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57578         computation is not scheduled after fetestexcept.  Fix value
57579         of minimum denormal long double.
57581 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57583         [BZ #3268]
57584         * math/libm-test.inc (fma_test): Add some more tests.
57585         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57586         correctly.
57588 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57590         * scripts/data/localplt-s390-linux-gnu.data: New file.
57591         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57593 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57595         [BZ #3268]
57596         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57597         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57598         instead of dbl-64.
57599         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57600         inlines.
57601         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57602         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57603         if one of x and y is very large and the other is subnormal.
57604         * sysdeps/s390/fpu/s_fmaf.c: New file.
57605         * sysdeps/s390/fpu/s_fma.c: New file.
57606         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57607         * sysdeps/powerpc/fpu/s_fma.S: New file.
57608         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57609         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57610         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57612 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57614         [BZ #3268]
57615         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57616         fma tests.
57617         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57618         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57619         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57620         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57621         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57622         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57623         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57625 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57627         [BZ #12078]
57628         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57629         * posix/bug-regex31.input: Add test case.
57631 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57633         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57634         * posix/bug-regex31.input: New file.
57636         [BZ #12078]
57637         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57638         (parse_sub_exp): Fix last change, use postorder.
57640         * posix/bug-regex31.c: New file.
57641         * posix/Makefile: Add rules to build and run bug-regex31.
57643         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57645         [BZ #12078]
57646         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57648         [BZ #12108]
57649         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57650         to have entries in sys_siglist.
57652         [BZ #12093]
57653         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57654         be NULL.
57656 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57658         [BZ #3268]
57659         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57660         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57661         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57662         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57663         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57664         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57665         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57666         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57667         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57668         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57669         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57670         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57671         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57672         * math/ftestexcept.c (fetestexcept): Likewise.
57673         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57674         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57675         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57676         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57677         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57678         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57679         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57681 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57683         [BZ #12107]
57684         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57685         newline.
57687 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57689         * string/bug-strstr1.c: New file.
57690         * string/Makefile: Add rules to build and run bug-strstr1.
57692 2010-10-05  Eric Blake  <eblake@redhat.com>
57694         [BZ #12092]
57695         * string/str-two-way.h (two_way_long_needle): Always clear memory
57696         when skipping input due to the shift table.
57698 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57700         [BZ #12005]
57701         * malloc/mcheck.c: Handle large requests.
57703         [BZ #12077]
57704         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57705         for strncmp and strncasecmp.
57706         * string/stratcliff.c: Add tests for strcmp and strncmp.
57707         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57709 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57711         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57712         __set_fpscr.
57714 2010-09-30  Andreas Jaeger  <aj@suse.de>
57716         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57717         (CGROUP_SUPER_MAGIC): Define.
57718         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57719         Handle btrfs and cgroup file systems.
57720         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57721         Likewise.
57723 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57725         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57726         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57728 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57730         [BZ #12067]
57731         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57732         trying to locate the ELF header.
57734 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57736         [BZ #11611]
57737         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57738         Mask out sign-bit copies when constructing f_fsid.
57740 2010-09-24  Petr Baudis <pasky@suse.cz>
57742         * debug/stack_chk_fail_local.c: Add missing licence exception.
57743         * debug/warning-nop.c: Likewise.
57745 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57747         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57748         implementing getdents64 using getdents syscall, set d_type if
57749         __ASSUME_GETDENTS32_D_TYPE.
57751 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57753         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57754         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57756 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57758         [BZ #12037]
57759         * posix/unistd.h: Undo change of feature selection for ftruncate from
57760         2010-01-11.
57762 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57764         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57765         detection.
57767 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57769         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57770         fanotify_mark.
57771         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57773 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57775         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57776         variables after CHECK_SP call.
57777         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57779 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57780             Ulrich Drepper  <drepper@redhat.com>
57782         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57783         re-relocationg ld.so.
57784         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57785         _dl_init_paths call.
57786         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57787         here anymore.
57789 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57791         * resolv/res_init.c (__res_vinit): Count the default server we added.
57793 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57794             Ulrich Drepper  <drepper@redhat.com>
57796         [BZ #11968]
57797         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57798         (____longjmp_chk): Use %ebx for saving value across system call.
57799         Add unwind info.
57801 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57803         * manual/Makefile: Don't mix pattern rules with normal rules.
57805 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57807         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57808         operation.
57809         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57810         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57811         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57812         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57813         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57814         Likewise.
57816 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57818         [BZ #11979]
57819         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57820         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57822 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57824         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57825         * sysdeps/x86_64/addmul_1.S: Likewise.
57826         * sysdeps/x86_64/lshift.S: Likewise.
57827         * sysdeps/x86_64/mul_1.S: Likewise.
57828         * sysdeps/x86_64/rshift.S: Likewise.
57829         * sysdeps/x86_64/sub_n.S: Likewise.
57830         * sysdeps/x86_64/submul_1.S: Likewise.
57832 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57834         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57835         Define __sched_param instead of SCHED_* and sched_param when
57836         <bits/sched.h> is included with __need_schedparam defined.
57837         * bits/sched.h [__need_schedparam]
57838         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57839         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57840         (__defined_schedparam): Define to 1.
57841         (__sched_param): New structure, identical to sched_param.
57842         (__need_schedparam): Undefine.
57844 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57846         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57847         (epoll_create1): Declare.
57849         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57851 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57853         [BZ #7066]
57854         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57855         shifting retval into place.
57857 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57859         * nis/rpcsvc/nis.h: Update copyright notice.
57860         * nis/rpcsvc/nis.x: Likewise.
57861         * nis/rpcsvc/nis_callback.h: Likewise.
57862         * nis/rpcsvc/nis_callback.x: Likewise.
57863         * nis/rpcsvc/nis_object.x: Likewise.
57864         * nis/rpcsvc/nis_tags.h: Likewise.
57865         * nis/rpcsvc/yp.h: Likewise.
57866         * nis/rpcsvc/yp.x: Likewise.
57867         * nis/rpcsvc/ypupd.h: Likewise.
57868         * nis/yp_xdr.c: Likewise.
57869         * nis/ypupdate_xdr.c: Likewise.
57871         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57872         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57873         (pmap_getport): Use __libc_rpc_getport.
57874         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57875         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57876         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57878 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57881         fanotify_mark.
57883 2010-08-27  Roland McGrath  <roland@redhat.com>
57885         * sysdeps/i386/i686/multiarch/Makefile
57886         (CFLAGS-varshift.c): New variable.
57888 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57890         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57891         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57893         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57895         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57897 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57899         * sysdeps/x86_64/strlen.S: Unroll the loop.
57900         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57901         strlen-sse2 strlen-sse2-bsf.
57902         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57903         __strlen_no_bsf if bit_Slow_BSF is set.
57904         (__strlen_sse42): Removed.
57905         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57906         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57908 2010-08-25  Roland McGrath  <roland@redhat.com>
57910         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57911         * sysdeps/x86_64/multiarch/varshift.c: New file.
57912         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57913         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57914         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57915         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57917 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57919         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57920         strlen-sse2 strlen-sse2-bsf.
57921         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57922         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57923         (__strlen_sse2): Removed.
57924         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57925         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57926         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57927         bit_Slow_BSF for Atom.
57928         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57929         (index_Slow_BSF): Define.
57930         (HAS_SLOW_BSF): Define.
57932 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57934         [BZ #10851]
57935         * resolv/res_init.c (__res_vinit): When no server address at all
57936         is given default to loopback.
57938 2010-08-24  Roland McGrath  <roland@redhat.com>
57940         * configure.in: Remove config-name.h generation.
57941         * configure: Regenerated.
57942         * config-name.in: File removed.
57943         * scripts/config-uname.sh: New file.
57944         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57945         ($(objdir)config-name.h): New target.
57947         * sunrpc/rpc_parse.h: Avoid nested comment.
57949 2010-08-24  Richard Henderson  <rth@redhat.com>
57950             Ulrich Drepper  <drepper@redhat.com>
57951             H.J. Lu  <hongjiu.lu@intel.com>
57953         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57954         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57955         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57956         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57957         _mm_alignr_epi8 with _mm_loadu_si128.
57958         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57959         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57960         (__m128i_shift_right): Removed.
57961         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57962         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57963         * sysdeps/x86_64/multiarch/varshift.h: New file.
57964         * sysdeps/x86_64/multiarch/varshift.S: New file.
57966 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57968         * configure.in: Move assembler checks to before sysdep dir checking.
57970 2010-08-20  Petr Baudis  <pasky@suse.cz>
57972         * LICENSES: Sync the sunrpc license.
57974 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57976         * sunrpc/auth_des.c: Update copyright notice once again.
57977         * sunrpc/auth_none.c: Likewise.
57978         * sunrpc/auth_unix.c: Likewise.
57979         * sunrpc/authdes_prot.c: Likewise.
57980         * sunrpc/authuxprot.c: Likewise.
57981         * sunrpc/bindrsvprt.c: Likewise.
57982         * sunrpc/clnt_gen.c: Likewise.
57983         * sunrpc/clnt_perr.c: Likewise.
57984         * sunrpc/clnt_raw.c: Likewise.
57985         * sunrpc/clnt_simp.c: Likewise.
57986         * sunrpc/clnt_tcp.c: Likewise.
57987         * sunrpc/clnt_udp.c: Likewise.
57988         * sunrpc/clnt_unix.c: Likewise.
57989         * sunrpc/des_crypt.c: Likewise.
57990         * sunrpc/des_soft.c: Likewise.
57991         * sunrpc/get_myaddr.c: Likewise.
57992         * sunrpc/getrpcport.c: Likewise.
57993         * sunrpc/key_call.c: Likewise.
57994         * sunrpc/key_prot.c: Likewise.
57995         * sunrpc/openchild.c: Likewise.
57996         * sunrpc/pm_getmaps.c: Likewise.
57997         * sunrpc/pm_getport.c: Likewise.
57998         * sunrpc/pmap_clnt.c: Likewise.
57999         * sunrpc/pmap_prot.c: Likewise.
58000         * sunrpc/pmap_prot2.c: Likewise.
58001         * sunrpc/pmap_rmt.c: Likewise.
58002         * sunrpc/rpc/auth.h: Likewise.
58003         * sunrpc/rpc/auth_unix.h: Likewise.
58004         * sunrpc/rpc/clnt.h: Likewise.
58005         * sunrpc/rpc/des_crypt.h: Likewise.
58006         * sunrpc/rpc/key_prot.h: Likewise.
58007         * sunrpc/rpc/netdb.h: Likewise.
58008         * sunrpc/rpc/pmap_clnt.h: Likewise.
58009         * sunrpc/rpc/pmap_prot.h: Likewise.
58010         * sunrpc/rpc/pmap_rmt.h: Likewise.
58011         * sunrpc/rpc/rpc.h: Likewise.
58012         * sunrpc/rpc/rpc_des.h: Likewise.
58013         * sunrpc/rpc/rpc_msg.h: Likewise.
58014         * sunrpc/rpc/svc.h: Likewise.
58015         * sunrpc/rpc/svc_auth.h: Likewise.
58016         * sunrpc/rpc/types.h: Likewise.
58017         * sunrpc/rpc/xdr.h: Likewise.
58018         * sunrpc/rpc_clntout.c: Likewise.
58019         * sunrpc/rpc_cmsg.c: Likewise.
58020         * sunrpc/rpc_common.c: Likewise.
58021         * sunrpc/rpc_cout.c: Likewise.
58022         * sunrpc/rpc_dtable.c: Likewise.
58023         * sunrpc/rpc_hout.c: Likewise.
58024         * sunrpc/rpc_main.c: Likewise.
58025         * sunrpc/rpc_parse.c: Likewise.
58026         * sunrpc/rpc_parse.h: Likewise.
58027         * sunrpc/rpc_prot.c: Likewise.
58028         * sunrpc/rpc_sample.c: Likewise.
58029         * sunrpc/rpc_scan.c: Likewise.
58030         * sunrpc/rpc_scan.h: Likewise.
58031         * sunrpc/rpc_svcout.c: Likewise.
58032         * sunrpc/rpc_tblout.c: Likewise.
58033         * sunrpc/rpc_util.c: Likewise.
58034         * sunrpc/rpc_util.h: Likewise.
58035         * sunrpc/rpcinfo.c: Likewise.
58036         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
58037         * sunrpc/rpcsvc/key_prot.x: Likewise.
58038         * sunrpc/rpcsvc/klm_prot.x: Likewise.
58039         * sunrpc/rpcsvc/mount.x: Likewise.
58040         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
58041         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
58042         * sunrpc/rpcsvc/rex.x: Likewise.
58043         * sunrpc/rpcsvc/rstat.x: Likewise.
58044         * sunrpc/rpcsvc/rusers.x: Likewise.
58045         * sunrpc/rpcsvc/sm_inter.x: Likewise.
58046         * sunrpc/rpcsvc/spray.x: Likewise.
58047         * sunrpc/rpcsvc/yppasswd.x: Likewise.
58048         * sunrpc/rtime.c: Likewise.
58049         * sunrpc/svc.c: Likewise.
58050         * sunrpc/svc_auth.c: Likewise.
58051         * sunrpc/svc_authux.c: Likewise.
58052         * sunrpc/svc_raw.c: Likewise.
58053         * sunrpc/svc_run.c: Likewise.
58054         * sunrpc/svc_simple.c: Likewise.
58055         * sunrpc/svc_tcp.c: Likewise.
58056         * sunrpc/svc_udp.c: Likewise.
58057         * sunrpc/svc_unix.c: Likewise.
58058         * sunrpc/svcauth_des.c: Likewise.
58059         * sunrpc/xcrypt.c: Likewise.
58060         * sunrpc/xdr.c: Likewise.
58061         * sunrpc/xdr_array.c: Likewise.
58062         * sunrpc/xdr_float.c: Likewise.
58063         * sunrpc/xdr_mem.c: Likewise.
58064         * sunrpc/xdr_rec.c: Likewise.
58065         * sunrpc/xdr_ref.c: Likewise.
58066         * sunrpc/xdr_sizeof.c: Likewise.
58067         * sunrpc/xdr_stdio.c: Likewise.
58069         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58070         handling.
58072 2010-08-19  Andreas Schwab  <schwab@redhat.com>
58074         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58076 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
58078         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58079         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58080         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58081         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
58082         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
58083         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
58084         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
58085         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
58086         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
58087         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
58088         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
58089         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
58090         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
58091         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
58093 2010-07-26  Anton Blanchard  <anton@samba.org>
58095         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
58096         * malloc/arena.c (heap_trim): Likewise.
58098 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
58100         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
58101         here.  Not...
58102         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
58103         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
58105 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
58107         * sysdeps/i386/elf/Makefile: New file.
58109 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58111         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
58112         from fanotify_init.
58113         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
58114         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58116 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
58118         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
58119         of strncasecmp_l.
58120         * sysdeps/multiarch/strcmp.S: Likewise.
58122 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
58124         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58125         strncase_l-nonascii.
58126         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58127         Add strncase_l-ssse3.
58128         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
58129         * sysdeps/x86_64/strcmp.S: Likewise.
58130         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
58131         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
58132         * sysdeps/x86_64/strncase.S: New file.
58133         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
58134         * sysdeps/x86_64/strncase_l.S: New file.
58135         * string/Makefile (strop-tests): Add strncasecmp.
58136         * string/test-strncasecmp.c: New file.
58138         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
58139         warning.
58141         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
58142         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
58144 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58146         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
58148 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
58150         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
58151         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
58152         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
58154 2010-05-01  Alan Modra  <amodra@gmail.com>
58156         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
58157         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
58158         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
58159         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
58160         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
58161         tidying.  Don't tail-call __sigjmp_save for static lib.
58162         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
58163         save location.
58164         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
58165         (CALL_MCOUNT): Add eh info, and nop after bl.
58166         (TAIL_CALL_SYSCALL_ERROR): New macro.
58167         (PSEUDO_RET): Use it.
58168         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
58169         Correct save location of integer regs and cr.
58170         (_dl_profile_resolve): Correct cr save location.  Delete nops
58171         after bl when SHARED.  Reduce cfi size a little by better
58172         placement of cfi directives.
58173         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
58174         make a stack frame.  Instead use parm save area as a temp.
58175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
58176         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
58177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
58178         Don't make a stack frame for parent, use parm save area.
58179         Increase child stack frame to 112 bytes.  Don't save unused reg,
58180         and adjust reg usage.  Set up cfi on error recovery and
58181         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58183         (__makecontext): Add dummy nop after jump to exit.
58184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58185         Use correct parm save area and cr save, reduce stack frame.
58186         Correct cfi for possible PSEUDO_RET frame setup.
58187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58188         Branch to local label emitted by PSEUDO_RET rather than
58189         __syscall_error.
58191 2010-08-12  Andreas Schwab  <schwab@redhat.com>
58193         [BZ #11904]
58194         * locale/programs/locale.c (print_assignment): New function.
58195         (show_locale_vars): Use it.
58197 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
58199         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58200         field.
58201         (struct statfs64): Likewise.
58202         (_STATFS_F_FLAGS): Define.
58203         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58204         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58205         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58206         (ST_VALID): Define locally.
58207         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58208         __statvfs_getflags, use the provided value.
58209         * sysdeps/unix/sysv/linux/kernel-features.h: Define
58210         __ASSUME_STATFS_F_FLAGS.
58212         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58214         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58215         Add sys/fanotify.h.
58216         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58217         fanotify_mask for GLIBC_2.13.
58218         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58219         fanotify_init and fanotify_mark.
58220         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58221         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58223         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58224         Add prlimit.
58225         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58226         prlimit64 for GLIBC_2.13.
58227         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58228         prlimit64.
58229         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58230         syscall.
58231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58232         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58233         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58234         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58235         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
58236         add prlimit alias.
58237         * sysdeps/unix/sysv/linux/prlimit.c: New file.
58239         [BZ #11903]
58240         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58241         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58243         * nss/Makefile: Add rules to build and run tst-nss-test1.
58244         * shlib-versions: Add entry for libnss_test1.
58245         * nss/nss_test1.c: New file.
58246         * nss/tst-nss-test1.c: New file.
58248         * nss/nsswitch.c (__nss_database_custom): Define new variable.
58249         (__nss_configure_lookup): Set appropriate entry in
58250         __nss_configure_lookup to true.
58251         * nss/nsswitch.h: Define enum with indeces of databases in
58252         databases and __nss_database_custom arrays.  Declare
58253         __nss_database_custom.
58254         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58255         to avoid using nscd when custom rules are installed.
58256         * nss/getXXbyYY_r.c: Likewise.
58257         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58259         * nss/nss_files/files-parse.c: Whitespace fixes.
58261 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58263         [BZ #11883]
58264         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58265         * posix/fnmatch_loop.c: Likewise.
58267 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58269         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58270         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58271         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58272         * Versions.def [GLIBC_2.13]: Add.
58274 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58276         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58277         Also fail if tpwd after pwuid call is NULL.
58279 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58281         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58282         when converting to ms.
58284 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58286         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58287         EOPNOTSUPP errors with ENOTTY.
58288         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58289         EOPNOTSUPP errors with ENOTTY.
58291 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58293         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58294         Add strcasecmp_l-ssse3.
58295         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58296         strcasecmp.
58297         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58298         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58299         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58301 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58303         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58305         * string/Makefile (strop-tests): Add strcasecmp.
58306         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58307         strcasecmp_l-nonascii.
58308         (gen-as-const-headers): Add locale-defines.sym.
58309         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58310         * sysdeps/x86_64/strcasecmp.S: New file.
58311         * sysdeps/x86_64/strcasecmp_l.S: New file.
58312         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58313         * sysdeps/x86_64/locale-defines.sym: New file.
58314         * string/test-strcasecmp.c: New file.
58316         * string/test-strcasestr.c: Test both ends of the range of characters.
58317         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58319 2010-07-29  Roland McGrath  <roland@redhat.com>
58321         [BZ #11856]
58322         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58324 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58326         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58327         for ld.so.
58329 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58331         * manual/memory.texi (Malloc Tunable Parameters): Document
58332         M_PERTURB.
58334 2010-07-26  Roland McGrath  <roland@redhat.com>
58336         [BZ #11840]
58337         * configure.in (-fgnu89-inline check): Set and substitute
58338         gnu89_inline, not libc_cv_gnu89_inline.
58339         * configure: Regenerated.
58340         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58342 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58344         * string/test-strnlen.c: New file.
58345         * string/Makefile (strop-tests): Add strnlen.
58346         * string/tester.c (test_strnlen): Add a few more test cases.
58347         * string/tst-strlen.c: Better error reporting.
58349         * sysdeps/x86_64/strnlen.S: New file.
58351 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58353         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58354         lower-latency instructions.
58356 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58358         * string/test-strcasestr.c: New file.
58359         * string/test-strstr.c: New file.
58360         * string/Makefile (strop-tests): Add strstr and strcasestr.
58361         * string/str-two-way.h: Don't undefine MAX.
58362         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58364 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58366         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58367         strcasestr-nonascii.
58368         (CFLAGS-strcasestr-nonascii.c): Define.
58369         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58370         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58371         Remove unused attribute.
58373 2010-07-20  Roland McGrath  <roland@redhat.com>
58375         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58376         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58377         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58378         like LD_HWCAP_MASK can disable hwcaps.
58380 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58382         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58384 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58386         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58387         call in strcasestr.
58388         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58389         __strcasestr_sse42_nonascii.
58390         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58391         strcasestr-nonascii.c.
58392         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58394 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58396         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58397         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58398         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58399         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58401 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58403         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58404         fcntl.
58406 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58408         [BZ #11577]
58409         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58410         dl_signal_cerror.
58412 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58414         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58415         _PC_PIPE_BUF using F_GETPIPE_SZ.
58417 2010-07-05  Roland McGrath  <roland@redhat.com>
58419         * manual/arith.texi (Rounding Functions): Fix rint description
58420         implicit in round description.
58422 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58424         * elf/Makefile: Fix linking for a few tests to make recent linker
58425         happy.
58427 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58429         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58430         $(common-objpfx)libc_nonshared.a.
58432 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58434         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58435         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58436         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58437         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58438         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58439         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58440         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58441         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58456         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58457         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58458         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58459         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58460         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58461         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58462         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58463         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58464         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58465         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58466         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58467         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58483 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58485         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58486         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58487         * string/memmove.c (memmove): Renamed to ...
58488         (MEMMOVE): ...this.  Default to memmove.
58489         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58490         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58491         (END_CHK): Define.
58492         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58493         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58494         mempcpy-ssse3-back memmove-ssse3-back.
58495         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58496         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58497         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58498         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58499         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58500         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58501         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58502         * sysdeps/x86_64/multiarch/memmove.c: New file.
58503         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58504         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58505         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58506         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58507         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58508         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58509         Define.
58510         (index_Fast_Copy_Backward): Define.
58511         (HAS_ARCH_FEATURE): Define.
58512         (HAS_FAST_REP_STRING): Define.
58513         (HAS_FAST_COPY_BACKWARD): Define.
58515 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58517         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58518         Restore proper fallback handling.
58520 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58522         [BZ #11701]
58523         * posix/group_member.c (__group_member): Correct checking loop.
58525         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58526         OOM in getpwuid_r correctly.  Return error number when the caller
58527         should return, otherwise -1.
58528         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58529         call returning > 0 value.
58530         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58532 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58534         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58535         libc_nonshared.a from targets in modules-names.
58537 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58539         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58540         requires it.
58542 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58544         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58545         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58546         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58547         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58549 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58551         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58553 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58555         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58556         and F_GETPIPE_SZ.
58557         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58558         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58559         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58560         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58561         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58562         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58564 2010-06-14  Roland McGrath  <roland@redhat.com>
58566         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58568 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58570         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58571         __REDIRECT followed by __THROW.
58572         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58573         * posix/getopt.h (getopt): Likewise.
58575 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58577         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58578         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58579         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58580         in AT_FLAGS.
58581         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58582         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58584 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58586         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58588 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58590         [BZ #11640]
58591         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58592         Properly check family and model.
58594 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58596         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58598 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58600         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58602 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58604         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58605         symbol reference.
58607 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58609         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58610         symbol reference.
58612 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58614         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58615         and internal_recvmmsg.
58616         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58617         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58618         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58619         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58621         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58622         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58623         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58625 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58627         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58629 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58631         POWER7 optimizations.
58632         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58633         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58635 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58637         * version.h: Update for 2.13 development version.
58639 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58641         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58642         exceptions.  Return 0.
58644 2010-05-07  Roland McGrath  <roland@redhat.com>
58646         * elf/ldconfig.c (main): Add a const.
58648 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58650         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58651         (args_options): Add no-idn option.
58652         (ahosts_keys_int): Add idn_flags to ai_flags.
58653         (parse_option): Handle 'i' option to clear idn_flags.
58655         * malloc/malloc.c (_int_free): Possible race in the most recently
58656         added check.  Only act on the data if no current modification
58657         happened.
58659 See ChangeLog.17 for earlier changes.